Tooltip 文字提示

说明

文字提示气泡框,鼠标悬停时显示

代码示例

>{}
<template>
  <div class="tooltip-page">
    <Tooltip content="时间选择"
      >鼠标过来试试 <Icon type="icon-gantan"
    /></Tooltip>
  </div>
</template>
<style lang="less">
.tooltip-page {
  margin-left: 5rem;
}

.qv-icon {
  margin: 0.25rem;
  font-size: 1rem;
  color: red;
}
</style>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

API

Tooltip props

属性说明类型默认值
content提示内容Sting-

Last Updated: