From fe470128a5432662cc3f394280c652c5ab023161 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 28 五月 2025 09:22:59 +0800
Subject: [PATCH] 1、设备TEEP/设备开动率/班次利用率页面新增异常反馈功能 2、设备TEEP页面实现滚动加载(每次滚动加载15条) 3、异常反馈页面增加手动新增反馈异常功能 4、利用率分段与走势分析页面解决重置按钮后请求日期与显示日期不相等问题

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

diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue
index dd65673..c1a9b71 100644
--- a/src/components/page/GlobalHeader.vue
+++ b/src/components/page/GlobalHeader.vue
@@ -127,6 +127,7 @@
         this.buildTopMenuStyle()
       }
       window.addEventListener('resize', this.handleResize)
+      this.topMenuStyle.topNavHeader = { 'min-width': '165px', width: '165px' }
       //update-end--author:sunjianlei---date:20190508------for: 椤堕儴瀵艰埅鏍忚繃闀挎椂鏄剧ず鏇村鎸夐挳-----
     },
     methods: {
@@ -263,21 +264,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