lsc há 2 anos atrás
pai
commit
0e886c2507
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/pages/addCourse.vue

+ 2 - 2
src/components/pages/addCourse.vue

@@ -286,7 +286,7 @@
             </div>
             <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
               <div class="right_title">项目简要描述</div>
-              <div style="width: 95%; margin: 15px auto">
+              <div style="width: 95%; padding: 15px 0px 15px 20px;">
                 <div style="width: 55%">
                   <textarea
                     rows="8"
@@ -303,7 +303,7 @@
                   style="padding-bottom: 30px"
                 ></el-switch>
               </div>-->
-              <div style="width: 95%; margin: 15px auto">
+              <div style="width: 95%; padding: 15px 0px 15px 20px;">
                 <el-switch
                   v-model="isTeacherSee"
                   active-text="是否公开此项目"