Merge pull request #6046 from dataease/pr@dev@fix_fullscreen-filter-error

fix(仪表板): 修复全屏模式下过滤组件显示异常问题
This commit is contained in:
王嘉豪 2023-09-06 23:16:14 +08:00 committed by GitHub
commit d764ce8020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3417 additions and 5 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -354,9 +354,6 @@ export default {
.component {
position: absolute;
}
.component-outer {
transform: translate(0);
}
.component-outer:hover {
box-shadow: 0px 0px 3px #0a7be0;
}
@ -374,7 +371,6 @@ export default {
.main_view {
position: relative;
background-size: 100% 100% !important;
z-index: 1;
}
.component {

View File

@ -575,7 +575,7 @@ export default {
.bar-main {
position: absolute;
float: right;
z-index: 2;
z-index: 10;
border-radius: 2px;
padding-left: 3px;
padding-right: 0px;