Merge pull request #7081 from dataease/pr@dev@fix_panel-filter

fix: 修复添加边框样式后过滤组件等无点击效果问题
This commit is contained in:
王嘉豪 2023-12-07 18:42:51 +08:00 committed by GitHub
commit 13ce9eb420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -387,7 +387,6 @@ export default {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}

View File

@ -2167,7 +2167,6 @@ export default {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}