From 4d3c5b7eff2d4964cf924a797229602adc957df4 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Jul 2024 19:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E7=BB=98=E5=9B=BE=E3=80=81=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E7=9B=B8=E5=85=B3=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mall/product/history.ts | 1 + src/layout/components/AppView.vue | 3 +-- src/views/ai/image/square/index.vue | 27 ++++++++++++++------------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/api/mall/product/history.ts b/src/api/mall/product/history.ts index 022a022b..0aa45bd8 100644 --- a/src/api/mall/product/history.ts +++ b/src/api/mall/product/history.ts @@ -2,6 +2,7 @@ import request from '@/config/axios' /** * 获得商品浏览记录分页 + * * @param params 请求参数 */ export const getBrowseHistoryPage = (params: any) => { diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index ae2cbf31..44341873 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -57,8 +57,7 @@ provide('reload', reload) '!min-h-[calc(100%-var(--top-tool-height)-var(--app-content-padding)-var(--app-content-padding)-var(--tags-view-height))]': !fixedHeader && layout === 'cutMenu' && footer - }, - 'h-0' + } ]" > diff --git a/src/views/ai/image/square/index.vue b/src/views/ai/image/square/index.vue index bf4716b9..b7885ff7 100644 --- a/src/views/ai/image/square/index.vue +++ b/src/views/ai/image/square/index.vue @@ -2,24 +2,25 @@