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 @@
-
@@ -67,63 +67,77 @@
-
-
-
-
- {{ i * rulerUnit }}
-
-
-
-
-
- {{ i * rulerUnit }}
-
-
-
-
-
-
-
-
-
{{ component.name}}
+
+
+
+
+
+ {{ i * rulerUnit }}
+
+
+
+
+
+ {{ i * rulerUnit }}
+
+
+
+
+
+
+
+
+ {{ component.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%;
+}
+