Преглед на файлове

fix: Remove sticky positioning from workflow component fields (#25470)

tags/1.9.0
Wu Tianwei преди 1 месец
родител
ревизия
b690ac4e2a
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      web/app/components/workflow/nodes/_base/components/field.tsx

+ 1
- 1
web/app/components/workflow/nodes/_base/components/field.tsx Целия файл

@@ -38,7 +38,7 @@ const Field: FC<Props> = ({
<div className={cn(className, inline && 'flex w-full items-center justify-between')}>
<div
onClick={() => supportFold && toggleFold()}
className={cn('sticky top-0 flex items-center justify-between bg-components-panel-bg', supportFold && 'cursor-pointer')}>
className={cn('flex items-center justify-between', supportFold && 'cursor-pointer')}>
<div className='flex h-6 items-center'>
<div className={cn(isSubTitle ? 'system-xs-medium-uppercase text-text-tertiary' : 'system-sm-semibold-uppercase text-text-secondary')}>
{title} {required && <span className='text-text-destructive'>*</span>}

Loading…
Отказ
Запис