@jx3box/jx3box-editor 2.2.4 → 2.2.5

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.
@@ -60,7 +60,6 @@
60
60
  .u-skill-note {
61
61
  .fz(12px,1);
62
62
  width: 56px;
63
- overflow: hidden;
64
63
  text-overflow: clip;
65
64
  white-space: pre-wrap;
66
65
  text-align: center;
@@ -21,7 +21,7 @@ function renderCombo(selector = ".e-skill-combo") {
21
21
  // 渲染
22
22
  let code = `
23
23
  <span class="w-skill-combo-item">
24
- <img class="u-skill-icon w-jx3-element" src="${iconLink(icon)}" alt="${icon}" title="${name}" data-type="skill" data-id="${id}" data-client="${client}" />
24
+ <img class="u-skill-icon w-jx3-element" src="${iconLink(icon)}" alt="${icon}" data-type="skill" data-id="${id}" data-client="${client}" />
25
25
  <span class="u-skill-name" title="${name}">${name}</span>
26
26
  <span class="u-skill-note" title="${n}" style="color:${c};font-size:${fz}px;font-weight:${fw}">${n}</span>
27
27
  <i class="u-gcd-icon ${gcd == 0 ? 'is-show' : ''}" title="无GCD技能">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {