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 {