naive-ui/demo/documentation/components/tooltip/zhCN/fixWidth.md

11 lines
189 B
Markdown
Raw Normal View History

2020-01-30 17:38:14 +08:00
# 定宽
```html
<n-tooltip placement="top-start" :width="240">
<template v-slot:activator>
<n-button>
可以很短
</n-button>
</template>
可以很长
</n-tooltip>
```