diff --git a/src/views/masterDataOptions/displayInfo/index.vue b/src/views/masterDataOptions/displayInfo/index.vue index 9b1db0a..57f4204 100644 --- a/src/views/masterDataOptions/displayInfo/index.vue +++ b/src/views/masterDataOptions/displayInfo/index.vue @@ -43,104 +43,107 @@ > -
-
-
查询
-
-
-
- +
+
+
+
查询
+
+
+
+ +
+
设置
-
设置
-
-
-
-
{{ item.viewName }}
-
-
-
-
-
列表
-
-
-
- +
+
+
{{ item.viewName }}
-
设置
-
-
-
{{ item.viewName }}
-
-
-
-
-
新增
-
-
-
- +
+
列表
+
+
+
+ +
+
设置
-
设置
-
-
-
-
{{ item.viewName }}
-
-
-
-
-
修改
-
-
-
- +
+
+
{{ item.viewName }}
-
设置
-
-
-
{{ item.viewName }}
-
-
-
-
-
查看
-
-
-
- +
+
新增
+
+
+
+ +
+
设置
-
设置
-
-
-
-
{{ item.viewName }}
-
-
-
-
-
按钮
-
-
-
- +
+
+
{{ item.viewName }}
-
设置
-
-
-
{{ item.name }}
+
+
修改
+
+
+
+ +
+
设置
+
+
+
+
+
{{ item.viewName }}
+
+
+
+
+
查看
+
+
+
+ +
+
设置
+
+
+
+
+
{{ item.viewName }}
+
+
+
+
+
按钮
+
+
+
+ +
+
设置
+
+
+
+
+
{{ item.name }}
+
+
.tabIndex { margin-top: 10px; } - + .main{ + overflow: auto; > .content { - margin-top: 3vh; - display: flex; - align-items: center; - + margin-top: 1vh; + width: 2100px; .showItem { - flex: 1; + display: inline-block; + width: 340px; margin-left: 8px; - height: 70vh; + height: 68vh; background: #FFFFFF; border-radius: 8px; border: 1px solid #EBEBEB; @@ -525,5 +530,7 @@ export default { } } + } + }