king
2022-05-17 fb3ec146a9e1444ece749d0bcf232a554e933fb0
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"