diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 98852ee..ada101b 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -4,30 +4,30 @@
- + @activated="now_index =options_model_v= index" @click="options_model_v = index" @dragging="dragStartHandle($event, index, 'v')"> v{{ index+ 1 }} - v{{ index+ 1 }} - + h{{ index+ 1 }} - + h{{ index+ 1 }} @@ -42,7 +42,7 @@
+ @update:model-value="chang(index, $event,'v')" label="y" lazy-rules />
@@ -55,7 +55,7 @@
+ @update:model-value="chang(index + 5, $event,'h')" lazy-rules />
@@ -68,10 +68,10 @@
-
+ v-model="value[options_model_v].y" @update:model-value="chang(options_model_v, $event,'v')" lazy-rules />
@@ -79,13 +79,13 @@
-
+ v-model="value[options_model_h].x" @update:model-value="chang(options_model_h, $event,'h')" lazy-rules />
- +
@@ -119,7 +119,12 @@ } .action { - background-color: aqua; + background-color: rgb(27, 180, 111); + border-radius: 50%; +} +.point{ + background-color: rgb(186, 245, 245); + border-radius: 50%; }