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