cyc
This commit is contained in:
parent
08086690bf
commit
2b2cf57a31
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="nav">
|
||||
<div id="nav" v-if="!isMobileDevice">
|
||||
<div>
|
||||
<a :href="backUrl">返回首页</a>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<!-- <el-button v-if="this.$store.state.showNaotu"
|
||||
type="primary" icon="el-icon-edit"
|
||||
@click="showDialog">脑图</el-button> -->
|
||||
<div v-if="true" style="display: flex; margin-right: 20px; justify-content: center;" @click="showDialog">
|
||||
<div v-if="userId" style="display: flex; margin-right: 20px; justify-content: center;" @click="showDialog">
|
||||
<el-button icon="el-icon-edit" >脑图</el-button>
|
||||
<!-- <el-button type="primary" icon="el-icon-search">搜索</el-button> -->
|
||||
|
||||
@ -41,6 +41,7 @@ export default {
|
||||
data(){
|
||||
return {
|
||||
dialogVisible:false,
|
||||
show:true,
|
||||
mode:false,
|
||||
bookId:'',
|
||||
userId:'',
|
||||
@ -51,7 +52,11 @@ export default {
|
||||
|
||||
backUrl(){
|
||||
return this.$store.state.redirecturl?this.$store.state.redirecturl:"../"
|
||||
}
|
||||
},
|
||||
|
||||
isMobileDevice() {
|
||||
return window.matchMedia("(max-width: 767px)").matches;
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
@ -77,6 +82,7 @@ export default {
|
||||
|
||||
},
|
||||
methods:{
|
||||
|
||||
showDialog() {
|
||||
this.dialogVisible = true;
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
@ -1,21 +1,22 @@
|
||||
.catalog-node-label[data-v-61c986fa] {
|
||||
|
||||
.xml-show-catalog .el-tree-node__content {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.catalog-node-label[data-v-179d841f] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.catalog-node-label img[data-v-61c986fa] {
|
||||
.catalog-node-label img[data-v-179d841f] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.xml-show-catalog[data-v-61c986fa] .el-tree-node__content {
|
||||
.xml-show-catalog[data-v-179d841f] .el-tree-node__content {
|
||||
height: auto;
|
||||
}
|
||||
.xml-show-catalog[data-v-61c986fa] .el-tree-node__content .catalog-node-label {
|
||||
.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label {
|
||||
max-width: calc(100% - 24px);
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=XmlCatalog.vue.map */
|
||||
|
||||
.xml-show-catalog .el-tree-node__content {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -307,7 +307,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-61c986fa";
|
||||
const __vue_scope_id__ = "data-v-179d841f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.catalog-node-label[data-v-61c986fa]{display:flex;align-items:center}.catalog-node-label img[data-v-61c986fa]{margin-right:4px}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}.xml-show-catalog .el-tree-node__content{display:flex!important}
|
||||
.xml-show-catalog .el-tree-node__content{display:flex!important}.catalog-node-label[data-v-179d841f]{display:flex;align-items:center}.catalog-node-label img[data-v-179d841f]{margin-right:4px}.xml-show-catalog[data-v-179d841f] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-179d841f] .el-tree-node__content .catalog-node-label{max-width:calc(100% - 24px);word-break:break-all;white-space:normal}
|
||||
@ -1,9 +1,9 @@
|
||||
|
||||
.xml-ebook-container-h5[data-v-402ad275] {
|
||||
.xml-ebook-container-h5[data-v-7f68871a] {
|
||||
}
|
||||
.xml-ebook-container-pc[data-v-402ad275] {
|
||||
.xml-ebook-container-pc[data-v-7f68871a] {
|
||||
}
|
||||
.xml-ebook-container-pad[data-v-402ad275] {
|
||||
.xml-ebook-container-pad[data-v-7f68871a] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -776,7 +776,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-402ad275";
|
||||
const __vue_scope_id__ = "data-v-7f68871a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -207,7 +207,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-35e9204b";
|
||||
const __vue_scope_id__ = "data-v-b8742ca0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
|
||||
@ -4,15 +4,15 @@
|
||||
}
|
||||
|
||||
|
||||
.el-image__inner[data-v-13b29683] {
|
||||
.el-image__inner[data-v-5aa11cb0] {
|
||||
width: 100% !important;
|
||||
}
|
||||
.xml-image-ping-pu-h5[data-v-13b29683] {
|
||||
.xml-image-ping-pu-h5[data-v-5aa11cb0] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.xml-image-hua-lang[data-v-13b29683] {
|
||||
.xml-image-hua-lang[data-v-5aa11cb0] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -1123,7 +1123,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-13b29683";
|
||||
const __vue_scope_id__$1 = "data-v-5aa11cb0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -2004,7 +2004,7 @@ var __vue_render__ = function () {
|
||||
ref: "imageCarousel",
|
||||
attrs: {
|
||||
height: _vm.carouselHeight,
|
||||
arrow: "never",
|
||||
arrow: "always",
|
||||
loop: "",
|
||||
"indicator-position": "none",
|
||||
},
|
||||
|
||||
@ -1 +1 @@
|
||||
.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-13b29683]{width:100%!important}.xml-image-ping-pu-h5[data-v-13b29683]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-13b29683]{display:flex;flex-direction:column;align-items:center}
|
||||
.xml-image-lun-bo .el-carousel__item{text-align:center}.el-image__inner[data-v-5aa11cb0]{width:100%!important}.xml-image-ping-pu-h5[data-v-5aa11cb0]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-5aa11cb0]{display:flex;flex-direction:column;align-items:center}
|
||||
@ -1,40 +1,40 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
.xml-image-lun-bo .el-carousel__item {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -705,15 +705,19 @@
|
||||
|
||||
|
||||
|
||||
.el-image__inner[data-v-13b29683] {
|
||||
|
||||
|
||||
|
||||
|
||||
.el-image__inner[data-v-5aa11cb0] {
|
||||
width: 100% !important;
|
||||
}
|
||||
.xml-image-ping-pu-h5[data-v-13b29683] {
|
||||
.xml-image-ping-pu-h5[data-v-5aa11cb0] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.xml-image-hua-lang[data-v-13b29683] {
|
||||
.xml-image-hua-lang[data-v-5aa11cb0] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -1123,7 +1123,7 @@ __vue_render__$e._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$d = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$d = "data-v-13b29683";
|
||||
const __vue_scope_id__$d = "data-v-5aa11cb0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$d = undefined;
|
||||
/* functional template */
|
||||
@ -2004,7 +2004,7 @@ var __vue_render__$c = function () {
|
||||
ref: "imageCarousel",
|
||||
attrs: {
|
||||
height: _vm.carouselHeight,
|
||||
arrow: "never",
|
||||
arrow: "always",
|
||||
loop: "",
|
||||
"indicator-position": "none",
|
||||
},
|
||||
@ -2460,7 +2460,7 @@ __vue_render__$b._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$b = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$b = "data-v-3afbe29e";
|
||||
const __vue_scope_id__$b = "data-v-9094a8a8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$b = undefined;
|
||||
/* functional template */
|
||||
@ -2827,7 +2827,7 @@ __vue_render__$a._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$a = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$a = "data-v-0994a01b";
|
||||
const __vue_scope_id__$a = "data-v-5546d780";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$a = undefined;
|
||||
/* functional template */
|
||||
@ -17467,6 +17467,10 @@ var script$8 = {
|
||||
this.close();
|
||||
this.show = false;
|
||||
}, 800);
|
||||
}).catch(() => {
|
||||
loading.close();
|
||||
this.close();
|
||||
this.show = false;
|
||||
});
|
||||
},
|
||||
carriageReturn(event) {
|
||||
@ -50806,7 +50810,7 @@ var script$7 = {
|
||||
// this.noteOperateMode = 'add'
|
||||
// let defaultUnderlineStyle = 'mk-underline__default'
|
||||
if (data.operationType == 'add' && _this.groupLocation == data.location) {
|
||||
_this.markInstance.underline(data.markEfiCode, _this.evn.noteStyle, e => {
|
||||
_this.markInstance.underline(data.markEfiCode, data.styleType, e => {
|
||||
});
|
||||
_this.tempMarkEfiStr = '';
|
||||
} else if (data.operationType == 'remove' && _this.groupLocation == data.location) {
|
||||
@ -50868,7 +50872,7 @@ var script$7 = {
|
||||
selectionText: this.noteData.selectionText,
|
||||
markEfiCode: this.markEfiStr,
|
||||
type: `note__${this.userType}`,
|
||||
// styleType,
|
||||
styleType: this.evn.resourcesStyle,
|
||||
blockIndex: this.ruleIndex,
|
||||
markId
|
||||
};
|
||||
@ -50920,7 +50924,8 @@ var script$7 = {
|
||||
let _this = this;
|
||||
this.markInstance.clear();
|
||||
this.mergeMarkList.forEach(item => {
|
||||
if (item.type === 'note__teacher') {
|
||||
console.log("🚀 ~ this.mergeMarkList.forEach ~ item:", item);
|
||||
if (item.type === 'note__teacher' && item.resourcesType) {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -50936,6 +50941,18 @@ var script$7 = {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
} else if (item.type === 'note__teacher') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
// if (!_this.markEfiStr) {
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.noteClick(e, markEfiStr);
|
||||
// }
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'note__student') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
@ -50961,6 +50978,17 @@ var script$7 = {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'highlight__teacher') {
|
||||
this.markInstance.highlight(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.highlightClick(e, markEfiStr);
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'HighlightClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
handleMouseUp() {
|
||||
@ -51292,7 +51320,7 @@ var script$7 = {
|
||||
// e?.stopPropagation && e.stopPropagation()
|
||||
let _this = this;
|
||||
this.noteOperateMode = 'add';
|
||||
let defaultUnderlineStyle = this.userType === 'teacher' ? this.evn.resourcesStyle : this.evn.noteStyle;
|
||||
let defaultUnderlineStyle = this.evn.noteStyle;
|
||||
_this.markInstance.underline(_this.markEfiStr, defaultUnderlineStyle, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -51635,6 +51663,10 @@ var __vue_render__$7 = function () {
|
||||
class: [
|
||||
"xml-text-" + _vm.pageType,
|
||||
"" + _vm.containerClass,
|
||||
"" +
|
||||
(_vm.currentRule.data.pGroupData.className
|
||||
? _vm.currentRule.data.pGroupData.className
|
||||
: ""),
|
||||
"richtext-reset-container",
|
||||
],
|
||||
attrs: { id: _vm.blockId },
|
||||
@ -52231,7 +52263,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-a0b70a4a";
|
||||
const __vue_scope_id__$7 = "data-v-4a2e55ce";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -52523,7 +52555,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-42df40de";
|
||||
const __vue_scope_id__$6 = "data-v-2aaa640c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -52813,7 +52845,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-01022b03";
|
||||
const __vue_scope_id__$5 = "data-v-6677213e";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -53153,7 +53185,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-0751fc96";
|
||||
const __vue_scope_id__$4 = "data-v-f76eba0a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -53448,7 +53480,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-e03e6adc";
|
||||
const __vue_scope_id__$3 = "data-v-7fa56ccd";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -53711,7 +53743,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-f2f9072c";
|
||||
const __vue_scope_id__$2 = "data-v-78447962";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -54016,7 +54048,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-6c942a60";
|
||||
const __vue_scope_id__$1 = "data-v-782b11c5";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -54315,7 +54347,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-6d42e319";
|
||||
const __vue_scope_id__ = "data-v-7d2599be";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.el-image__inner[data-v-13b29683]{width:100%!important}.xml-image-ping-pu-h5[data-v-13b29683]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-13b29683]{display:flex;flex-direction:column;align-items:center}
|
||||
.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.el-image__inner[data-v-5aa11cb0]{width:100%!important}.xml-image-ping-pu-h5[data-v-5aa11cb0]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-5aa11cb0]{display:flex;flex-direction:column;align-items:center}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
|
||||
60
src/plugin/xml-digital-teaching/lib/music.css
Normal file
60
src/plugin/xml-digital-teaching/lib/music.css
Normal file
@ -0,0 +1,60 @@
|
||||
.aplayer-lrc {
|
||||
background: transparent;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
.aplayer-lrc:before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
content: " ";
|
||||
background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
|
||||
background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
|
||||
}
|
||||
.aplayer-lrc:after {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
content: " ";
|
||||
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
|
||||
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
|
||||
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ccffffff", GradientType=0);
|
||||
}
|
||||
.aplayer-lrc p {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
line-height: 16px;
|
||||
height: 16px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: all 0.5s ease-out;
|
||||
opacity: 0.4;
|
||||
overflow: hidden;
|
||||
}
|
||||
.aplayer-lrc p.aplayer-lrc-current {
|
||||
opacity: 1;
|
||||
overflow: visible;
|
||||
height: initial;
|
||||
}
|
||||
.aplayer-lrc .aplayer-lrc-contents {
|
||||
width: 100%;
|
||||
transition: all 0.5s ease-out;
|
||||
user-select: text;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=aplayer-lrc.vue.map */
|
||||
File diff suppressed because one or more lines are too long
1
src/plugin/xml-digital-teaching/lib/music.min.css
vendored
Normal file
1
src/plugin/xml-digital-teaching/lib/music.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.aplayer-lrc{background:0 0;position:relative;height:30px;text-align:center;overflow:hidden;margin-bottom:7px}.aplayer-lrc:before{position:absolute;top:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.aplayer-lrc:after{position:absolute;bottom:0;z-index:1;display:block;overflow:hidden;width:100%;height:0;content:" ";background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)}.aplayer-lrc p{font-size:12px;color:#666;line-height:16px;height:16px;padding:0;margin:0;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:initial}.aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;user-select:text;cursor:default}
|
||||
@ -1,126 +1,134 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=quadrangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=isosceles.vue.map */
|
||||
/*# sourceMappingURL=quadrangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=isosceles.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelve.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=wave.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelve.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
/*# sourceMappingURL=Redtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -192,14 +200,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
@ -792,6 +792,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -419,7 +419,7 @@ __vue_render__$J._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$I = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$I = "data-v-0994a01b";
|
||||
const __vue_scope_id__$I = "data-v-5546d780";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$I = undefined;
|
||||
/* functional template */
|
||||
@ -15563,6 +15563,10 @@ var script$G = {
|
||||
this.close();
|
||||
this.show = false;
|
||||
}, 800);
|
||||
}).catch(() => {
|
||||
loading.close();
|
||||
this.close();
|
||||
this.show = false;
|
||||
});
|
||||
},
|
||||
carriageReturn(event) {
|
||||
@ -48902,7 +48906,7 @@ var script$F = {
|
||||
// this.noteOperateMode = 'add'
|
||||
// let defaultUnderlineStyle = 'mk-underline__default'
|
||||
if (data.operationType == 'add' && _this.groupLocation == data.location) {
|
||||
_this.markInstance.underline(data.markEfiCode, _this.evn.noteStyle, e => {
|
||||
_this.markInstance.underline(data.markEfiCode, data.styleType, e => {
|
||||
});
|
||||
_this.tempMarkEfiStr = '';
|
||||
} else if (data.operationType == 'remove' && _this.groupLocation == data.location) {
|
||||
@ -48964,7 +48968,7 @@ var script$F = {
|
||||
selectionText: this.noteData.selectionText,
|
||||
markEfiCode: this.markEfiStr,
|
||||
type: `note__${this.userType}`,
|
||||
// styleType,
|
||||
styleType: this.evn.resourcesStyle,
|
||||
blockIndex: this.ruleIndex,
|
||||
markId
|
||||
};
|
||||
@ -49016,7 +49020,8 @@ var script$F = {
|
||||
let _this = this;
|
||||
this.markInstance.clear();
|
||||
this.mergeMarkList.forEach(item => {
|
||||
if (item.type === 'note__teacher') {
|
||||
console.log("🚀 ~ this.mergeMarkList.forEach ~ item:", item);
|
||||
if (item.type === 'note__teacher' && item.resourcesType) {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49032,6 +49037,18 @@ var script$F = {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
} else if (item.type === 'note__teacher') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
// if (!_this.markEfiStr) {
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.noteClick(e, markEfiStr);
|
||||
// }
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'note__student') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
@ -49057,6 +49074,17 @@ var script$F = {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'highlight__teacher') {
|
||||
this.markInstance.highlight(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.highlightClick(e, markEfiStr);
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'HighlightClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
handleMouseUp() {
|
||||
@ -49388,7 +49416,7 @@ var script$F = {
|
||||
// e?.stopPropagation && e.stopPropagation()
|
||||
let _this = this;
|
||||
this.noteOperateMode = 'add';
|
||||
let defaultUnderlineStyle = this.userType === 'teacher' ? this.evn.resourcesStyle : this.evn.noteStyle;
|
||||
let defaultUnderlineStyle = this.evn.noteStyle;
|
||||
_this.markInstance.underline(_this.markEfiStr, defaultUnderlineStyle, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49731,6 +49759,10 @@ var __vue_render__$F = function () {
|
||||
class: [
|
||||
"xml-text-" + _vm.pageType,
|
||||
"" + _vm.containerClass,
|
||||
"" +
|
||||
(_vm.currentRule.data.pGroupData.className
|
||||
? _vm.currentRule.data.pGroupData.className
|
||||
: ""),
|
||||
"richtext-reset-container",
|
||||
],
|
||||
attrs: { id: _vm.blockId },
|
||||
@ -50327,7 +50359,7 @@ __vue_render__$F._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$F = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$F = "data-v-a0b70a4a";
|
||||
const __vue_scope_id__$F = "data-v-4a2e55ce";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$F = undefined;
|
||||
/* functional template */
|
||||
@ -50665,7 +50697,7 @@ __vue_render__$E._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$E = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$E = "data-v-34720a5f";
|
||||
const __vue_scope_id__$E = "data-v-e331edcc";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$E = undefined;
|
||||
/* functional template */
|
||||
@ -50924,7 +50956,7 @@ __vue_render__$D._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$D = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$D = "data-v-0f442a2c";
|
||||
const __vue_scope_id__$D = "data-v-38bb728f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$D = undefined;
|
||||
/* functional template */
|
||||
@ -51153,7 +51185,7 @@ __vue_render__$C._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$C = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$C = "data-v-47af8c80";
|
||||
const __vue_scope_id__$C = "data-v-ed58270a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$C = undefined;
|
||||
/* functional template */
|
||||
@ -51419,7 +51451,7 @@ __vue_render__$B._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$B = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$B = "data-v-0b406fd2";
|
||||
const __vue_scope_id__$B = "data-v-2fa14092";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$B = undefined;
|
||||
/* functional template */
|
||||
@ -51656,7 +51688,7 @@ __vue_render__$A._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$A = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$A = "data-v-533fdd02";
|
||||
const __vue_scope_id__$A = "data-v-632dc964";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$A = undefined;
|
||||
/* functional template */
|
||||
@ -51935,7 +51967,7 @@ __vue_render__$z._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$z = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$z = "data-v-09b4a172";
|
||||
const __vue_scope_id__$z = "data-v-31109da6";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$z = undefined;
|
||||
/* functional template */
|
||||
@ -52368,7 +52400,7 @@ __vue_render__$y._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$y = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$y = "data-v-2bb6d1f4";
|
||||
const __vue_scope_id__$y = "data-v-1e2ce5a2";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$y = undefined;
|
||||
/* functional template */
|
||||
@ -52717,7 +52749,7 @@ __vue_render__$x._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$x = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$x = "data-v-3edf16f6";
|
||||
const __vue_scope_id__$x = "data-v-4ec5f0ac";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$x = undefined;
|
||||
/* functional template */
|
||||
@ -52938,7 +52970,7 @@ __vue_render__$w._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$w = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$w = "data-v-5fa06695";
|
||||
const __vue_scope_id__$w = "data-v-157d4fe0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$w = undefined;
|
||||
/* functional template */
|
||||
@ -53375,7 +53407,7 @@ __vue_render__$v._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$v = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$v = "data-v-7e14161a";
|
||||
const __vue_scope_id__$v = "data-v-348561bf";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$v = undefined;
|
||||
/* functional template */
|
||||
@ -53617,7 +53649,7 @@ __vue_render__$u._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$u = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$u = "data-v-7d1ea5cc";
|
||||
const __vue_scope_id__$u = "data-v-11049dff";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$u = undefined;
|
||||
/* functional template */
|
||||
@ -53872,7 +53904,7 @@ __vue_render__$t._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$t = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$t = "data-v-068fd504";
|
||||
const __vue_scope_id__$t = "data-v-2bc30923";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$t = undefined;
|
||||
/* functional template */
|
||||
@ -54096,7 +54128,7 @@ __vue_render__$s._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$s = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$s = "data-v-065da6db";
|
||||
const __vue_scope_id__$s = "data-v-51388e80";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$s = undefined;
|
||||
/* functional template */
|
||||
@ -54314,7 +54346,7 @@ __vue_render__$r._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$r = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$r = "data-v-3509e8fc";
|
||||
const __vue_scope_id__$r = "data-v-7543aefd";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$r = undefined;
|
||||
/* functional template */
|
||||
@ -54538,7 +54570,7 @@ __vue_render__$q._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$q = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$q = "data-v-2308cfc7";
|
||||
const __vue_scope_id__$q = "data-v-8d09dbfc";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$q = undefined;
|
||||
/* functional template */
|
||||
@ -54762,7 +54794,7 @@ __vue_render__$p._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$p = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$p = "data-v-5889c61c";
|
||||
const __vue_scope_id__$p = "data-v-1345fb7e";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$p = undefined;
|
||||
/* functional template */
|
||||
@ -54980,7 +55012,7 @@ __vue_render__$o._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$o = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$o = "data-v-3583e8d1";
|
||||
const __vue_scope_id__$o = "data-v-5a02a2e8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$o = undefined;
|
||||
/* functional template */
|
||||
@ -55200,7 +55232,7 @@ __vue_render__$n._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$n = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$n = "data-v-e15e2ebc";
|
||||
const __vue_scope_id__$n = "data-v-06e641dd";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$n = undefined;
|
||||
/* functional template */
|
||||
@ -55428,7 +55460,7 @@ __vue_render__$m._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$m = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$m = "data-v-00744ec4";
|
||||
const __vue_scope_id__$m = "data-v-486d33bf";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$m = undefined;
|
||||
/* functional template */
|
||||
@ -55666,7 +55698,7 @@ __vue_render__$l._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$l = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$l = "data-v-b271bf5e";
|
||||
const __vue_scope_id__$l = "data-v-6b24580c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$l = undefined;
|
||||
/* functional template */
|
||||
@ -55892,7 +55924,7 @@ __vue_render__$k._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$k = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$k = "data-v-9d718864";
|
||||
const __vue_scope_id__$k = "data-v-14063573";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$k = undefined;
|
||||
/* functional template */
|
||||
@ -56112,7 +56144,7 @@ __vue_render__$j._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$j = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$j = "data-v-366de105";
|
||||
const __vue_scope_id__$j = "data-v-4cb210ac";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$j = undefined;
|
||||
/* functional template */
|
||||
@ -56338,7 +56370,7 @@ __vue_render__$i._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$i = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$i = "data-v-737c08cc";
|
||||
const __vue_scope_id__$i = "data-v-5389fb1e";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$i = undefined;
|
||||
/* functional template */
|
||||
@ -56560,7 +56592,7 @@ __vue_render__$h._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$h = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$h = "data-v-9c512fa4";
|
||||
const __vue_scope_id__$h = "data-v-63289eae";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$h = undefined;
|
||||
/* functional template */
|
||||
@ -56777,7 +56809,7 @@ __vue_render__$g._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$g = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$g = "data-v-44762fcc";
|
||||
const __vue_scope_id__$g = "data-v-07399a7f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$g = undefined;
|
||||
/* functional template */
|
||||
@ -56998,7 +57030,7 @@ __vue_render__$f._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$f = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$f = "data-v-59f586a0";
|
||||
const __vue_scope_id__$f = "data-v-07ddc59b";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$f = undefined;
|
||||
/* functional template */
|
||||
@ -57219,7 +57251,7 @@ __vue_render__$e._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$e = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$e = "data-v-c22c0580";
|
||||
const __vue_scope_id__$e = "data-v-4cd23c3b";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$e = undefined;
|
||||
/* functional template */
|
||||
@ -57477,7 +57509,7 @@ __vue_render__$d._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$d = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$d = "data-v-5ec0ce56";
|
||||
const __vue_scope_id__$d = "data-v-5b18c8fa";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$d = undefined;
|
||||
/* functional template */
|
||||
@ -57694,7 +57726,7 @@ __vue_render__$c._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$c = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$c = "data-v-2b65e80a";
|
||||
const __vue_scope_id__$c = "data-v-ed428dc0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$c = undefined;
|
||||
/* functional template */
|
||||
@ -57911,7 +57943,7 @@ __vue_render__$b._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$b = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$b = "data-v-8f1046d6";
|
||||
const __vue_scope_id__$b = "data-v-3c26e20c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$b = undefined;
|
||||
/* functional template */
|
||||
@ -58176,7 +58208,7 @@ __vue_render__$a._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$a = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$a = "data-v-7f1062f6";
|
||||
const __vue_scope_id__$a = "data-v-73ff8571";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$a = undefined;
|
||||
/* functional template */
|
||||
@ -58470,7 +58502,7 @@ __vue_render__$9._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$9 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$9 = "data-v-0f688b55";
|
||||
const __vue_scope_id__$9 = "data-v-7b19e590";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$9 = undefined;
|
||||
/* functional template */
|
||||
@ -58753,7 +58785,7 @@ __vue_render__$8._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$8 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$8 = "data-v-0be464c4";
|
||||
const __vue_scope_id__$8 = "data-v-6d05cc82";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$8 = undefined;
|
||||
/* functional template */
|
||||
@ -58985,7 +59017,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-a9c15308";
|
||||
const __vue_scope_id__$7 = "data-v-2dc78421";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -59231,7 +59263,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-470edaad";
|
||||
const __vue_scope_id__$6 = "data-v-4d160be8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -59477,7 +59509,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-02e8551d";
|
||||
const __vue_scope_id__$5 = "data-v-421a25c2";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -59780,7 +59812,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-220187fe";
|
||||
const __vue_scope_id__$4 = "data-v-579a8cb9";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -60083,7 +60115,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-97901996";
|
||||
const __vue_scope_id__$3 = "data-v-30ba95a0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -60386,7 +60418,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-672aa810";
|
||||
const __vue_scope_id__$2 = "data-v-0055241a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -60684,7 +60716,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-75ed3c66";
|
||||
const __vue_scope_id__$1 = "data-v-c953f3be";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -60904,7 +60936,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-c1839608";
|
||||
const __vue_scope_id__ = "data-v-7b42d7e1";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,62 +1,18 @@
|
||||
|
||||
.xml-question-container-h5[data-v-0f531fa4] {
|
||||
.xml-question-container-h5[data-v-27d318c9] {
|
||||
}
|
||||
.xml-question-container-pc[data-v-0f531fa4] {
|
||||
.xml-question-container-pc[data-v-27d318c9] {
|
||||
}
|
||||
.xml-question-container-pad[data-v-0f531fa4] {
|
||||
.xml-question-container-pad[data-v-27d318c9] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=QuestionItem.vue.map */
|
||||
.option-item + .option-item[data-v-7fac7a23] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] {
|
||||
display: flex;
|
||||
background: #fbfbfb;
|
||||
border-radius: 6px;
|
||||
padding-left: 16px;
|
||||
cursor: pointer;
|
||||
transition: all ease 0.3s;
|
||||
border: 1px solid #fbfbfb;
|
||||
}
|
||||
.option-item .questionSeq[data-v-7fac7a23] {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.option-item.isActive[data-v-7fac7a23] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item.isTrue[data-v-7fac7a23] {
|
||||
border: 1px solid #70b603;
|
||||
}
|
||||
.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #70b603;
|
||||
background: #70b603;
|
||||
}
|
||||
.option-item.isFalse[data-v-7fac7a23] {
|
||||
border: 1px solid #d9001b;
|
||||
}
|
||||
.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #d9001b;
|
||||
background: #d9001b;
|
||||
}
|
||||
.option-item[data-v-7fac7a23]:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] .content {
|
||||
cursor: pointer;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] .stem-content.no-border {
|
||||
padding: 8px 14px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=radio.vue.map */
|
||||
.content[data-v-3d2dcb5b] {
|
||||
.content[data-v-b1d65954] {
|
||||
width: 100%;
|
||||
}
|
||||
.content .stem-content[data-v-3d2dcb5b] {
|
||||
.content .stem-content[data-v-b1d65954] {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 14px;
|
||||
@ -65,12 +21,12 @@
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.content .stem-content.no-border[data-v-3d2dcb5b] {
|
||||
.content .stem-content.no-border[data-v-b1d65954] {
|
||||
padding: 0;
|
||||
border: none;
|
||||
cursor: default;
|
||||
}
|
||||
.content .stem-content .placeholder[data-v-3d2dcb5b] {
|
||||
.content .stem-content .placeholder[data-v-b1d65954] {
|
||||
color: #c0c4cc;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
@ -78,10 +34,10 @@
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=common.vue.map */
|
||||
.option-item + .option-item[data-v-fa728c70] {
|
||||
.option-item + .option-item[data-v-99dd6af0] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.option-item[data-v-fa728c70] {
|
||||
.option-item[data-v-99dd6af0] {
|
||||
display: flex;
|
||||
background: #fbfbfb;
|
||||
border-radius: 6px;
|
||||
@ -90,87 +46,131 @@
|
||||
transition: all ease 0.3s;
|
||||
border: 1px solid #fbfbfb;
|
||||
}
|
||||
.option-item.isActive[data-v-fa728c70] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item .questionSeq[data-v-fa728c70] {
|
||||
.option-item .questionSeq[data-v-99dd6af0] {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.option-item.isTrue[data-v-fa728c70] {
|
||||
.option-item.isActive[data-v-99dd6af0] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item.isTrue[data-v-99dd6af0] {
|
||||
border: 1px solid #70b603;
|
||||
}
|
||||
.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
.option-item.isTrue[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #70b603;
|
||||
background: #70b603;
|
||||
}
|
||||
.option-item.isFalse[data-v-fa728c70] {
|
||||
.option-item.isFalse[data-v-99dd6af0] {
|
||||
border: 1px solid #d9001b;
|
||||
}
|
||||
.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
.option-item.isFalse[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #d9001b;
|
||||
background: #d9001b;
|
||||
}
|
||||
.option-item[data-v-fa728c70]:hover {
|
||||
.option-item[data-v-99dd6af0]:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
.option-item[data-v-fa728c70] .content {
|
||||
.option-item[data-v-99dd6af0] .content {
|
||||
cursor: pointer;
|
||||
}
|
||||
.option-item[data-v-fa728c70] .stem-content.no-border {
|
||||
.option-item[data-v-99dd6af0] .stem-content.no-border {
|
||||
padding: 8px 14px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=radio.vue.map */
|
||||
.option-item + .option-item[data-v-a1e4d57a] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.option-item[data-v-a1e4d57a] {
|
||||
display: flex;
|
||||
background: #fbfbfb;
|
||||
border-radius: 6px;
|
||||
padding-left: 16px;
|
||||
cursor: pointer;
|
||||
transition: all ease 0.3s;
|
||||
border: 1px solid #fbfbfb;
|
||||
}
|
||||
.option-item.isActive[data-v-a1e4d57a] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item .questionSeq[data-v-a1e4d57a] {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.option-item.isTrue[data-v-a1e4d57a] {
|
||||
border: 1px solid #70b603;
|
||||
}
|
||||
.option-item.isTrue[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
border-color: #70b603;
|
||||
background: #70b603;
|
||||
}
|
||||
.option-item.isFalse[data-v-a1e4d57a] {
|
||||
border: 1px solid #d9001b;
|
||||
}
|
||||
.option-item.isFalse[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
border-color: #d9001b;
|
||||
background: #d9001b;
|
||||
}
|
||||
.option-item[data-v-a1e4d57a]:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
.option-item[data-v-a1e4d57a] .content {
|
||||
cursor: pointer;
|
||||
}
|
||||
.option-item[data-v-a1e4d57a] .stem-content.no-border {
|
||||
padding: 8px 14px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=checkbox.vue.map */
|
||||
.image-file[data-v-506f1aca] {
|
||||
.image-file[data-v-662ea4d4] {
|
||||
width: 218px;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
.video-file[data-v-506f1aca] {
|
||||
.video-file[data-v-662ea4d4] {
|
||||
width: 408px;
|
||||
}
|
||||
.file-render[data-v-506f1aca] {
|
||||
.file-render[data-v-662ea4d4] {
|
||||
width: 100%;
|
||||
}
|
||||
.file-info[data-v-506f1aca] {
|
||||
.file-info[data-v-662ea4d4] {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.file-info.videoHandler[data-v-506f1aca] {
|
||||
.file-info.videoHandler[data-v-662ea4d4] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.file-info.videoHandler .fileName[data-v-506f1aca] {
|
||||
.file-info.videoHandler .fileName[data-v-662ea4d4] {
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
.file-info.videoHandler .fileInfo[data-v-506f1aca] {
|
||||
.file-info.videoHandler .fileInfo[data-v-662ea4d4] {
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.vue.map */
|
||||
[data-v-7628e470] .el-dialog__header {
|
||||
[data-v-30e4662d] .el-dialog__header {
|
||||
padding: 10px;
|
||||
}
|
||||
.video-content[data-v-7628e470] {
|
||||
.video-content[data-v-30e4662d] {
|
||||
width: 180px;
|
||||
height: 135px;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.video-content .play[data-v-7628e470] {
|
||||
.video-content .play[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
cursor: pointer;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.video-mask[data-v-7628e470] {
|
||||
.video-mask[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@ -178,73 +178,73 @@
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.video-mask img[data-v-7628e470] {
|
||||
.video-mask img[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50% -50%);
|
||||
display: block;
|
||||
}
|
||||
.video-player[data-v-7628e470] {
|
||||
.video-player[data-v-30e4662d] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=video-play.vue.map */
|
||||
.audio .audio-icon[data-v-25355b9e] {
|
||||
.audio .audio-icon[data-v-74d98ece] {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.audio .audio-icon img[data-v-25355b9e] {
|
||||
.audio .audio-icon img[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
.audio .audio-controls[data-v-25355b9e] {
|
||||
.audio .audio-controls[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--progress[data-v-25355b9e], .audio .audio-controls .audio-controls--handler[data-v-25355b9e] {
|
||||
.audio .audio-controls .audio-controls--progress[data-v-74d98ece], .audio .audio-controls .audio-controls--handler[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler[data-v-25355b9e] {
|
||||
.audio .audio-controls .audio-controls--handler[data-v-74d98ece] {
|
||||
line-height: 1;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e] {
|
||||
.audio .audio-controls .audio-controls--handler .play[data-v-74d98ece] {
|
||||
font-size: 24px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e] {
|
||||
.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-74d98ece] {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e], .audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e] {
|
||||
.audio .audio-controls .audio-controls--handler .current-time[data-v-74d98ece], .audio .audio-controls .audio-controls--handler .total-time[data-v-74d98ece] {
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.play-handler.mobile[data-v-25355b9e] {
|
||||
.play-handler.mobile[data-v-74d98ece] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.audio-component[data-v-25355b9e] {
|
||||
.audio-component[data-v-74d98ece] {
|
||||
display: none;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__runway {
|
||||
[data-v-74d98ece] .el-slider__runway {
|
||||
margin: 0 0 4px 0;
|
||||
background: #e3e3e3;
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__bar {
|
||||
[data-v-74d98ece] .el-slider__bar {
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__button {
|
||||
[data-v-74d98ece] .el-slider__button {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__button-wrapper {
|
||||
[data-v-74d98ece] .el-slider__button-wrapper {
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
const radioType = ['SingleSelect'];
|
||||
@ -383,7 +383,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-25355b9e";
|
||||
const __vue_scope_id__$7 = "data-v-74d98ece";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -13573,7 +13573,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-7628e470";
|
||||
const __vue_scope_id__$6 = "data-v-30e4662d";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -13786,7 +13786,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-506f1aca";
|
||||
const __vue_scope_id__$5 = "data-v-662ea4d4";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -13978,7 +13978,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-3d2dcb5b";
|
||||
const __vue_scope_id__$4 = "data-v-b1d65954";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -14289,7 +14289,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-7fac7a23";
|
||||
const __vue_scope_id__$3 = "data-v-99dd6af0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -14594,7 +14594,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-fa728c70";
|
||||
const __vue_scope_id__$2 = "data-v-a1e4d57a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -19968,7 +19968,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-4a7a19c4";
|
||||
const __vue_scope_id__$1 = "data-v-75c56b03";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -20178,7 +20178,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-0f531fa4";
|
||||
const __vue_scope_id__ = "data-v-27d318c9";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.option-item+.option-item[data-v-7fac7a23]{margin-top:16px}.option-item[data-v-7fac7a23]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-7fac7a23]{padding:8px 0}.option-item.isActive[data-v-7fac7a23]{border-color:#2e9adb}.option-item.isTrue[data-v-7fac7a23]{border:1px solid #70b603}.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7fac7a23]{border:1px solid #d9001b}.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7fac7a23]:hover{background:#ddd}.option-item[data-v-7fac7a23] .content{cursor:pointer}.option-item[data-v-7fac7a23] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-3d2dcb5b]{width:100%}.content .stem-content[data-v-3d2dcb5b]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-3d2dcb5b]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-3d2dcb5b]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-fa728c70]{margin-top:16px}.option-item[data-v-fa728c70]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-fa728c70]{border-color:#2e9adb}.option-item .questionSeq[data-v-fa728c70]{padding:8px 0}.option-item.isTrue[data-v-fa728c70]{border:1px solid #70b603}.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-fa728c70]{border:1px solid #d9001b}.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-fa728c70]:hover{background:#ddd}.option-item[data-v-fa728c70] .content{cursor:pointer}.option-item[data-v-fa728c70] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px}
|
||||
.content[data-v-b1d65954]{width:100%}.content .stem-content[data-v-b1d65954]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-b1d65954]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-b1d65954]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-99dd6af0]{margin-top:16px}.option-item[data-v-99dd6af0]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-99dd6af0]{padding:8px 0}.option-item.isActive[data-v-99dd6af0]{border-color:#2e9adb}.option-item.isTrue[data-v-99dd6af0]{border:1px solid #70b603}.option-item.isTrue[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-99dd6af0]{border:1px solid #d9001b}.option-item.isFalse[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-99dd6af0]:hover{background:#ddd}.option-item[data-v-99dd6af0] .content{cursor:pointer}.option-item[data-v-99dd6af0] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-a1e4d57a]{margin-top:16px}.option-item[data-v-a1e4d57a]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-a1e4d57a]{border-color:#2e9adb}.option-item .questionSeq[data-v-a1e4d57a]{padding:8px 0}.option-item.isTrue[data-v-a1e4d57a]{border:1px solid #70b603}.option-item.isTrue[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-a1e4d57a]{border:1px solid #d9001b}.option-item.isFalse[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-a1e4d57a]:hover{background:#ddd}.option-item[data-v-a1e4d57a] .content{cursor:pointer}.option-item[data-v-a1e4d57a] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-662ea4d4]{width:218px;object-fit:scale-down}.video-file[data-v-662ea4d4]{width:408px}.file-render[data-v-662ea4d4]{width:100%}.file-info[data-v-662ea4d4]{flex:1;min-width:0}.file-info.videoHandler[data-v-662ea4d4]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-662ea4d4]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-662ea4d4]{font-size:14px;color:#666;margin-bottom:19px}[data-v-30e4662d] .el-dialog__header{padding:10px}.video-content[data-v-30e4662d]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-30e4662d]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-30e4662d]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-30e4662d]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-30e4662d]{width:100%}.audio .audio-icon[data-v-74d98ece]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-74d98ece]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-74d98ece]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-74d98ece],.audio .audio-controls .audio-controls--progress[data-v-74d98ece]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-74d98ece]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-74d98ece]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-74d98ece]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-74d98ece],.audio .audio-controls .audio-controls--handler .total-time[data-v-74d98ece]{font-size:12px;color:#333}.play-handler.mobile[data-v-74d98ece]{width:20px;height:20px}.audio-component[data-v-74d98ece]{display:none}[data-v-74d98ece] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-74d98ece] .el-slider__bar{height:4px}[data-v-74d98ece] .el-slider__button{width:10px;height:10px}[data-v-74d98ece] .el-slider__button-wrapper{top:-15px}
|
||||
@ -88,23 +88,23 @@
|
||||
|
||||
|
||||
|
||||
.preview-container-h5[data-v-25742cb8] {
|
||||
.preview-container-h5[data-v-7a006dee] {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.preview-container-pc[data-v-25742cb8] {
|
||||
.preview-container-pc[data-v-7a006dee] {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.preview-container-pad[data-v-25742cb8] {
|
||||
.preview-container-pad[data-v-7a006dee] {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog {
|
||||
.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) {
|
||||
.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog .el-dialog__header {
|
||||
.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog .el-dialog__header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -209,7 +209,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-7da5c6fc";
|
||||
const __vue_scope_id__$2 = "data-v-2d83ed86";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -9443,7 +9443,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-25742cb8";
|
||||
const __vue_scope_id__$1 = "data-v-7a006dee";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.preview-container-h5[data-v-25742cb8]{padding-top:15px}.preview-container-pc[data-v-25742cb8]{padding-top:15px}.preview-container-pad[data-v-25742cb8]{padding-top:15px}.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-25742cb8] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}
|
||||
.preview-container-h5[data-v-7a006dee]{padding-top:15px}.preview-container-pc[data-v-7a006dee]{padding-top:15px}.preview-container-pad[data-v-7a006dee]{padding-top:15px}.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-7a006dee] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}
|
||||
@ -1,5 +1,5 @@
|
||||
.preview-item-file[data-v-21c71aa2]:hover,
|
||||
.slip-over-cover[data-v-21c71aa2]:hover {
|
||||
.preview-item-file[data-v-b3bca8c6]:hover,
|
||||
.slip-over-cover[data-v-b3bca8c6]:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var epub = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAMAAAChHKjRAAAAAXNSR0IArs4c6QAAAjdQTFRFAAAAiXb/kG/0inD6inX6jW72jXL2eGLpe2fuinL2i3H3iHf6i3L5dmTvjHH3inP4inH2i3L2d2TuhW7vjHH5d2TqjnH5fWnyd2bskHb5jXX1jHH2i3H3i3H4i3H4d2Xsd2Xqi3H4cmLoi3L4inH3i3L3inL3i3L3jHL3hG3zi3L3jHL4jnT5i3L3i3L3jHH2bFPvbl/nb2DncF/ncVP1cWHncWHocWHpclP2cmLpc2Lpc2Lqc2Ppc2PqdGPpdGPqd1r1d1z0d2TreFv2eFz0eFz1eGDxeGbseVv1eVz1el31el32el71el72e133e1/2e2TxfGD1fGXxfWD3fWH2fmjxf2T2f2rwgGX3gGnygWX2gWb2gWb3gWrzgWzzgmb3gmf2gmzyg23zhGj3hGn2hGr2hGr3hG3zhWr3hWv2hWv3hWz3hW7zhW70hmz3h233h273iG34iG/3iW34iW74iW/3iXD3iXH2inD4inH3inP2i3D4i3H3i3H4i3L3i3L4i3P4jHL3jHL4jHP3jHP4jHT2jHT3jHrxjHryjXP4jXT3jXT5jXX3jXvyjnT5jnX4j3T5j3T6j3b3lYH2l4H4mIL4mYP4movynY/xpJL3pJfzpZL5pZjzqJX5q5n5r576saD6uaz3va/7zMT5zcP7z8X70Mb70sj708n708r71c381c761s382ND72db4393549z+4+H55+b66OL96+b+6+r67+v+8/L99PD/9vT+///9///+////0H5GmAAAADB0Uk5TAA0XMjI6OkZNVVpefX+HjJCRkpSeoausra2vs7W2t7i5v8TN1tbd3t/o6+7v8PH8u0jmrQAAAapJREFUOMtjYGBgYBZQ1sMAOpoKHAwIwF+HDfSlG9nzElADVGRuZScEVcNWiVORvY29KESRZDluRfb2VhJgRSp1OBQlgRTZW8uDFKnjUpRrZgtSZamER1Fji5MhSJG9qTgDgxoORXXd5e5mYGDMjltRXV9nTiIIxAkjKeoq8veFg5DK5rqWvgl9QDBRCklRacG8BfOhYMHs/Bq4hBySIu9Fe5DAXH+4hDRCUaXnqj3b12+EgE3rJidjVeS1ZM9ig4AgMAh1S+3HpWiFX2EJGBRXN9fhUrQyBFt0oylaahIWBQZ5bbgVrW2eMhUMyrLacCqCgx2TUnAr2gUFW1szcCpaHd7RCwLtkVlduB1uEREDAvGFXXWUBcFy5+x8MMgrwh2Yyxyy8sCgKDqtB6sijzV7dm7eAgHbNkxLwKaoznvhbqSkMjMYq6La2BlzZkHBnOmZ9VgVtVX4OLpCgUtgUzNWRXV1zS1w0Ig9CHADaZyZEwnIMGgQViTLoEpYkQiDWBUhNTXcDKwEDdJnZGAQJKCmgQtUQvHhVaPNCSkRWQSVdfWwAi1FHiagAgAPu3js6FbZbgAAAABJRU5ErkJggg==";
|
||||
@ -1376,7 +1376,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-21c71aa2";
|
||||
const __vue_scope_id__ = "data-v-b3bca8c6";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.preview-item-file[data-v-21c71aa2]:hover,.slip-over-cover[data-v-21c71aa2]:hover{cursor:pointer}
|
||||
.preview-item-file[data-v-b3bca8c6]:hover,.slip-over-cover[data-v-b3bca8c6]:hover{cursor:pointer}
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-ebook-group-h5[data-v-55908341] {
|
||||
.xml-single-ebook-group-h5[data-v-25b5113c] {
|
||||
}
|
||||
.xml-single-ebook-group-pc[data-v-55908341] {
|
||||
.xml-single-ebook-group-pc[data-v-25b5113c] {
|
||||
}
|
||||
.xml-single-ebook-group-pad[data-v-55908341] {
|
||||
.xml-single-ebook-group-pad[data-v-25b5113c] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -295,7 +295,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-55908341";
|
||||
const __vue_scope_id__ = "data-v-25b5113c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-ebook-group-h5[data-v-b39a2926] {
|
||||
.xml-single-ebook-group-h5[data-v-756e85b0] {
|
||||
}
|
||||
.xml-single-ebook-group-pc[data-v-b39a2926] {
|
||||
.xml-single-ebook-group-pc[data-v-756e85b0] {
|
||||
}
|
||||
.xml-single-ebook-group-pad[data-v-b39a2926] {
|
||||
.xml-single-ebook-group-pad[data-v-756e85b0] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -309,7 +309,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-b39a2926";
|
||||
const __vue_scope_id__ = "data-v-756e85b0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-ebook-group-h5[data-v-0b9200e9] {
|
||||
.xml-single-ebook-group-h5[data-v-0d2309a4] {
|
||||
}
|
||||
.xml-single-ebook-group-pc[data-v-0b9200e9] {
|
||||
.xml-single-ebook-group-pc[data-v-0d2309a4] {
|
||||
}
|
||||
.xml-single-ebook-group-pad[data-v-0b9200e9] {
|
||||
.xml-single-ebook-group-pad[data-v-0d2309a4] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -318,7 +318,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-0b9200e9";
|
||||
const __vue_scope_id__ = "data-v-0d2309a4";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-music-group-h5[data-v-272f2034] {
|
||||
.xml-single-music-group-h5[data-v-368fdaaf] {
|
||||
}
|
||||
.xml-single-music-group-pc[data-v-272f2034] {
|
||||
.xml-single-music-group-pc[data-v-368fdaaf] {
|
||||
}
|
||||
.xml-single-music-group-pad[data-v-272f2034] {
|
||||
.xml-single-music-group-pad[data-v-368fdaaf] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -297,7 +297,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-272f2034";
|
||||
const __vue_scope_id__ = "data-v-368fdaaf";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-question-group-h5[data-v-77922a38] {
|
||||
.xml-single-question-group-h5[data-v-30e02b9d] {
|
||||
}
|
||||
.xml-single-question-group-pc[data-v-77922a38] {
|
||||
.xml-single-question-group-pc[data-v-30e02b9d] {
|
||||
}
|
||||
.xml-single-question-group-pad[data-v-77922a38] {
|
||||
.xml-single-question-group-pad[data-v-30e02b9d] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -334,7 +334,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-77922a38";
|
||||
const __vue_scope_id__ = "data-v-30e02b9d";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-question-group-h5[data-v-34ba0440] {
|
||||
.xml-single-question-group-h5[data-v-eb16744a] {
|
||||
}
|
||||
.xml-single-question-group-pc[data-v-34ba0440] {
|
||||
.xml-single-question-group-pc[data-v-eb16744a] {
|
||||
}
|
||||
.xml-single-question-group-pad[data-v-34ba0440] {
|
||||
.xml-single-question-group-pad[data-v-eb16744a] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -326,7 +326,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-34ba0440";
|
||||
const __vue_scope_id__ = "data-v-eb16744a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-question-group-h5[data-v-34ba0440] {
|
||||
.xml-single-question-group-h5[data-v-eb16744a] {
|
||||
}
|
||||
.xml-single-question-group-pc[data-v-34ba0440] {
|
||||
.xml-single-question-group-pc[data-v-eb16744a] {
|
||||
}
|
||||
.xml-single-question-group-pad[data-v-34ba0440] {
|
||||
.xml-single-question-group-pad[data-v-eb16744a] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -326,7 +326,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-34ba0440";
|
||||
const __vue_scope_id__ = "data-v-eb16744a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-text-group-h5[data-v-647015fa] {
|
||||
.xml-single-text-group-h5[data-v-db5a69b0] {
|
||||
}
|
||||
.xml-single-text-group-pc[data-v-647015fa] {
|
||||
.xml-single-text-group-pc[data-v-db5a69b0] {
|
||||
}
|
||||
.xml-single-text-group-pad[data-v-647015fa] {
|
||||
.xml-single-text-group-pad[data-v-db5a69b0] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -349,7 +349,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-647015fa";
|
||||
const __vue_scope_id__ = "data-v-db5a69b0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.xml-single-video-group-h5[data-v-3ae74720] {
|
||||
.xml-single-video-group-h5[data-v-ef0341ca] {
|
||||
}
|
||||
.xml-single-video-group-pc[data-v-3ae74720] {
|
||||
.xml-single-video-group-pc[data-v-ef0341ca] {
|
||||
}
|
||||
.xml-single-video-group-pad[data-v-3ae74720] {
|
||||
.xml-single-video-group-pad[data-v-ef0341ca] {
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
var singleGroupMixin = {
|
||||
@ -314,7 +314,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-3ae74720";
|
||||
const __vue_scope_id__ = "data-v-ef0341ca";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,102 +1,110 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
/*# sourceMappingURL=fourth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme3.vue.map */
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
/*# sourceMappingURL=ninth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
/*# sourceMappingURL=tenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme2.vue.map */
|
||||
/*# sourceMappingURL=seventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
/*# sourceMappingURL=Greytheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eleventh.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greytheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Bluetheme4.vue.map */
|
||||
/*# sourceMappingURL=Bluetheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -168,14 +176,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
@ -768,6 +768,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -419,7 +419,7 @@ __vue_render__$B._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$A = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$A = "data-v-0994a01b";
|
||||
const __vue_scope_id__$A = "data-v-5546d780";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$A = undefined;
|
||||
/* functional template */
|
||||
@ -15563,6 +15563,10 @@ var script$y = {
|
||||
this.close();
|
||||
this.show = false;
|
||||
}, 800);
|
||||
}).catch(() => {
|
||||
loading.close();
|
||||
this.close();
|
||||
this.show = false;
|
||||
});
|
||||
},
|
||||
carriageReturn(event) {
|
||||
@ -48902,7 +48906,7 @@ var script$x = {
|
||||
// this.noteOperateMode = 'add'
|
||||
// let defaultUnderlineStyle = 'mk-underline__default'
|
||||
if (data.operationType == 'add' && _this.groupLocation == data.location) {
|
||||
_this.markInstance.underline(data.markEfiCode, _this.evn.noteStyle, e => {
|
||||
_this.markInstance.underline(data.markEfiCode, data.styleType, e => {
|
||||
});
|
||||
_this.tempMarkEfiStr = '';
|
||||
} else if (data.operationType == 'remove' && _this.groupLocation == data.location) {
|
||||
@ -48964,7 +48968,7 @@ var script$x = {
|
||||
selectionText: this.noteData.selectionText,
|
||||
markEfiCode: this.markEfiStr,
|
||||
type: `note__${this.userType}`,
|
||||
// styleType,
|
||||
styleType: this.evn.resourcesStyle,
|
||||
blockIndex: this.ruleIndex,
|
||||
markId
|
||||
};
|
||||
@ -49016,7 +49020,8 @@ var script$x = {
|
||||
let _this = this;
|
||||
this.markInstance.clear();
|
||||
this.mergeMarkList.forEach(item => {
|
||||
if (item.type === 'note__teacher') {
|
||||
console.log("🚀 ~ this.mergeMarkList.forEach ~ item:", item);
|
||||
if (item.type === 'note__teacher' && item.resourcesType) {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49032,6 +49037,18 @@ var script$x = {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
} else if (item.type === 'note__teacher') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
// if (!_this.markEfiStr) {
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.noteClick(e, markEfiStr);
|
||||
// }
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'note__student') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
@ -49057,6 +49074,17 @@ var script$x = {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'highlight__teacher') {
|
||||
this.markInstance.highlight(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.highlightClick(e, markEfiStr);
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'HighlightClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
handleMouseUp() {
|
||||
@ -49388,7 +49416,7 @@ var script$x = {
|
||||
// e?.stopPropagation && e.stopPropagation()
|
||||
let _this = this;
|
||||
this.noteOperateMode = 'add';
|
||||
let defaultUnderlineStyle = this.userType === 'teacher' ? this.evn.resourcesStyle : this.evn.noteStyle;
|
||||
let defaultUnderlineStyle = this.evn.noteStyle;
|
||||
_this.markInstance.underline(_this.markEfiStr, defaultUnderlineStyle, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49731,6 +49759,10 @@ var __vue_render__$x = function () {
|
||||
class: [
|
||||
"xml-text-" + _vm.pageType,
|
||||
"" + _vm.containerClass,
|
||||
"" +
|
||||
(_vm.currentRule.data.pGroupData.className
|
||||
? _vm.currentRule.data.pGroupData.className
|
||||
: ""),
|
||||
"richtext-reset-container",
|
||||
],
|
||||
attrs: { id: _vm.blockId },
|
||||
@ -50327,7 +50359,7 @@ __vue_render__$x._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$x = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$x = "data-v-a0b70a4a";
|
||||
const __vue_scope_id__$x = "data-v-4a2e55ce";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$x = undefined;
|
||||
/* functional template */
|
||||
@ -50588,7 +50620,7 @@ __vue_render__$w._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$w = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$w = "data-v-2bc4bb7c";
|
||||
const __vue_scope_id__$w = "data-v-e6c9fe86";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$w = undefined;
|
||||
/* functional template */
|
||||
@ -50783,7 +50815,7 @@ __vue_render__$v._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$v = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$v = "data-v-6f11c332";
|
||||
const __vue_scope_id__$v = "data-v-fb736abc";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$v = undefined;
|
||||
/* functional template */
|
||||
@ -50974,7 +51006,7 @@ __vue_render__$u._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$u = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$u = "data-v-64b07e51";
|
||||
const __vue_scope_id__$u = "data-v-15db9268";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$u = undefined;
|
||||
/* functional template */
|
||||
@ -51171,7 +51203,7 @@ __vue_render__$t._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$t = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$t = "data-v-701026d2";
|
||||
const __vue_scope_id__$t = "data-v-f7e63308";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$t = undefined;
|
||||
/* functional template */
|
||||
@ -51368,7 +51400,7 @@ __vue_render__$s._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$s = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$s = "data-v-ca50cd36";
|
||||
const __vue_scope_id__$s = "data-v-1aedf48a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$s = undefined;
|
||||
/* functional template */
|
||||
@ -51569,7 +51601,7 @@ __vue_render__$r._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$r = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$r = "data-v-ebd7fe48";
|
||||
const __vue_scope_id__$r = "data-v-b4e57fd2";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$r = undefined;
|
||||
/* functional template */
|
||||
@ -51790,7 +51822,7 @@ __vue_render__$q._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$q = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$q = "data-v-6c00036e";
|
||||
const __vue_scope_id__$q = "data-v-573b56e9";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$q = undefined;
|
||||
/* functional template */
|
||||
@ -51987,7 +52019,7 @@ __vue_render__$p._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$p = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$p = "data-v-1888461c";
|
||||
const __vue_scope_id__$p = "data-v-e50253fe";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$p = undefined;
|
||||
/* functional template */
|
||||
@ -52184,7 +52216,7 @@ __vue_render__$o._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$o = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$o = "data-v-43776a56";
|
||||
const __vue_scope_id__$o = "data-v-182aaf7b";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$o = undefined;
|
||||
/* functional template */
|
||||
@ -52381,7 +52413,7 @@ __vue_render__$n._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$n = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$n = "data-v-1d7ec26a";
|
||||
const __vue_scope_id__$n = "data-v-61e2f18f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$n = undefined;
|
||||
/* functional template */
|
||||
@ -52580,7 +52612,7 @@ __vue_render__$m._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$m = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$m = "data-v-390efcba";
|
||||
const __vue_scope_id__$m = "data-v-3e2c52f5";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$m = undefined;
|
||||
/* functional template */
|
||||
@ -52791,7 +52823,7 @@ __vue_render__$l._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$l = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$l = "data-v-cc50973a";
|
||||
const __vue_scope_id__$l = "data-v-65cda570";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$l = undefined;
|
||||
/* functional template */
|
||||
@ -53002,7 +53034,7 @@ __vue_render__$k._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$k = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$k = "data-v-acfeac7c";
|
||||
const __vue_scope_id__$k = "data-v-17b5d032";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$k = undefined;
|
||||
/* functional template */
|
||||
@ -53213,7 +53245,7 @@ __vue_render__$j._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$j = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$j = "data-v-3fb693db";
|
||||
const __vue_scope_id__$j = "data-v-72f80cc0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$j = undefined;
|
||||
/* functional template */
|
||||
@ -53424,7 +53456,7 @@ __vue_render__$i._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$i = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$i = "data-v-12a60397";
|
||||
const __vue_scope_id__$i = "data-v-45e77c7c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$i = undefined;
|
||||
/* functional template */
|
||||
@ -53635,7 +53667,7 @@ __vue_render__$h._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$h = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$h = "data-v-34d5195a";
|
||||
const __vue_scope_id__$h = "data-v-18d6ec38";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$h = undefined;
|
||||
/* functional template */
|
||||
@ -53846,7 +53878,7 @@ __vue_render__$g._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$g = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$g = "data-v-8ef639e2";
|
||||
const __vue_scope_id__$g = "data-v-28734818";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$g = undefined;
|
||||
/* functional template */
|
||||
@ -54037,7 +54069,7 @@ __vue_render__$f._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$f = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$f = "data-v-1871b8e8";
|
||||
const __vue_scope_id__$f = "data-v-01d8a966";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$f = undefined;
|
||||
/* functional template */
|
||||
@ -54228,7 +54260,7 @@ __vue_render__$e._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$e = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$e = "data-v-73611cf6";
|
||||
const __vue_scope_id__$e = "data-v-a61d382c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$e = undefined;
|
||||
/* functional template */
|
||||
@ -54419,7 +54451,7 @@ __vue_render__$d._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$d = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$d = "data-v-742d2a22";
|
||||
const __vue_scope_id__$d = "data-v-5acf1c87";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$d = undefined;
|
||||
/* functional template */
|
||||
@ -54610,7 +54642,7 @@ __vue_render__$c._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$c = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$c = "data-v-220ae2bf";
|
||||
const __vue_scope_id__$c = "data-v-08acd524";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$c = undefined;
|
||||
/* functional template */
|
||||
@ -54801,7 +54833,7 @@ __vue_render__$b._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$b = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$b = "data-v-6f969a42";
|
||||
const __vue_scope_id__$b = "data-v-d692ea4c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$b = undefined;
|
||||
/* functional template */
|
||||
@ -54992,7 +55024,7 @@ __vue_render__$a._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$a = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$a = "data-v-6710eb5e";
|
||||
const __vue_scope_id__$a = "data-v-3392c359";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$a = undefined;
|
||||
/* functional template */
|
||||
@ -55183,7 +55215,7 @@ __vue_render__$9._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$9 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$9 = "data-v-05ed23dd";
|
||||
const __vue_scope_id__$9 = "data-v-5b220850";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$9 = undefined;
|
||||
/* functional template */
|
||||
@ -55374,7 +55406,7 @@ __vue_render__$8._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$8 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$8 = "data-v-b66d4748";
|
||||
const __vue_scope_id__$8 = "data-v-714b3457";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$8 = undefined;
|
||||
/* functional template */
|
||||
@ -55565,7 +55597,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-9ab9b2a6";
|
||||
const __vue_scope_id__$7 = "data-v-d8385330";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -55756,7 +55788,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-40305b6c";
|
||||
const __vue_scope_id__$6 = "data-v-21710b27";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -55947,7 +55979,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-3e15c828";
|
||||
const __vue_scope_id__$5 = "data-v-74b5aaba";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -56138,7 +56170,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-5b4ac4ea";
|
||||
const __vue_scope_id__$4 = "data-v-3c8b74a5";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -56329,7 +56361,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-2fc4c2f6";
|
||||
const __vue_scope_id__$3 = "data-v-2c5cb5ca";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -56520,7 +56552,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-c19e225a";
|
||||
const __vue_scope_id__$2 = "data-v-593dd0f8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -56711,7 +56743,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-0e9d1ab0";
|
||||
const __vue_scope_id__$1 = "data-v-6eac0656";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -56902,7 +56934,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-7e09468d";
|
||||
const __vue_scope_id__ = "data-v-381628b2";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -4,10 +4,10 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=QuestionItem.vue.map */
|
||||
.content[data-v-3d2dcb5b] {
|
||||
.content[data-v-b1d65954] {
|
||||
width: 100%;
|
||||
}
|
||||
.content .stem-content[data-v-3d2dcb5b] {
|
||||
.content .stem-content[data-v-b1d65954] {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 14px;
|
||||
@ -16,12 +16,12 @@
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.content .stem-content.no-border[data-v-3d2dcb5b] {
|
||||
.content .stem-content.no-border[data-v-b1d65954] {
|
||||
padding: 0;
|
||||
border: none;
|
||||
cursor: default;
|
||||
}
|
||||
.content .stem-content .placeholder[data-v-3d2dcb5b] {
|
||||
.content .stem-content .placeholder[data-v-b1d65954] {
|
||||
color: #c0c4cc;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
@ -29,10 +29,10 @@
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=common.vue.map */
|
||||
.option-item + .option-item[data-v-7fac7a23] {
|
||||
.option-item + .option-item[data-v-99dd6af0] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] {
|
||||
.option-item[data-v-99dd6af0] {
|
||||
display: flex;
|
||||
background: #fbfbfb;
|
||||
border-radius: 6px;
|
||||
@ -41,42 +41,42 @@
|
||||
transition: all ease 0.3s;
|
||||
border: 1px solid #fbfbfb;
|
||||
}
|
||||
.option-item .questionSeq[data-v-7fac7a23] {
|
||||
.option-item .questionSeq[data-v-99dd6af0] {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.option-item.isActive[data-v-7fac7a23] {
|
||||
.option-item.isActive[data-v-99dd6af0] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item.isTrue[data-v-7fac7a23] {
|
||||
.option-item.isTrue[data-v-99dd6af0] {
|
||||
border: 1px solid #70b603;
|
||||
}
|
||||
.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
|
||||
.option-item.isTrue[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #70b603;
|
||||
background: #70b603;
|
||||
}
|
||||
.option-item.isFalse[data-v-7fac7a23] {
|
||||
.option-item.isFalse[data-v-99dd6af0] {
|
||||
border: 1px solid #d9001b;
|
||||
}
|
||||
.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner {
|
||||
.option-item.isFalse[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner {
|
||||
border-color: #d9001b;
|
||||
background: #d9001b;
|
||||
}
|
||||
.option-item[data-v-7fac7a23]:hover {
|
||||
.option-item[data-v-99dd6af0]:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] .content {
|
||||
.option-item[data-v-99dd6af0] .content {
|
||||
cursor: pointer;
|
||||
}
|
||||
.option-item[data-v-7fac7a23] .stem-content.no-border {
|
||||
.option-item[data-v-99dd6af0] .stem-content.no-border {
|
||||
padding: 8px 14px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=radio.vue.map */
|
||||
.option-item + .option-item[data-v-fa728c70] {
|
||||
.option-item + .option-item[data-v-a1e4d57a] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.option-item[data-v-fa728c70] {
|
||||
.option-item[data-v-a1e4d57a] {
|
||||
display: flex;
|
||||
background: #fbfbfb;
|
||||
border-radius: 6px;
|
||||
@ -85,87 +85,146 @@
|
||||
transition: all ease 0.3s;
|
||||
border: 1px solid #fbfbfb;
|
||||
}
|
||||
.option-item.isActive[data-v-fa728c70] {
|
||||
.option-item.isActive[data-v-a1e4d57a] {
|
||||
border-color: #2e9adb;
|
||||
}
|
||||
.option-item .questionSeq[data-v-fa728c70] {
|
||||
.option-item .questionSeq[data-v-a1e4d57a] {
|
||||
padding: 8px 0;
|
||||
}
|
||||
.option-item.isTrue[data-v-fa728c70] {
|
||||
.option-item.isTrue[data-v-a1e4d57a] {
|
||||
border: 1px solid #70b603;
|
||||
}
|
||||
.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
.option-item.isTrue[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
border-color: #70b603;
|
||||
background: #70b603;
|
||||
}
|
||||
.option-item.isFalse[data-v-fa728c70] {
|
||||
.option-item.isFalse[data-v-a1e4d57a] {
|
||||
border: 1px solid #d9001b;
|
||||
}
|
||||
.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
.option-item.isFalse[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
border-color: #d9001b;
|
||||
background: #d9001b;
|
||||
}
|
||||
.option-item[data-v-fa728c70]:hover {
|
||||
.option-item[data-v-a1e4d57a]:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
.option-item[data-v-fa728c70] .content {
|
||||
.option-item[data-v-a1e4d57a] .content {
|
||||
cursor: pointer;
|
||||
}
|
||||
.option-item[data-v-fa728c70] .stem-content.no-border {
|
||||
.option-item[data-v-a1e4d57a] .stem-content.no-border {
|
||||
padding: 8px 14px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=checkbox.vue.map */
|
||||
.image-file[data-v-506f1aca] {
|
||||
.image-file[data-v-662ea4d4] {
|
||||
width: 218px;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
.video-file[data-v-506f1aca] {
|
||||
.video-file[data-v-662ea4d4] {
|
||||
width: 408px;
|
||||
}
|
||||
.file-render[data-v-506f1aca] {
|
||||
.file-render[data-v-662ea4d4] {
|
||||
width: 100%;
|
||||
}
|
||||
.file-info[data-v-506f1aca] {
|
||||
.file-info[data-v-662ea4d4] {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.file-info.videoHandler[data-v-506f1aca] {
|
||||
.file-info.videoHandler[data-v-662ea4d4] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.file-info.videoHandler .fileName[data-v-506f1aca] {
|
||||
.file-info.videoHandler .fileName[data-v-662ea4d4] {
|
||||
font-size: 18px;
|
||||
color: #333333;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
.file-info.videoHandler .fileInfo[data-v-506f1aca] {
|
||||
.file-info.videoHandler .fileInfo[data-v-662ea4d4] {
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.vue.map */
|
||||
[data-v-7628e470] .el-dialog__header {
|
||||
.audio .audio-icon[data-v-74d98ece] {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.audio .audio-icon img[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
.audio .audio-controls[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--progress[data-v-74d98ece], .audio .audio-controls .audio-controls--handler[data-v-74d98ece] {
|
||||
width: 100%;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler[data-v-74d98ece] {
|
||||
line-height: 1;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play[data-v-74d98ece] {
|
||||
font-size: 24px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-74d98ece] {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .current-time[data-v-74d98ece], .audio .audio-controls .audio-controls--handler .total-time[data-v-74d98ece] {
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.play-handler.mobile[data-v-74d98ece] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.audio-component[data-v-74d98ece] {
|
||||
display: none;
|
||||
}
|
||||
[data-v-74d98ece] .el-slider__runway {
|
||||
margin: 0 0 4px 0;
|
||||
background: #e3e3e3;
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-74d98ece] .el-slider__bar {
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-74d98ece] .el-slider__button {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
[data-v-74d98ece] .el-slider__button-wrapper {
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=audio-play-new.vue.map */
|
||||
[data-v-30e4662d] .el-dialog__header {
|
||||
padding: 10px;
|
||||
}
|
||||
.video-content[data-v-7628e470] {
|
||||
.video-content[data-v-30e4662d] {
|
||||
width: 180px;
|
||||
height: 135px;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.video-content .play[data-v-7628e470] {
|
||||
.video-content .play[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
cursor: pointer;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.video-mask[data-v-7628e470] {
|
||||
.video-mask[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@ -173,74 +232,15 @@
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.video-mask img[data-v-7628e470] {
|
||||
.video-mask img[data-v-30e4662d] {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50% -50%);
|
||||
display: block;
|
||||
}
|
||||
.video-player[data-v-7628e470] {
|
||||
.video-player[data-v-30e4662d] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=video-play.vue.map */
|
||||
.audio .audio-icon[data-v-25355b9e] {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.audio .audio-icon img[data-v-25355b9e] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
.audio .audio-controls[data-v-25355b9e] {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--progress[data-v-25355b9e], .audio .audio-controls .audio-controls--handler[data-v-25355b9e] {
|
||||
width: 100%;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler[data-v-25355b9e] {
|
||||
line-height: 1;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e] {
|
||||
font-size: 24px;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e] {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e], .audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e] {
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.play-handler.mobile[data-v-25355b9e] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.audio-component[data-v-25355b9e] {
|
||||
display: none;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__runway {
|
||||
margin: 0 0 4px 0;
|
||||
background: #e3e3e3;
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__bar {
|
||||
height: 4px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__button {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
[data-v-25355b9e] .el-slider__button-wrapper {
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=audio-play-new.vue.map */
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
const radioType = ['SingleSelect'];
|
||||
@ -383,7 +383,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-25355b9e";
|
||||
const __vue_scope_id__$7 = "data-v-74d98ece";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -13573,7 +13573,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-7628e470";
|
||||
const __vue_scope_id__$6 = "data-v-30e4662d";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -13786,7 +13786,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-506f1aca";
|
||||
const __vue_scope_id__$5 = "data-v-662ea4d4";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -13978,7 +13978,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-3d2dcb5b";
|
||||
const __vue_scope_id__$4 = "data-v-b1d65954";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -14289,7 +14289,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-7fac7a23";
|
||||
const __vue_scope_id__$3 = "data-v-99dd6af0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -14594,7 +14594,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-fa728c70";
|
||||
const __vue_scope_id__$2 = "data-v-a1e4d57a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -19968,7 +19968,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-4a7a19c4";
|
||||
const __vue_scope_id__$1 = "data-v-75c56b03";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -20250,7 +20250,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-5c4b43e7";
|
||||
const __vue_scope_id__ = "data-v-4f86590c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.content[data-v-3d2dcb5b]{width:100%}.content .stem-content[data-v-3d2dcb5b]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-3d2dcb5b]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-3d2dcb5b]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-7fac7a23]{margin-top:16px}.option-item[data-v-7fac7a23]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-7fac7a23]{padding:8px 0}.option-item.isActive[data-v-7fac7a23]{border-color:#2e9adb}.option-item.isTrue[data-v-7fac7a23]{border:1px solid #70b603}.option-item.isTrue[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7fac7a23]{border:1px solid #d9001b}.option-item.isFalse[data-v-7fac7a23] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7fac7a23]:hover{background:#ddd}.option-item[data-v-7fac7a23] .content{cursor:pointer}.option-item[data-v-7fac7a23] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-fa728c70]{margin-top:16px}.option-item[data-v-fa728c70]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-fa728c70]{border-color:#2e9adb}.option-item .questionSeq[data-v-fa728c70]{padding:8px 0}.option-item.isTrue[data-v-fa728c70]{border:1px solid #70b603}.option-item.isTrue[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-fa728c70]{border:1px solid #d9001b}.option-item.isFalse[data-v-fa728c70] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-fa728c70]:hover{background:#ddd}.option-item[data-v-fa728c70] .content{cursor:pointer}.option-item[data-v-fa728c70] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-506f1aca]{width:218px;object-fit:scale-down}.video-file[data-v-506f1aca]{width:408px}.file-render[data-v-506f1aca]{width:100%}.file-info[data-v-506f1aca]{flex:1;min-width:0}.file-info.videoHandler[data-v-506f1aca]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-506f1aca]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-506f1aca]{font-size:14px;color:#666;margin-bottom:19px}[data-v-7628e470] .el-dialog__header{padding:10px}.video-content[data-v-7628e470]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-7628e470]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-7628e470]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-7628e470]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-7628e470]{width:100%}.audio .audio-icon[data-v-25355b9e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-25355b9e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-25355b9e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-25355b9e],.audio .audio-controls .audio-controls--progress[data-v-25355b9e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-25355b9e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-25355b9e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-25355b9e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-25355b9e],.audio .audio-controls .audio-controls--handler .total-time[data-v-25355b9e]{font-size:12px;color:#333}.play-handler.mobile[data-v-25355b9e]{width:20px;height:20px}.audio-component[data-v-25355b9e]{display:none}[data-v-25355b9e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-25355b9e] .el-slider__bar{height:4px}[data-v-25355b9e] .el-slider__button{width:10px;height:10px}[data-v-25355b9e] .el-slider__button-wrapper{top:-15px}
|
||||
.content[data-v-b1d65954]{width:100%}.content .stem-content[data-v-b1d65954]{width:100%;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer}.content .stem-content.no-border[data-v-b1d65954]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-b1d65954]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-99dd6af0]{margin-top:16px}.option-item[data-v-99dd6af0]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-99dd6af0]{padding:8px 0}.option-item.isActive[data-v-99dd6af0]{border-color:#2e9adb}.option-item.isTrue[data-v-99dd6af0]{border:1px solid #70b603}.option-item.isTrue[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-99dd6af0]{border:1px solid #d9001b}.option-item.isFalse[data-v-99dd6af0] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-99dd6af0]:hover{background:#ddd}.option-item[data-v-99dd6af0] .content{cursor:pointer}.option-item[data-v-99dd6af0] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-a1e4d57a]{margin-top:16px}.option-item[data-v-a1e4d57a]{display:flex;background:#fbfbfb;border-radius:6px;padding-left:16px;cursor:pointer;transition:all ease .3s;border:1px solid #fbfbfb}.option-item.isActive[data-v-a1e4d57a]{border-color:#2e9adb}.option-item .questionSeq[data-v-a1e4d57a]{padding:8px 0}.option-item.isTrue[data-v-a1e4d57a]{border:1px solid #70b603}.option-item.isTrue[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-a1e4d57a]{border:1px solid #d9001b}.option-item.isFalse[data-v-a1e4d57a] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-a1e4d57a]:hover{background:#ddd}.option-item[data-v-a1e4d57a] .content{cursor:pointer}.option-item[data-v-a1e4d57a] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.image-file[data-v-662ea4d4]{width:218px;object-fit:scale-down}.video-file[data-v-662ea4d4]{width:408px}.file-render[data-v-662ea4d4]{width:100%}.file-info[data-v-662ea4d4]{flex:1;min-width:0}.file-info.videoHandler[data-v-662ea4d4]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-662ea4d4]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-662ea4d4]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-74d98ece]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-74d98ece]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-74d98ece]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-74d98ece],.audio .audio-controls .audio-controls--progress[data-v-74d98ece]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-74d98ece]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-74d98ece]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-74d98ece]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-74d98ece],.audio .audio-controls .audio-controls--handler .total-time[data-v-74d98ece]{font-size:12px;color:#333}.play-handler.mobile[data-v-74d98ece]{width:20px;height:20px}.audio-component[data-v-74d98ece]{display:none}[data-v-74d98ece] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-74d98ece] .el-slider__bar{height:4px}[data-v-74d98ece] .el-slider__button{width:10px;height:10px}[data-v-74d98ece] .el-slider__button-wrapper{top:-15px}[data-v-30e4662d] .el-dialog__header{padding:10px}.video-content[data-v-30e4662d]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-30e4662d]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-30e4662d]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-30e4662d]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-30e4662d]{width:100%}
|
||||
@ -1,14 +1,3 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -80,6 +69,21 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -419,7 +419,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-0994a01b";
|
||||
const __vue_scope_id__$3 = "data-v-5546d780";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -15563,6 +15563,10 @@ var script$1 = {
|
||||
this.close();
|
||||
this.show = false;
|
||||
}, 800);
|
||||
}).catch(() => {
|
||||
loading.close();
|
||||
this.close();
|
||||
this.show = false;
|
||||
});
|
||||
},
|
||||
carriageReturn(event) {
|
||||
@ -48902,7 +48906,7 @@ var script = {
|
||||
// this.noteOperateMode = 'add'
|
||||
// let defaultUnderlineStyle = 'mk-underline__default'
|
||||
if (data.operationType == 'add' && _this.groupLocation == data.location) {
|
||||
_this.markInstance.underline(data.markEfiCode, _this.evn.noteStyle, e => {
|
||||
_this.markInstance.underline(data.markEfiCode, data.styleType, e => {
|
||||
});
|
||||
_this.tempMarkEfiStr = '';
|
||||
} else if (data.operationType == 'remove' && _this.groupLocation == data.location) {
|
||||
@ -48964,7 +48968,7 @@ var script = {
|
||||
selectionText: this.noteData.selectionText,
|
||||
markEfiCode: this.markEfiStr,
|
||||
type: `note__${this.userType}`,
|
||||
// styleType,
|
||||
styleType: this.evn.resourcesStyle,
|
||||
blockIndex: this.ruleIndex,
|
||||
markId
|
||||
};
|
||||
@ -49016,7 +49020,8 @@ var script = {
|
||||
let _this = this;
|
||||
this.markInstance.clear();
|
||||
this.mergeMarkList.forEach(item => {
|
||||
if (item.type === 'note__teacher') {
|
||||
console.log("🚀 ~ this.mergeMarkList.forEach ~ item:", item);
|
||||
if (item.type === 'note__teacher' && item.resourcesType) {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49032,6 +49037,18 @@ var script = {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
} else if (item.type === 'note__teacher') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
// if (!_this.markEfiStr) {
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.noteClick(e, markEfiStr);
|
||||
// }
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'note__student') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
@ -49057,6 +49074,17 @@ var script = {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'highlight__teacher') {
|
||||
this.markInstance.highlight(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.highlightClick(e, markEfiStr);
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'HighlightClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
handleMouseUp() {
|
||||
@ -49388,7 +49416,7 @@ var script = {
|
||||
// e?.stopPropagation && e.stopPropagation()
|
||||
let _this = this;
|
||||
this.noteOperateMode = 'add';
|
||||
let defaultUnderlineStyle = this.userType === 'teacher' ? this.evn.resourcesStyle : this.evn.noteStyle;
|
||||
let defaultUnderlineStyle = this.evn.noteStyle;
|
||||
_this.markInstance.underline(_this.markEfiStr, defaultUnderlineStyle, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49731,6 +49759,10 @@ var __vue_render__ = function () {
|
||||
class: [
|
||||
"xml-text-" + _vm.pageType,
|
||||
"" + _vm.containerClass,
|
||||
"" +
|
||||
(_vm.currentRule.data.pGroupData.className
|
||||
? _vm.currentRule.data.pGroupData.className
|
||||
: ""),
|
||||
"richtext-reset-container",
|
||||
],
|
||||
attrs: { id: _vm.blockId },
|
||||
@ -50327,7 +50359,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-a0b70a4a";
|
||||
const __vue_scope_id__ = "data-v-4a2e55ce";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
@charset "UTF-8";body{font-family:微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}body::after,body::before{content:"";display:table}#xml-reader-window-box a,#xml-reader-window-box a:focus,#xml-reader-window-box a:hover{color:#09f;text-decoration:none}#xml-reader-window-box blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eee}#xml-reader-window-box img+br{display:block;padding:4px 0;content:" "}#xml-reader-window-box p{margin:0;line-height:1.5;font-size:16px;word-break:break-word}#xml-reader-window-box p span{word-break:break-word}#xml-reader-window-box strong{font-weight:900}#xml-reader-window-box sub,#xml-reader-window-box sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}#xml-reader-window-box sub{bottom:-.25em}#xml-reader-window-box sup{top:-.25em}#xml-reader-window-box .float-clear:after{content:"";display:table;clear:both}#xml-reader-window-box .float-clear img{margin:5px}#xml-reader-window-box .magic-fillchar{display:inline-block;min-width:1px;max-width:1px}#xml-reader-window-box .span.magic-link{display:inline;text-indent:initial}#xml-reader-window-box iframe{border:none}#xml-reader-window-box img{max-width:100%}#xml-reader-window-box img[data-word-image]{cursor:pointer}#xml-reader-window-box pre{margin:.5em 0;padding:2em 1em 1em;border-radius:4px;background:#f5f2f0;line-height:1.5;white-space:pre;overflow-x:scroll}#xml-reader-window-box pre::-webkit-scrollbar{height:5px;border-radius:4px;background-color:#b3b3b3}#xml-reader-window-box pre::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}#xml-reader-window-box pre::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}#xml-reader-window-box audio,#xml-reader-window-box canvas,#xml-reader-window-box embed,#xml-reader-window-box iframe,#xml-reader-window-box img,#xml-reader-window-box object,#xml-reader-window-box svg,#xml-reader-window-box video{vertical-align:middle}#xml-reader-window-box p+img{margin-top:8px}#xml-reader-window-box table{border-collapse:collapse;margin:10px auto;border:1px solid #797979}#xml-reader-window-box table td,#xml-reader-window-box table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}#xml-reader-window-box table th,#xml-reader-window-box table tr.firstRow td{color:#353535;font-weight:700;background-color:#ececec}#xml-reader-window-box a.alertImg>img{width:1px!important;height:1px!important}
|
||||
@charset "UTF-8";body,body p{margin:0}body h1,body h1 span,body h2,body h2 span,body h3,body h3 span,body h4,body h4 span,body h5,body h5 span,body h6,body h6 span,body p,body p span{word-break:break-word}body p,pre{line-height:1.5}body{font-family:微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box}body::after,body::before{content:"";display:table}a,a:focus,a:hover{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0;content:" "}body strong{font-weight:900}body sub,body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body .float-clear:after{content:"";display:table;clear:both}body .float-clear img{margin:5px}body .magic-fillchar{display:inline-block;min-width:1px;max-width:1px}iframe{border:none}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:2em 1em 1em;border-radius:4px;background:#f5f2f0;white-space:pre;overflow-x:scroll}pre::-webkit-scrollbar{height:5px;border-radius:4px;background-color:#b3b3b3}pre::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#000));-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}pre::-webkit-scrollbar-track{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #b3b3b3;background-color:#b3b3b3}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}p+img{margin-top:8px}a.alertImg>img{width:1px!important;height:1px!important}body .span.magic-link{display:inline;text-indent:initial}video.edui-video-video>source{pointer-events:none}@counter-style num1{system:fixed;symbols:"1)" "2)" "3)" "4)" "5)" "6)" "7)" "8)" "9)" "10)" "11)" "12)" "13)" "14)" "15)" "16)" "17)" "18)" "19)" "20)";suffix:" "}@counter-style num2{system:fixed;symbols:"(1)" "(2)" "(3)" "(4)" "(5)" "(6)" "(7)" "(8)" "(9)" "(10)" "(11)" "(12)" "(13)" "(14)" "(15)" "(16)" "(17)" "(18)" "(19)" "(20)";suffix:" "}@counter-style cn{system:fixed;symbols:"一." "二." "三." "四." "五." "六." "七." "八." "九." "十." "十一." "十二." "十三." "十四." "十五." "十六." "十七." "十八." "十九." "二十.";suffix:" "}@counter-style cn1{system:fixed;symbols:"一)" "二)" "三)" "四)" "五)" "六)" "七)" "八)" "九)" "十)" "十一)" "十二)" "十三)" "十四)" "十五)" "十六)" "十七)" "十八)" "十九)" "二十)";suffix:" "}@counter-style cn2{system:fixed;symbols:"(一)" "(二)" "(三)" "(四)" "(五)" "(六)" "(七)" "(八)" "(九)" "(十)" "(十一)" "(十二)" "(十三)" "(十四)" "(十五)" "(十六)" "(十七)" "(十八)" "(十九)" "(二十)";suffix:" "}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,129 +1,137 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rotundity.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=square.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
/*# sourceMappingURL=second.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=square.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyone.vue.map */
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=eighteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rotundity.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twenty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyfour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
/*# sourceMappingURL=Yellowtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyfive.vue.map */
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twenty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=SanQintheme2.vue.map */
|
||||
/*# sourceMappingURL=Twentyfour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Twentyfive.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
.xml-text-h5 .inline-link-wrap {
|
||||
align-items: center;
|
||||
@ -195,14 +203,6 @@
|
||||
|
||||
/*# sourceMappingURL=XmlText.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=XmlTextDialog.vue.map */
|
||||
|
||||
@ -795,6 +795,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
import Vue from 'vue';
|
||||
@ -419,7 +419,7 @@ __vue_render__$K._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$J = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$J = "data-v-0994a01b";
|
||||
const __vue_scope_id__$J = "data-v-5546d780";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$J = undefined;
|
||||
/* functional template */
|
||||
@ -15563,6 +15563,10 @@ var script$H = {
|
||||
this.close();
|
||||
this.show = false;
|
||||
}, 800);
|
||||
}).catch(() => {
|
||||
loading.close();
|
||||
this.close();
|
||||
this.show = false;
|
||||
});
|
||||
},
|
||||
carriageReturn(event) {
|
||||
@ -48902,7 +48906,7 @@ var script$G = {
|
||||
// this.noteOperateMode = 'add'
|
||||
// let defaultUnderlineStyle = 'mk-underline__default'
|
||||
if (data.operationType == 'add' && _this.groupLocation == data.location) {
|
||||
_this.markInstance.underline(data.markEfiCode, _this.evn.noteStyle, e => {
|
||||
_this.markInstance.underline(data.markEfiCode, data.styleType, e => {
|
||||
});
|
||||
_this.tempMarkEfiStr = '';
|
||||
} else if (data.operationType == 'remove' && _this.groupLocation == data.location) {
|
||||
@ -48964,7 +48968,7 @@ var script$G = {
|
||||
selectionText: this.noteData.selectionText,
|
||||
markEfiCode: this.markEfiStr,
|
||||
type: `note__${this.userType}`,
|
||||
// styleType,
|
||||
styleType: this.evn.resourcesStyle,
|
||||
blockIndex: this.ruleIndex,
|
||||
markId
|
||||
};
|
||||
@ -49016,7 +49020,8 @@ var script$G = {
|
||||
let _this = this;
|
||||
this.markInstance.clear();
|
||||
this.mergeMarkList.forEach(item => {
|
||||
if (item.type === 'note__teacher') {
|
||||
console.log("🚀 ~ this.mergeMarkList.forEach ~ item:", item);
|
||||
if (item.type === 'note__teacher' && item.resourcesType) {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49032,6 +49037,18 @@ var script$G = {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
} else if (item.type === 'note__teacher') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
// if (!_this.markEfiStr) {
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.noteClick(e, markEfiStr);
|
||||
// }
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'MarkClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'note__student') {
|
||||
this.markInstance.underline(item.markEfiCode, item.styleType, e => {
|
||||
@ -49057,6 +49074,17 @@ var script$G = {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (item.type === 'highlight__teacher') {
|
||||
this.markInstance.highlight(item.markEfiCode, item.styleType, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
let markEfiStr = e.target.getAttribute('data-id');
|
||||
_this.highlightClick(e, markEfiStr);
|
||||
} catch (error) {
|
||||
console.log('%c%s', 'font-size:2em;background: #DD5644;color: #FFF', 'HighlightClick Error', error);
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
handleMouseUp() {
|
||||
@ -49388,7 +49416,7 @@ var script$G = {
|
||||
// e?.stopPropagation && e.stopPropagation()
|
||||
let _this = this;
|
||||
this.noteOperateMode = 'add';
|
||||
let defaultUnderlineStyle = this.userType === 'teacher' ? this.evn.resourcesStyle : this.evn.noteStyle;
|
||||
let defaultUnderlineStyle = this.evn.noteStyle;
|
||||
_this.markInstance.underline(_this.markEfiStr, defaultUnderlineStyle, e => {
|
||||
try {
|
||||
// 下划线点击事件, 比如打开编辑框
|
||||
@ -49731,6 +49759,10 @@ var __vue_render__$G = function () {
|
||||
class: [
|
||||
"xml-text-" + _vm.pageType,
|
||||
"" + _vm.containerClass,
|
||||
"" +
|
||||
(_vm.currentRule.data.pGroupData.className
|
||||
? _vm.currentRule.data.pGroupData.className
|
||||
: ""),
|
||||
"richtext-reset-container",
|
||||
],
|
||||
attrs: { id: _vm.blockId },
|
||||
@ -50327,7 +50359,7 @@ __vue_render__$G._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$G = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$G = "data-v-a0b70a4a";
|
||||
const __vue_scope_id__$G = "data-v-4a2e55ce";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$G = undefined;
|
||||
/* functional template */
|
||||
@ -50616,7 +50648,7 @@ __vue_render__$F._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$F = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$F = "data-v-56a198fa";
|
||||
const __vue_scope_id__$F = "data-v-b4957530";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$F = undefined;
|
||||
/* functional template */
|
||||
@ -50836,7 +50868,7 @@ __vue_render__$E._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$E = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$E = "data-v-2a582ff5";
|
||||
const __vue_scope_id__$E = "data-v-6e4bd170";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$E = undefined;
|
||||
/* functional template */
|
||||
@ -51056,7 +51088,7 @@ __vue_render__$D._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$D = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$D = "data-v-13c4d2ec";
|
||||
const __vue_scope_id__$D = "data-v-a93da05e";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$D = undefined;
|
||||
/* functional template */
|
||||
@ -51293,7 +51325,7 @@ __vue_render__$C._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$C = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$C = "data-v-566f2eb9";
|
||||
const __vue_scope_id__$C = "data-v-f0095c18";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$C = undefined;
|
||||
/* functional template */
|
||||
@ -51513,7 +51545,7 @@ __vue_render__$B._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$B = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$B = "data-v-0dc66d52";
|
||||
const __vue_scope_id__$B = "data-v-e0be6b12";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$B = undefined;
|
||||
/* functional template */
|
||||
@ -51729,7 +51761,7 @@ __vue_render__$A._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$A = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$A = "data-v-22bcf379";
|
||||
const __vue_scope_id__$A = "data-v-2306d1de";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$A = undefined;
|
||||
/* functional template */
|
||||
@ -51949,7 +51981,7 @@ __vue_render__$z._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$z = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$z = "data-v-0fe46bcc";
|
||||
const __vue_scope_id__$z = "data-v-3221c087";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$z = undefined;
|
||||
/* functional template */
|
||||
@ -52218,7 +52250,7 @@ __vue_render__$y._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$y = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$y = "data-v-1457d9f5";
|
||||
const __vue_scope_id__$y = "data-v-0a5d4770";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$y = undefined;
|
||||
/* functional template */
|
||||
@ -52438,7 +52470,7 @@ __vue_render__$x._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$x = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$x = "data-v-fb782c6a";
|
||||
const __vue_scope_id__$x = "data-v-23b381f4";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$x = undefined;
|
||||
/* functional template */
|
||||
@ -52707,7 +52739,7 @@ __vue_render__$w._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$w = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$w = "data-v-3f81e96d";
|
||||
const __vue_scope_id__$w = "data-v-6c5b80dc";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$w = undefined;
|
||||
/* functional template */
|
||||
@ -52927,7 +52959,7 @@ __vue_render__$v._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$v = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$v = "data-v-44b9aa96";
|
||||
const __vue_scope_id__$v = "data-v-61d7e791";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$v = undefined;
|
||||
/* functional template */
|
||||
@ -53196,7 +53228,7 @@ __vue_render__$u._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$u = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$u = "data-v-7b2e45e4";
|
||||
const __vue_scope_id__$u = "data-v-06acac49";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$u = undefined;
|
||||
/* functional template */
|
||||
@ -53446,7 +53478,7 @@ __vue_render__$t._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$t = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$t = "data-v-57857574";
|
||||
const __vue_scope_id__$t = "data-v-8850ccfe";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$t = undefined;
|
||||
/* functional template */
|
||||
@ -53664,7 +53696,7 @@ __vue_render__$s._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$s = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$s = "data-v-58b154c2";
|
||||
const __vue_scope_id__$s = "data-v-2f96955a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$s = undefined;
|
||||
/* functional template */
|
||||
@ -53910,7 +53942,7 @@ __vue_render__$r._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$r = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$r = "data-v-30ad8667";
|
||||
const __vue_scope_id__$r = "data-v-1df2118c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$r = undefined;
|
||||
/* functional template */
|
||||
@ -54131,7 +54163,7 @@ __vue_render__$q._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$q = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$q = "data-v-57360cee";
|
||||
const __vue_scope_id__$q = "data-v-16547c44";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$q = undefined;
|
||||
/* functional template */
|
||||
@ -54383,7 +54415,7 @@ __vue_render__$p._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$p = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$p = "data-v-05b67824";
|
||||
const __vue_scope_id__$p = "data-v-2482e12e";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$p = undefined;
|
||||
/* functional template */
|
||||
@ -54608,7 +54640,7 @@ __vue_render__$o._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$o = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$o = "data-v-6d98bf1e";
|
||||
const __vue_scope_id__$o = "data-v-ff514a54";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$o = undefined;
|
||||
/* functional template */
|
||||
@ -54833,7 +54865,7 @@ __vue_render__$n._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$n = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$n = "data-v-f6617d46";
|
||||
const __vue_scope_id__$n = "data-v-9bba58d0";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$n = undefined;
|
||||
/* functional template */
|
||||
@ -55051,7 +55083,7 @@ __vue_render__$m._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$m = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$m = "data-v-5d3475c2";
|
||||
const __vue_scope_id__$m = "data-v-223b64e7";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$m = undefined;
|
||||
/* functional template */
|
||||
@ -55302,7 +55334,7 @@ __vue_render__$l._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$l = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$l = "data-v-51cc33ba";
|
||||
const __vue_scope_id__$l = "data-v-649daf42";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$l = undefined;
|
||||
/* functional template */
|
||||
@ -55563,7 +55595,7 @@ __vue_render__$k._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$k = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$k = "data-v-bdb17eca";
|
||||
const __vue_scope_id__$k = "data-v-eace7d54";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$k = undefined;
|
||||
/* functional template */
|
||||
@ -55784,7 +55816,7 @@ __vue_render__$j._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$j = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$j = "data-v-5e9c58b2";
|
||||
const __vue_scope_id__$j = "data-v-a00e7ea6";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$j = undefined;
|
||||
/* functional template */
|
||||
@ -56007,7 +56039,7 @@ __vue_render__$i._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$i = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$i = "data-v-78c04606";
|
||||
const __vue_scope_id__$i = "data-v-55dc42f8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$i = undefined;
|
||||
/* functional template */
|
||||
@ -56227,7 +56259,7 @@ __vue_render__$h._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$h = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$h = "data-v-55b29dbc";
|
||||
const __vue_scope_id__$h = "data-v-981c89f2";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$h = undefined;
|
||||
/* functional template */
|
||||
@ -56459,7 +56491,7 @@ __vue_render__$g._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$g = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$g = "data-v-9e3c96d6";
|
||||
const __vue_scope_id__$g = "data-v-66320dfa";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$g = undefined;
|
||||
/* functional template */
|
||||
@ -56717,7 +56749,7 @@ __vue_render__$f._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$f = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$f = "data-v-0d388e07";
|
||||
const __vue_scope_id__$f = "data-v-39d4d402";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$f = undefined;
|
||||
/* functional template */
|
||||
@ -56938,7 +56970,7 @@ __vue_render__$e._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$e = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$e = "data-v-ea131be6";
|
||||
const __vue_scope_id__$e = "data-v-4a9ac670";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$e = undefined;
|
||||
/* functional template */
|
||||
@ -57159,7 +57191,7 @@ __vue_render__$d._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$d = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$d = "data-v-012c196e";
|
||||
const __vue_scope_id__$d = "data-v-50e84429";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$d = undefined;
|
||||
/* functional template */
|
||||
@ -57378,7 +57410,7 @@ __vue_render__$c._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$c = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$c = "data-v-848fa49e";
|
||||
const __vue_scope_id__$c = "data-v-26c2b954";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$c = undefined;
|
||||
/* functional template */
|
||||
@ -57601,7 +57633,7 @@ __vue_render__$b._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$b = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$b = "data-v-40165113";
|
||||
const __vue_scope_id__$b = "data-v-41d0d0e4";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$b = undefined;
|
||||
/* functional template */
|
||||
@ -57824,7 +57856,7 @@ __vue_render__$a._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$a = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$a = "data-v-46f2f6ac";
|
||||
const __vue_scope_id__$a = "data-v-71ef684f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$a = undefined;
|
||||
/* functional template */
|
||||
@ -58083,7 +58115,7 @@ __vue_render__$9._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$9 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$9 = "data-v-01caee83";
|
||||
const __vue_scope_id__$9 = "data-v-04ce6ffe";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$9 = undefined;
|
||||
/* functional template */
|
||||
@ -58300,7 +58332,7 @@ __vue_render__$8._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$8 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$8 = "data-v-6ab7ccb4";
|
||||
const __vue_scope_id__$8 = "data-v-e0a9ee6a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$8 = undefined;
|
||||
/* functional template */
|
||||
@ -58517,7 +58549,7 @@ __vue_render__$7._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$7 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$7 = "data-v-6f64aba6";
|
||||
const __vue_scope_id__$7 = "data-v-52c9c268";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$7 = undefined;
|
||||
/* functional template */
|
||||
@ -58733,7 +58765,7 @@ __vue_render__$6._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$6 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$6 = "data-v-60db5a12";
|
||||
const __vue_scope_id__$6 = "data-v-5f6e490d";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$6 = undefined;
|
||||
/* functional template */
|
||||
@ -58955,7 +58987,7 @@ __vue_render__$5._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$5 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$5 = "data-v-bb0b6ff2";
|
||||
const __vue_scope_id__$5 = "data-v-68a2506c";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$5 = undefined;
|
||||
/* functional template */
|
||||
@ -59183,7 +59215,7 @@ __vue_render__$4._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$4 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$4 = "data-v-0c505260";
|
||||
const __vue_scope_id__$4 = "data-v-189a191b";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$4 = undefined;
|
||||
/* functional template */
|
||||
@ -59415,7 +59447,7 @@ __vue_render__$3._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$3 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$3 = "data-v-6cc98c53";
|
||||
const __vue_scope_id__$3 = "data-v-57c25178";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$3 = undefined;
|
||||
/* functional template */
|
||||
@ -59647,7 +59679,7 @@ __vue_render__$2._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$2 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$2 = "data-v-44854066";
|
||||
const __vue_scope_id__$2 = "data-v-3346546a";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$2 = undefined;
|
||||
/* functional template */
|
||||
@ -59881,7 +59913,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-12fa1bac";
|
||||
const __vue_scope_id__$1 = "data-v-2bd1868f";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -60119,7 +60151,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-398dd67d";
|
||||
const __vue_scope_id__ = "data-v-284855f8";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1,25 +1,25 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=semicircle.vue.map */
|
||||
.title-text[data-v-616d10ee] {
|
||||
.title-text[data-v-14dffda4] {
|
||||
background-color: var(--background-color) !important;
|
||||
}
|
||||
.title-left[data-v-616d10ee] {
|
||||
.title-left[data-v-14dffda4] {
|
||||
border-color: var(--background-color) !important;
|
||||
color: var(--background-color) !important;
|
||||
}
|
||||
@ -27,67 +27,61 @@
|
||||
/*# sourceMappingURL=third.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=first.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=thirteenth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=rectangle.vue.map */
|
||||
/*# sourceMappingURL=Greentheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=twelfth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme5.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Yellowtheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyone.vue.map */
|
||||
/*# sourceMappingURL=Greentheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fifteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme6.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=seventeen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=hexagon.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme4.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=sixteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Greentheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=triangle.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
/*# sourceMappingURL=nineteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
/*# sourceMappingURL=Knowledge.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
/*# sourceMappingURL=Thirtyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme4.vue.map */
|
||||
@ -96,84 +90,90 @@
|
||||
/*# sourceMappingURL=fifth.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme1.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangleTwo.vue.map */
|
||||
/*# sourceMappingURL=Redtheme2.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=fourteen.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleQuestion.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtynine.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangleTwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=BuleRectangle.vue.map */
|
||||
.title-bgimg[data-v-025e9706] {
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLogging.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyeight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleTearcher.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtysix.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleText.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtythree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleCrane.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Fortyone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagetwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagethree.vue.map */
|
||||
.title-bgimg[data-v-16943e38] {
|
||||
background-image: url(../style/title-text-bgimg.png);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=Sevenpageone.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleQuestion.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtytwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagetwo.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleCrane.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleText.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Redtheme3.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyseven.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtynine.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagethree.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLogging.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Thirtyfive.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Forty.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Sevenpagefour.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleLight.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=titleTearcher.vue.map */
|
||||
|
||||
|
||||
/*# sourceMappingURL=Fortyone.vue.map */
|
||||
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-pc[data-v-a0b70a4a] {
|
||||
.xml-text-pc[data-v-4a2e55ce] {
|
||||
}
|
||||
.xml-text-h5[data-v-a0b70a4a] {
|
||||
.xml-text-h5[data-v-4a2e55ce] {
|
||||
}
|
||||
|
||||
.xml-text-h5 .inline-audio-wrap,
|
||||
@ -839,6 +839,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
.title-text[data-v-616d10ee]{background-color:var(--background-color)!important}.title-left[data-v-616d10ee]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-025e9706]{background-image:url(../style/title-text-bgimg.png)}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}
|
||||
.title-text[data-v-14dffda4]{background-color:var(--background-color)!important}.title-left[data-v-14dffda4]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-16943e38]{background-image:url(../style/title-text-bgimg.png)}.xml-text-h5 .inline-audio-wrap,.xml-text-h5 .inline-link-wrap{align-items:center}.xml-text-h5 .inline-audio-wrap span,.xml-text-h5 .inline-link-wrap span{display:inline-block}.xml-text-h5 .inline-audio-box{width:20px;height:20px;box-sizing:border-box;position:relative;margin-left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol{width:20px;height:20px;box-sizing:border-box;overflow:hidden;transform:rotate(135deg);position:relative}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle{border:3px solid #418eed;border-radius:50%;position:absolute}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.first{width:3px;height:3px;background:#0076bc;top:14px;left:14px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.second{width:15px;height:15px;top:10px;left:10px}.xml-text-h5 .inline-audio-box .wifi-symbol .wifi-circle.third{width:24px;height:24px;top:6px;left:6px}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .second{animation:fadeInOut 1s infinite .2s}.xml-text-h5 .inline-audio-box .wifi-symbol.playing .third{animation:fadeInOut 1s infinite .4s}@keyframes fadeInOut{0%{opacity:0}100%{opacity:1}}.virtual-input .el-textarea__inner{min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}
|
||||
@ -1,12 +1,12 @@
|
||||
|
||||
.xml-video-container-h5[data-v-099f61c2] {
|
||||
.xml-video-container-h5[data-v-85e10878] {
|
||||
}
|
||||
.xml-video-container-pc[data-v-099f61c2] {
|
||||
.xml-video-container-pc[data-v-85e10878] {
|
||||
}
|
||||
.xml-video-container-pad[data-v-099f61c2] {
|
||||
.xml-video-container-pad[data-v-85e10878] {
|
||||
}
|
||||
|
||||
.xml-video-container-pdf[data-v-3c5e97c1] {
|
||||
.xml-video-container-pdf[data-v-4645f3e6] {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -16,13 +16,13 @@
|
||||
padding-bottom: 56.25%;
|
||||
background: #000;
|
||||
}
|
||||
.xml-video-container-pdf .cover[data-v-3c5e97c1] {
|
||||
.xml-video-container-pdf .cover[data-v-4645f3e6] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.xml-video-container-pdf .play[data-v-3c5e97c1] {
|
||||
.xml-video-container-pdf .play[data-v-4645f3e6] {
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
left: 45%;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* XmlDigitalTeaching v0.0.1
|
||||
* Copyright ©Tue Sep 03 2024 17:07:04 GMT+0800 (中国标准时间) smile
|
||||
* Copyright ©Fri Sep 27 2024 09:50:15 GMT+0800 (中国标准时间) smile
|
||||
* Released under the ISC License.
|
||||
*/
|
||||
//
|
||||
@ -14728,7 +14728,7 @@ __vue_render__$1._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__$1 = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__$1 = "data-v-099f61c2";
|
||||
const __vue_scope_id__$1 = "data-v-85e10878";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__$1 = undefined;
|
||||
/* functional template */
|
||||
@ -14939,7 +14939,7 @@ __vue_render__._withStripped = true;
|
||||
/* style */
|
||||
const __vue_inject_styles__ = undefined;
|
||||
/* scoped */
|
||||
const __vue_scope_id__ = "data-v-3c5e97c1";
|
||||
const __vue_scope_id__ = "data-v-4645f3e6";
|
||||
/* module identifier */
|
||||
const __vue_module_identifier__ = undefined;
|
||||
/* functional template */
|
||||
|
||||
@ -1 +1 @@
|
||||
.xml-video-container-pdf[data-v-3c5e97c1]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-3c5e97c1]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-3c5e97c1]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}
|
||||
.xml-video-container-pdf[data-v-4645f3e6]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:0;padding-bottom:56.25%;background:#000}.xml-video-container-pdf .cover[data-v-4645f3e6]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-4645f3e6]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}
|
||||
@ -365,6 +365,7 @@ export default {
|
||||
| data | 上传时附带的额外参数 | Object | 无 |
|
||||
| teacherData | 教师端学情统计 | Object | [teacherData](#teacherData) |
|
||||
| studentData | 学生端学情统计 | Object | [studentData](#studentData) |
|
||||
| isAddMark | 是否可以添加书签、笔记 | Boolean | true |
|
||||
|
||||
##### 事件
|
||||
|
||||
@ -1266,3 +1267,26 @@ export default {
|
||||
}
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### 工具方法
|
||||
|
||||
##### 格式化教材数据
|
||||
|
||||
~~~javascript
|
||||
import XML from "./plugin/xml-digital-teaching/lib/index";
|
||||
XML.formatTextBook({textBookData:this.textBookData,catalogList:this.catalogList,looseLeafData:this.looseLeafData,isTrial:true}).then((res)=>{
|
||||
console.log(res);
|
||||
})
|
||||
~~~
|
||||
|
||||
* 返回值
|
||||
|
||||
| 参数 | 说明 | 类型 |
|
||||
| ------------- | --------------------------- | ----- |
|
||||
| componentList | 可阅读的块 | Array |
|
||||
| catalogList | notUsable:为不可 阅读的章节 | Array |
|
||||
| | | |
|
||||
|
||||
|
||||
@ -52,6 +52,10 @@ export default async (options = { method: "GET" }) => {
|
||||
let userId = getStore("userId");
|
||||
if (userId !== null) {
|
||||
data.userId = userId;
|
||||
}else{
|
||||
data.userId = 1;
|
||||
// data.is_logined = false;
|
||||
|
||||
}
|
||||
|
||||
// 设置公共报文逻辑
|
||||
@ -86,7 +90,7 @@ export default async (options = { method: "GET" }) => {
|
||||
if (apikey !== null) {
|
||||
data.apikey = apikey;
|
||||
} else {
|
||||
data.apikey = "HT_6d671a62c1d668161552616453";
|
||||
// data.apikey = "HT_6d671a62c1d668161552616453";
|
||||
}
|
||||
|
||||
// console.log('apikey=='+data.apikey)
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
:highlightList="data.highlight.list"
|
||||
:isTrial="isTrial"
|
||||
:isTrialIndex="isTrialIndex"
|
||||
:isAddMark="isAddMark"
|
||||
:userType="userType"
|
||||
:setting="setting"
|
||||
:joinClass ="joinClass"
|
||||
@ -87,6 +88,7 @@ export default {
|
||||
action:'http://60.xxxx.137.15:8081/admin-api/teachingMaterial/resource/upload/16550/6940601956829184',
|
||||
headers:{Authorization:`eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYyMDFlYjA3LTY4ZWUtNGJhOC1iMjc3LTk4MjU0ZGI0MzUwMSJ9.zvW8Rr8ShOvwH5i7Cvl9bgp4MtznyLusrY86LMLW7MplNOjRp6j8lx6zkAD4_CvNXVF7v7MsYcRhN90DvhTq1g`},
|
||||
digitalTeaching: false,
|
||||
isAddMark: true,
|
||||
// textBookData: LOCAL_VIEW_DETAIL,
|
||||
// catalogList: LOCAL_VIEW_CATALOG,
|
||||
// looseLeafData: LOCAL_VIEW_DATA,
|
||||
@ -149,6 +151,9 @@ export default {
|
||||
|
||||
this.isTrial = this.$route.query.isTrial=="true"?true:false
|
||||
|
||||
if (!this.userId){
|
||||
this.isTrial = true
|
||||
}
|
||||
this.extradata = processReuestData({})
|
||||
|
||||
// var uploadUrl = "https://local.xinsiketang.com"
|
||||
@ -184,6 +189,12 @@ export default {
|
||||
|
||||
async mounted(){
|
||||
|
||||
var apikey = getStore("apikey")
|
||||
|
||||
// if(!apikey){
|
||||
// this.isAddMark = false
|
||||
// }
|
||||
|
||||
this.$store.state.showNaotu = true
|
||||
|
||||
var that = this
|
||||
|
||||
Loading…
Reference in New Issue
Block a user