mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
运营数据概览项目hover
This commit is contained in:
@@ -75,9 +75,9 @@
|
|||||||
:class="currentTab === index ? 'tabActive' : 'tabItem'"
|
:class="currentTab === index ? 'tabActive' : 'tabItem'"
|
||||||
@click="tabClick(index)"
|
@click="tabClick(index)"
|
||||||
>
|
>
|
||||||
<a-popover v-if="index==0" trigger="hover">
|
<a-popover v-if="index==0" trigger="hover" placement="topLeft">
|
||||||
<template #content>
|
<template #content>
|
||||||
列表展示条数与此处数量可能存在差异
|
此处数据展示全部单层项目数量,列表展示条数与此处数量可能存在差异
|
||||||
</template>
|
</template>
|
||||||
{{ item.text }} ({{ item.num }})
|
{{ item.text }} ({{ item.num }})
|
||||||
</a-popover>
|
</a-popover>
|
||||||
|
|||||||
Reference in New Issue
Block a user