.co-row--fit{ display: flex; flex-direction: column; height: 100%;
  &>.el-row{ flex: auto; min-height: 0;
    &>.el-col{ height: 100%;}
    &.fit{ flex:0 0 auto;}
  }
}