fix ad bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="codefund"/>
|
<div id="codefund" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -46,8 +46,17 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang="scss">
|
||||||
.cf-wrapper{
|
.cf-wrapper {
|
||||||
margin: 0!important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
.fixed-header+#codefund {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
.hasTagsView {
|
||||||
|
.fixed-header+#codefund {
|
||||||
|
margin-top: 84px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user