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/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