This commit is contained in:
linfso 2024-11-12 17:00:17 +08:00
parent 3b225a0852
commit 8b442b3c05

View File

@ -24,6 +24,11 @@
<top-tags-view class="topmenu-container" style="left:0px;" />
</div>
<div v-show="openOnlineKefu" style="position: absolute;top: 50px;padding: 0px;height: 500px;width: 80%;z-index: 9999;right: 10px;">
<iframe frameborder="0" :src="rlKefuURL" width="100%" height="100%" />
</div>
<div class="right-menu">
<!-- 在线客服 -->
@ -35,11 +40,6 @@
</div>
<div v-show="openOnlineKefu" style="position:fixed; top:20px;padding:0px;width:80%;height:500px">
<iframe frameborder="0" :src="rlKefuURL" width="100%" height="100%" />
</div>
<!-- 消息通知 -->
<div class="right-menu-item hover-effect" style="padding: 0 20px;">
<top-notice/>