king
2022-05-12 b8aa5da1b2873bea760483cc5ab335fde9fb6de6
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"