fix: 🐛 修复Button初始化margin的问题 (#831)

This commit is contained in:
gouzi 2025-01-13 23:49:23 +08:00 committed by GitHub
parent 834cd8e3f0
commit 38363097a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,8 @@
}
@include b(button) {
margin-left: initial;
margin-right: initial;
position: relative;
display: inline-block;
outline: none;