From d958e1e0a3f9c1e051e803831552ec7d62e76da6 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期二, 04 三月 2025 11:19:28 +0800
Subject: [PATCH] 模型库更新

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

diff --git a/src/styles/global.less b/src/styles/global.less
index 936bdb4..f1a2f55 100644
--- a/src/styles/global.less
+++ b/src/styles/global.less
@@ -97,20 +97,21 @@
 
 /* 寮曞叆 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 {
   background-color: #fff;
   color: #333;
   line-height: 60px;
+  border-bottom: 1px solid #ebeef5;
 }
 
 .el-aside {

--
Gitblit v1.9.1