diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 186c22a..9ea2ef0 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -2,47 +2,47 @@
-
+
- v1 + @moveHandler="moveHandler($event, 0)">

V1

- v2 + @moveHandler="moveHandler($event, 1)">

V2

- v3 + @moveHandler="moveHandler($event, 2)">

V3

- v4 + @moveHandler="moveHandler($event, 3)">

V4

- v5 + @moveHandler="moveHandler($event, 4)">

V5

- h1 + @moveHandler="moveHandler($event, 5)">←H1→ - h2 + @moveHandler="moveHandler($event, 6)">←H2→ - h3 + @moveHandler="moveHandler($event, 7)">←H3→ - h4 + @moveHandler="moveHandler($event, 8)">←H4→ - h5 + @moveHandler="moveHandler($event, 9)">←H5→
@@ -55,7 +55,7 @@
- +
@@ -65,7 +65,7 @@
- +
@@ -75,7 +75,7 @@
- +
@@ -85,7 +85,7 @@
- +
@@ -95,7 +95,7 @@
- +
@@ -107,31 +107,31 @@
- +
- +
- +
- +
- +
@@ -156,6 +156,18 @@ width: 10rem; padding-right: 1rem; } +.vcolro{ + color: #d50000; +} +.hcolro{ + color: #00c853; + font-size: 5px; +} +.p0{ + margin: 0; + padding: 0; + line-height: 8px; +}