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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.WebDic {
.item {
margin-bottom: 10px;
}
th.column {
background-color: #9ec3e2;
}
.ant-table-content {
max-height: calc(100vh - 260px);
border-right: white;
overflow: auto !important;
}
.divv {
.ant-modal-wrap {
z-index: 1001 !important;
}
}
.ant-table-tbody {
.clickRowStyle {
background: #cfe7fd;
}
.clickRowStyle:hover > td {
background: #aed8fa;
}
.clickRowStyle1 {
background: #b9dbfa;
}
.clickRowStyle1:hover > td {
background: #9ec3e2;
}
}
.ant-table-body {
max-height: calc(100vh - 277px) !important;
min-height: calc(100vh - 277px);
margin-right: -6px;
width: 100%;
border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
margin: 10px 0 !important;
}
.font {
font-weight: bold;
}
.tab {
padding-right: 5px;
.th.column {
background-color: #f4fcff;
}
.ant-table-body {
margin-right: -7px;
background-color: #f4fcff;
}
// .ant-table.ant-table-bordered > .ant-table-title {
// background-color: #f4fcff;
// }
}
// .pad{
// overflow-x: hidden;
// }
.ant-table-wrapper {
max-width: 98%;
margin-left: 2%;
}
.ant-table-cell > div {
overflow: hidden;
max-width: 350px;
white-space: nowrap;
text-overflow: ellipsis;
}
}