优化pagetype详情页,增加加载状态显示消除抖动
This commit is contained in:
parent
56877dadb0
commit
b32da12cd9
@ -51,8 +51,13 @@
|
||||
</n-space>
|
||||
</div>
|
||||
|
||||
<!-- 加载状态 -->
|
||||
<div v-if="loading" class="loading-container">
|
||||
<div class="loading-spinner"></div>
|
||||
</div>
|
||||
|
||||
<!-- 主布局容器 -->
|
||||
<n-layout class="detail-page-layout" :has-sider="true">
|
||||
<n-layout v-else class="detail-page-layout" :has-sider="true">
|
||||
<!-- 左侧边栏 -->
|
||||
<n-layout-sider
|
||||
v-if="sidebarPosition === 'left'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user