update
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div
|
||||
class="wwads-cn wwads-vertical"
|
||||
data-id="148"
|
||||
style="z-index:10000;position:fixed;bottom:0;right:0;max-width:200px;padding:10px;border-radius:5px;"
|
||||
style="z-index:10000;position:fixed;bottom:33px;right:0;max-width:300px;padding:0 10px;border-radius:5px;"
|
||||
/>
|
||||
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
|
||||
<span v-html="$store.state.settings.footerTxt" />
|
||||
@@ -64,4 +64,14 @@ export default {
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
.wwads-vertical .wwads-poweredby {
|
||||
top: 0 !important;
|
||||
position: absolute;
|
||||
left: 38px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.wwads-logo{
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user