From c2ddf632c8e642813c89e501d402f06c57369a22 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 03 三月 2025 16:22:18 +0800
Subject: [PATCH] 国际化配置

---
 src/styles/global.less |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/styles/global.less b/src/styles/global.less
index 936bdb4..70a99a1 100644
--- a/src/styles/global.less
+++ b/src/styles/global.less
@@ -97,14 +97,14 @@
 
 /* 寮曞叆 Element Plus 鐨勫熀纭�鏍峰紡 */
 
+
 .common-layout {
   width: 100%;
-  height: 100%;
+  height: 100%
 }
 
-.el-container {
-  width: 100%;
-  height: 100%;
+.common-layout .el-container {
+  height: calc(100% - 60px);
 }
 
 .el-header {

--
Gitblit v1.9.1