mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
提交
This commit is contained in:
@@ -218,7 +218,9 @@ export default {
|
||||
},
|
||||
initButton(){
|
||||
const editorButton = document.querySelector('.ql-selectPicture')
|
||||
editorButton.innerHTML = '<i class="el-icon-picture-outline" style="font-size:16px;height:14px"></i>'
|
||||
// editorButton.innerHTML = '<i class="el-icon-picture-outline" style="font-size:16px;height:14px"></i>'
|
||||
editorButton.innerHTML = '选择已有图片'
|
||||
|
||||
},
|
||||
getCoursewareList() {
|
||||
// resType: 文件类型,10视频,20音频,30图片, 40 文档,41表图文,50表scrom包,90表其它 图文41,连接52,作业60,考试61,评估62
|
||||
@@ -301,6 +303,13 @@ export default {
|
||||
.ql-editor{
|
||||
min-height: 250px !important;
|
||||
}
|
||||
.ql-selectPicture{
|
||||
width:90px !important;
|
||||
background:#ecf5ff !important;
|
||||
color:#588afc !important;
|
||||
font-size:12px !important;
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
.ql-container{
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user