Commit 9dcddaf0 authored by danfuman's avatar danfuman

修改

parent 6d4f8de8
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
placeholder="资质资格" placeholder="资质资格"
collapse-tags collapse-tags
clearable></el-cascader> clearable></el-cascader>
<el-input placeholder="输入企业名称关键词" v-model="queryParams.ename" clearable @clear="handleSearch()"> <el-input placeholder="输入关键词查询" v-model="queryParams.ename" clearable @clear="handleSearch()">
<el-button slot="append" @click="handleSearch()">搜索</el-button> <el-button slot="append" @click="handleSearch()">搜索</el-button>
</el-input> </el-input>
<span class="total">{{tableDataTotal}}</span> <span class="total">{{tableDataTotal}}</span>
...@@ -356,17 +356,22 @@ export default { ...@@ -356,17 +356,22 @@ export default {
} }
} }
::v-deep .el-input.el-input-group{ ::v-deep .el-input.el-input-group{
width: 250px; width: 240px;
height: 32px; height: 32px;
.el-input__inner{ .el-input__inner{
height: 32px; height: 32px;
border-right: 0; border-right: 0;
} }
.el-input__suffix{
margin-top: -1px;
}
.el-input-group__append{ .el-input-group__append{
width: 59px; width: 59px;
background: #F5F5F5; background: #F5F5F5;
color:#0081FF; color:#0081FF;
border-left: 0; border-left: 0;
padding: 0;
text-align: center;
} }
} }
.total{ .total{
...@@ -399,6 +404,21 @@ export default { ...@@ -399,6 +404,21 @@ export default {
margin-top: 8px; margin-top: 8px;
} }
} }
::v-deep .el-table{
th{
font-size: 12px !important;
font-weight: 400 !important;
}
.el-table__fixed-header-wrapper th{
background: #F0F3FA;
}
td.el-table__cell{
border-bottom: 0;
}
.caret-wrapper{
width: 10px;
}
}
} }
} }
} }
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<!--</div>--> <!--</div>-->
</div> </div>
</div> </div>
<el-input class="search-input" placeholder="输入企业名称关键词" v-model="queryParams.keyword" clearable @clear="handleKeyword()"> <el-input class="search-input" placeholder="输入企业名称查询" v-model="queryParams.keyword" clearable @clear="handleKeyword()">
<template slot="prepend"><i class="el-icon-search"></i></template> <template slot="prepend"><i class="el-icon-search"></i></template>
<el-button slot="append" @click="handleKeyword">搜索</el-button> <el-button slot="append" @click="handleKeyword">搜索</el-button>
</el-input> </el-input>
...@@ -852,7 +852,7 @@ export default { ...@@ -852,7 +852,7 @@ export default {
} }
::v-deep .search-input{ ::v-deep .search-input{
/*::v-deep .el-input{*/ /*::v-deep .el-input{*/
width: 260px; width: 235px;
height: 32px; height: 32px;
.el-input__inner:focus{ .el-input__inner:focus{
border-color: #e0e0e0; border-color: #e0e0e0;
...@@ -870,6 +870,11 @@ export default { ...@@ -870,6 +870,11 @@ export default {
border-left: 0; border-left: 0;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
font-size: 12px;
padding-left: 6px;
}
.el-input__suffix{
margin-top: -1px;
} }
.el-input-group__append:last-child{ .el-input-group__append:last-child{
width: 60px; width: 60px;
...@@ -906,6 +911,21 @@ export default { ...@@ -906,6 +911,21 @@ export default {
margin-top: 8px; margin-top: 8px;
} }
} }
::v-deep .el-table{
th{
font-size: 12px !important;
font-weight: 400 !important;
}
.el-table__fixed-header-wrapper th{
background: #F0F3FA;
}
td.el-table__cell{
border-bottom: 0;
}
.caret-wrapper{
width: 10px;
}
}
} }
.companyName{ .companyName{
width: 200px; width: 200px;
......
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