feat:【商城】店铺装修-优惠劵:phoneWidth * 0.96 改成 * 1,避免左右边距不太对(不铺满)

(cherry picked from commit 3b0ab0d78fcd6e14443a2930d30bd4b97d3a5e1a)
This commit is contained in:
YunaiV
2025-05-14 15:17:34 +08:00
committed by dengqichen
parent 0534ccac38
commit 1b35a41aec
@@ -124,7 +124,7 @@ watch(
() => {
// 每列的宽度为:(总宽度 - 间距 * (列数 - 1))/ 列数
couponWidth.value =
(phoneWidth.value * 0.95 - props.property.space * (props.property.columns - 1)) /
(phoneWidth.value - props.property.space * (props.property.columns - 1)) /
props.property.columns
// 显示滚动条
scrollbarWidth.value = `${