king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/tabviews/zshare/actionList/editLine/index.jsx
@@ -124,7 +124,7 @@
        title={disabled ? (btn.reason || '') : (btn.show === 'icon' ? btn.label : '')}
        disabled={disabled}
        style={btn.style}
        className={btn.$toolbtn ? (btn.hover || '') : ''}
        className={btn.hover || ''}
        onClick={(e) => {e.stopPropagation(); this.actionTrigger()}}
      >{label}</Button>
    )