mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
205 B
205 B
Body Style
<n-popover :body-style="{ width: '500px' }">
<template v-slot:trigger>
<n-button>
Width 500px
</n-button>
</template>
<span>Looks like a bar</span>
</n-popover>