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/config-var/config-modal/index.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/app/configuration/config-var/config-modal/index.tsx b/app/components/app/configuration/config-var/config-modal/index.tsx
index 4b6bfda..85e241a 100644
--- a/app/components/app/configuration/config-var/config-modal/index.tsx
+++ b/app/components/app/configuration/config-var/config-modal/index.tsx
@@ -233,9 +233,9 @@
             />
           )}
 
-          <div className='!mt-5 flex h-6 items-center space-x-2'>
+          <div className='!mt-5 flex items-center h-6 space-x-2'>
             <Checkbox checked={tempPayload.required} onCheck={() => handlePayloadChange('required')(!tempPayload.required)} />
-            <span className='system-sm-semibold text-text-secondary'>{t('appDebug.variableConfig.required')}</span>
+            <span className='text-text-secondary system-sm-semibold'>{t('appDebug.variableConfig.required')}</span>
           </div>
         </div>
       </div>

--
Gitblit v1.8.0