From f7cc97f27910c7d570f07df5d0dbd29d3f06049c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期六, 12 十月 2024 15:14:27 +0800 Subject: [PATCH] 1、调整导航栏为侧边模式时的项目标题 2、调整页面顶部栏颜色 3、解决设备报警页面由于缩放引起的组件遮挡文字问题 4、总控车间看板右侧图表调整为自动轮播 5、分控车间看板每日生产计划仅展示3项,完整表格在右上角查看更多中查看 --- src/components/page/GlobalLayout.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index 7b0aa51..22dd22b 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -134,11 +134,11 @@ //--update-begin----author:scott---date:20190320------for:鏍规嵁鍚庡彴鑿滃崟閰嶇疆锛屽垽鏂槸鍚﹁矾鐢辫彍鍗曞瓧娈碉紝鍔ㄦ�侀�夋嫨鏄惁鐢熸垚璺敱锛堜负浜嗘敮鎸佸弬鏁癠RL鑿滃崟锛�------ //this.menus = this.mainRouters.find((item) => item.path === '/').children; this.menus = this.permissionMenuList - + //--update-begin----author:liusq---date:20210223------for:鍏充簬娴嬭竟鑿滃崟閬尅鍐呭闂璇︾粏璇存槑 #2255 this.collapsed=!this.sidebarOpened; //--update-begin----author:liusq---date:20210223------for:鍏充簬娴嬭竟鑿滃崟閬尅鍐呭闂璇︾粏璇存槑 #2255 - + // 鏍规嵁鍚庡彴閰嶇疆鑿滃崟锛岄噸鏂版帓搴忓姞杞借矾鐢变俊鎭� //console.log('----鍔犺浇鑿滃崟閫昏緫----') //console.log(this.mainRouters) @@ -451,6 +451,7 @@ padding: 0 20px 0 0; display: flex; height: 59px; + color: #fff; .ant-menu.ant-menu-horizontal { border: none; @@ -463,7 +464,7 @@ display: flex; .logo.top-nav-header { - width: 165px; + width: 240px; height: 64px; position: relative; line-height: 64px; @@ -498,7 +499,7 @@ } &.light { - background-color: #fff; + background-color: #E74C3C; .header-index-wide { .header-index-left { -- Gitblit v1.9.3