@jx3box/jx3box-editor 2.1.0 → 2.1.2
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/package.json
CHANGED
package/public/css/article.css
CHANGED
|
@@ -478,7 +478,6 @@
|
|
|
478
478
|
.c-article-tinymce .e-details,
|
|
479
479
|
.c-article-tinymce .e-summary {
|
|
480
480
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
481
|
-
white-space: pre-wrap;
|
|
482
481
|
margin: 0;
|
|
483
482
|
}
|
|
484
483
|
.c-article-tinymce .e-summary {
|
|
@@ -528,6 +527,7 @@
|
|
|
528
527
|
background: none;
|
|
529
528
|
border-top: none;
|
|
530
529
|
display: none;
|
|
530
|
+
line-height: 2.2;
|
|
531
531
|
}
|
|
532
532
|
.c-article-editor .e-summary {
|
|
533
533
|
cursor: text;
|
|
@@ -1272,6 +1272,10 @@
|
|
|
1272
1272
|
height: 12px;
|
|
1273
1273
|
border-radius: 50%;
|
|
1274
1274
|
display: block;
|
|
1275
|
+
display: none;
|
|
1276
|
+
}
|
|
1277
|
+
.c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon.is-show {
|
|
1278
|
+
display: inline-block;
|
|
1275
1279
|
}
|
|
1276
1280
|
.c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon i {
|
|
1277
1281
|
color: #fff;
|
package/src/Tinymce.vue
CHANGED
|
@@ -77,7 +77,7 @@ export default {
|
|
|
77
77
|
],
|
|
78
78
|
mobile: {
|
|
79
79
|
toolbar_drawer: true,
|
|
80
|
-
toolbar: ["undo emoticons bold forecolor backcolor removeformat pagebreak fullscreen", "hr alignleft aligncenter alignright alignjustify indent outdent bullist numlist checklist table blockquote codesample latex macro qixue talent2 media"],
|
|
80
|
+
toolbar: ["undo emoticons bold italic underline strikethrough superscript subscript link unlink forecolor backcolor removeformat pagebreak fullscreen code", "hr alignleft aligncenter alignright alignjustify indent outdent bullist numlist checklist table blockquote foldtext codeinline codesample latex macro pz qixue talent2 media videox"],
|
|
81
81
|
},
|
|
82
82
|
block_formats: "段落=p;一级标题=h1;二级标题=h2;三级标题=h3;四级标题=h4;五级标题=h5;六级标题=h6;",
|
|
83
83
|
fontsize_formats: "12px 14px 16px 18px 22px 24px 26px 28px 32px 48px 72px",
|