From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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