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"