增加一个用于占据空间的弹性样式。

This commit is contained in:
徐涛 2024-12-25 17:10:41 +08:00
parent 5d9ef607b4
commit 331668190a

View File

@ -14,6 +14,10 @@
align-items: center;
}
.spacer {
flex: 1 1;
}
/* 按钮默认样式 */
:where(button, .button) {
--button-neutral-bg: var(--color-neutral);