hotfix/2.9.42310.02
This commit is contained in:
parent
d075fceb05
commit
d0cc845911
|
|
@ -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>
|
||||
]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue