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

pull/381/head
黑化肥挥发会发灰 2022-01-20 03:13:19 +00:00 committed by Gitee
parent 6569dfbb3c
commit 9ed5fbd2e3
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