no message

This commit is contained in:
2026-01-20 19:29:02 +08:00
parent 33fe49ea05
commit 57d1e5048e
@@ -1,6 +1,6 @@
<template>
<!-- 退货退款模块 -->
<view>
<view class="refund-popup-view">
<view v-if="status > 0">
<salesStatus
:topLabel="topLabel"
@@ -37,7 +37,7 @@
</view>
</view>
<view v-if="status > 1" class="card_list_box">
<view v-if="status > 1">
<view class="card_list">
<view class="list_left">邮寄地址</view>
<view>{{ product.address || "--" }}</view>
@@ -326,14 +326,22 @@ export default {
};
</script>
<style lang="scss" scoped>
.refund-popup-view{
width:100%;
flex:1;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.refund_content {
width: 100%;
padding: 0 32rpx;
box-sizing: border-box;
overflow-y: scroll;
.card_list_box {
padding-bottom: 88rpx;
}
overflow-y: auto;
height:700rpx;
// .card_list_box {
// padding-bottom: 88rpx;
// }
.content_card {
display: flex;
margin-bottom: 48rpx;