wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/template-transform/panel.tsx
@@ -49,7 +49,7 @@
  return (
    <div className='mt-2'>
      <div className='space-y-4 px-4 pb-4'>
      <div className='px-4 pb-4 space-y-4'>
        <Field
          title={t(`${i18nPrefix}.inputVars`)}
@@ -81,13 +81,13 @@
          headerRight={
            <div className='flex items-center'>
              <a
                className='flex h-[18px] items-center space-x-0.5 text-xs font-normal text-text-tertiary'
                className='flex items-center space-x-0.5 h-[18px] text-xs font-normal text-gray-500'
                href="https://jinja.palletsprojects.com/en/3.1.x/templates/"
                target='_blank'>
                <span>{t(`${i18nPrefix}.codeSupportTip`)}</span>
                <RiQuestionLine className='h-3 w-3' />
                <RiQuestionLine className='w-3 h-3' />
              </a>
              <div className='mx-1.5 h-3 w-px bg-divider-regular'></div>
              <div className='mx-1.5 w-px h-3 bg-gray-200'></div>
            </div>
          }
          value={inputs.template}