vue-ant-patterns
Version:
vue-ant-patterns
16 lines (13 loc) • 384 B
text/less
@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})');
}
}