From 8b8a2086509e28bb902166aa35e4c287eb906621 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 30 六月 2025 15:28:39 +0800
Subject: [PATCH] #禁止跨层

---
 zy-asrs-flow/src/global.less |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/global.less b/zy-asrs-flow/src/global.less
index 4a1ee18..682b68f 100644
--- a/zy-asrs-flow/src/global.less
+++ b/zy-asrs-flow/src/global.less
@@ -74,4 +74,30 @@
       }
     }
   }
+
+}
+
+// ------------------------
+.header-logo {
+  padding-left: 50px;
+  padding-right: 60px;
+}
+
+.header-title {
+  font-size: xx-large;
+  color: #eee;
+}
+
+.ant-pro-form-login-page-logo {
+  width: 200px;
+  height: 100%;
+  margin: 30px 0;
+}
+
+.centered-select .ant-select-selection-item {
+  text-align: center;
+}
+
+.highlight-row {
+  background-color: #00d9ff;
 }
\ No newline at end of file

--
Gitblit v1.9.1