Merge branch 'hotfix/2.9.42310.02' into develop

This commit is contained in:
黎永顺 2023-10-24 18:38:38 +08:00
commit d75aac6bf7
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>
]}