pixel пре 4 година
родитељ
комит
01f5dde01f
1 измењених фајлова са 24 додато и 0 уклоњено
  1. 24 0
      web/src/style/main.scss

+ 24 - 0
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;
+        }
+    }
 }