no message

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