This commit is contained in:
Zheng Jie
2022-07-29 17:30:42 +08:00
parent 7a1b10291e
commit 5c82de2403
2 changed files with 5 additions and 16 deletions

View File

@@ -6,17 +6,6 @@
<script>
export default {
name: 'App',
watch: {
'$route.path': {
handler: function() {
if (document.querySelector('.wwads-vertical')) {
var ele = document.querySelector('.wwads-vertical').parentElement.parentElement
ele.style.maxHeight = 'unset'
ele.firstChild.hidden = true
}
}
}
}
name: 'App'
}
</script>

View File

@@ -8,7 +8,7 @@
<div
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;position:fixed;bottom:33px;right:5px;max-width:200px;padding:5px;border-radius:5px;"
style="z-index:10000;position:fixed;bottom:33px;right:5px;max-width:200px;padding:10px;border-radius:5px;"
/>
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
<span v-html="$store.state.settings.footerTxt" />
@@ -64,7 +64,7 @@ export default {
padding-right: 15px;
}
}
//.wwads-vertical .wwads-poweredby {
// display: none !important;
//}
.wwads-vertical .wwads-poweredby {
bottom: 2px !important;
}
</style>