Compare commits

..

No commits in common. "02352d026eeb1bb6e9e26216b45500a15f78eb17" and "7b2f31b8d93a02ed3d3ec3220f838f583e77fb84" have entirely different histories.

1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<view class="goods-list-content"> <view class="content">
<view class="index_btm"> <view class="index_btm">
<view class="index_r_2"> <view class="index_r_2">
<!-- <u-scroll-list :indicator="false" class="tabList"> <!-- <u-scroll-list :indicator="false" class="tabList">
@ -453,11 +453,12 @@ export default {
padding: 10px 0; padding: 10px 0;
} }
.goods-list-content { .content {
// background: #f9f9f9; // background: #f9f9f9;
height: auto; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
} }
.index_btm { .index_btm {
@ -599,6 +600,8 @@ export default {
.goodList { .goodList {
padding: 0 20rpx; padding: 0 20rpx;
height: calc(100vh - 320rpx);
overflow-y: auto;
.goodList_i { .goodList_i {
// display: flex; // display: flex;