iview Tooltip组件内容slot当代码格式化后排版异常?
<Tooltip max-width="300" :transfer="true">
<template #content>
<div slot="content" style="white-space: normal">
<div>紧急告警数量:{{ row.urgency ? row.urgency : 0 }}</div>
<div>
严重告警数量:{{ row.severity ? row.severity : 0 }}
</div>
</div>
</template>