!381 优化 select.form-control 样式遮盖选中项文字

Merge pull request !381 from 黑化肥挥发会发灰/N/A
pull/417/head
F4nniu 2022-09-30 12:40:17 +00:00 committed by Gitee
commit 6e4321d5cf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

@ -1363,6 +1363,7 @@ a:focus {
border-radius: 0;
}
select.form-control {
padding-right: 27px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
background-position: right 50%;

File diff suppressed because one or more lines are too long