src/menu/components/share/logcomponent/index.jsx
@@ -103,10 +103,11 @@ } render () { const { btnlog } = this.props const { visible, dict, data, columns } = this.state return ( <div className="btn-log-wrap"> <div className={'btn-log-wrap' + (btnlog && btnlog.length > 0 ? ' tip-sign' : '')}> <RollbackOutlined title="解除冻结" onClick={this.trigger} /> <Modal wrapClassName="popview-modal"