Merge pull request #2569 from dataease/pr@dev@style-tab

style: Tab框全局高度调整,防止tab底部出现空白
This commit is contained in:
王嘉豪
2022-07-04 15:21:30 +08:00
committed by GitHub

View File

@@ -152,7 +152,7 @@ div:focus {
}
.el-tabs__content {
height: calc(100% - 55px) !important;
height: calc(100%) !important;
margin-top: 5px;
.el-tab-pane {