From 592835bb3b30ff814c7dc26517b98bc71946c111 Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 18 Oct 2022 15:49:23 +0800 Subject: [PATCH] opt some --- plugin/local/mall/goods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {