index.less 358 Bytes
.order-statictis-card .ant-pro-card-body {
  padding-top: 0;
}

.order-statictis-card {
  height: 100%;
}

//将报表卡片的extra左边内容调到适中位置
#order-dual-axes-card .ant-pro-card-extra {
  width: 60%;
  max-height: 24px;
}

//报表卡片中tabs作为单选项,去掉多余的margin
#order-dual-axes-card .ant-tabs-nav {
  margin: 0;
}