边框颜色修改

This commit is contained in:
caoxinyu
2019-03-26 18:10:48 +08:00
parent 0f3cb85531
commit f94d46abc2
4 changed files with 31 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
<el-button type="success" icon="el-icon-search" class="move" size="small" @click="selectCustomerOfName">查询</el-button>
</el-card>
<el-row>
<el-col :span="4">
<el-col :span="6">
<el-card>
<el-table
v-loading="loading1"
@@ -48,7 +48,7 @@
</el-table>
</el-card>
</el-col>
<el-col :span="20">
<el-col :span="18">
<el-card>
<el-button type="text" icon="el-icon-circle-plus-outline" size="mini" @click="addMarketingManager();flag = 1">添加销售经理</el-button>
<span style="float: right">销售经理</span>
@@ -586,5 +586,9 @@ export default {
.move{
margin-left: 10px;
}
.el-table td, .el-table th.is-leaf,
.el-radio__inner,
.el-input__inner{
border: 1px solid black!important;
}
</style>