diff --git a/public/react/src/modules/courses/boards/BoardsNew.js b/public/react/src/modules/courses/boards/BoardsNew.js
index 03c5f84f8..7c48d372b 100644
--- a/public/react/src/modules/courses/boards/BoardsNew.js
+++ b/public/react/src/modules/courses/boards/BoardsNew.js
@@ -297,9 +297,7 @@ class BoardsNew extends Component{
.courseForm .noBorder {
border-bottom: none;
}
- .courseForm .ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child {
- height: 40px;
- }
+
`}
.ant-input:first-child, .ant-input-group-addon:first-child {
+ height: 40px;
+}
+.courseForm .ant-select-selection, .courseForm .ant-select-selection-selected-value {
+ height: 40px;
+ line-height: 40px;
+}
+.courseForm .ant-input-affix-wrapper .ant-input {
+ height: 40px;
+}
+.courseForm .ant-select-auto-complete.ant-select .ant-input {
+ height: 40px;
+}
+
+.courseForm .ant-select-auto-complete.ant-select .ant-select-selection__rendered {
+ line-height: 40px;
+}
+.courseForm .ant-select-auto-complete.ant-select .ant-input {
+ height: 40px;
+}
/*新建课堂*/
diff --git a/public/react/src/modules/courses/members/modal/AddStudentModal.js b/public/react/src/modules/courses/members/modal/AddStudentModal.js
index c3d8cdd75..97e1a4bbe 100644
--- a/public/react/src/modules/courses/members/modal/AddStudentModal.js
+++ b/public/react/src/modules/courses/members/modal/AddStudentModal.js
@@ -159,7 +159,7 @@ class AddStudentModal extends Component{
title={`添加${moduleName}`}
{...this.props }
onOk={this.onOk}
- className="addStudentModal"
+ className="addStudentModal courseForm"
>