尝试给按钮之间增加间隔,不确定是否会导致其他问题
This commit is contained in:
Jeffrey Chen 2024-01-25 18:07:21 +08:00 committed by GitHub
parent bd185857f1
commit eaea233ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@
& > .b3-button {
width: 100%;
&:last-child {
&:not(:first-child) {
margin-top: 16px;
}
}