From 14906a83d2e310907466dc95e4e5db5d81cf1157 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Mon, 8 Jun 2026 09:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/main.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/style/main.scss b/src/style/main.scss index 21a3d12..5698789 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -1,5 +1,5 @@ @use '@/style/iconfont.css'; -@use "./transition.scss"; +@use './transition.scss'; .html-grey { filter: grayscale(100%); @@ -18,11 +18,11 @@ .gva-btn-list { @apply mb-3 flex items-center flex-wrap gap-2; - .el-button+.el-button{ + .el-button + .el-button { @apply ml-0 !important; } - .el-upload{ - .el-button{ + .el-upload { + .el-button { @apply ml-0 !important; } } @@ -41,6 +41,7 @@ .gva-search-box { @apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2; + padding-bottom: 0; } .gva-form-box {