diff --git a/plugin/local/mall/goods.js b/plugin/local/mall/goods.js index 2f684136..8fbe7566 100644 --- a/plugin/local/mall/goods.js +++ b/plugin/local/mall/goods.js @@ -8,7 +8,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, cb, target) { {view: [wiki.CONTENT, html.DIV, item.text]}, {view: [mall.PRICE, html.DIV, "¥ "+(item.price||0)]}, {view: [mall.COUNT, html.DIV, "还剩 "+(item.count||0)]}, - {view: html.ACTION, inner: item.action}, + {view: html.ACTION, inner: item.action, style: {width: width-190}}, ]}, ], onclick: function(event) { if (can.page.tagis(event.target, html.INPUT) && event.target.type == html.BUTTON) {