mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
Merge pull request #2744 from dataease/pr@dev@fix_panel-tab
fix(仪表板): 修复部分组件在内嵌在tab组件中内容被遮挡问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user