diff --git a/common/style/layout.css b/common/style/layout.css index ed56902..c539697 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -575,4 +575,10 @@ uni-toast .uni-toast { } .uni-select__selector-item:hover { background-color: #3F6ACA !important; +} +.uni-select__input-text { + color: #fff !important; +} +.uni-select__input-placeholder { + color: grey !important; } \ No newline at end of file diff --git a/pages/management/alloc-maintenance.vue b/pages/management/alloc-maintenance.vue index c6bc71f..db93f7e 100644 --- a/pages/management/alloc-maintenance.vue +++ b/pages/management/alloc-maintenance.vue @@ -565,7 +565,6 @@ border-radius: 6px; /deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text font-size 13px - color grey /deep/ .uni-select__selector background-color #071F3E border-color #0c3162 diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue index 3a0c4d3..7e57c43 100644 --- a/pages/management/in-storage.vue +++ b/pages/management/in-storage.vue @@ -644,7 +644,6 @@ border-radius: 6px; /deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text font-size 13px - color grey /deep/ .uni-select__selector background-color #071F3E border-color #0c3162 diff --git a/pages/management/receive-confirm.vue b/pages/management/receive-confirm.vue index 8984450..d95a7b4 100644 --- a/pages/management/receive-confirm.vue +++ b/pages/management/receive-confirm.vue @@ -509,7 +509,6 @@ border-radius: 6px; /deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text font-size 13px - color grey /deep/ .uni-select__selector background-color #071F3E border-color #0c3162