Merge pull request #2744 from dataease/pr@dev@fix_panel-tab

fix(仪表板): 修复部分组件在内嵌在tab组件中内容被遮挡问题
This commit is contained in:
王嘉豪 2022-08-01 10:16:32 +08:00 committed by GitHub
commit f04b588aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ div:focus {
}
.el-tabs__content {
height: calc(100%) !important;
height: calc(100% - 40px) !important;
margin-top: 5px;
.el-tab-pane {
@ -974,4 +974,4 @@ div:focus {
.el-icon-more {
border: none !important;
}
}
}