iview组件库组件需自己添砖加瓦

57 阅读1分钟

iview Tooltip组件内容slot当代码格式化后排版异常?

image.png

image.png

   <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>

image.png