index.css
2.53 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.subForm {
margin-bottom: 10px;
position: relative;
}
.subForm .extraAction {
position: absolute;
top: -30px;
right: 0;
}
.subForm .extraAction .del {
background: #fd674a;
border: 1px solid #fd674a;
}
.subForm .extraAction .del:hover {
color: #fff;
border: 1px solid #fb795f !important;
background: #fb795f !important;
}
.subForm .summaryCell {
color: red;
font-weight: bold;
white-space: nowrap;
/* 合计不换行 */
overflow: hidden;
/*超出部分隐藏*/
text-overflow: ellipsis;
/*超出部分文字以...显示*/
display: block;
}
.subForm .summaryCellTotal {
color: black;
font-weight: bold;
}
.disabledProup .iconAdd i:hover:before {
color: rgba(0, 0, 0, 0.43);
}
.disabledProup .editSelect > div:hover {
border-color: transparent !important;
background: transparent !important;
}
.disabledProup .editSelect > div:hover span {
color: rgba(0, 0, 0, 0.25);
}
.disabledProup .editSelect > div > div > div {
color: #000 !important;
}
.disabledProup .inputNum input:hover {
border: 2px solid transparent !important;
background: transparent !important;
}
.disabledProup input[disabled]:hover {
background: none !important;
}
.disabledProup .tableDataPicker input:hover {
border: 1px solid #e6d8d8 !important;
}
.disabledProup :global .ant-table-scroll > div:last-child,
.proup :global .ant-table-scroll > div:last-child {
position: relative;
}
:global .react-resizable {
position: relative;
background-clip: padding-box;
}
:global .react-resizable-handle {
position: absolute;
width: 10px;
height: 100%;
bottom: 0;
right: -5px;
cursor: col-resize;
z-index: 1;
}
:global th[bnotresize] .react-resizable-handle {
cursor: default;
}
:global .tableNoPadding .ant-table-row td {
padding: 0 !important;
}
:global .vlist-td-display {
display: none;
}
:global .virtuallist > table > tbody > tr:nth-of-type(2) .vlist-td-display {
display: table-cell;
}
.tdCell .fastSearchBtn {
position: absolute;
top: 0;
right: 0;
background-color: #fff7e6;
display: none;
}
.tdCell .fastSearchBtn:hover {
color: #2f54eb;
zoom: 1.1;
}
.tdCell:hover .fastSearchBtn {
display: block;
}
.colorInfo {
display: flex;
flex-wrap: wrap;
font-size: 10px;
}
.moveLine {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
border: 2px dashed #448ef7;
z-index: 2;
cursor: ns-resize;
opacity: 0;
}
.moveLine:hover {
opacity: 1;
}
.moveLine:active {
border-color: #72c240;
}
:global .xlyCommonTable .ant-table-cell .changeClassName .ant-form-item {
margin-bottom: 0px !important;
}