From 83f5eefe0a7a01d6f7c3750aced688d48ecf6521 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Tue, 18 Jun 2024 09:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=A1=E6=81=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9=20=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../masterDataOptions/displayInfo/index.vue | 183 +++++++++--------- 1 file changed, 95 insertions(+), 88 deletions(-) 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 { } } + } + }