update
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -6,17 +6,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
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>
|
</script>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<div
|
<div
|
||||||
class="wwads-cn wwads-vertical"
|
class="wwads-cn wwads-vertical"
|
||||||
data-id="148"
|
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">
|
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
|
||||||
<span v-html="$store.state.settings.footerTxt" />
|
<span v-html="$store.state.settings.footerTxt" />
|
||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//.wwads-vertical .wwads-poweredby {
|
.wwads-vertical .wwads-poweredby {
|
||||||
// display: none !important;
|
bottom: 2px !important;
|
||||||
//}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user