mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交修改
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</span> -->
|
||||
</el-dialog>
|
||||
<!--微课-->
|
||||
<el-dialog width="980px" :title="curCourseId == '' ? '新建课程' : '编辑课程'" :visible.sync="weike.dlgShow" :close-on-click-modal="false" custom-class="g-dialog" top="8%">
|
||||
<el-dialog width="980px" :title="curCourseId == '' ? '新建课程' : '编辑课程'" :visible.sync="weike.dlgShow" :close-on-click-modal="false" custom-class="g-dialog" top="8vh">
|
||||
<el-form label-width="100px" size="small" class="wei-from" style="min-height: 600px;">
|
||||
<el-row :gutter="10">
|
||||
<el-col :span="10">
|
||||
@@ -187,7 +187,7 @@
|
||||
</span>
|
||||
</el-dialog>
|
||||
<!--录播课-->
|
||||
<el-dialog width="980px" :title="curCourseId == '' ? '新建课程' : '编辑课程'" :visible.sync="biaoke.dlgShow" :close-on-click-modal="false" custom-class="g-dialog" top="8%">
|
||||
<el-dialog width="980px" :title="curCourseId == '' ? '新建课程' : '编辑课程'" :visible.sync="biaoke.dlgShow" :close-on-click-modal="false" custom-class="g-dialog" top="8vh">
|
||||
<el-tabs v-model="biaoke.tabIndex" @tab-click="changeBiaokeTab" style="min-height: 600px;">
|
||||
<el-tab-pane label="课程信息" name="base" style="width: 90%;">
|
||||
<!-- :rules="rulesTwo" -->
|
||||
@@ -366,11 +366,10 @@
|
||||
<el-button @click="saveCatalogSort" type="primary">确定</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
<el-dialog class="checked-show" :visible.sync="courseInfoFormCheckedShow" top="10%" width="800px" :show-close="false" :modal="false">
|
||||
<el-dialog class="checked-show" :visible.sync="courseInfoFormCheckedShow" top="14vh" width="800px" :show-close="false" :modal="false">
|
||||
<agreement></agreement>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<!-- <el-button @click="courseInfoFormCheckedShow = false">取 消</el-button> -->
|
||||
<el-button type="primary" @click="courseInfoFormCheckedShow = false">确 定</el-button>
|
||||
<el-button style="margin-right:10px" type="primary" @click="courseInfoFormCheckedShow = false">确 定</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
<!--选择图片-->
|
||||
@@ -1255,10 +1254,6 @@ export default {
|
||||
.el-dialog__header{
|
||||
padding:0;
|
||||
}
|
||||
.el-dialog__footer{
|
||||
border-top: 1px solid #F5F5F6;
|
||||
background-color: #F5F5F6;
|
||||
}
|
||||
}
|
||||
.el-dialog__body {
|
||||
padding: 10px 10px;
|
||||
@@ -1326,7 +1321,7 @@ export default {
|
||||
border-bottom: 1px solid #dddddd;
|
||||
padding: 0px 6px;
|
||||
display: flex;
|
||||
|
||||
|
||||
}
|
||||
.cctree-chapter-cells {
|
||||
margin: 0px;
|
||||
|
||||
Reference in New Issue
Block a user