mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 09:04:38 +08:00
fix: 全屏预览模式下视图标题的备注无法显示 #6207
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user