|
|
@@ -25,13 +25,7 @@
|
|
|
</text>
|
|
|
</div>
|
|
|
</scroll-view>
|
|
|
- <scroll-view scroll-y class="right-box"
|
|
|
- :scroll-into-view="scroll_into_view"
|
|
|
- scroll-with-animation="true"
|
|
|
- @scroll="scroll_detail"
|
|
|
- lower-threshold="100"
|
|
|
- @scrolltolower="scroll_bottom">
|
|
|
- <!--内容部分 start -->
|
|
|
+ <scroll-view scroll-y class="right-box" :scroll-into-view="scroll_into_view" scroll-with-animation="true" @scroll="scroll_detail" lower-threshold="100" @scrolltolower="scroll_bottom">
|
|
|
<block v-if="!$util.isEmpty(filterProductInfo)">
|
|
|
<view class="item_list_bx selectAll" v-for="(classItem, classIndex) in filterProductInfo" :key="classIndex" :id="`class_${classIndex}`">
|
|
|
<view class="item_list_title">
|
|
|
@@ -309,7 +303,7 @@ export default {
|
|
|
flex-direction: column;
|
|
|
.input-wrap {
|
|
|
display: flex;
|
|
|
- padding: 22px 20px 22px 30upx;
|
|
|
+ padding: 22upx 20px 22upx 30upx;
|
|
|
.search-bar {
|
|
|
flex: 1;
|
|
|
}
|
|
|
@@ -322,7 +316,7 @@ export default {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.tab-view {
|
|
|
- height: 100%;
|
|
|
+ height: 1000upx;
|
|
|
width: 170upx;
|
|
|
flex-shrink: 0;
|
|
|
background-color: #f0f2f6;
|
|
|
@@ -371,7 +365,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.right-box {
|
|
|
- height: 100%;
|
|
|
+ height: 1000upx;
|
|
|
flex: 1;
|
|
|
box-sizing: border-box;
|
|
|
}
|