Authored by htoooth

修改样式

8.8 KB | W: | H:

1.78 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -58,7 +58,7 @@ function refreshBag() { @@ -58,7 +58,7 @@ function refreshBag() {
58 $bagGoodsList.empty(); 58 $bagGoodsList.empty();
59 $bagGoodsList.parent().addClass('bag-empty'); 59 $bagGoodsList.parent().addClass('bag-empty');
60 } 60 }
61 - 61 +
62 } 62 }
63 } 63 }
64 }) 64 })
@@ -145,5 +145,5 @@ $(document).click(function(e) { @@ -145,5 +145,5 @@ $(document).click(function(e) {
145 }); 145 });
146 146
147 module.exports = { 147 module.exports = {
148 - refreshBag 148 + 'refreshBag': refreshBag
149 }; 149 };
@@ -258,6 +258,7 @@ @@ -258,6 +258,7 @@
258 258
259 .btn { 259 .btn {
260 display: inline-block; 260 display: inline-block;
  261 + width: 100px !important;
261 } 262 }
262 } 263 }
263 } 264 }