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%; +} +