From fc28d01cfa022d0f91ec719490342d726db2e105 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 12 九月 2025 08:32:46 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/northglass-erp/src/assets/main.css |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/assets/main.css b/north-glass-erp/northglass-erp/src/assets/main.css
index 20218a4..b332278 100644
--- a/north-glass-erp/northglass-erp/src/assets/main.css
+++ b/north-glass-erp/northglass-erp/src/assets/main.css
@@ -7,8 +7,14 @@
   font-weight: normal;
   height: 100%;
   width: 100%;
-  min-width: 1536px;
-  min-height: 730px;
+  /*min-width: 1536px;
+  min-height: 730px;*/
+
+}
+@media (max-width: 500px) {
+  /*#app {
+    transform: rotate(90deg); !* 褰撳搴﹀皬浜�600px鏃讹紝缈昏浆鍏冪礌 *!
+  }*/
 }
 
 a,
@@ -31,7 +37,6 @@
   }
 
   #app {
-    display: grid;
     grid-template-columns: 1fr 1fr;
 
   }

--
Gitblit v1.8.0