We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00077b6 commit dc27fe2Copy full SHA for dc27fe2
web/src/style/main.scss
@@ -1015,4 +1015,28 @@ li {
1015
content: "";
1016
display: block;
1017
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
1034
1035
1036
1037
1038
1039
1040
1041
1042
}
0 commit comments