From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/app/configuration/base/warning-mask/index.tsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/components/app/configuration/base/warning-mask/index.tsx b/app/components/app/configuration/base/warning-mask/index.tsx
index fbe58be..03df4f1 100644
--- a/app/components/app/configuration/base/warning-mask/index.tsx
+++ b/app/components/app/configuration/base/warning-mask/index.tsx
@@ -22,11 +22,11 @@
   footer,
 }) => {
   return (
-    <div className={`${s.mask} absolute inset-0 z-10 pt-16`}
+    <div className={`${s.mask} absolute z-10 inset-0 pt-16`}
     >
       <div className='mx-auto px-10'>
-        <div className={`${s.icon} flex h-11 w-11 items-center justify-center rounded-xl bg-white`}>{warningIcon}</div>
-        <div className='mt-4 text-[24px] font-semibold leading-normal text-gray-800'>
+        <div className={`${s.icon} flex items-center justify-center w-11 h-11 rounded-xl bg-white`}>{warningIcon}</div>
+        <div className='mt-4 text-[24px] leading-normal font-semibold text-gray-800'>
           {title}
         </div>
         <div className='mt-3 text-base text-gray-500'>

--
Gitblit v1.8.0