From 8bd447a130d08871c2a29ef04a0c3da7b8129908 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 2 Oct 2018 17:32:17 +0800 Subject: [PATCH] [improvement] Picker: update style (#1887) --- packages/vant-css/src/picker.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/vant-css/src/picker.css b/packages/vant-css/src/picker.css index 4b652f01d..23bf21555 100644 --- a/packages/vant-css/src/picker.css +++ b/packages/vant-css/src/picker.css @@ -9,8 +9,8 @@ &__toolbar { display: flex; - height: 40px; - line-height: 40px; + height: 44px; + line-height: 44px; justify-content: space-between; } @@ -18,6 +18,7 @@ &__confirm { color: $blue; padding: 0 15px; + font-size: 14px; &:active { background-color: $active-color; @@ -26,6 +27,8 @@ &__title { max-width: 50%; + font-size: 16px; + font-weight: 500; text-align: center; } @@ -70,7 +73,8 @@ color: $gray-dark; &--selected { - color: $black; + font-weight: 500; + color: $text-color; } &--disabled {