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/base/var-highlight/index.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/components/app/configuration/base/var-highlight/index.tsx b/app/components/app/configuration/base/var-highlight/index.tsx index 1900dd5..3dd6c14 100644 --- a/app/components/app/configuration/base/var-highlight/index.tsx +++ b/app/components/app/configuration/base/var-highlight/index.tsx @@ -16,7 +16,7 @@ return ( <div key={name} - className={`${s.item} ${className} mb-2 flex h-5 items-center justify-center rounded-md px-1 text-xs font-medium text-primary-600`} + className={`${s.item} ${className} flex mb-2 items-center justify-center rounded-md px-1 h-5 text-xs font-medium text-primary-600`} > <span className='opacity-60'>{'{{'}</span> <span>{name}</span> -- Gitblit v1.8.0