diff --git a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue index 21987647..22a75af3 100644 --- a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue +++ b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue @@ -23,7 +23,7 @@
本次售后服务由{{afterSale.storeName}}为您提供
-
+
{{afterSale.goodsName}}
@@ -285,8 +285,19 @@ export default { } >div:nth-child(2){ padding-left: 15px; - img{vertical-align: top;} - span{color: #999;} + } + .service-after-goods { + display: flex; + align-items: center; + gap: 10px; + + img { + flex-shrink: 0; + } + + span { + color: #999; + } } } /** 售后进度条 */ diff --git a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue index 964fda8d..eb33ce90 100644 --- a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue +++ b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue @@ -29,7 +29,12 @@ - + { + this.$refs.form?.clearValidate('reason') + }) }, apply () { // 售后申请提交 this.$refs.form.validate(valid => { diff --git a/seller/src/views/goods/goods-manage/category.vue b/seller/src/views/goods/goods-manage/category.vue index c0ee1ba5..2ee75cf8 100644 --- a/seller/src/views/goods/goods-manage/category.vue +++ b/seller/src/views/goods/goods-manage/category.vue @@ -15,38 +15,13 @@ style="width: 100%" > - - - - - -