增加项目公告滚动效果

This commit is contained in:
shi
2025-09-10 20:52:01 +08:00
parent 16fda90d96
commit 122df7699f
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" />