From e6fed227dcda046a7795976079d1e4116c0d7124 Mon Sep 17 00:00:00 2001 From: miao <2514145421@qq.com> Date: Fri, 16 Dec 2022 14:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=9F=BA=E6=9C=AC=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ControlPanelDialog.vue | 798 ++++++++++++++++---------- src/entities/MagicWallConfig.ts | 4 +- src/entities/RectF.ts | 3 + src/i18n/en-US/index.ts | 3 +- src/i18n/zh-CN/index.ts | 8 +- 5 files changed, 492 insertions(+), 324 deletions(-) diff --git a/src/components/ControlPanelDialog.vue b/src/components/ControlPanelDialog.vue index 3579af3..f00dd28 100644 --- a/src/components/ControlPanelDialog.vue +++ b/src/components/ControlPanelDialog.vue @@ -7,250 +7,230 @@ } "> - -
-
- {{ $t("magic wall") }} + + +
+
+ {{ $t("magic wall") }} +
+ +
+ + + {{ $t("close") }} + + +
- -
- - - {{ $t("close") }} - - -
-
- - - - - - - - - -
{{ $t("angle") }}
- -
-
- - - angle: - - - - - - - - - - -
-
-
{{ $t("physical central location") }}
- -
-
- - - X: - - - - - - - - - - -
-
- -
- - - Y: - - - - - - - - - - -
-
- - - -
{{ $t("topology diagram") }}
-
-
-
- {{ (i * j) }} -
-
-
-
-
- -
- - - - {{ $t("close this window") }} - - - - - {{ $t("close other windows") }} - - - - {{ $t("close all windows") }} - - - - {{ item.uuid }} -
-
- -
- - - - {{ $t("close this window") }} - - - - - {{ $t("close other windows") }} - - - - {{ $t("close all windows") }} - - - - {{ item.uuid }} -
-
-
-
-
-
-
-
- - - - {{ $t("monitors list") }} - - - - - -
-
-
- -
-
- {{ (test_monitor_list[(item - 1) * 4 + (j - 1)].uuid) }} -
-
-
-
- -
-
- {{ (test_monitor_list[(item - 1) * 4 + (j - 1)].uuid) }} -
-
-
- -
-
-
+
- - - - - - + + + + + +
{{ $t("angle") }}
+ +
+
+ + + angle: + + + + + + + + + + +
+
+
{{ $t("physical central location") }}
+ +
+
+ + + X: + + + + + + + + + + +
+
+ +
+ + + Y: + + + + + + + + + + +
+
+ + + +
{{ $t("topology diagram") }}
+
+
+
+ {{ (i * j) }} +
+
+
+
+
+ +
+ + + + {{ $t("close this window") }} + + + + + {{ $t("close other windows") }} + + + + {{ $t("close all windows") }} + + + + + {{ item.uuid }} +
+
+
+
+
+
+
+
+ + + + {{ $t("monitors list") }} + + + + + +
+
+
+ +
+
+ {{ (test_monitor_list[(item - 1) * 4 + (j - 1)].uuid) }} +
+
+
+
+ +
+
+ {{ (test_monitor_list[(item - 1) * 4 + (j - 1)].uuid) }} +
+
+
+ +
+
+
+ + + +
+ + + + + + @@ -278,13 +258,16 @@