From 5b1322f88a7bf4c48b59bec22d3b86de0a831110 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 01 十二月 2023 13:13:24 +0800 Subject: [PATCH] 登录页标题改为MDC智慧车间 --- 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