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 @@
+