From 050114072f1c0213ac1f1f303007f66dc5cef23d Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 01 十二月 2023 13:00:59 +0800
Subject: [PATCH] 删除测试代码

---
 src/components/page/GlobalHeader.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue
index dd65673..4f5dc2a 100644
--- a/src/components/page/GlobalHeader.vue
+++ b/src/components/page/GlobalHeader.vue
@@ -263,21 +263,18 @@
   @media screen and (min-width: 1400px) and (max-width: 1680px) {
     .top-nav-text {
       min-width: 300px;
-      color: #00ff80;
     }
   }
 
   @media screen and (min-width: 1280px) and (max-width: 1400px) {
     .top-nav-text {
       min-width: 450px;
-      color: yellow;
     }
   }
 
   @media screen and (max-width: 1280px) {
     .top-nav-text {
       min-width: 300px;
-      color: white;
     }
   }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3