|
@@ -63,7 +63,7 @@
|
|
|
.tabs {
|
|
|
max-width: 100%;
|
|
|
min-width: 100%;
|
|
|
- border-color: #979797;
|
|
|
+ border-color: #DCDFE6;
|
|
|
}
|
|
|
.form_btn {
|
|
|
display: flex;
|
|
@@ -84,7 +84,7 @@
|
|
|
.tabs {
|
|
|
max-width: 100%;
|
|
|
min-width: 100%;
|
|
|
- border-color: #979797;
|
|
|
+ border-color: #DCDFE6;
|
|
|
}
|
|
|
.inp {
|
|
|
width: 100px;
|
|
@@ -138,25 +138,25 @@
|
|
|
/deep/ .el-table--border:after,
|
|
|
.el-table--group:after,
|
|
|
.el-table:before {
|
|
|
- background-color: #979797;
|
|
|
+ background-color: #DCDFE6;
|
|
|
}
|
|
|
/deep/ .el-table--border,
|
|
|
.el-table--group {
|
|
|
- border-color: #979797;
|
|
|
+ border-color: #DCDFE6;
|
|
|
}
|
|
|
/deep/ .el-table td,
|
|
|
.el-table th.is-leaf {
|
|
|
- border-bottom: 1px solid #979797;
|
|
|
+ border-bottom: 1px solid #DCDFE6;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-table--border th,
|
|
|
.el-table--border th.gutter:last-of-type {
|
|
|
- border-bottom: 1px solid #979797;
|
|
|
+ border-bottom: 1px solid #DCDFE6;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-table--border td,
|
|
|
.el-table--border th {
|
|
|
- border-right: 1px solid #979797;
|
|
|
+ border-right: 1px solid #DCDFE6;
|
|
|
}
|
|
|
}
|
|
|
.test_box {
|
|
@@ -254,7 +254,7 @@
|
|
|
class="tabs"
|
|
|
ref="table"
|
|
|
:header-row-style="{height:'40px'}"
|
|
|
- :header-cell-style="{height:'40px',borderColor:'#979797'}"
|
|
|
+ :header-cell-style="{height:'40px',borderColor:'#DCDFE6'}"
|
|
|
>
|
|
|
<el-table-column prop="conceptLibName" :show-overflow-tooltip="true" label="术语名称"></el-table-column>
|
|
|
<el-table-column label="操作">
|
|
@@ -316,7 +316,7 @@
|
|
|
ref="tables"
|
|
|
@row-click="btn"
|
|
|
:header-row-style="{height:'40px'}"
|
|
|
- :header-cell-style="{height:'40px',borderColor:'#979797'}"
|
|
|
+ :header-cell-style="{height:'40px',borderColor:'#DCDFE6'}"
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
<el-table-column type="selection"></el-table-column>
|