边框颜色修改

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

@@ -380,8 +380,8 @@
</div>
</el-dialog>
<!--营销经理选择-->
<el-dialog :visible.sync="dialogFormVisiblePeople" title="营销经理" center width="30%">
<span>责权省份</span>
<el-dialog :visible.sync="dialogFormVisiblePeople" title="营销经理" center width="500px">
<span>责权省份</span>
<el-select v-model="ProvinceValue" clearable filterable placeholder="请选择省份" style="margin-right: 10px" size="small" @change="changeProvince">
<el-option
v-for="item in Province"
@@ -1633,4 +1633,9 @@ export default {
margin-top: 10px;
margin-right: 40px;
}
.el-table td, .el-table th.is-leaf,
.el-radio__inner,
.el-input__inner{
border: 1px solid black!important;
}
</style>