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..d57096b3b 100644 --- a/src/components/rowDrop/index.vue +++ b/src/components/rowDrop/index.vue @@ -1,20 +1,22 @@