ltao il y a 3 ans
Parent
commit
392efe83fe

+ 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>