lsc 2 years ago
parent
commit
a7d935f60f

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

@@ -267,7 +267,7 @@
             <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
             <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
               <div class="right_title">
               <div class="right_title">
                 <span>上传课程内容</span>
                 <span>上传课程内容</span>
-                <el-button type="primary" @click="pasteTask" size="small"
+                <el-button type="primary" @click="pasteTask" size="mini" style="margin-left:10px"
                   >智能粘贴</el-button
                   >智能粘贴</el-button
                 >
                 >
               </div>
               </div>
@@ -12034,7 +12034,8 @@ export default {
   color: #0f7eff;
   color: #0f7eff;
   margin: 0 auto;
   margin: 0 auto;
   display: flex;
   display: flex;
-  justify-content: space-between;
+  /* justify-content: space-between; */
+  align-items: flex-end;
 }
 }
 
 
 .people {
 .people {

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

@@ -267,7 +267,7 @@
             <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
             <div class="whiteBg" style="border-radius: 0; margin-top: 15px">
               <div class="right_title">
               <div class="right_title">
                 <span>上传课程内容</span>
                 <span>上传课程内容</span>
-                <el-button type="primary" @click="pasteTask" size="small"
+                <el-button type="primary" @click="pasteTask" size="mini" style="margin-left:10px"
                   >智能粘贴</el-button
                   >智能粘贴</el-button
                 >
                 >
               </div>
               </div>
@@ -12003,7 +12003,8 @@ export default {
   color: #0f7eff;
   color: #0f7eff;
   margin: 0 auto;
   margin: 0 auto;
   display: flex;
   display: flex;
-  justify-content: space-between;
+  /* justify-content: space-between; */
+  align-items: flex-end;
 }
 }
 
 
 .people {
 .people {