下拉框样式

This commit is contained in:
2024-07-25 15:33:39 +08:00
parent 88bc3bcf3b
commit edbd785fd2
4 changed files with 6 additions and 3 deletions

View File

@@ -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;
}

View File

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

View File

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

View File

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