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/ctrl-btn-group/index.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/app/configuration/ctrl-btn-group/index.tsx b/app/components/app/configuration/ctrl-btn-group/index.tsx
index e126e12..9ed1bf3 100644
--- a/app/components/app/configuration/ctrl-btn-group/index.tsx
+++ b/app/components/app/configuration/ctrl-btn-group/index.tsx
@@ -13,8 +13,8 @@
 const ContrlBtnGroup: FC<IContrlBtnGroupProps> = ({ onSave, onReset }) => {
   const { t } = useTranslation()
   return (
-    <div className="fixed bottom-0 left-[224px] h-[64px] w-[519px]">
-      <div className={`${s.ctrlBtn} flex h-full items-center gap-2  bg-white pl-4`}>
+    <div className="fixed left-[224px] bottom-0 w-[519px] h-[64px]">
+      <div className={`${s.ctrlBtn} flex items-center h-full pl-4  gap-2 bg-white`}>
         <Button variant='primary' onClick={onSave}>{t('appDebug.operation.applyConfig')}</Button>
         <Button onClick={onReset}>{t('appDebug.operation.resetConfig')}</Button>
       </div>

--
Gitblit v1.8.0