release/3.0.1.2504.01-合并业务线
This commit is contained in:
parent
950fa50d26
commit
142b84ca2d
|
|
@ -130,10 +130,11 @@ class CreatePushRecordDialog extends Component {
|
||||||
const scrollHeight = this.refs.recordRef ? this.refs.recordRef.state.height - 162 : 606;
|
const scrollHeight = this.refs.recordRef ? this.refs.recordRef.state.height - 162 : 606;
|
||||||
|
|
||||||
return (<WeaDialog {...this.props} initLoadCss className="record-dialog" title={getLabel(111, "创建推送记录")}
|
return (<WeaDialog {...this.props} initLoadCss className="record-dialog" title={getLabel(111, "创建推送记录")}
|
||||||
ref="recordRef" style={{
|
ref="recordRef"
|
||||||
width: 1000, height: 606, minHeight: 200, minWidth: 380, maxHeight: "70%",
|
style={{
|
||||||
maxWidth: "90%", overflow: "hidden", transform: "translate(0px, 0px)"
|
width: 1000, height: 580, minHeight: 200, minWidth: 380, maxHeight: "70%", maxWidth: "90%",
|
||||||
}} buttons={[
|
overflow: "hidden", transform: "translate(0px, 0px)"
|
||||||
|
}} buttons={[
|
||||||
<Button onClick={this.props.onCancel}>{getLabel(111, "取消")}</Button>
|
<Button onClick={this.props.onCancel}>{getLabel(111, "取消")}</Button>
|
||||||
]}>
|
]}>
|
||||||
<FormInfo className="record-form" center={false} itemRender={itemRender} colCount={2}
|
<FormInfo className="record-form" center={false} itemRender={itemRender} colCount={2}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue