From cd98c69ff835643f518337ee9ab532885c647efb Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 15 三月 2024 18:48:39 +0800
Subject: [PATCH] 合并代码

---
 pages/bookServices/examination/examination.wxss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/pages/bookServices/examination/examination.wxss b/pages/bookServices/examination/examination.wxss
index 82abb98..d5798cf 100644
--- a/pages/bookServices/examination/examination.wxss
+++ b/pages/bookServices/examination/examination.wxss
@@ -14,6 +14,14 @@
   font-weight: 600;
 }
 
+.lodaing-box {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  height: 100%;
+  --td-loading-color: #ff6c00;
+}
+
 .page-content {
   box-sizing: border-box;
   width: 100%;

--
Gitblit v1.9.1