forked from huge/frontEnd/hugeOA

liuwh
2020-04-06 23ef77aa1fa2d9ce3c10205f9cb77864a18e9ec4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* eslint-disable */
/**柯礼钦
 * 4/6/2020, 11:50:58 AM
 * doc comment for the file goes here
 */
 
/** Happy Coding */
.hot-list-table-view {
  &-main {
    margin: 24px 0;
    background: #fff;
    &-content {
      margin: 0 24px 24px 24px;
      border: 1px solid #e6e6e6;
    }
  }
}