mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
207 B
207 B
宽度
<n-popover :width="500">
<template v-slot:activator>
<n-button style="margin:0;">
宽度 500px
</n-button>
</template>
<span>长得像根条一样</span>
</n-popover>