This commit is contained in:
kbing1981 2024-07-01 15:49:08 +08:00
parent 8e095b7023
commit 0a212e5fd4
2 changed files with 6 additions and 2 deletions

View File

@ -1823,7 +1823,7 @@
flex-direction: column;
align-items: center;
position: absolute;
background-color: #fff;
background-color: #f2f2f2;
padding: 10px;
margin-bottom: 50px;
left:0

View File

@ -174,6 +174,7 @@
</view>
<empty v-if="goods.length == 0"></empty>
</view>
</template>
<script>
@ -702,7 +703,9 @@
background-color: #fff;
padding: 10px;
margin-bottom: 50px;
margin-left: 10px;
left:5rpx;
border: 1px #e5e5e5 solid;
border-radius: 20rpx 20rpx 0 0;
}
.showBtn{
}
@ -888,4 +891,5 @@
.bg {
background-color: #FFFFFF;
}
</style>