From 3f5dfa640afcf52e8389855f5abaec560e7c9187 Mon Sep 17 00:00:00 2001
From: yinxue <2643126914@qq.com>
Date: Sat, 13 Sep 2025 14:52:00 +0800
Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E6=9A=97=E6=A8=A1=E5=BC=8F=E4=B8=8B?=
=?UTF-8?q?=E9=80=82=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/components/index.vue | 36 +++++++++++++++++-------------------
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/docs/components/index.vue b/docs/components/index.vue
index 1a19643..b973dad 100644
--- a/docs/components/index.vue
+++ b/docs/components/index.vue
@@ -62,11 +62,14 @@
-
+
- 梦宁软件(江苏)有限公司版权所有
+
+ 梦宁软件
+ 梦宁软件(江苏)有限公司版权所有
+
@@ -210,11 +213,13 @@ export default {
.footer-left {
display: flex;
align-items: center;
+ margin-left: -40px;
}
.gitee-brand {
display: flex;
align-items: center;
+
}
.logo-circle {
@@ -225,21 +230,21 @@ export default {
justify-content: center;
align-items: center;
margin-right: -10px;
-}
-/* 白天情况下正常显示 */
-.logo-char {
- filter: none;
+
}
+
.brand-name {
- font-size: 24px;
- font-weight: bold;
+ font-size: 16px;
+ font-weight: 600;
color: #000;
+ padding-right: 10px;
}
.copyright {
color: #999;
font-size: 14px;
+ margin-left: -40px;
}
/* 右侧二维码区域样式 */
@@ -281,7 +286,7 @@ export default {
.qr-label {
font-size: 14px;
- color: #333;
+ color: #999;
}
.footer-area {
@@ -314,15 +319,8 @@ export default {
height: 180px;
}
}
-
-@media (prefers-color-scheme: dark) {
- .logo-char img {
- filter: brightness(0.3) invert(1) hue-rotate(180deg);
- /*
- brightness(0.3): 降低亮度
- invert(1): 颜色反转(白变黑)
- hue-rotate(180deg): 调整色相避免偏色
- */
- }
+.dark .brand-name {
+ color: #DFDFD6;
}
+
\ No newline at end of file