Browse Source

文件名

ltao 3 years ago
parent
commit
392efe83fe
2 changed files with 6 additions and 0 deletions
  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{
 .app-container{
  height: calc(100vh - 108px) !important;
  height: calc(100vh - 108px) !important;
 }
 }
+::v-deep .el-select__input{
+  color: white;
+}
 </style>
 </style>

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

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