fix: incorrect form field height of input modal (#32557)

This commit is contained in:
非法操作 2026-02-25 12:02:18 +08:00 committed by GitHub
parent 4e142f72e8
commit 48f6b2e885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -20,10 +20,10 @@ const Field: FC<Props> = ({
const { t } = useTranslation()
return (
<div className={cn(className)}>
<div className="system-sm-semibold leading-8 text-text-secondary">
<div className="!leading-8 text-text-secondary system-sm-semibold">
{title}
{isOptional && (
<span className="system-xs-regular ml-1 text-text-tertiary">
<span className="ml-1 text-text-tertiary system-xs-regular">
(
{t('variableConfig.optional', { ns: 'appDebug' })}
)

View File

@ -560,11 +560,6 @@
"count": 3
}
},
"app/components/app/configuration/config-var/config-modal/field.tsx": {
"tailwindcss/enforce-consistent-class-order": {
"count": 2
}
},
"app/components/app/configuration/config-var/config-modal/index.tsx": {
"tailwindcss/enforce-consistent-class-order": {
"count": 2