Browse Source

样式美化

main
pixel 5 years ago
parent
commit
01f5dde01f
  1. 24
      web/src/style/main.scss

24
web/src/style/main.scss

@ -1015,4 +1015,28 @@ li {
content: "";
display: block;
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…
Cancel
Save