mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] Button: add round prop (#1885)
This commit is contained in:
@@ -140,6 +140,10 @@
|
||||
border: 1px solid $button-disabled-border-color;
|
||||
}
|
||||
|
||||
&--round {
|
||||
border-radius: 10em;
|
||||
}
|
||||
|
||||
&--square {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user