From c27378e75fd0a48dee7206cd9c4aa81b7355fbd0 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 14 Oct 2025 09:46:45 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90mall=20=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E5=94=AE=E5=90=8E=E9=80=80=E6=AC=BE=EF=BC=8810%=20ant?= =?UTF-8?q?d=20detail=20=E5=88=9D=E5=A7=8B=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../penal/time-event-config/TimeEventConfig.vue | 2 +- apps/web-antd/src/router/routes/modules/mall.ts | 2 +- .../src/views/mall/trade/afterSale/modules/detail.vue | 10 ---------- apps/web-ele/src/components/upload/file-upload.vue | 2 +- 4 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 apps/web-antd/src/views/mall/trade/afterSale/modules/detail.vue diff --git a/apps/web-antd/src/components/bpmn-process-designer/package/penal/time-event-config/TimeEventConfig.vue b/apps/web-antd/src/components/bpmn-process-designer/package/penal/time-event-config/TimeEventConfig.vue index e72b08d69..688863a80 100644 --- a/apps/web-antd/src/components/bpmn-process-designer/package/penal/time-event-config/TimeEventConfig.vue +++ b/apps/web-antd/src/components/bpmn-process-designer/package/penal/time-event-config/TimeEventConfig.vue @@ -238,7 +238,7 @@ watch(
diff --git a/apps/web-antd/src/router/routes/modules/mall.ts b/apps/web-antd/src/router/routes/modules/mall.ts index a2546dd1d..6b03c5abf 100644 --- a/apps/web-antd/src/router/routes/modules/mall.ts +++ b/apps/web-antd/src/router/routes/modules/mall.ts @@ -67,7 +67,7 @@ const routes: RouteRecordRaw[] = [ activePath: '/mall/trade/after-sale', }, component: () => - import('#/views/mall/trade/afterSale/modules/detail.vue'), + import('#/views/mall/trade/afterSale/detail/index.vue'), }, ], }, diff --git a/apps/web-antd/src/views/mall/trade/afterSale/modules/detail.vue b/apps/web-antd/src/views/mall/trade/afterSale/modules/detail.vue deleted file mode 100644 index c64076447..000000000 --- a/apps/web-antd/src/views/mall/trade/afterSale/modules/detail.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/apps/web-ele/src/components/upload/file-upload.vue b/apps/web-ele/src/components/upload/file-upload.vue index 73e08f9fb..f4db44213 100644 --- a/apps/web-ele/src/components/upload/file-upload.vue +++ b/apps/web-ele/src/components/upload/file-upload.vue @@ -267,8 +267,8 @@ const emitUpdateModelValue = () => { :deep(.upload-file-list .ele-upload-list__item-content) { display: flex; - justify-content: space-between; align-items: center; + justify-content: space-between; color: inherit; }