@jx3box/jx3box-editor 2.2.39 → 2.2.41

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.
@@ -85,6 +85,8 @@
85
85
  margin-top: 0;
86
86
  margin-bottom: 0;
87
87
  line-height: 1.1;
88
+ // 不知道哪个地方加了这个属性,找不到,先覆盖掉了。
89
+ text-combine-upright: none !important;
88
90
  }
89
91
 
90
92
  .w-qixue-clist {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.2.39",
3
+ "version": "2.2.41",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,10 +33,10 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@jx3box/jx3box-common": "^8.7.4",
36
- "@jx3box/jx3box-data": "^3.8.8",
36
+ "@jx3box/jx3box-data": "^3.8.9",
37
37
  "@jx3box/jx3box-emotion": "^1.2.14",
38
38
  "@jx3box/jx3box-macro": "^1.0.1",
39
- "@jx3box/jx3box-talent": "^1.3.8",
39
+ "@jx3box/jx3box-talent": "^1.3.10",
40
40
  "@jx3box/markdown": "^0.1.5",
41
41
  "@tinymce/tinymce-vue": "^3.2.2",
42
42
  "axios": "^0.19.2",