Initial commit

This commit is contained in:
南宁网宿科技
2024-04-24 16:36:46 +08:00
commit 121348e011
991 changed files with 158700 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!-- 顶栏消息通知 -->
<template>
<a-popover>
<template #content>
<p class="ele-text-placeholder" style="text-align: center">
请使用微信扫描二维码
</p>
<a-image
:preview="false"
:width="200"
:height="200"
src="https://file.wsdns.cn/20230518/6b3c88423e0e437f81b3adbf63d30cba.png"
/>
<p class="ele-text-placeholder" style="text-align: center">
客服电话0771-5386339
</p>
</template>
<div class="ele-admin-header-tool-item">
<wechat-outlined style="padding: 8px 0" />
</div>
</a-popover>
</template>
<script lang="ts" setup>
import { WechatOutlined } from '@ant-design/icons-vue';
</script>
<style lang="less">
.wechat-box {
.title {
line-height: 40px;
}
}
</style>