Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test

This commit is contained in:
rd
2025-08-15 17:33:38 +08:00
2 changed files with 13 additions and 2 deletions

View File

@ -119,6 +119,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: false, requiresAuth: false,
requireLogin: false, requireLogin: false,
hideFooter: true, hideFooter: true,
hideSidebar: true,
roles: ['*'], roles: ['*'],
}, },
component: () => import('@/views/creative-generation-workshop/explore/list/index.vue'), component: () => import('@/views/creative-generation-workshop/explore/list/index.vue'),
@ -131,6 +132,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: false, requiresAuth: false,
requireLogin: false, requireLogin: false,
hideFooter: true, hideFooter: true,
hideSidebar: true,
roles: ['*'], roles: ['*'],
}, },
component: () => import('@/views/creative-generation-workshop/explore/detail/index.vue'), component: () => import('@/views/creative-generation-workshop/explore/detail/index.vue'),

View File

@ -1,8 +1,17 @@
.explore-page { .explore-page {
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
}
position: relative; position: relative;
// padding-top: $navbar-height;
min-width: 1200px; min-width: 1200px;
height: 100vh; min-height: 100vh;
background: #fff; background: #fff;
display: flex; display: flex;
flex-direction: column; flex-direction: column;