vue-ant-patterns
Version:
vue-ant-patterns
49 lines (45 loc) • 777 B
text/less
@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';
@depot-prefix-cls: ~'@{depot-prefix}-table-bottom-tools';
@depot-table-footer: ~'@{depot-prefix}-auto-table-footer';
.@{depot-prefix-cls} {
display: flex;
justify-content: center;
&-small {
.ant-btn {
height: @btn-height-sm;
}
}
&-default {
.ant-btn {
height: @btn-height-base;
}
}
&-large {
.ant-btn {
height: @btn-height-lg;
}
}
}
.@{depot-table-footer} {
&-small {
.ant-btn {
height: @btn-height-sm;
}
}
&-middle {
.ant-btn {
height: @btn-height-sm;
}
}
&-default {
.ant-btn {
height: @btn-height-base;
}
}
&-large {
.ant-btn {
height: @btn-height-base;
}
}
}