fix(goods-list): 列表样式问题修复

This commit is contained in:
woody 2025-09-22 16:17:04 +08:00
parent 06ff3180e5
commit 2220bb756d
1 changed files with 3 additions and 6 deletions

View File

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