@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.
- package/npm/newgiftbar.es.js +1 -1
- package/package.json +1 -1
package/npm/newgiftbar.es.js
CHANGED
|
@@ -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];
|