king
2022-01-02 a7666ec39e65e56759a9b12ed7748fd349e6828f
src/menu/components/chart/antv-dashboard/chartcompile/index.jsx
@@ -283,6 +283,7 @@
  }
  render() {
    const { config } = this.props
    const { visible, plot, colorColumns, view, baseFormlist } = this.state
    const formItemLayout = {
      labelCol: {
@@ -300,7 +301,7 @@
        <EditOutlined title="编辑" onClick={this.showDrawer} />
        <Modal
          wrapClassName="popview-modal menu-chart-edit-modal"
          title="图表编辑"
          title={config.subtype === 'ratioboard' ? '占比图编辑' : '仪表盘编辑'}
          visible={visible}
          width={850}
          maskClosable={false}