fix(style): add worker

This commit is contained in:
jialin
2025-03-28 19:15:57 +08:00
parent 59d01a6bd9
commit 2079fc1801
10 changed files with 51 additions and 26 deletions
@@ -443,7 +443,10 @@ const AdvanceConfig: React.FC<AdvanceConfigProps> = (props) => {
{
key: '1',
label: (
<span style={{ fontWeight: 'var(--font-weight-medium)' }}>
<span
style={{ fontWeight: 'var(--font-weight-medium)' }}
className="font-size-14"
>
{intl.formatMessage({ id: 'resources.form.advanced' })}
</span>
),