From 11ec43db52a0dba475c2969c3495a8cd84245ce7 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 07 5月 2025 11:16:38 +0800 Subject: [PATCH] 时间修改 --- HIAWms/web/src/components/Empty/Empty.module.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/components/Empty/Empty.module.scss b/HIAWms/web/src/components/Empty/Empty.module.scss new file mode 100644 index 0000000..d9f78db --- /dev/null +++ b/HIAWms/web/src/components/Empty/Empty.module.scss @@ -0,0 +1,8 @@ +.empty { + width: 100%; + min-height: 50px; + display: flex; + justify-content: center; + align-items: center; + color: var(--cs-text-color-secondary); +} -- Gitblit v1.9.3