mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 17:48:34 +08:00
fix: 🐛 修复Button初始化margin的问题 (#831)
This commit is contained in:
parent
834cd8e3f0
commit
38363097a5
@ -41,6 +41,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include b(button) {
|
@include b(button) {
|
||||||
|
margin-left: initial;
|
||||||
|
margin-right: initial;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user