ep-lib-ts 1.0.66 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/educationals/EpConclusion.vue.js +79 -29
- package/dist/components/educationals/EpConclusion.vue.js.map +1 -1
- package/dist/components/educationals/EpResource.vue.js +1 -1
- package/dist/components/educationals/EpResource.vue.js.map +1 -1
- package/dist/components/interactions/EpContentSlider.vue.js +1 -1
- package/dist/components/interactions/EpContentSlider.vue.js.map +1 -1
- package/dist/components/interactions/EpQuestion.vue.js +1 -1
- package/dist/components/interactions/EpQuestion.vue.js.map +1 -1
- package/dist/components/medias/EpAudio.vue.js +1 -1
- package/dist/components/medias/EpWordDef.vue.js +71 -60
- package/dist/components/medias/EpWordDef.vue.js.map +1 -1
- package/dist/components/tools/BgAudio.vue.js +1 -52
- package/dist/components/tools/BgAudio.vue.js.map +1 -1
- package/dist/components/tools/BgAudio.vue2.js +52 -1
- package/dist/components/tools/BgAudio.vue2.js.map +1 -1
- package/dist/components/tools/TextMedia.vue.js +1 -1
- package/dist/components/tools/TextMedia.vue.js.map +1 -1
- package/dist/components/tools/TwoColsMedia.vue2.js +2 -2
- package/dist/components/tools/TwoColsMedia.vue2.js.map +1 -1
- package/dist/styles.css +26 -26
- package/dist/types/educationals/EpConclusion.d.ts +5 -0
- package/dist/types/medias/EpWordDef.d.ts +1 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -507,11 +507,6 @@
|
|
|
507
507
|
|
|
508
508
|
|
|
509
509
|
|
|
510
|
-
pre {
|
|
511
|
-
white-space: break-spaces;
|
|
512
|
-
}
|
|
513
|
-
/*$vite$:1*/
|
|
514
|
-
|
|
515
510
|
@keyframes fade-c85132a3 {
|
|
516
511
|
0% {
|
|
517
512
|
opacity: 0;
|
|
@@ -553,16 +548,6 @@ pre {
|
|
|
553
548
|
}
|
|
554
549
|
/*$vite$:1*/
|
|
555
550
|
|
|
556
|
-
.ep-tree-wrapper[data-v-819ce9ba] {
|
|
557
|
-
overflow: auto;
|
|
558
|
-
border: 1px solid #ddd;
|
|
559
|
-
}
|
|
560
|
-
.ep-tree-container[data-v-819ce9ba] {
|
|
561
|
-
width: 100%;
|
|
562
|
-
overflow-x: auto;
|
|
563
|
-
}
|
|
564
|
-
/*$vite$:1*/
|
|
565
|
-
|
|
566
551
|
.ep-modal-mask {
|
|
567
552
|
position: fixed;
|
|
568
553
|
z-index: 6998;
|
|
@@ -602,8 +587,20 @@ pre {
|
|
|
602
587
|
}
|
|
603
588
|
/*$vite$:1*/
|
|
604
589
|
|
|
605
|
-
|
|
606
|
-
|
|
590
|
+
pre {
|
|
591
|
+
white-space: break-spaces;
|
|
592
|
+
}
|
|
593
|
+
/*$vite$:1*/
|
|
594
|
+
|
|
595
|
+
.ep-accordeon-content[data-v-bceaac29] {
|
|
596
|
+
max-height: 0;
|
|
597
|
+
overflow: hidden;
|
|
598
|
+
}
|
|
599
|
+
/*$vite$:1*/
|
|
600
|
+
|
|
601
|
+
.shape[data-v-4a99873e] {
|
|
602
|
+
height: var(--e4ec2c0a);
|
|
603
|
+
width: var(--3f346a72);
|
|
607
604
|
}
|
|
608
605
|
/*$vite$:1*/
|
|
609
606
|
|
|
@@ -618,21 +615,24 @@ pre {
|
|
|
618
615
|
}
|
|
619
616
|
/*$vite$:1*/
|
|
620
617
|
|
|
621
|
-
.
|
|
622
|
-
|
|
623
|
-
font-weight: 500;
|
|
618
|
+
.katex[data-v-a9b6227c] {
|
|
619
|
+
font-size: 1.6em;
|
|
624
620
|
}
|
|
625
621
|
/*$vite$:1*/
|
|
626
622
|
|
|
627
|
-
.
|
|
628
|
-
|
|
629
|
-
|
|
623
|
+
.ep-tree-wrapper[data-v-819ce9ba] {
|
|
624
|
+
overflow: auto;
|
|
625
|
+
border: 1px solid #ddd;
|
|
626
|
+
}
|
|
627
|
+
.ep-tree-container[data-v-819ce9ba] {
|
|
628
|
+
width: 100%;
|
|
629
|
+
overflow-x: auto;
|
|
630
630
|
}
|
|
631
631
|
/*$vite$:1*/
|
|
632
632
|
|
|
633
|
-
.ep-
|
|
634
|
-
|
|
635
|
-
|
|
633
|
+
.ep-info-box[data-v-64f3d0d8] a {
|
|
634
|
+
text-decoration: underline;
|
|
635
|
+
font-weight: 500;
|
|
636
636
|
}
|
|
637
637
|
/*$vite$:1*/
|
|
638
638
|
|