样式美化
This commit is contained in:
parent
00077b6b85
commit
dc27fe21b2
|
@ -1016,3 +1016,27 @@ li {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-table--striped .el-table__body tr.el-table__row--level-1 td:first-child {
|
||||||
|
.cell {
|
||||||
|
.el-table__indent {
|
||||||
|
border-right: 1.5px solid #ccc;
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
|
.el-table__placeholder {
|
||||||
|
width: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-table--striped .el-table__body tr.el-table__row--level-2 td:first-child {
|
||||||
|
.cell {
|
||||||
|
.el-table__indent {
|
||||||
|
border-right: 1.5px solid #ccc;
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
|
.el-table__placeholder {
|
||||||
|
width: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue