From 2d8c81fe7c2c9ae9922935122a33b9185c97cdb8 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 7 Nov 2023 11:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8C=89=E9=92=AE=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableHead/src/TableHead.vue | 20 ++-- src/components/XButton/src/ButtonBase.vue | 108 +++++++++++++++------ src/components/rowDrop/index.vue | 22 +++-- 3 files changed, 106 insertions(+), 44 deletions(-) diff --git a/src/components/TableHead/src/TableHead.vue b/src/components/TableHead/src/TableHead.vue index d61e20aa6..967556608 100644 --- a/src/components/TableHead/src/TableHead.vue +++ b/src/components/TableHead/src/TableHead.vue @@ -18,17 +18,18 @@ style="margin-right: 15px;" > --> - + - + /> --> { // 设置按钮 if (val == 'set') { - rowDropRef.value.popoverVisible = true + rowDropRef.value.popoverVisible = !rowDropRef.value.popoverVisible } else if (val == 'filtrate') { searchHigh_Ref.value.popoverVisible = true } else { @@ -167,12 +168,17 @@ watch( display: flex; justify-content: space-between; } - +.tableNavLeftBtns{ + display: flex; + ::v-deep(>div){ + margin-right: 10px; + } +} .tableNavRightBtns{ display: flex; margin-left: 10px; - .currenButton .el-button { - margin-left: 10px !important; + ::v-deep(>div){ + margin-left: 10px; } } } diff --git a/src/components/XButton/src/ButtonBase.vue b/src/components/XButton/src/ButtonBase.vue index 90ed9a27d..bfa27437f 100644 --- a/src/components/XButton/src/ButtonBase.vue +++ b/src/components/XButton/src/ButtonBase.vue @@ -1,38 +1,84 @@ \ No newline at end of file diff --git a/src/components/rowDrop/index.vue b/src/components/rowDrop/index.vue index e75fb9dbd..b70f1dec2 100644 --- a/src/components/rowDrop/index.vue +++ b/src/components/rowDrop/index.vue @@ -1,5 +1,5 @@