king
2024-02-03 06a670976e2145a10ea05207041d3cf3164cd380
src/menu/components/share/colsControl/index.jsx
@@ -272,10 +272,16 @@
  }
  render() {
    const { config } = this.props
    const { colsCtrls, columns, visible, cols, searches } = this.state
    let className = ''
    if (config.colsCtrls && config.colsCtrls.length) {
      className = 'cols-ctrls'
    }
    return (
      <div style={{display: 'inline-block'}}>
      <div style={{display: 'inline-block'}} className={className}>
        <ApartmentOutlined style={{color: '#13c2c2'}} title="显示列控制" onClick={this.resetMark} />
        <Modal
          wrapClassName="column-control-modal-wrap"