Commit bf406b33 authored by liwei's avatar liwei

补充了页面布局页面的备注信息

parent 036bf2eb
......@@ -14,20 +14,25 @@
class="drawer-bg"
@click="handleClickOutside"
/>
<!-- 左侧菜单栏-->
<sidebar class="sidebar-container" />
<div class="main-container">
<!-- 右侧顶部-->
<div class="nav-container fixed-header">
<Header />
</div>
<!-- 面包屑-->
<div class="nav-container-two">
<div class="placeholder" />
<tags-view v-if="themeType && themeType !== '8'" />
<navbar v-if="themeType && themeType !== '8'" />
</div>
<!-- 右侧跳转页面-->
<el-card v-if="themeType && themeType === '8'" style="margin:.75rem">
<app-main />
</el-card>
<app-main v-else />
<!-- 页面底部备案信息-->
<div class="footer">
<div class="titleText">Copyrights © 2024 All Rights Reserved by</div>
<div class="text_body">
......@@ -36,6 +41,7 @@
<div class="textTwo" @click="handleJumpTextTwo">津公网安备xxxxxxxxxx</div>
</div>
</div>
<!-- 主题风格设置右侧弹出层-->
<right-panel>
<settings />
</right-panel>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment