This commit is contained in:
Zheng Jie
2022-10-25 11:17:30 +08:00
parent 11662dcd46
commit ea203cfa10
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
<template>
<div class="wwads-cn wwads-vertical wwads-sticky" data-id="148" style="max-width:180px" />
<div
v-if="show"
id="ww-container"
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;position:fixed;bottom:0;right:1px;max-width:200px;padding: 12px 10px;border-radius:5px;"
/>
</template>
<script>

View File

@@ -1,5 +1,6 @@
<template>
<div class="login" :style="'background-image:url('+ Background +');'">
<Ad />
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title">
ELADMIN 后台管理系统
@@ -32,7 +33,6 @@
</el-button>
</el-form-item>
</el-form>
<Ad />
<!-- 底部 -->
<div v-if="$store.state.settings.showFooter" id="el-login-footer">
<span v-html="$store.state.settings.footerTxt" />