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

207 B

宽度

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