Explorar el Código

fix: workflow header style (#25922)

tags/1.9.0
zxhlyh hace 1 mes
padre
commit
4692e20daf
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/workflow/header/index.tsx

+ 1
- 1
web/app/components/workflow/header/index.tsx Ver fichero

@@ -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]' />}
{

Cargando…
Cancelar
Guardar