|
@@ -3,11 +3,10 @@
|
|
|
<div :style="{background: '#fafafa', padding: '5px 20px', lineHeight: '34px'}" class="footer-between">
|
|
|
<div>
|
|
|
<a href="https://www.xingyousoft.com"><span class="footer-menu"><i class="iconfont iconx-wangzhi"></i>官网</span></a>
|
|
|
- <el-popover placement="bottom" width="200" trigger="click">
|
|
|
+ <el-popover placement="bottom" width="200" trigger="click" popper-class="wei-dialog">
|
|
|
<a slot="reference"><span class="footer-menu"><i class="iconfont iconx-qiyeweixin"></i>客服</span></a>
|
|
|
<div class="api">
|
|
|
<img src="../assets/image/qrcode.png" style="width: 100%;"/>
|
|
|
- <p style="color: #666;text-align: center;font-size: 12px;">手机微信扫一扫联系客服</p>
|
|
|
</div>
|
|
|
</el-popover>
|
|
|
</div>
|
|
@@ -229,5 +228,7 @@
|
|
|
|
|
|
|
|
|
<style>
|
|
|
-
|
|
|
+.wei-dialog{
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
</style>
|