CN-988 fix: 修复实体详情--安全事件和性能事件tab的事件多条时界面不滚动的问题

This commit is contained in:
刘洪洪
2023-05-05 15:23:17 +08:00
parent fe0ac008fa
commit 67b67dd5c1
2 changed files with 84 additions and 0 deletions

View File

@@ -30,9 +30,11 @@
}
}
.el-tabs__item:not(.is-disabled):not(.is-active):hover {
color: #353636;
}
.el-tabs__item.is-active {
color: #046ECA;
background-color: #FFFFFF;
@@ -45,14 +47,21 @@
color: #046ECA;
}
}
.el-tabs__item:first-of-type.is-active {
box-shadow: 1px 1px $tab-border-color inset;
}
}
.el-tabs__content {
height: calc(100% - 39px);
border: 1px solid $tab-border-color;
border-top: none;
}
.tab-pane--border-card {
height: 100%;
overflow: auto;
}
}
}