diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 26623196..82e1fe3e 100644 --- a/web/src/style/main.scss +++ b/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; + } + } } \ No newline at end of file