@jx3box/jx3box-editor 1.1.8 → 1.1.9

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-editor",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Buff.vue CHANGED
@@ -76,6 +76,6 @@ export default {
76
76
  };
77
77
  </script>
78
78
 
79
- <style scoped lang="less">
79
+ <style lang="less">
80
80
  @import "../assets/css/module/buff.less";
81
81
  </style>
package/src/Item.vue CHANGED
@@ -13,7 +13,7 @@
13
13
  <span v-text="`精炼等级:0 / ${source.MaxStrengthLevel}`"></span>
14
14
  </div>
15
15
  <!-- 物品名称 -->
16
- <h4 class="u-title" :style="{ color: color(source.Quality) }" v-text="source.Name"></h4>
16
+ <div class="u-title" :style="{ color: color(source.Quality) }" v-text="source.Name"></div>
17
17
  <!-- 绑定状态 -->
18
18
  <div v-if="source.BindType > 1" class="u-bind" v-text="bind(source.BindType)"></div>
19
19
  <!-- 唯一 -->
@@ -324,6 +324,6 @@ export default {
324
324
  };
325
325
  </script>
326
326
 
327
- <style lang="less" scoped>
327
+ <style lang="less">
328
328
  @import "../assets/css/module/item.less";
329
329
  </style>
package/src/Npc.vue CHANGED
@@ -209,6 +209,6 @@ export default {
209
209
  };
210
210
  </script>
211
211
 
212
- <style scoped lang="less">
212
+ <style lang="less">
213
213
  @import "../assets/css/module/npc.less";
214
214
  </style>
package/src/Skill.vue CHANGED
@@ -65,6 +65,6 @@ export default {
65
65
  };
66
66
  </script>
67
67
 
68
- <style scoped lang="less">
68
+ <style lang="less">
69
69
  @import "../assets/css/module/skill.less";
70
70
  </style>