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