Fix route flow tabs height
This commit is contained in:
parent
906d79dc25
commit
fa459930b8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue