mirror of https://github.com/langgenius/dify.git
fix: remove 1px border from knowledge pipeline editor (#29232)
This commit is contained in:
parent
b365bffd02
commit
d1f4a75272
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue