Merge pull request #7814 from dataease/pr@dev-v2_dzz

fix: 【仪表板、数据大屏】预览页-标题栏 未垂直居中对齐
This commit is contained in:
dataeaseShu 2024-01-25 10:01:01 +08:00 committed by GitHub
commit 9d0e6688af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>