|
@@ -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>
|
|
@@ -12041,7 +12041,8 @@ export default {
|
|
|
color: #0f7eff;
|
|
|
margin: 0 auto;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ /* justify-content: space-between; */
|
|
|
+ align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
.people {
|