From 7fe18e1be6ef108277fa628db35c63c74d77b75e Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 31 十月 2024 16:51:13 +0800
Subject: [PATCH] 分控车间看板新增点击设备图片弹出设备信息弹窗

---
 src/components/page/GlobalLayout.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue
index 842d256..cbd3a3f 100644
--- a/src/components/page/GlobalLayout.vue
+++ b/src/components/page/GlobalLayout.vue
@@ -69,7 +69,7 @@
       />
 
       <!-- layout content -->
-      <a-layout-content :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' }">
+      <a-layout-content :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' ,display:'flex',flexDirection:'column'}">
         <slot></slot>
       </a-layout-content>
 
@@ -451,6 +451,7 @@
         padding: 0 20px 0 0;
         display: flex;
         height: 59px;
+        color: #fff;
 
         .ant-menu.ant-menu-horizontal {
           border: none;
@@ -498,7 +499,7 @@
       }
 
       &.light {
-        background-color: #fff;
+        background-color: #E74C3C;
 
         .header-index-wide {
           .header-index-left {

--
Gitblit v1.9.3