lsc 3 years ago
parent
commit
be1b6749ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/courseDetail.vue

+ 2 - 1
src/components/courseDetail.vue

@@ -403,7 +403,7 @@ export default {
   height: 36px;
   line-height: 36px;
   padding-left: 10px;
-  font-size: 14px;
+  padding: 0px 10px 0px;
 }
 .dialog_change >>> .el-dialog__headerbtn {
   top: 10px !important;
@@ -411,6 +411,7 @@ export default {
 }
 .dialog_change >>> .el-dialog__title {
   color: #fff;
+  font-size: 14px;
   line-height: 5px;
 }
 .dialog_change >>> .el-dialog__body {