mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(数据大屏): 修复跳转配置界面联动配置高度不够,部分信息被隐藏问题
This commit is contained in:
@@ -236,7 +236,12 @@
|
||||
state.linkJumpInfo?.jumpType === 'newPop'
|
||||
}"
|
||||
>
|
||||
<el-scrollbar height="fit-content" max-height="178px">
|
||||
<el-scrollbar
|
||||
height="fit-content"
|
||||
:max-height="
|
||||
state.linkJumpInfo?.jumpType === 'newPop' ? '138px' : '178px'
|
||||
"
|
||||
>
|
||||
<div
|
||||
style="display: flex; margin-bottom: 6px"
|
||||
v-for="(
|
||||
|
||||
Reference in New Issue
Block a user