wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/_base/components/support-var-input/index.tsx
@@ -31,7 +31,7 @@
  return (
    <div
      className={
        cn(wrapClassName, 'flex h-full w-full')
        cn(wrapClassName, 'flex w-full h-full')
      } onClick={onFocus}
    >
      {(isFocus && !readonly && children)
@@ -40,7 +40,7 @@
        )
        : (
          <div
            className={cn(textClassName, 'h-full w-0 grow truncate whitespace-nowrap')}
            className={cn(textClassName, 'w-0 grow h-full whitespace-nowrap truncate')}
            title={value}
            dangerouslySetInnerHTML={{
              __html: withHightContent,