1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

chore(Search): improve round style

This commit is contained in:
chenjiahan 2020-03-17 20:13:25 +08:00
parent 1b965be25e
commit c1f36ebb19

@ -15,7 +15,7 @@
border-radius: @border-radius-sm; border-radius: @border-radius-sm;
&--round { &--round {
border-radius: @search-input-height / 2; border-radius: @border-radius-max;
} }
} }