fix: some display-related issues (#26335)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: '您確定要刪除此管線範本嗎?',
|
||||
|
||||
Reference in New Issue
Block a user