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 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/global.less b/zy-asrs-flow/src/global.less
index 555c608..682b68f 100644
--- a/zy-asrs-flow/src/global.less
+++ b/zy-asrs-flow/src/global.less
@@ -92,4 +92,12 @@
   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