fix: style

pull/256/head
xingyu4j 2025-11-05 19:43:35 +08:00
parent 4ef521698a
commit 0e185d1ed6
1 changed files with 9 additions and 3 deletions

View File

@ -264,11 +264,17 @@ onMounted(() => {
<DisagreeModal @success="getDetail" /> <DisagreeModal @success="getDetail" />
<!-- 订单信息 --> <!-- 订单信息 -->
<OrderDescriptions :data="afterSale" /> <div class="mb-4">
<OrderDescriptions :data="afterSale" />
</div>
<!-- 售后信息 --> <!-- 售后信息 -->
<AfterSaleDescriptions :data="afterSale" /> <div class="mb-4">
<AfterSaleDescriptions :data="afterSale" />
</div>
<!-- 退款状态 --> <!-- 退款状态 -->
<RefundStatusDescriptions :data="afterSale" /> <div class="mb-4">
<RefundStatusDescriptions :data="afterSale" />
</div>
<!-- 商品信息 --> <!-- 商品信息 -->
<div class="mb-4"> <div class="mb-4">
<ProductGrid table-title=""> <ProductGrid table-title="">