naive-ui/demo/documentation/components/tooltip/enUS/body-style.demo.md
2020-09-10 15:55:31 +08:00

609 B

Body Style

Setting body-style is sometimes useful.

<n-tooltip :body-style="{ maxWidth: '400px' }" trigger="click">
  <template v-slot:activator>
    <n-button>
      California Girls
    </n-button>
  </template>
  I wish they all could be California girls. I wish they all could be California
  girls. I wish they all could be California girls.
</n-tooltip>
<n-tooltip :body-style="{ maxWidth: '400px' }" trigger="click">
  <template v-slot:activator>
    <n-button>
      California Girls
    </n-button>
  </template>
  I wish ...
</n-tooltip>
.n-button {
  margin: 0 12px 8px 0;
}