1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| /* 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;
| padding-bottom: 24px;
| background: #fff;
| &-content {
| margin: 0 24px;
| border: 1px solid #e6e6e6;
| }
| & .ant-tabs-nav .ant-tabs-tab {
| padding: 10px !important;
| font-size: 12px;
| }
| & .ant-tabs-bar {
| margin-bottom: 0 !important;
| }
| & a:visited {
| color: #559de6 !important;
| }
| }
| }
|
|