From 331668190a8e4cbf695fe745a577c3e3e894ce55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 25 Dec 2024 17:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E5=8D=A0=E6=8D=AE=E7=A9=BA=E9=97=B4=E7=9A=84=E5=BC=B9?= =?UTF-8?q?=E6=80=A7=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/component.css b/src/component.css index 5893a6b..2d7c0a8 100644 --- a/src/component.css +++ b/src/component.css @@ -14,6 +14,10 @@ align-items: center; } + .spacer { + flex: 1 1; + } + /* 按钮默认样式 */ :where(button, .button) { --button-neutral-bg: var(--color-neutral);