@netang/quasar 0.2.47 → 0.2.48

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.
@@ -42,7 +42,7 @@
42
42
 
43
43
  <!-- 否则如果开启复制 -->
44
44
  <div
45
- class="full-width"
45
+ class="full-width n-word-wrap"
46
46
  :class="valueClass"
47
47
  :style="valueStyle"
48
48
  @click="onCopy"
@@ -51,7 +51,7 @@
51
51
 
52
52
  <!-- 否则仅展示 -->
53
53
  <div
54
- class="full-width"
54
+ class="full-width n-word-wrap"
55
55
  :class="valueClass"
56
56
  :style="valueStyle"
57
57
  v-else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
 
5
5
  "description": "netang-quasar",
6
6
  "scripts": {