From 8930f2905e103f46a0aa5acedeb0c8e62329f47f Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 19 May 2025 10:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/elementGroups.vue | 48 +++++++++++++-------------------------------- 2 files changed, 15 insertions(+), 35 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4988d33..d19fd5f 100755 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,7 @@ + > diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue index 79f34c0..e14d435 100644 --- a/src/views/elementGroups.vue +++ b/src/views/elementGroups.vue @@ -18,24 +18,6 @@ 全选按钮 - - - @@ -55,7 +37,7 @@ --> - + @@ -71,15 +53,6 @@ - @@ -338,7 +308,6 @@ 自定义提示内容 - 自定义标题 @@ -347,6 +316,10 @@ + + + { this.tableLoading = false this.$nextTick(() => { that.tableData = response.data.list + console.log(that.tableData,'---that.tableData'); // that.type2name = response.data.type2name that.total = response.data.total }) @@ -849,6 +828,7 @@ export default { .btn1 { cursor: pointer; + font-weight: bold; width: 114px; height: 40px; /* 自动布局 */