forked from github/dataease
style: Tab框全局高度调整,防止tab底部出现空白
This commit is contained in:
parent
d72f5432f2
commit
4f9c4dfeac
@ -152,7 +152,7 @@ div:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-tabs__content {
|
.el-tabs__content {
|
||||||
height: calc(100% - 55px) !important;
|
height: calc(100%) !important;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
||||||
.el-tab-pane {
|
.el-tab-pane {
|
||||||
|
Loading…
Reference in New Issue
Block a user