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

189 B

定宽

<n-tooltip placement="top-start" :width="240">
  <template v-slot:activator>
    <n-button>
      可以很短
    </n-button>
  </template>
  可以很长
</n-tooltip>