className: combineClass()

in packages/data-render/src/widgets/FButton/index.tsx [206:216]


    className: combineClass('dr-button', className),
    type,
    target,
    href: eventType === 'iframe' ? undefined : href,
    ...otherProps,
    icon: iconSetting && iconContent,
    loading,
    onClick,
  };

  if (popConfirm) {