Fix route flow tabs height

This commit is contained in:
caoqianming 2026-07-27 16:31:11 +08:00
parent 906d79dc25
commit fa459930b8
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ export default {
.rs-tabs {
/* el-tabs 的空 content 默认会 flex-grow多个流程图时会把下方画布挤出可视区 */
flex: 0 0 auto;
height: auto;
}
.rs-tabs :deep(.el-tabs__header) {
margin: 0 0 8px;