@taole/newgiftbar 0.0.2 → 0.0.3

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.
@@ -139,7 +139,7 @@
139
139
  .giftbar-nobility img {
140
140
  width: 16px;
141
141
  height: 16px;
142
- margin-right: 0px;
142
+ margin-right: 2px;
143
143
  }
144
144
 
145
145
  .giftbar-grid {
@@ -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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taole/newgiftbar",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "聊天室 / IM 礼物栏业务组件",
5
5
  "author": "",
6
6
  "module": "./npm/newgiftbar.es.js",