From c86947b69cccd4b93a97741e6451da79664ad7ba Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:41:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=BB=84=E8=BE=B9=E6=A1=86=E5=AE=BD=E5=BA=A6=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98=20(#6706)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #6704 --- frontend/src/components/layout-content/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/layout-content/index.vue b/frontend/src/components/layout-content/index.vue index bd2b3ef4a..6874aa250 100644 --- a/frontend/src/components/layout-content/index.vue +++ b/frontend/src/components/layout-content/index.vue @@ -108,6 +108,9 @@ const showBack = computed(() => { .el-button + .el-button { margin: 0 !important; } + .el-button-group .el-button { + margin: 0 !important; + } } .content-container_form {