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/header/env-nav/index.tsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/components/header/env-nav/index.tsx b/app/components/header/env-nav/index.tsx
index cec933a..8f2e205 100644
--- a/app/components/header/env-nav/index.tsx
+++ b/app/components/header/env-nav/index.tsx
@@ -20,13 +20,13 @@
 
   return (
     <div className={`
-      mr-4 flex h-[22px] items-center rounded-md border px-2 text-xs font-medium
+      flex items-center h-[22px] mr-4 rounded-md px-2 text-xs font-medium border
       ${headerEnvClassName[langeniusVersionInfo.current_env]}
     `}>
       {
         langeniusVersionInfo.current_env === 'TESTING' && (
           <>
-            <Beaker02 className='mr-1 h-3 w-3' />
+            <Beaker02 className='w-3 h-3 mr-1' />
             {t('common.environment.testing')}
           </>
         )
@@ -34,7 +34,7 @@
       {
         langeniusVersionInfo.current_env === 'DEVELOPMENT' && (
           <>
-            <TerminalSquare className='mr-1 h-3 w-3' />
+            <TerminalSquare className='w-3 h-3 mr-1' />
             {t('common.environment.development')}
           </>
         )

--
Gitblit v1.8.0