From 5009e75bae1cdf83ebad60d462d184f85752e6ee Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Mon, 13 Apr 2026 18:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/element.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/styles/element.scss b/frontend/src/styles/element.scss index b7ed142..6a5fd83 100644 --- a/frontend/src/styles/element.scss +++ b/frontend/src/styles/element.scss @@ -153,7 +153,7 @@ // flex: 1; width: 100%; height: 100%; - border-left: 1px solid var(--el-table-border-color) // 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83 + border-left: 1px solid var(--el-table-border-color); // 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83 table { width: 100%; } @@ -343,16 +343,15 @@ padding: 10px 15px; - - // 隐藏滚动条的CSS + // 隐藏滚动条的CSS scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE 10+ */ - + &::-webkit-scrollbar { width: 0px; background: transparent; /* Chrome Safari */ } - + //设置dialog内部form样式 .el-form { .el-form-item { @@ -391,7 +390,6 @@ } - //全局el-form-item间距 .el-form-item { margin-right: 10px !important; @@ -592,6 +590,7 @@ } } } + .form-four { display: flex; flex-wrap: wrap;