From da94122d07df242e53bc0cb1864b50895bc9dcda Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Thu, 16 May 2024 17:02:58 +0800 Subject: [PATCH] =?UTF-8?q?button-group=20=E4=BC=98=E5=8C=96=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/button-group.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/button-group.scss b/styles/button-group.scss index 054a56ec7..b56fa655b 100644 --- a/styles/button-group.scss +++ b/styles/button-group.scss @@ -1 +1,5 @@ /**Variable**/ + +.vxe-button-group { + display: inline-flex; +} \ No newline at end of file