dev_forum
hjm 5 years ago
parent 01f19b9bcf
commit 4745a3b280

@ -448,9 +448,7 @@ class AccountBasic extends Component {
.basicForm .cancelBtn { .basicForm .cancelBtn {
margin-left: 0px; margin-left: 0px;
} }
.basicForm .ant-input-lg {
height: 32px;
}
.basicForm .ant-form-item-label { .basicForm .ant-form-item-label {
width: 100px; width: 100px;
padding-right: 10px; padding-right: 10px;
@ -576,6 +574,7 @@ class AccountBasic extends Component {
<Form.Item <Form.Item
label="" label=""
className="formItemInline fl" className="formItemInline fl"
style={{ 'margin-top': '3px'}}
// style={{display:identity && identity=="student" ? "block":"none"}} // style={{display:identity && identity=="student" ? "block":"none"}}
> >
{getFieldDecorator('student_No', { {getFieldDecorator('student_No', {
@ -680,6 +679,7 @@ class AccountBasic extends Component {
<Form.Item <Form.Item
label="院系/部门" label="院系/部门"
className="formItemInline mb0" className="formItemInline mb0"
style={{ 'margin-top': '10px'}}
> >
{getFieldDecorator('org2', { {getFieldDecorator('org2', {
rules: [{ rules: [{

@ -335,7 +335,7 @@ class AccountSecure extends Component {
</Button> </Button>
</Form.Item> </Form.Item>
<div className="mb20" style={{ marginLeft: '118px' }}> <div className="mb20" style={{ marginLeft: '204px' }}>
<Button type="primary" onClick={this.onPhoneSubmit}>确定</Button> <Button type="primary" onClick={this.onPhoneSubmit}>确定</Button>
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button> <Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
</div> </div>
@ -398,7 +398,7 @@ class AccountSecure extends Component {
{ !secondsFlag ? "获取验证码":`重新发送${seconds}s`}</Button> { !secondsFlag ? "获取验证码":`重新发送${seconds}s`}</Button>
</Form.Item> </Form.Item>
<div className="mb20" style={{ marginLeft: '118px' }}> <div className="mb20" style={{ marginLeft: '204px' }}>
<Button type="primary" onClick={this.onEmailSubmit}>确定</Button> <Button type="primary" onClick={this.onEmailSubmit}>确定</Button>
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button> <Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
</div> </div>
@ -471,7 +471,7 @@ class AccountSecure extends Component {
)} )}
</Form.Item> </Form.Item>
<div className="mb20" style={{ marginLeft: '118px' }}> <div className="mb20" style={{ marginLeft: '204px' }}>
<Button type="primary" onClick={this.onPasswordSubmit}>确定</Button> <Button type="primary" onClick={this.onPasswordSubmit}>确定</Button>
<Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button> <Button type="primary grayBtn" style={{ marginLeft: '20px'}} onClick={this.hideUpdating}>取消</Button>
</div> </div>

@ -51,3 +51,33 @@ button.ant-btn.ant-btn-primary.grayBtn {
.basicForm .ant-form-item-label label { .basicForm .ant-form-item-label label {
color: #979797 color: #979797
} */ } */
.basicForm .ant-select-show-search {
height: 40px;
}
.basicForm .ant-select-auto-complete.ant-select .ant-input {
height: 40px;
}
.basicForm .ant-select-search__field__mirror {
height: 40px;
}
.basicForm .ant-input-lg {
height: 40px;
}
.basicForm .ant-select-selection--single {
height: 40px;
}
.basicForm .ant-select-auto-complete.ant-select .ant-select-selection--single {
height: 40px
}
.basicForm .ant-input-affix-wrapper {
height: 40px;
}
/* 职业 */
.basicForm .ant-select-selection-selected-value {
line-height: 38px
}
.basicForm input {
height: 40px;
}
Loading…
Cancel
Save