update
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -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>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
.wwads-vertical .wwads-poweredby {
|
||||
display: none !important;
|
||||
}
|
||||
//.wwads-vertical .wwads-poweredby {
|
||||
// display: none !important;
|
||||
//}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user