|
|
@ -74,7 +74,7 @@ class ApplyForAddOrgModal extends Component{
|
|
|
|
{...this.props }
|
|
|
|
{...this.props }
|
|
|
|
onOk={this.onOk}
|
|
|
|
onOk={this.onOk}
|
|
|
|
okText="保存"
|
|
|
|
okText="保存"
|
|
|
|
className="applyForModal"
|
|
|
|
className="applyForModal courseNormalForm"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<style>{`
|
|
|
|
<style>{`
|
|
|
|
.applyForModal .ant-form-item-label {
|
|
|
|
.applyForModal .ant-form-item-label {
|
|
|
@ -89,7 +89,7 @@ class ApplyForAddOrgModal extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.applyForModal .formItemInline .ant-form-item-control .ant-cascader-picker,.applyForModal .formItemInline .ant-cascader-picker-large .ant-input{
|
|
|
|
.applyForModal .formItemInline .ant-form-item-control .ant-cascader-picker,.applyForModal .formItemInline .ant-cascader-picker-large .ant-input{
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height:32px!important;
|
|
|
|
height:40px!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.applyForModal .formItemInline .ant-input-lg{
|
|
|
|
.applyForModal .formItemInline .ant-input-lg{
|
|
|
|
font-size:14px!important;
|
|
|
|
font-size:14px!important;
|
|
|
@ -102,7 +102,7 @@ class ApplyForAddOrgModal extends Component{
|
|
|
|
width: 196px;
|
|
|
|
width: 196px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`}</style>
|
|
|
|
`}</style>
|
|
|
|
<Form onSubmit={this.onOk}>
|
|
|
|
<Form onSubmit={this.onOk} className="">
|
|
|
|
<Form.Item
|
|
|
|
<Form.Item
|
|
|
|
label="单位全称:"
|
|
|
|
label="单位全称:"
|
|
|
|
className="mt15 formItemInline explain"
|
|
|
|
className="mt15 formItemInline explain"
|
|
|
|