Commit 6e38fb88 authored by Aivs's avatar Aivs

bug修改

parent f353d3b3
......@@ -346,7 +346,6 @@ Page({
let that = this;
let specName = event.currentTarget.dataset.name;
let specValueId = event.currentTarget.dataset.valueId;
//判断是否可以点击
//TODO 性能优化,可在wx:for中添加index,可以直接获取点击的属性名和属性值,不用循环
......
......@@ -135,7 +135,7 @@
</view>
<!-- 规格选择界面 -->
<view class="attr-pop-box" hidden="{{!openAttr}}" catchtouchmove='stopPageScroll'>
<view class="attr-pop">
<scroll-view scroll-y class="attr-pop">
<view class="close" bindtap="closeAttr">
<image class="icon" src="/static/images/icon_close.png"></image>
</view>
......@@ -179,7 +179,7 @@
</view>
</view>
</scroll-view>
</view>
<!-- 联系客服 -->
......
......@@ -765,8 +765,13 @@
height: 177rpx;
display: flex;
align-items: center;
width:450rpx;
}
.attr-pop .info .a{
white-space: normal;
word-wrap: break-word;
word-break: break-all;
}
.attr-pop .p {
line-height: 33rpx;
font-size:24rpx;
......@@ -776,7 +781,6 @@
}
.attr-pop .a {
height: 40rpx;
line-height: 40rpx;
font-size:24rpx;
font-family:PingFangSC-Regular;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment