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
郭成尧
9 years ago
Commit
d8aec9c07663b0156eb2ac08152c656dd91a0bb4
1 parent
a61245b9
'cate-tab-fixed'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
public/vue/channel/cate-resource-box.vue
public/vue/channel/cate-resource-box.vue
View file @
d8aec9c
<template>
<tab v-bind:page="page"></tab>
<resources v-bind:content-code.sync="contentCode"></resources>
<div class="tab-top-fixed">
<tab v-bind:page="page"></tab>
</div>
<div class="resources">
<resources v-bind:content-code.sync="contentCode"></resources>
</div>
</template>
<style>
.tab-top-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.resources {
margin-top: 100px;
}
</style>
<script>
const contentCode = require('content-code');
const qs = require('yoho-qs');
...
...
Please
register
or
login
to post a comment