Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
cba907343fcd8b4b64a39ae55be4fbb6122c96eb
1 parent
3fabb4a0
tab 悬浮在顶部
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
public/vue/channel/index.vue
public/vue/channel/tab.vue
public/vue/channel/index.vue
View file @
cba9073
...
...
@@ -31,5 +31,7 @@
</script>
<style>
#channel {
padding-top: 90px;
}
</style>
...
...
public/vue/channel/tab.vue
View file @
cba9073
...
...
@@ -69,6 +69,10 @@
<style>
.channel-tab {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 90px;
font-size: 24px;
...
...
Please
register
or
login
to post a comment