src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -218,7 +218,7 @@ } }, { title: '显示', title: '显示(值/%)', dataIndex: 'show', inputType: 'select', editable: true, @@ -638,7 +638,7 @@ wrapClassName="popview-modal menu-chart-edit-modal" title={config.type === 'bar' ? '柱状图编辑' : '折线图编辑'} visible={visible} width={950} width={1000} maskClosable={false} onOk={this.onSubmit} onCancel={() => { this.setState({ visible: false }) }}