소스 검색

fix: workflow header style (#25922)

tags/1.9.0
zxhlyh 1 개월 전
부모
커밋
4692e20daf
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/workflow/header/index.tsx

+ 1
- 1
web/app/components/workflow/header/index.tsx 파일 보기

@@ -38,7 +38,7 @@ const Header = ({

return (
<div
className='absolute left-0 top-0 z-10 flex h-14 w-full items-center justify-between bg-mask-top2bottom-gray-50-to-transparent px-3'
className='absolute left-0 top-7 z-10 flex h-0 w-full items-center justify-between bg-mask-top2bottom-gray-50-to-transparent px-3'
>
{(inWorkflowCanvas || isPipelineCanvas) && maximizeCanvas && <div className='h-14 w-[52px]' />}
{

Loading…
취소
저장