Skip to content

Commit ffc98f6

Browse files
committed
fix ad bug
1 parent caffe6f commit ffc98f6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/components/AD/index.vue

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div id="codefund"/>
2+
<div id="codefund" />
33
</template>
44

55
<script>
@@ -46,8 +46,17 @@ export default {
4646
}
4747
</script>
4848

49-
<style>
50-
.cf-wrapper{
51-
margin: 0!important;
49+
<style lang="scss">
50+
.cf-wrapper {
51+
margin: 0 !important;
5252
}
53+
.fixed-header+#codefund {
54+
margin-top: 50px;
55+
}
56+
.hasTagsView {
57+
.fixed-header+#codefund {
58+
margin-top: 84px;
59+
}
60+
}
61+
5362
</style>

0 commit comments

Comments
 (0)