@jx3box/jx3box-editor 3.0.6 → 3.0.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Markdown.vue +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Markdown.vue CHANGED
@@ -541,6 +541,10 @@ export default {
541
541
  flex-direction: column;
542
542
  gap: 12px;
543
543
 
544
+ .vditor-sv{
545
+ font-family: var(--apple-font-family);
546
+ }
547
+
544
548
  &__host {
545
549
  overflow: visible;
546
550
  border: 1px solid #dcdfe6;