!!!课堂下统一的form样式前缀 courseForm

dev_forum
hjm 5 years ago
parent 6fb5c8cce9
commit c65440c4e7

@ -946,7 +946,7 @@ a.white-btn.use_scope-btn:hover{
}
/* md编辑器在form中时使用这个样式可以把错误信息绝对定位 */
/* 去掉form下边距 */
.mdInForm {
.mdInForm.ant-form-item {
margin-bottom: 0px;
}
.mdInForm .has-error .ant-form-explain {
@ -954,6 +954,7 @@ a.white-btn.use_scope-btn:hover{
margin-top: -2px;
margin-left: -7px;
}
/* 课堂下统一的form样式前缀 courseForm */
.courseForm .ant-select-selection--single, .courseForm .ant-select-selection__rendered{
height: 40px;
line-height: 40px;

Loading…
Cancel
Save