lsc 2 سال پیش
والد
کامیت
a7d935f60f
2فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 3 2
      src/components/pages/easy/addCourse.vue
  2. 3 2
      src/components/pages/task/addCourse.vue

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

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