From fa8de19c41cf345790d9357b774ad15c493858cb Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 29 Mar 2024 16:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=BA=E5=AF=B8=E8=AE=A1?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/App.vue | 7 +++- src/assets/styles/public.scss | 6 ++++ src/layout/components/Navbar.vue | 4 +-- src/views/components/myDialog/index.vue | 1 + src/views/project/index.vue | 34 +++++++++++++++---- .../projectInfo/components/tabFour/index.vue | 1 + 7 files changed, 44 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index 1666dd3..bfc2703 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 # VUE_APP_BASE_API = 'http://192.168.0.114:9040' -VUE_APP_BASE_API = 'http://192.168.0.105:9040' +VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/App.vue b/src/App.vue index 1f899f5..b1a9742 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,8 +14,13 @@ export default { autofit.init({ dh: 919, dw: 1920, - el: "body", + el: "#app", resize: true, + // ignore:[ + // { + // el:".ignoreElement", + // } + // ], }); }, metaInfo() { diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index 0b5980d..03869d3 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -33,6 +33,9 @@ overflow-y: auto; // padding-bottom: 20px; } + .el-table::before { + height: 0; + } .el-table { margin-bottom: 25px; th { @@ -528,6 +531,9 @@ .iconfont { font-size: 65px; } + .icon-jc-daishenpi1-copy { + color: #979797; + } .icon-jc-shenpitongguo-copy { color: #4EB997; } diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 99c21f8..b01c4fc 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -34,7 +34,7 @@
@@ -110,7 +110,7 @@ export default { }) .then(() => { this.$store.dispatch("LogOut").then(() => { - location.href = "/index"; + location.href = "/demo/JinJiHu"; }); }) .catch(() => {}); diff --git a/src/views/components/myDialog/index.vue b/src/views/components/myDialog/index.vue index a95ce42..3d58a13 100644 --- a/src/views/components/myDialog/index.vue +++ b/src/views/components/myDialog/index.vue @@ -6,6 +6,7 @@ :close-on-press-escape="false" :custom-class="myclass ? 'custom-my-class':''" @close="resetCancel" + append-to-body >