From 01f947851930947827f7fd7966cf715cec93703c Mon Sep 17 00:00:00 2001 From: zhihao <18915542763@163.com> Date: Thu, 18 Jun 2026 09:10:05 +0800 Subject: [PATCH] =?UTF-8?q?czh-20260618-=E5=A2=9E=E5=A4=A7=E5=BA=95?= =?UTF-8?q?=E9=83=A8footer=E5=92=8C=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=EF=BC=9B=E5=A2=9E=E5=8A=A0=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +++ .env.production | 3 +++ src/design/theme.less | 5 +++++ src/layouts/default/footer/index.vue | 3 ++- .../header/components/user-dropdown/index.vue | 13 +++++++++++-- src/settings/siteSetting.ts | 3 +++ src/views/tasklist/index.vue | 3 +++ 7 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 8bc17b0..74e8b0f 100644 --- a/.env.development +++ b/.env.development @@ -34,3 +34,6 @@ VITE_GLOB_ONLINE_DOCUMENT_VERSION=wps # AutoLogin SSO - 指向 demo 网关 VITE_AUTOLOGIN_URL=http://localhost:9100/api/sys/autoLogin + +# 联系我们 +VITE_GLOB_CONTACT_URL=http://localhost:3100/contact diff --git a/.env.production b/.env.production index f29f56f..2eef38f 100644 --- a/.env.production +++ b/.env.production @@ -35,3 +35,6 @@ VITE_GLOB_ONLINE_DOCUMENT_VERSION=wps # AutoLogin SSO - 指向生产网关(地址由运维提供) VITE_AUTOLOGIN_URL=http://200.100.65.101:9100/api/sys/autoLogin + +# 联系我们 +VITE_GLOB_CONTACT_URL=# diff --git a/src/design/theme.less b/src/design/theme.less index b7edea0..7d4816c 100644 --- a/src/design/theme.less +++ b/src/design/theme.less @@ -2,6 +2,11 @@ background-color: @component-background !important; } +::-webkit-scrollbar { + height: 14px; + width: 14px; +} + html[data-theme='light'] { // update-begin--author:liaozhiyang---date:20240407---for:【QQYUN-8774】给body加上打底的字体颜色 body{ diff --git a/src/layouts/default/footer/index.vue b/src/layouts/default/footer/index.vue index aa7260c..8566a31 100644 --- a/src/layouts/default/footer/index.vue +++ b/src/layouts/default/footer/index.vue @@ -86,7 +86,8 @@ margin-top: auto; .footer-text { - font-size: 13px; + font-size: 15px; + font-weight: 700; } } diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index 21495f4..c151821 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -10,6 +10,7 @@ +