@import "../index";

.fct-fill-layout {
  .display-flex();
  .align-items(stretch);
  .justify-content(stretch);
  > * {
    position: relative;
    .flex-grow();
    box-sizing: border-box;
    width: 100%;
    min-height: 100%; // 高度设100%无效
    max-height: 100%;
  }
}
