Compare commits
No commits in common. "02352d026eeb1bb6e9e26216b45500a15f78eb17" and "7b2f31b8d93a02ed3d3ec3220f838f583e77fb84" have entirely different histories.
02352d026e
...
7b2f31b8d9
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<view class="goods-list-content">
|
||||
<view class="content">
|
||||
<view class="index_btm">
|
||||
<view class="index_r_2">
|
||||
<!-- <u-scroll-list :indicator="false" class="tabList">
|
||||
|
|
@ -453,11 +453,12 @@ export default {
|
|||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.goods-list-content {
|
||||
.content {
|
||||
// background: #f9f9f9;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.index_btm {
|
||||
|
|
@ -599,6 +600,8 @@ export default {
|
|||
|
||||
.goodList {
|
||||
padding: 0 20rpx;
|
||||
height: calc(100vh - 320rpx);
|
||||
overflow-y: auto;
|
||||
|
||||
.goodList_i {
|
||||
// display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue