Commit 050875fa authored by youjie's avatar youjie

no message

parent a41a7a3e
......@@ -16,7 +16,7 @@
</view>
</view>
</view>
<scroll-view scroll-y class="sku-box" :style="{'max-height':x.isdateformat==1?'400px':'300px'}">
<scroll-view scroll-y class="sku-box">
<view class="sku-item" v-for="(x, i) in g.attr_groups" :key="i" v-if="x.isdateformat==0">
<view class="sku-title">{{ x.attr_group_name }} </view>
<view>
......@@ -607,7 +607,7 @@
.goodsku .sku-box {
padding: 0;
/* max-height: 300px; */
max-height: 300px;
overflow: hidden;
overflow-y: auto;
display: block;
......
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