fix ad bug

This commit is contained in:
Pan 2019-04-08 14:33:20 +08:00
parent caffe6f470
commit ffc98f6e81
1 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<template>
<div id="codefund"/>
<div id="codefund" />
</template>
<script>
@ -46,8 +46,17 @@ export default {
}
</script>
<style>
.cf-wrapper{
margin: 0!important;
<style lang="scss">
.cf-wrapper {
margin: 0 !important;
}
.fixed-header+#codefund {
margin-top: 50px;
}
.hasTagsView {
.fixed-header+#codefund {
margin-top: 84px;
}
}
</style>