fix: 【仪表板、数据大屏】预览页-标题栏 未垂直居中对齐

This commit is contained in:
dataeaseShu 2024-01-25 10:00:23 +08:00
parent 714a19cf1f
commit 671dd2e08b

View File

@ -79,7 +79,7 @@ watch(
</el-tooltip>
<el-divider style="margin: 0 16px 0 7px" direction="vertical" />
<div class="create-area flex-align-center">
<span>创建人:{{ dvInfo.creatorName }}</span>
<span style="line-height: 22px">创建人:{{ dvInfo.creatorName }}</span>
<el-popover show-arrow :offset="8" placement="bottom" width="400" trigger="hover">
<template #reference>
<el-icon class="info-tips"><Icon name="dv-info"></Icon></el-icon>