naive-ui/demo/documentation/components/popover/zhCN/raw-content.demo.md
2020-10-22 21:12:57 +08:00

379 B

不用基础样式

<n-popover
  trigger="hover"
  raw
  :show-arrow="false"
>
  <template v-slot:trigger>
    <n-button style="margin:0;">
      悬浮
    </n-button>
  </template>
  <div
    style="width: 100px; height: 100px; background-color: red; transform-origin: inherit;"
  >
    Who kicks a hole in the sky so the heaven cry over me.
  </div>
</n-popover>