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 @@