diff --git a/src/router/routes/modules/creativeGenerationWorkshop.ts b/src/router/routes/modules/creativeGenerationWorkshop.ts index 4b55f59..da6447f 100644 --- a/src/router/routes/modules/creativeGenerationWorkshop.ts +++ b/src/router/routes/modules/creativeGenerationWorkshop.ts @@ -118,6 +118,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ locale: '分享链接列表', requiresAuth: false, requireLogin: false, + hideFooter: true, roles: ['*'], }, component: () => import('@/views/creative-generation-workshop/explore/list/index.vue'), @@ -129,6 +130,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ locale: '分享链接详情', requiresAuth: false, requireLogin: false, + hideFooter: true, roles: ['*'], }, component: () => import('@/views/creative-generation-workshop/explore/detail/index.vue'), diff --git a/src/styles/lib/reset.scss b/src/styles/lib/reset.scss index 00bdba2..6b94da8 100644 --- a/src/styles/lib/reset.scss +++ b/src/styles/lib/reset.scss @@ -9,6 +9,7 @@ html, body { + height: 100%; background: $color-background; font-family: $font-family-regular; font-size: 14px; diff --git a/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue b/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue index 951b876..32e1614 100644 --- a/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue +++ b/src/views/creative-generation-workshop/explore/detail/components/ai-suggest/index.vue @@ -175,7 +175,7 @@ export default { }} /> -
{getCommentName(item)} @@ -201,7 +201,7 @@ export default { />
{item.content}
+{item.content}