forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-29 a4f102defd2c7918617717f3307b6a3ef63859ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* eslint-disable */
/**liuwh
 * 5/29/2020, 10:38:14 AM
 * doc comment for the file goes here
 */
 
/** Happy Coding */
.merits-detail {
  &-main {
    background: #fff;
    margin: 20px;
    padding: 20px;
    & .ant-table-tbody {
      font-size: 12px !important;
    }
  }
}