fix: 全屏预览模式下视图标题的备注无法显示 #6207

This commit is contained in:
dataeaseShu 2023-11-01 10:27:31 +08:00
parent 95e1d603ed
commit 32060fc31c

View File

@ -1,9 +1,10 @@
<template>
<span>
<span style="transform: translate(0);">
<el-popover
placement="bottom"
trigger="hover"
width="300"
:append-to-body="false"
popper-class="remark-pop"
:visible-arrow="false"
>
@ -75,5 +76,6 @@ export default {
border: none;
margin-top: 8px!important;
background: transparent;
top: 22px !important;
}
</style>