@jx3box/jx3box-common-ui 8.9.15 → 8.9.17

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-common-ui",
3
- "version": "8.9.15",
3
+ "version": "8.9.17",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  >
21
21
  <span class="u-item-extend"><a href="/dashboard/boxcoin" :target="target">[兑换通宝]</a></span>
22
22
  </span>
23
- <span class="u-item">
23
+ <!-- <span class="u-item">
24
24
  <a class="u-item-primary" href="/dashboard/cny" :target="target"
25
25
  ><span class="u-label"><i class="el-icon-wallet"></i> 金箔</span
26
26
  ><span class="u-value">{{ asset.cny }}</span></a
@@ -29,10 +29,10 @@
29
29
  ><a href="/vip/cny" :target="target">[充值]</a>
30
30
  <a href="/dashboard/cny" :target="target">[提现]</a></span
31
31
  >
32
- </span>
32
+ </span> -->
33
33
  <span class="u-item">
34
34
  <a class="u-item-primary" href="/dashboard/points" :target="target"
35
- ><span class="u-label"><i class="el-icon-sugar"></i> 银铛</span>
35
+ ><span class="u-label"><i class="el-icon-sugar"></i> 积分</span>
36
36
  <span class="u-value">{{ asset.points }}</span></a
37
37
  >
38
38
  <span class="u-item-extend"
@@ -85,7 +85,7 @@ export default {
85
85
  // 用户资产
86
86
  .c-header-assets {
87
87
  position: relative;
88
- height: 100%;
88
+ height: 100%;
89
89
  .u-asset {
90
90
  padding: 0 10px;
91
91
  height: 100%;
@@ -86,6 +86,7 @@ export default {
86
86
  color: #888;
87
87
  .ml(10px);
88
88
  top: 4px;
89
+ .pr;
89
90
  }
90
91
  }
91
92
  </style>
@@ -169,6 +169,7 @@ export default {
169
169
  color: #888;
170
170
  .ml(10px);
171
171
  top: 4px;
172
+ .pr;
172
173
  }
173
174
  .u-charge {
174
175
  .underline(@color-link);