Commit f77aa766 authored by 张俊's avatar 张俊

点击区域放大

parent 9037abc4
......@@ -8,7 +8,7 @@
placeholder="请输入内容"
prefix-icon="el-icon-search"
v-model="input2">
<span slot="append" @click="search_list()">搜索</span>
<el-button slot="append" @click="search_list()">搜索</el-button>
</el-input>
</div>
</div>
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment