Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
官美宏
/
aiqiyi-program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
12177c62
...
12177c629a10ac783dfe9ba6a73f9e5e9057f063
authored
2021-09-24 10:06:04 +0800
by
徐威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
'基础框架'
1 parent
7ada23e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/layout/components/AppMain.vue
src/layout/components/TagsView/index.vue
src/layout/index.vue
src/layout/components/AppMain.vue
View file @
12177c6
...
...
@@ -47,7 +47,7 @@ export default {
}
.fixed-header
+
.app-main
{
padding-top
:
50
px
;
padding-top
:
84
px
;
}
}
</
style
>
...
...
src/layout/components/TagsView/index.vue
View file @
12177c6
...
...
@@ -193,8 +193,8 @@ export default {
<
style
lang=
"scss"
scoped
>
.tags-view-container
{
//
height
:
34px
;
height
:
0px
;
height
:
34px
;
//
height
:
0px
;
width
:
100%
;
background
:
#fff
;
border-bottom
:
1px
solid
#d8dce5
;
...
...
src/layout/index.vue
View file @
12177c6
...
...
@@ -6,7 +6,7 @@
<div
:class=
"
{'fixed-header':fixedHeader}">
<navbar
/>
<!--
<tags-view
v-if=
"needTagsView"
/>
-->
<tags-view
v-if=
"
false
"
/>
<tags-view
v-if=
"
needTagsView
"
/>
</div>
<app-main
/>
<right-panel
v-if=
"showSettings"
>
...
...
Please
register
or
sign in
to post a comment