fix: remove 1px border from knowledge pipeline editor (#29232)

This commit is contained in:
kurokobo 2025-12-08 11:21:15 +09:00 committed by GitHub
parent b365bffd02
commit d1f4a75272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const DatasetDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
<div
className={cn(
'flex grow overflow-hidden',
hideHeader && isPipelineCanvas ? '' : 'rounded-t-2xl border-t border-effects-highlight',
hideHeader && isPipelineCanvas ? '' : 'rounded-t-2xl',
)}
>
<DatasetDetailContext.Provider value={{