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

11 lines
198 B
Markdown
Raw Normal View History

2020-01-30 17:38:14 +08:00
# Fixed Width
2019-09-28 13:47:54 +08:00
```html
2020-01-30 17:38:14 +08:00
<n-tooltip placement="top-start" :width="240">
2019-09-28 13:47:54 +08:00
<template v-slot:activator>
<n-button>
2020-01-30 17:38:14 +08:00
Could be short
2019-09-28 13:47:54 +08:00
</n-button>
</template>
2020-01-30 17:38:14 +08:00
Could be long
2019-09-28 13:47:54 +08:00
</n-tooltip>
```