From 103b08937aeb945a0ff503dfdedf268b9a55dade Mon Sep 17 00:00:00 2001 From: wenhan <1196086345@qq.com> Date: 星期三, 12 一月 2022 10:24:25 +0800 Subject: [PATCH] fix-bug -- 使用TreeSelect组件后,重置按钮无法置空该组件值 --- src/components/RightToolbar/index.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue index 78caa84..fcdd1a6 100644 --- a/src/components/RightToolbar/index.vue +++ b/src/components/RightToolbar/index.vue @@ -2,13 +2,13 @@ <div class="top-right-btn"> <el-row> <el-tooltip class="item" effect="dark" :content="showSearch ? '闅愯棌鎼滅储' : '鏄剧ず鎼滅储'" placement="top"> - <el-button size="mini" circle icon="Search" @click="toggleSearch()" /> + <el-button circle icon="Search" @click="toggleSearch()" /> </el-tooltip> <el-tooltip class="item" effect="dark" content="鍒锋柊" placement="top"> - <el-button size="mini" circle icon="Refresh" @click="refresh()" /> + <el-button circle icon="Refresh" @click="refresh()" /> </el-tooltip> <el-tooltip class="item" effect="dark" content="鏄鹃殣鍒�" placement="top" v-if="columns"> - <el-button size="mini" circle icon="Menu" @click="showColumn()" /> + <el-button circle icon="Menu" @click="showColumn()" /> </el-tooltip> </el-row> <el-dialog :title="title" v-model="open" append-to-body> @@ -76,7 +76,6 @@ <style lang='scss' scoped> :deep(.el-transfer__button) { border-radius: 50%; - padding: 12px; display: block; margin-left: 0px; } -- Gitblit v1.9.3