chore(Search): improve round style

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

View File

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