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