@taole/newgiftbar 0.0.3 → 0.0.4

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.
@@ -3398,7 +3398,7 @@ function create_fragment$p(ctx) {
3398
3398
  create_component(giftbalance.$$.fragment);
3399
3399
  t9 = space();
3400
3400
  div2 = element("div");
3401
- div2.innerHTML = `<a href="${getRechargeUrl()}" target="_blank">充值</a>`;
3401
+ div2.innerHTML = `<a href="${getRechargeUrl()}" target="_blank" style="margin-right: 5px;">充值</a>`;
3402
3402
  attr(input, "type", "number");
3403
3403
  input.value = /*selectNum*/
3404
3404
  ctx[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taole/newgiftbar",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "聊天室 / IM 礼物栏业务组件",
5
5
  "author": "",
6
6
  "module": "./npm/newgiftbar.es.js",