This commit is contained in:
parent
6dbbf2b4f6
commit
e7199bac7e
|
@ -1083,13 +1083,21 @@
|
||||||
width: 60px;
|
width: 60px;
|
||||||
max-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{
|
/deep/.uni-select{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #a1e0d4;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 4px;
|
border-radius: 30px;
|
||||||
padding: 0 5px;
|
padding: 0 4px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1099,8 +1107,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 35px;
|
height: 30px;
|
||||||
background-color: #fff;
|
background: linear-gradient(90deg, #a4e1d5, #e6f7f3);
|
||||||
|
color: #019c88;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__cancel{
|
/deep/.uni-searchbar__cancel{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue