zhu-jiang-yi-yuan-bigscreen
Version:
南方医科大学珠江医院大屏端
31 lines (24 loc) • 628 B
text/less
@import '../../../../index.less';
@import '~antd/es/style/themes/default.less';
@prefix: ~'@{bigscreen-prefix}-hospitalization-summarize-month';
@space: 30;
.@{prefix} {
.ant-col {
.col-style();
&.pie {
border-right: unset;
}
&.extra {
>div {
&:first-child {
margin-top: calc(@space/@bigscreen-base-height * 100vh);
margin-bottom: calc(@space/2/@bigscreen-base-height * 100vh);
}
&:last-child {
padding-top: calc(@space/2/@bigscreen-base-height * 100vh);
border-top: 1px solid @split-border-color;
}
}
}
}
}