We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90022e5 commit 423bbf7Copy full SHA for 423bbf7
src/button/index.less
@@ -39,7 +39,6 @@
39
// Size
40
&-long{
41
border-radius: 0;
42
- margin: 0;
43
height: 88rpx;
44
width: 100%;
45
}
@@ -51,7 +50,7 @@
51
50
height: @btn-height-large;
52
min-width: @btn-width-large;
53
54
- &-mini {
+ &-mini {
55
height: @btn-height-mini;
56
min-width: @btn-width-mini;
57
font-size: @size-font-mini;
@@ -93,7 +92,7 @@
93
92
border-radius: @btn-circle-size/5;
94
95
&-large&-circle{
96
- border-radius: @btn-circle-size-large/5;
+ border-radius: @btn-circle-size-large/5;
97
98
&-mini&-circle{
99
border-radius: @btn-circle-size-mini/5;
@@ -172,6 +171,9 @@
172
171
&-large{
173
margin-right: 24rpx
174
+ &-long{
175
+ margin-right: 24rpx
176
+ }
177
178
179
@keyframes btn-spin {
0 commit comments