naive-ui/demo/documentation/components/popover/zhCN/width.md
2020-01-30 17:38:14 +08:00

11 lines
207 B
Markdown

# 宽度
```html
<n-popover :width="500">
<template v-slot:activator>
<n-button style="margin:0;">
宽度 500px
</n-button>
</template>
<span>长得像根条一样</span>
</n-popover>
```