1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /* eslint-disable */
| /**liuwh
| * 5/29/2020, 11:49:58 AM
| * doc comment for the file goes here
| */
|
| /** Happy Coding */
| .merits-dispose {
| &-main {
| background: #fff;
| margin: 20px;
| padding: 20px;
| & .ant-table-tbody {
| font-size: 12px !important;
| }
| & .ant-tag {
| cursor: pointer;
| }
|
| }
| }
|
|