From 528d0da19f5fc3f5c78af3c99a1f2cfa914a27dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 01 二月 2024 17:00:08 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/styles/index.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/styles/index.css b/zy-asrs-flow/src/styles/index.css
index 196317a..9daf11a 100644
--- a/zy-asrs-flow/src/styles/index.css
+++ b/zy-asrs-flow/src/styles/index.css
@@ -3,4 +3,11 @@
padding: 0;
box-sizing: border-box;
text-decoration: none;
+}
+
+.layout__loading {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate3d(-50%, -50%, 0);
}
\ No newline at end of file
--
Gitblit v1.9.1