mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交
This commit is contained in:
@@ -218,7 +218,7 @@ export default {
|
|||||||
},
|
},
|
||||||
initButton(){
|
initButton(){
|
||||||
const editorButton = document.querySelector('.ql-selectPicture')
|
const editorButton = document.querySelector('.ql-selectPicture')
|
||||||
editorButton.innerHTML = '<i class="el-icon-share"></i>'
|
editorButton.innerHTML = '<i class="el-icon-picture-outline" style="font-size:16px;height:14px"></i>'
|
||||||
},
|
},
|
||||||
getCoursewareList() {
|
getCoursewareList() {
|
||||||
// resType: 文件类型,10视频,20音频,30图片, 40 文档,41表图文,50表scrom包,90表其它 图文41,连接52,作业60,考试61,评估62
|
// resType: 文件类型,10视频,20音频,30图片, 40 文档,41表图文,50表scrom包,90表其它 图文41,连接52,作业60,考试61,评估62
|
||||||
|
|||||||
@@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- 标题 -->
|
<!-- 标题 -->
|
||||||
<div style="flex:1;line-height:20px" class="mltit">
|
<div style="flex:1;line-height:21px" class="mltit">
|
||||||
<el-tooltip class="item" effect="light" :content="item.section.name" placement="top-start">
|
<el-tooltip class="item" effect="light" :content="item.section.name" placement="top-start">
|
||||||
<span style="font-size:16px;font-weight: 700;color: #343434;margin-left: 15px;">
|
<span style="font-size:16px;font-weight: 700;color: #343434;margin-left: 15px;">
|
||||||
{{ item.section.name }}</span>
|
{{ item.section.name }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user