From f77aa76639d18c56b20ea57566ec26abc2303388 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 23 Jul 2020 10:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=8C=BA=E5=9F=9F=E6=94=BE?= =?UTF-8?q?=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/search_act.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/workbench/search_act.vue b/src/pages/workbench/search_act.vue index 9594352..d8f4a40 100644 --- a/src/pages/workbench/search_act.vue +++ b/src/pages/workbench/search_act.vue @@ -8,7 +8,7 @@ placeholder="请输入内容" prefix-icon="el-icon-search" v-model="input2"> - 搜索 + 搜索 @@ -91,6 +91,7 @@ export default { methods: { search_list(){ if(!this.input2){ + this.tableData = [] return } this.$http @@ -151,6 +152,10 @@ export default { font-weight: 600; cursor: pointer; border: 1px solid #0f2683; + padding: 0; +} +.table_search .el-input-group__append .el-button { + width: 100%; } .table_search .el-input__inner{ background-color: #f7f8f9; -- 2.26.0