From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 15 三月 2024 18:54:04 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- 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