src/templates/sharecomponent/columncomponent/markcolumn/index.jsx
@@ -118,7 +118,7 @@ <span className="operation-btn" title={this.props.dict['header.form.down']} onClick={() => this.handleUpDown(record, 'down')} style={{color: '#ff4d4f'}}><Icon type="arrow-down" /></span> <Popconfirm overlayClassName="popover-confirm" title={this.props.dict['header.form.query.delete']} title={this.props.dict['model.query.delete']} onConfirm={() => this.handleDelete(record) }> <span className="operation-btn" style={{color: '#ff4d4f'}}><Icon type="delete" /></span>