diff --git a/public/react/src/modules/user/account/AccountBasicEdit.js b/public/react/src/modules/user/account/AccountBasicEdit.js
index 9a37f866e..1755ca365 100644
--- a/public/react/src/modules/user/account/AccountBasicEdit.js
+++ b/public/react/src/modules/user/account/AccountBasicEdit.js
@@ -448,9 +448,7 @@ class AccountBasic extends Component {
.basicForm .cancelBtn {
margin-left: 0px;
}
- .basicForm .ant-input-lg {
- height: 32px;
- }
+
.basicForm .ant-form-item-label {
width: 100px;
padding-right: 10px;
@@ -576,6 +574,7 @@ class AccountBasic extends Component {
{getFieldDecorator('student_No', {
@@ -680,6 +679,7 @@ class AccountBasic extends Component {
{getFieldDecorator('org2', {
rules: [{
diff --git a/public/react/src/modules/user/account/AccountSecure.js b/public/react/src/modules/user/account/AccountSecure.js
index 29abf22e4..e5b03e36b 100644
--- a/public/react/src/modules/user/account/AccountSecure.js
+++ b/public/react/src/modules/user/account/AccountSecure.js
@@ -335,7 +335,7 @@ class AccountSecure extends Component {
-
+
@@ -398,7 +398,7 @@ class AccountSecure extends Component {
{ !secondsFlag ? "获取验证码":`重新发送${seconds}s`}
-
+
@@ -471,7 +471,7 @@ class AccountSecure extends Component {
)}
-
+
diff --git a/public/react/src/modules/user/account/common.css b/public/react/src/modules/user/account/common.css
index 113b39e07..908948710 100644
--- a/public/react/src/modules/user/account/common.css
+++ b/public/react/src/modules/user/account/common.css
@@ -51,3 +51,33 @@ button.ant-btn.ant-btn-primary.grayBtn {
.basicForm .ant-form-item-label label {
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;
+}
\ No newline at end of file