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

This commit is contained in:
rd
2025-08-15 18:13:09 +08:00
2 changed files with 11 additions and 8 deletions

View File

@ -210,7 +210,7 @@ export default {
return () => {
return (
<div class="explore-page">
<div class='explore-page'>
<header class="page-header">
<div class="content w-full px-24px flex items-center bg-#fff justify-between">
<div class="h-full flex items-center">

View File

@ -1,4 +1,10 @@
.explore-page {
position: relative;
min-width: 1200px;
min-height: 100vh;
background: #fff;
display: flex;
flex-direction: column;
&::before {
content: '';
position: absolute;
@ -9,12 +15,6 @@
background: #fff;
z-index: -1;
}
position: relative;
min-width: 1200px;
min-height: 100vh;
background: #fff;
display: flex;
flex-direction: column;
.fold-box {
width: 40px;
height: 40px;
@ -54,11 +54,14 @@
}
.page-wrap {
width: calc(100% - 456px);
width: 100%;
flex: 1;
display: flex;
justify-content: center;
background: #fff;
&.expand {
width: calc(100% - 456px);
}
.explore-detail-wrap {
min-height: 500px;
width: 684px;