From 614b5e303ea058589c39a03e163aa0221b319dde Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 17 三月 2026 11:48:45 +0800
Subject: [PATCH] 军泰伟业app 1.添加营销管理模块和采购管理模块并联调

---
 src/static/scss/global.scss |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/static/scss/global.scss b/src/static/scss/global.scss
index ac636bd..092b105 100644
--- a/src/static/scss/global.scss
+++ b/src/static/scss/global.scss
@@ -2,6 +2,21 @@
 	text-align: center;
 }
 
+/* 绉诲姩绔彲闈犵殑灞呬腑鏂规硶 */
+.center-absolute {
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	position: absolute;
+	left: 0;
+	right: 0;
+	pointer-events: none;
+}
+
+.center-absolute > * {
+	pointer-events: auto;
+}
+
 .font-13 {
 	font-size: 13px;
 }

--
Gitblit v1.9.3