@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';

.sider-layout-content (@prefix) {
  .@{prefix} {
    // transition: width 0.3s;
    min-height: 100%;
    padding-left: @padding-md;

    // 备选
    // height: 100%;
    width: calc(~'100% - (@{sider-width} + @{padding-md})');
    flex-basis: calc(~'100% - (@{sider-width} + @{padding-md})');
  }
}
