fix: 全屏预览时下拉框选项错位 #5532

This commit is contained in:
dataeaseShu 2023-11-01 14:53:13 +08:00
parent 4ea68be281
commit 2c02f47a07
3 changed files with 6 additions and 11 deletions

View File

@ -386,9 +386,9 @@ export default {
height: 100% !important;
}
.component-outer {
transform: translate(0);
}
// .component-outer {
// transform: translate(0);
// }
.component-active {
z-index: 1;

View File

@ -1,5 +1,6 @@
<template>
<span style="transform: translate(0);">
<span style="transform: translate(0);display: inline-block;position: relative;
z-index: 10;">
<el-popover
placement="bottom"
trigger="hover"
@ -75,7 +76,6 @@ export default {
padding: 0;
border: none;
margin-top: 8px!important;
background: transparent;
top: 22px !important;
}
</style>

View File

@ -932,13 +932,8 @@ export default {
top: inherit !important;
left: inherit !important;
}
.el-tree-select-popper {
left: 0 !important;
top: inherit !important;
}
.track-menu,
.coustom-date-picker {
.track-menu {
left: inherit !important;
}
}