diff --git a/src/components/FusionSettings/FourPointCalibration.vue b/src/components/FusionSettings/FourPointCalibration.vue index 03864f1..faa7db8 100644 --- a/src/components/FusionSettings/FourPointCalibration.vue +++ b/src/components/FusionSettings/FourPointCalibration.vue @@ -22,25 +22,25 @@
- -
1
+
1
- -
2
+
2
- -
3
+
3
- -
4
+
4
@@ -59,7 +59,7 @@
- @@ -71,14 +71,13 @@ @@ -202,12 +201,6 @@ export default defineComponent({ const keyDown = () => { document.onkeydown = (e) => { - - // let x = Math.ceil(four[now_index.value].x / Proportion.value.x); - // let y = Math.ceil((config.height - four[now_index.value].y) / Proportion.value.y); - // points[now_index.value].x!=x?points[now_index.value].x = x:'' - // points[now_index.value].y!= y?points[now_index.value].y = y:'' - let e1 = e || window.event || arguments.callee.caller.arguments[0] switch (e.code) { case "KeyW": @@ -491,6 +484,7 @@ export default defineComponent({ }, 100); }; const reset = (index: number) => { + isactivearray.value[index] = false; fourpostion.value[index].x = defaultfourpostion.value[index].x; fourpostion.value[index].y = defaultfourpostion.value[index].y; diff --git a/src/components/FusionSettings/FusionLocale.vue b/src/components/FusionSettings/FusionLocale.vue index 79618a0..9988d5b 100644 --- a/src/components/FusionSettings/FusionLocale.vue +++ b/src/components/FusionSettings/FusionLocale.vue @@ -97,48 +97,47 @@
-
-

alpha

+ ]" />
- +
+
+ +
+ -
-

p

-
- -
- -
-

gamma

+ ]" />
-
- + +
+
@@ -146,13 +145,18 @@ .boder { border: 2px solid #0000; } -.btn_bottom{ + +.btn_bottom { margin-bottom: 0.5rem; } -.btn_top{ + +.btn_top { margin-top: 0.3rem; } +p { + margin: 0; +}