fix: some display-related issues (#26335)

This commit is contained in:
非法操作
2025-09-28 13:37:28 +08:00
committed by GitHub
parent 095c56a646
commit 87c41c88a3
3 changed files with 8 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ const InputFieldPanel = () => {
return (
<div className='mr-1 flex h-full w-[400px] flex-col rounded-2xl border-y-[0.5px] border-l-[0.5px] border-components-panel-border bg-components-panel-bg-alt shadow-xl shadow-shadow-shadow-5'>
<div className='flex shrink-0 items-center p-4 pb-0'>
<div className='system-xl-semibold grow'>
<div className='system-xl-semibold grow text-text-primary'>
{t('datasetPipeline.inputFieldPanel.title')}
</div>
<Button