边框颜色修改

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

@@ -50,7 +50,7 @@
@expand-change="selectMachine">
<el-table-column type="expand">
<template slot-scope="scope">
<el-table :data="tableData2" border style="width: 490px; text-align: center" size="mini">
<el-table :data="tableData2" border style="width: 491px; text-align: center" size="mini">
<el-table-column label="设备型号" align="center" width="130">
<template slot-scope="scope">
{{ scope.row.机床图号 }}
@@ -1282,4 +1282,9 @@ a{
display: inline-block;
color: #999;
}
.el-table td, .el-table th.is-leaf,
.el-radio__inner,
.el-input__inner{
border: 1px solid black!important;
}
</style>