From 169720903b00d3caf5514f2e814951fc1f8441f3 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期日, 31 八月 2025 21:59:24 +0800
Subject: [PATCH] 1.多组织切换 2.生产领料组织信息显示

---
 H5/Scll.aspx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/H5/Scll.aspx b/H5/Scll.aspx
index 56c39d7..d9ca1f1 100644
--- a/H5/Scll.aspx
+++ b/H5/Scll.aspx
@@ -4,6 +4,11 @@
        .bg-info {
      background-color: #fff;
     }
+    .org-info {
+        height: 0.5rem;
+        line-height: 0.5rem;
+        padding: 0 0.16rem;
+    }
 </style>
 </asp:Content>
 
@@ -11,7 +16,7 @@
     <van-notice-bar 
     :scrollable="false" 
     :text="'褰撳墠缁勭粐锛�' + (Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅')" 
-    style="height: 0.5rem; line-height: 0.5rem; padding: 0 0.16rem" 
+    class="org-info"
 /></van-notice-bar>
     <div class="content-wrapper">
         <van-nav-bar

--
Gitblit v1.9.3