From 361c2c06c50c3edb70d12e4fcc3d312051cb3547 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Wed, 1 Feb 2023 15:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0125=E7=BC=A9=E6=94=BE?= =?UTF-8?q?=E4=B8=8B=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=BB=91=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FusionSettings/DensityCorrection.vue | 97 ++++++++++-------- .../FusionSettings/FourPointCalibration.vue | 43 ++++---- .../FusionSettings/FusionLocale.vue | 28 +++--- .../FusionSettings/GridSettings.vue | 26 +---- .../FusionSettings/SurfaceCorrection.vue | 66 +++++++------ src/components/FusionSettingsDialog.vue | 98 ++++++++++++++----- src/i18n/zh-CN/index.ts | 2 +- 7 files changed, 210 insertions(+), 150 deletions(-) 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; +}