mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
589 B
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;
}