Skip to content

Commit dc27fe2

Browse files
author
pixel
committed
样式美化
1 parent 00077b6 commit dc27fe2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

web/src/style/main.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,4 +1015,28 @@ li {
10151015
content: "";
10161016
display: block;
10171017
clear: both;
1018+
}
1019+
1020+
.el-table--striped .el-table__body tr.el-table__row--level-1 td:first-child {
1021+
.cell {
1022+
.el-table__indent {
1023+
border-right: 1.5px solid #ccc;
1024+
margin-left: 6px;
1025+
}
1026+
.el-table__placeholder {
1027+
width: 10px;
1028+
}
1029+
}
1030+
}
1031+
1032+
.el-table--striped .el-table__body tr.el-table__row--level-2 td:first-child {
1033+
.cell {
1034+
.el-table__indent {
1035+
border-right: 1.5px solid #ccc;
1036+
margin-left: 6px;
1037+
}
1038+
.el-table__placeholder {
1039+
width: 10px;
1040+
}
1041+
}
10181042
}

0 commit comments

Comments
 (0)