From 421d9c20c1b27c5ac5e69a22209dce799ef3aa53 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 27 Feb 2026 17:54:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- public/index.html | 1 + src/layout/components/AppMain.vue | 17 +++++++-- src/views/business/study/comp/tbbd/Xq.vue | 63 ++++++++++++++++++++----------- 5 files changed, 56 insertions(+), 29 deletions(-) diff --git a/.env.development b/.env.development index c37d0ca..c4d0bed 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻管理系统 +VUE_APP_TITLE = 华西海圻ELN V1.0 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index 6685436..bb1ed9a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻管理系统 +VUE_APP_TITLE = 华西海圻ELN V1.0 # 生产环境配置 ENV = 'production' diff --git a/public/index.html b/public/index.html index ec7ae48..fd88e42 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ height: 100%; margin: 0px; padding: 0px; + overflow: hidden; } .chromeframe { margin: 0.2em 0; diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 451220e..c49d5e1 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -47,17 +47,21 @@ export default {