@@ -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
From 56bfc47444874ef9a74634993d1193ffe98c4dd8 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Thu, 25 Jul 2019 10:57:43 +0800
Subject: [PATCH 2/2] 40
---
.../modules/user/account/AccountBasicEdit.js | 5 +++--
.../user/account/AccountCertification.js | 22 ++++++++-----------
.../react/src/modules/user/account/common.css | 18 +++++++--------
.../user/modal/ApplyForAddChildOrgModal.js | 4 ++--
.../modules/user/modal/ApplyForAddOrgModal.js | 6 ++---
.../user/modal/RealNameCertificationModal.js | 4 ++--
6 files changed, 28 insertions(+), 31 deletions(-)
diff --git a/public/react/src/modules/user/account/AccountBasicEdit.js b/public/react/src/modules/user/account/AccountBasicEdit.js
index 1755ca365..1458862a1 100644
--- a/public/react/src/modules/user/account/AccountBasicEdit.js
+++ b/public/react/src/modules/user/account/AccountBasicEdit.js
@@ -278,6 +278,7 @@ class AccountBasic extends Component {
this.setState({
departments: [],
filterDepartments: [],
+ departmentsName: '',
school_id: '',
department_id: '',
})
@@ -412,7 +413,7 @@ class AccountBasic extends Component {
addChildOrgSuccess={this.addChildOrgSuccess}
>
-
+
-
-
@@ -186,7 +186,7 @@ class RealNameCertificationModal extends Component{
>