hotfix/2.9.42310.02

This commit is contained in:
黎永顺 2023-10-23 18:38:07 +08:00
parent d075fceb05
commit d0cc845911
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Index extends Component {
const { calculateStore: { calculateForm } } = this.props;
return (
<WeaDialog
{...this.props} style={{ width: 480 }} initLoadCss
{...this.props} style={{ width: 480, height: 174 }} initLoadCss
buttons={[
<Button type="primary" onClick={this.save} loading={loading}>{getLabel(543233, "保存并进入核算")}</Button>
]}