This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化select

old
宇天 2019-08-15 21:10:49 +08:00
parent 4df8108b0d
commit ddf4bc8b57
1 changed files with 4 additions and 3 deletions

View File

@ -36,8 +36,8 @@
input {
flex: 1;
width: auto;
min-width: 0;
width: 0;
min-width: 64px;
height: 100%;
padding: 0 5px;
border: 0;
@ -88,7 +88,7 @@
.opt-box {
display: none;
position: fixed;
z-index: 10240;
z-index: 10260;
left: 0;
top: 0;
width: 200px;
@ -127,6 +127,7 @@
height: 30px;
line-height: 30px;
padding: 0 8px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}