From d4e0ff0fc20d73977ca3b03bab434bf4e459ab3b Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 11 Apr 2025 14:55:10 +0800 Subject: [PATCH] === --- src/views/system/scheduling/pointscreen.vue | 487 ++++++++++++-------- 1 file changed, 303 insertions(+), 184 deletions(-) diff --git a/src/views/system/scheduling/pointscreen.vue b/src/views/system/scheduling/pointscreen.vue index f8b6fd7..2c95d04 100644 --- a/src/views/system/scheduling/pointscreen.vue +++ b/src/views/system/scheduling/pointscreen.vue @@ -9,19 +9,19 @@
-
-
@@ -40,8 +40,8 @@
- @@ -67,63 +67,77 @@
-
- -
-
- {{ i * rulerUnit }} -
-
- -
-
- {{ i * rulerUnit }} -
-
- - -
-
- -
-
{{ component.name}}
+
+
+ +
+
+ {{ i * rulerUnit }} +
+
+ +
+
+ {{ i * rulerUnit }} +
+
+ + +
+
+ + + {{ component.name }} + + +
+
+
+
+ +

点位状态配置

+
+
+ {{ e.name }} + 编辑
-
@@ -133,7 +147,7 @@

属性编辑

- + @@ -145,9 +159,9 @@ -
- + @@ -167,24 +181,56 @@ > 点击上传 --> - +
请选择一个点位
+ + + +
+
+ +
+
+ + 取 消 + 确 定 + +
\ No newline at end of file +.icon-container{ + display: flex; + width: 100%; + justify-content: flex-start; +} +.iconbox { + display: inline-block; + box-sizing: border-box; + width: 60px; + height: 40px; + margin: 5px; + /* border: 1px solid #ccc; */ +} +.iconbox img{ + width: 100%; + height: 100%; +} +