Blame view

src/pages/OrderReport/index.less 370 Bytes
zhongnanhuang authored
1
2
3
4
5
6
7
.order-statictis-card .ant-pro-card-body {
  padding-top: 0;
}

.order-statictis-card {
  height: 100%;
}
zhongnanhuang authored
8
9

//将报表卡片的extra左边内容调到适中位置
zhongnanhuang authored
10
11
12
13
// #order-dual-axes-card .ant-pro-card-extra {
//   width: 60%;
//   max-height: 24px;
// }
zhongnanhuang authored
14
15
16
17
18

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