This commit is contained in:
Zheng Jie
2022-07-29 17:22:29 +08:00
parent 842d37d80d
commit 7a1b10291e
3 changed files with 16 additions and 5 deletions

View File

@@ -6,6 +6,17 @@
<script>
export default {
name: 'App'
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
}
}
}
}
}
</script>

View File

@@ -64,7 +64,7 @@ export default {
padding-right: 15px;
}
}
.wwads-vertical .wwads-poweredby {
display: none !important;
}
//.wwads-vertical .wwads-poweredby {
// display: none !important;
//}
</style>