We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c6658 commit 3b0ab0dCopy full SHA for 3b0ab0d
src/components/DiyEditor/components/mobile/CouponCard/index.vue
@@ -124,7 +124,7 @@ watch(
124
() => {
125
// 每列的宽度为:(总宽度 - 间距 * (列数 - 1))/ 列数
126
couponWidth.value =
127
- (phoneWidth.value * 0.95 - props.property.space * (props.property.columns - 1)) /
+ (phoneWidth.value - props.property.space * (props.property.columns - 1)) /
128
props.property.columns
129
// 显示滚动条
130
scrollbarWidth.value = `${
0 commit comments