forked from github/dataease
fix(仪表板): 修复部分组件在内嵌在tab组件中内容被遮挡问题
This commit is contained in:
parent
c1cbd88597
commit
d9616a22ab
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user