瀏覽代碼

fix: remove wrong padding-bottom=0 (#17551)

tags/1.2.0
诗浓 6 月之前
父節點
當前提交
da7f8ad936
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/app/text-generate/item/index.tsx

+ 1
- 1
web/app/components/app/text-generate/item/index.tsx 查看文件

@@ -218,7 +218,7 @@ const GenerationItem: FC<IGenerationItemProps> = ({
{workflowProcessData && (
<>
<div className={cn(
'p-3 pb-0',
'p-3',
showResultTabs && 'border-b border-divider-subtle',
)}>
{taskId && (

Loading…
取消
儲存