release/3.0.1.2504.01-合并业务线

This commit is contained in:
lys 2025-04-15 14:51:53 +08:00
parent 950fa50d26
commit 142b84ca2d
1 changed files with 5 additions and 4 deletions

View File

@ -130,10 +130,11 @@ class CreatePushRecordDialog extends Component {
const scrollHeight = this.refs.recordRef ? this.refs.recordRef.state.height - 162 : 606;
return (<WeaDialog {...this.props} initLoadCss className="record-dialog" title={getLabel(111, "创建推送记录")}
ref="recordRef" style={{
width: 1000, height: 606, minHeight: 200, minWidth: 380, maxHeight: "70%",
maxWidth: "90%", overflow: "hidden", transform: "translate(0px, 0px)"
}} buttons={[
ref="recordRef"
style={{
width: 1000, height: 580, minHeight: 200, minWidth: 380, maxHeight: "70%", maxWidth: "90%",
overflow: "hidden", transform: "translate(0px, 0px)"
}} buttons={[
<Button onClick={this.props.onCancel}>{getLabel(111, "取消")}</Button>
]}>
<FormInfo className="record-form" center={false} itemRender={itemRender} colCount={2}