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

589 B

主体样式

有时候设定主体样式还是挺有用的。

<n-tooltip :body-style="{ maxWidth: '400px' }" trigger="click">
  <template v-slot:activator>
    <n-button>
      加州女孩
    </n-button>
  </template>
  我希望她们都是加州女孩,我希望她们都是加州女孩,我希望她们都是加州女孩
</n-tooltip>
<n-tooltip :body-style="{ maxWidth: '400px' }" trigger="click">
  <template v-slot:activator>
    <n-button>
      加州女孩
    </n-button>
  </template>
  我希望...
</n-tooltip>
.n-button {
  margin: 0 12px 8px 0;
}