From e22a9e8470b51824f7e5fd52cc7bd1e5485fc597 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 15 七月 2025 13:00:18 +0800
Subject: [PATCH] Merge branch 'ID2632-副屏指标大小写问题' into test

---
 src/style.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/style.css b/src/style.css
index 877f744..9b05ea2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -39,3 +39,11 @@
     background-color: #f9f9f9;
   }
 }
+.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