@jx3box/jx3box-vue3-ui 1.0.5 → 1.0.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-vue3-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@element-plus/icons-vue": "^2.1.0",
29
29
  "@jx3box/jx3box-common": "^8.7.1",
30
- "@jx3box/jx3box-data": "^3.8.2",
31
- "@jx3box/jx3box-emotion": "^1.2.11",
30
+ "@jx3box/jx3box-data": "^3.8.3",
31
+ "@jx3box/jx3box-emotion": "^1.2.14",
32
32
  "@jx3box/jx3box-macro": "^1.0.1",
33
33
  "@jx3box/jx3box-talent": "^1.3.3",
34
34
  "@jx3box/reporter": "^0.0.4",
@@ -182,7 +182,7 @@ export default {
182
182
  if (!emotion.filename.startsWith("http")) {
183
183
  src = `${__imgPath}emotion/output/${emotion.filename}`;
184
184
  }
185
- const IMAGE = `<img class="t-emotion" src="${src}" alt="${src}" />`;
185
+ const IMAGE = `<img class="t-emotion" src="${src}" alt="${src}" style="max-width:60px; max-height: 60px"/>`;
186
186
  tinyMCE.editors["tinymce"].insertContent(IMAGE);
187
187
  },
188
188
  },