From 01f5dde01f97d931068811f7ac363591a594e187 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Fri, 15 May 2020 11:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -- GitLab