Ver código fonte

评价报告优化1

zhangliang2 2 anos atrás
pai
commit
65f7404d08
1 arquivos alterados com 29 adições e 2 exclusões
  1. 29 2
      src/assets/common/css/theme.less

+ 29 - 2
src/assets/common/css/theme.less

@@ -192,7 +192,7 @@
             padding-left: 0;
         }
 
-        .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item.is-active ~ .el-tabs__item {
+        .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item.is-active~.el-tabs__item {
             border-left-color: transparent;
         }
 
@@ -205,7 +205,7 @@
         .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
             padding-left: 20px;
         }
-    } 
+    }
 }
 
 .el-tabs--card>.el-tabs__header {
@@ -232,8 +232,35 @@
     width: 6%;
 }
 
+.colorfulTable {
+    /deep/ .el-table__body {
+        .el-table__row:nth-child(2) {
+            td:nth-child(2) {
+                background-color: #c1db69;
+            }
+
+            td:nth-child(3) {
+                background-color: #faf54a;
+            }
+
+            td:nth-child(4) {
+                background-color: #ff9d33;
+            }
+
+            td:last-child {
+                background-color: #f56c6c;
+            }
+        }
+    }
+}
 
+// .elPopoverReport {
+//     padding: 0;
 
+//     .rowStyle {
+//         margin: 0;
+//     }
+// }