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
commit 0894922573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {