src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -350,12 +350,13 @@ className={'mk-btn mk-' + btn.class} icon={btn.icon} disabled={disabled} title={disabled ? (btn.reason || '') : ''} onClick={() => {this.actionTrigger()}} loading={loading} >{btn.label}</Button> : null} {show !== 'actionList' ? <Button type="link" title={show === 'icon' ? btn.label : ''} title={disabled ? (btn.reason || '') : (show === 'icon' ? btn.label : '')} loading={loading} disabled={disabled} style={btn.style}