Blame view

src/views/statistics/css/index.scss 232 Bytes
任超 committed
1 2 3 4
/deep/.el-table thead.is-group th.el-table__cell {
  background-color: transparent !important;
}

任超 committed
5 6 7
/deep/.el-table--group::after,
.el-table--border::after {
  width: 0 !important;
任超 committed
8
}
任超 committed
9 10

.export-excel-wrapper {
任超 committed
11
  display: inline-block;
任超 committed
12
}