mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
11 lines
207 B
Markdown
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>
|
|
``` |