mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
style: Tab框全局高度调整,防止tab底部出现空白
This commit is contained in:
@@ -152,7 +152,7 @@ div:focus {
|
||||
}
|
||||
|
||||
.el-tabs__content {
|
||||
height: calc(100% - 55px) !important;
|
||||
height: calc(100%) !important;
|
||||
margin-top: 5px;
|
||||
|
||||
.el-tab-pane {
|
||||
|
||||
Reference in New Issue
Block a user