From 6ea5484424645a4f8d9a84af335578063d988203 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 30 六月 2025 12:43:09 +0800
Subject: [PATCH] 更新电解质单位

---
 src/theme/element.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/theme/element.scss b/src/theme/element.scss
index 7047826..e6c0b0f 100644
--- a/src/theme/element.scss
+++ b/src/theme/element.scss
@@ -245,13 +245,14 @@
 			margin: 0 auto !important;
 			position: absolute;
 			.el-dialog__body {
-				padding: 20px !important;
+				padding: 0px !important;
 			}
 		}
 	}
 }
 .el-dialog__body {
-	max-height: calc(90vh - 111px) !important;
+	// max-height: calc(90vh - 111px) !important;
+	padding: 0;
 	overflow-y: auto;
 	overflow-x: hidden;
 }

--
Gitblit v1.8.0