@taole/newgiftbar 0.0.2 → 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.css +1 -1
- package/npm/newgiftbar.es.js +2 -1
- package/package.json +1 -1
package/npm/newgiftbar.css
CHANGED
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];
|
|
@@ -3406,6 +3406,7 @@ function create_fragment$p(ctx) {
|
|
|
3406
3406
|
ctx[3].countLocked;
|
|
3407
3407
|
attr(div0, "class", div0_class_value = "giftbar-count " + /*ui*/
|
|
3408
3408
|
(ctx[3].countLocked ? "is-locked" : ""));
|
|
3409
|
+
set_style(div0, "margin-left", "10px");
|
|
3409
3410
|
attr(div1, "class", "giftbar-btns");
|
|
3410
3411
|
attr(div2, "class", "giftbar-recharge");
|
|
3411
3412
|
attr(div3, "class", "giftbar-footer");
|