index.less
685 Bytes
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
29
30
31
32
33
34
35
36
37
.orgTable {
.ant-radio-wrapper{
max-width: 110px;
overflow: hidden;
white-space: nowrap;
word-break: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
th{
text-align: center !important;
background: none !important;
}
.ant-table-tbody{
td{
padding: 4px 6px !important;
border-bottom: none !important;
}
}
.ant-table-header{
background: none;
}
.ant-table-row-expand-icon{
height: 23px;
vertical-align: middle;
}
.tdWidth{
max-width: 100px;
overflow: hidden;
white-space: nowrap;
word-break: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
}