mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
[improvement] Picker: update style (#1887)
This commit is contained in:
parent
1f0b41ec20
commit
8bd447a130
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 40px;
|
height: 44px;
|
||||||
line-height: 40px;
|
line-height: 44px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,6 +18,7 @@
|
|||||||
&__confirm {
|
&__confirm {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: $active-color;
|
background-color: $active-color;
|
||||||
@ -26,6 +27,8 @@
|
|||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,7 +73,8 @@
|
|||||||
color: $gray-dark;
|
color: $gray-dark;
|
||||||
|
|
||||||
&--selected {
|
&--selected {
|
||||||
color: $black;
|
font-weight: 500;
|
||||||
|
color: $text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user