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

View File

@@ -15,17 +15,17 @@ const translation = {
customized: '客製化',
},
operations: {
convert: '',
convert: '轉換',
saveAndProcess: '儲存和處理',
choose: '選',
choose: '選',
useTemplate: '使用此知識管道',
dataSource: '資料來源',
editInfo: '編輯資訊',
process: '過程',
process: '處理',
backToDataSource: '返回資料來源',
exportPipeline: '匯出線',
details: '詳',
preview: '預',
exportPipeline: '匯出知識流水線',
details: '詳',
preview: '預',
},
deletePipeline: {
title: '您確定要刪除此管線範本嗎?',