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;
| }
| }
| }
|
|