运营数据概览项目hover

This commit is contained in:
weixiaobo@boe.com.cn
2023-08-30 14:04:52 +08:00
parent 34ab7f2df1
commit cfc975e2e7

View File

@@ -75,9 +75,9 @@
:class="currentTab === index ? 'tabActive' : 'tabItem'"
@click="tabClick(index)"
>
<a-popover v-if="index==0" trigger="hover">
<a-popover v-if="index==0" trigger="hover" placement="topLeft">
<template #content>
列表展示条数与此处数量可能存在差异
此处数据展示全部单层项目数量列表展示条数与此处数量可能存在差异
</template>
{{ item.text }} ({{ item.num }})
</a-popover>