2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-17 13:20:52 +08:00
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>