uView Tooltip 长按提示

简介: uView Tooltip 长按提示

Tooltip组件主要用于长按操作,类似微信的长按气泡

#平台差异说明

App(vue) App(nvue) H5 小程序

#基本使用.

说明

由于安卓nvue下,overflow属性不支持visible值,故此组件暂不支持安卓nvue环境。

<template>
    <u-tooltip text="复制" overlay></u-tooltip>
</template>

copy

#下方显示

<template>
    <u-tooltip text="下方显示" direction="bottom"></u-tooltip>
</template>

copy

#扩展按钮

<template>
    <u-tooltip text="扩展显示" :buttons="['扩展']"></u-tooltip>
</template>

copy

#高亮选中文本背景色

<template>
    <u-tooltip text="高亮选中文本背景色" :buttons="['扩展']" bgColor="#e3e4e6"></u-tooltip>
</template>
相关文章
|
23天前
|
移动开发 JavaScript 小程序
uView Popup 弹出层
uView Popup 弹出层
30 0
|
23天前
|
前端开发
uView Tabs 标签页
uView Tabs 标签页
30 0
|
23天前
|
移动开发 JavaScript 小程序
uView Tabbar 底部导航栏
uView Tabbar 底部导航栏
34 0
|
23天前
|
移动开发 JavaScript 小程序
uView Tabs 标签
uView Tabs 标签
33 0
|
23天前
|
移动开发 JavaScript 小程序
uView Tooltip 长按提示
uView Tooltip 长按提示
36 3
|
23天前
|
移动开发 JavaScript 小程序
uView Modal 模态框
uView Modal 模态框
25 0
|
23天前
|
移动开发 小程序 JavaScript
uView Button 按钮
uView Button 按钮
16 2
|
23天前
uView Alert 提示
uView Alert 提示
19 0
|
23天前
|
移动开发 JavaScript 小程序
uView Icon 图标
uView Icon 图标
23 2
|
23天前
|
移动开发 小程序 JavaScript
uView Navbar 自定义导航栏
uView Navbar 自定义导航栏
25 0