ltao vor 3 Jahren
Ursprung
Commit
392efe83fe
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 3 0
      src/views/thought/getready/index.vue
  2. 3 0
      src/views/thought/parliament/index.vue

+ 3 - 0
src/views/thought/getready/index.vue

@@ -1401,4 +1401,7 @@ export default {
 .app-container{
  height: calc(100vh - 108px) !important;
 }
+::v-deep .el-select__input{
+  color: white;
+}
 </style>

+ 3 - 0
src/views/thought/parliament/index.vue

@@ -1178,4 +1178,7 @@ export default {
   color: white;
   text-indent: 0.5em;
 }
+::v-deep .el-select__input{
+  color: white;
+}
 </style>