|
@@ -2690,4 +2690,21 @@ export default {
|
|
.el-form-item::v-deep .el-form-item__label {
|
|
.el-form-item::v-deep .el-form-item__label {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+.tab-item {
|
|
|
|
+ color: white !important;
|
|
|
|
+}
|
|
|
|
+.el-collapse-item::v-deep .el-collapse-item__header {
|
|
|
|
+ color: white !important;
|
|
|
|
+}
|
|
|
|
+.layers-list-item {
|
|
|
|
+ img {
|
|
|
|
+ filter: brightness(0) invert(1);
|
|
|
|
+ }
|
|
|
|
+ span {
|
|
|
|
+ color: white;
|
|
|
|
+ }
|
|
|
|
+ svg {
|
|
|
|
+ color: white;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|