perf: 样式调整

This commit is contained in:
rd
2025-08-15 17:33:29 +08:00
parent ffcc982898
commit 642f98807c
2 changed files with 13 additions and 2 deletions

View File

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

View File

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