|
@@ -192,7 +192,7 @@
|
|
padding-left: 0;
|
|
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;
|
|
border-left-color: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -205,7 +205,7 @@
|
|
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
|
|
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
|
|
padding-left: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.el-tabs--card>.el-tabs__header {
|
|
.el-tabs--card>.el-tabs__header {
|
|
@@ -232,8 +232,35 @@
|
|
width: 6%;
|
|
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;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
|
|
|
|
|
|
|
|
|