This commit is contained in:
kbing1981 2024-07-11 14:28:36 +08:00
parent 6dbbf2b4f6
commit e7199bac7e
2 changed files with 14 additions and 5 deletions

View File

@ -1083,13 +1083,21 @@
width: 60px;
max-width: 60px;
}
/deep/.uni-select__input-text{
width: 100%;
color: #019c88;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
/deep/.uni-select{
width: 60px;
font-size: 14px;
border: 1px solid #e5e5e5;
border: 1px solid #a1e0d4;
box-sizing: border-box;
border-radius: 4px;
padding: 0 5px;
border-radius: 30px;
padding: 0 4px;
padding-left: 10px;
position: relative;
display: flex;
@ -1099,8 +1107,9 @@
align-items: center;
width: 100%;
flex: 1;
height: 35px;
background-color: #fff;
height: 30px;
background: linear-gradient(90deg, #a4e1d5, #e6f7f3);
color: #019c88;
}
/deep/.uni-searchbar__cancel{
display: none;

BIN
static/pick.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB