From ee8692ea3975bc1072b61e8fc0cef90fc9d1cdf8 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 08 七月 2025 12:19:09 +0800
Subject: [PATCH] Merge branch 'ID2614-钙英文名称错误' into test
---
src/style.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/style.css b/src/style.css
index 16a4423..9b05ea2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -41,4 +41,9 @@
}
.el-loading-spinner .el-loading-text {
font-size: 16px; /* 修改为你需要的字体大小 */
+}
+.el-dialog {
+ padding: 0;
+ padding-bottom: 20px;
+ border-radius: 10px;
}
\ No newline at end of file
--
Gitblit v1.8.0