This commit is contained in:
2025-09-11 09:10:25 +08:00
3 changed files with 40 additions and 13 deletions

View File

@ -6,7 +6,7 @@
<leftPage :projectId="projectId" />
</div>
<div class="nav_center" :style="{ width: isFull ? '100%' : 'calc(50vw - 30px)' }">
<centerPage :projectId="projectId" :isHide="isFull" />
<!-- <centerPage :projectId="projectId" :isHide="isFull" /> -->
</div>
<div class="nav_right" :style="{ right: isHideOther ? '-25vw' : '0' }">
<rightPage :projectId="projectId" />