Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
cust_web
Commits
bf406b33
Commit
bf406b33
authored
Dec 30, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充了页面布局页面的备注信息
parent
036bf2eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
index.vue
src/layout/index.vue
+6
-0
No files found.
src/layout/index.vue
View file @
bf406b33
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment