[improvement] Picker: optimize code

This commit is contained in:
陈嘉涵
2019-05-22 17:20:07 +08:00
parent 21db7e57ad
commit 171621efed
7 changed files with 150 additions and 146 deletions
+5 -1
View File
@@ -81,9 +81,13 @@
font-size: @picker-option-font-size;
text-align: center;
&__wrapper {
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
&__item {
padding: 0 5px;
color: @picker-option-selected-text-color;
color: @picker-option-text-color;
&--selected {
font-weight: 500;