@qn-pandora/pandora-component 5.0.2 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +110 -22
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Button/style.css +215 -109
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/style.css +50 -55
- package/es/components/CheckTransformList/style.css +327 -103
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/CheckboxList/style.css +5 -0
- package/es/components/Collapse/style.css +34 -2
- package/es/components/DateTimePicker/Base/style.css +446 -56
- package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Drawer/index.d.ts +6 -6
- package/es/components/Drawer/index.js +4 -4
- package/es/components/Drawer/style.css +244 -169
- package/es/components/Drawer/style.less +8 -0
- package/es/components/FileResumable/style.css +12 -42
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +218 -40
- package/es/components/Menu/style.css +16 -7
- package/es/components/Modal/style.css +10 -7
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/OptionList/InlineOptionList/style.css +21 -8
- package/es/components/OptionList/OptionItem/style.css +83 -55
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +77 -46
- package/es/components/OptionList/style.css +181 -109
- package/es/components/RadioGroup/style.css +27 -16
- package/es/components/RangeInput/style.css +581 -64
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/Selector/style.css +110 -22
- package/es/components/Spin/style.css +8 -6
- package/es/components/Steps/style.css +43 -5
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +2 -3
- package/es/components/Table/index.d.ts +12 -9
- package/es/components/Table/index.js +73 -84
- package/es/components/Table/style.css +99 -61
- package/es/components/Tabs/style.css +117 -68
- package/es/components/TopologyChart/index.d.ts +7 -0
- package/es/components/TopologyChart/index.js +19 -0
- package/es/components/TopologyChart/style.css +14 -0
- package/es/components/TopologyChart/style.less +14 -0
- package/es/components/TreeSelector/style.css +21 -9
- package/es/index.css +4134 -3054
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +16 -15
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +110 -22
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Button/style.css +215 -109
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/style.css +50 -55
- package/lib/components/CheckTransformList/style.css +327 -103
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/CheckboxList/style.css +5 -0
- package/lib/components/Collapse/style.css +34 -2
- package/lib/components/DateTimePicker/Base/style.css +446 -56
- package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Drawer/index.d.ts +6 -6
- package/lib/components/Drawer/index.js +4 -4
- package/lib/components/Drawer/style.css +244 -169
- package/lib/components/Drawer/style.less +8 -0
- package/lib/components/FileResumable/style.css +12 -42
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +218 -40
- package/lib/components/Menu/style.css +16 -7
- package/lib/components/Modal/style.css +10 -7
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/OptionList/InlineOptionList/style.css +21 -8
- package/lib/components/OptionList/OptionItem/style.css +83 -55
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
- package/lib/components/OptionList/style.css +181 -109
- package/lib/components/RadioGroup/style.css +27 -16
- package/lib/components/RangeInput/style.css +581 -64
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/Selector/style.css +110 -22
- package/lib/components/Spin/style.css +8 -6
- package/lib/components/Steps/style.css +43 -5
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +2 -3
- package/lib/components/Table/index.d.ts +12 -9
- package/lib/components/Table/index.js +73 -84
- package/lib/components/Table/style.css +99 -61
- package/lib/components/Tabs/style.css +117 -68
- package/lib/components/TopologyChart/index.d.ts +7 -0
- package/lib/components/TopologyChart/index.js +28 -0
- package/lib/components/TopologyChart/style.css +14 -0
- package/lib/components/TopologyChart/style.less +14 -0
- package/lib/components/TreeSelector/style.css +21 -9
- package/lib/index.css +10899 -9819
- package/lib/index.d.ts +1 -0
- package/lib/index.js +6 -1
- package/lib/index.less +23 -22
- package/package.json +7 -6
@@ -20,31 +20,35 @@
|
|
20
20
|
width: -webkit-max-content;
|
21
21
|
width: -moz-max-content;
|
22
22
|
width: max-content;
|
23
|
+
width: intrinsic;
|
23
24
|
max-width: 250px;
|
24
25
|
visibility: visible;
|
25
26
|
}
|
27
|
+
.ant-tooltip-content {
|
28
|
+
position: relative;
|
29
|
+
}
|
26
30
|
.ant-tooltip-hidden {
|
27
31
|
display: none;
|
28
32
|
}
|
29
33
|
.ant-tooltip-placement-top,
|
30
34
|
.ant-tooltip-placement-topLeft,
|
31
35
|
.ant-tooltip-placement-topRight {
|
32
|
-
padding-bottom:
|
36
|
+
padding-bottom: 14.3137085px;
|
33
37
|
}
|
34
38
|
.ant-tooltip-placement-right,
|
35
39
|
.ant-tooltip-placement-rightTop,
|
36
40
|
.ant-tooltip-placement-rightBottom {
|
37
|
-
padding-left:
|
41
|
+
padding-left: 14.3137085px;
|
38
42
|
}
|
39
43
|
.ant-tooltip-placement-bottom,
|
40
44
|
.ant-tooltip-placement-bottomLeft,
|
41
45
|
.ant-tooltip-placement-bottomRight {
|
42
|
-
padding-top:
|
46
|
+
padding-top: 14.3137085px;
|
43
47
|
}
|
44
48
|
.ant-tooltip-placement-left,
|
45
49
|
.ant-tooltip-placement-leftTop,
|
46
50
|
.ant-tooltip-placement-leftBottom {
|
47
|
-
padding-right:
|
51
|
+
padding-right: 14.3137085px;
|
48
52
|
}
|
49
53
|
.ant-tooltip-inner {
|
50
54
|
min-width: 30px;
|
@@ -61,44 +65,62 @@
|
|
61
65
|
}
|
62
66
|
.ant-tooltip-arrow {
|
63
67
|
position: absolute;
|
68
|
+
z-index: 2;
|
64
69
|
display: block;
|
65
|
-
width:
|
66
|
-
height:
|
70
|
+
width: 22px;
|
71
|
+
height: 22px;
|
67
72
|
overflow: hidden;
|
68
73
|
background: transparent;
|
69
74
|
pointer-events: none;
|
70
75
|
}
|
71
76
|
.ant-tooltip-arrow-content {
|
77
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(35, 44, 59, 0.7), rgba(35, 44, 59, 0.8));
|
72
78
|
position: absolute;
|
73
79
|
top: 0;
|
74
80
|
right: 0;
|
75
81
|
bottom: 0;
|
76
82
|
left: 0;
|
77
83
|
display: block;
|
78
|
-
width:
|
79
|
-
height:
|
84
|
+
width: 11.3137085px;
|
85
|
+
height: 11.3137085px;
|
80
86
|
margin: auto;
|
81
|
-
background-color: rgba(35, 44, 59, 0.8);
|
82
87
|
content: '';
|
83
88
|
pointer-events: auto;
|
89
|
+
border-radius: 0 0 2px;
|
90
|
+
pointer-events: none;
|
91
|
+
}
|
92
|
+
.ant-tooltip-arrow-content::before {
|
93
|
+
position: absolute;
|
94
|
+
top: -11.3137085px;
|
95
|
+
left: -11.3137085px;
|
96
|
+
width: 33.9411255px;
|
97
|
+
height: 33.9411255px;
|
98
|
+
background: var(--antd-arrow-background-color);
|
99
|
+
background-repeat: no-repeat;
|
100
|
+
background-position: -10px -10px;
|
101
|
+
content: '';
|
102
|
+
clip-path: inset(33% 33%);
|
103
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
84
104
|
}
|
85
105
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
86
106
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
87
107
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
88
|
-
bottom:
|
108
|
+
bottom: 0;
|
109
|
+
-webkit-transform: translateY(100%);
|
110
|
+
transform: translateY(100%);
|
89
111
|
}
|
90
112
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
91
113
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
92
114
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
93
115
|
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
94
116
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
95
|
-
-webkit-transform: translateY(-
|
96
|
-
transform: translateY(-
|
117
|
+
-webkit-transform: translateY(-11px) rotate(45deg);
|
118
|
+
transform: translateY(-11px) rotate(45deg);
|
97
119
|
}
|
98
120
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
99
121
|
left: 50%;
|
100
|
-
-webkit-transform: translateX(-50%);
|
101
|
-
transform: translateX(-50%);
|
122
|
+
-webkit-transform: translateY(100%) translateX(-50%);
|
123
|
+
transform: translateY(100%) translateX(-50%);
|
102
124
|
}
|
103
125
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
104
126
|
left: 13px;
|
@@ -109,20 +131,22 @@
|
|
109
131
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
110
132
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
111
133
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
112
|
-
left:
|
134
|
+
left: 0;
|
135
|
+
-webkit-transform: translateX(-100%);
|
136
|
+
transform: translateX(-100%);
|
113
137
|
}
|
114
138
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
115
139
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
116
140
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
117
141
|
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
118
142
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
119
|
-
-webkit-transform: translateX(
|
120
|
-
transform: translateX(
|
143
|
+
-webkit-transform: translateX(11px) rotate(135deg);
|
144
|
+
transform: translateX(11px) rotate(135deg);
|
121
145
|
}
|
122
146
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
123
147
|
top: 50%;
|
124
|
-
-webkit-transform: translateY(-50%);
|
125
|
-
transform: translateY(-50%);
|
148
|
+
-webkit-transform: translateX(-100%) translateY(-50%);
|
149
|
+
transform: translateX(-100%) translateY(-50%);
|
126
150
|
}
|
127
151
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
128
152
|
top: 5px;
|
@@ -133,20 +157,22 @@
|
|
133
157
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
134
158
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
135
159
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
136
|
-
right:
|
160
|
+
right: 0;
|
161
|
+
-webkit-transform: translateX(100%);
|
162
|
+
transform: translateX(100%);
|
137
163
|
}
|
138
164
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
139
165
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
140
166
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
141
167
|
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
142
168
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
143
|
-
-webkit-transform: translateX(-
|
144
|
-
transform: translateX(-
|
169
|
+
-webkit-transform: translateX(-11px) rotate(315deg);
|
170
|
+
transform: translateX(-11px) rotate(315deg);
|
145
171
|
}
|
146
172
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
147
173
|
top: 50%;
|
148
|
-
-webkit-transform: translateY(-50%);
|
149
|
-
transform: translateY(-50%);
|
174
|
+
-webkit-transform: translateX(100%) translateY(-50%);
|
175
|
+
transform: translateX(100%) translateY(-50%);
|
150
176
|
}
|
151
177
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
152
178
|
top: 5px;
|
@@ -157,20 +183,22 @@
|
|
157
183
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
158
184
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
159
185
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
160
|
-
top:
|
186
|
+
top: 0;
|
187
|
+
-webkit-transform: translateY(-100%);
|
188
|
+
transform: translateY(-100%);
|
161
189
|
}
|
162
190
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
163
191
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
164
192
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
165
193
|
-webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
166
194
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
167
|
-
-webkit-transform: translateY(
|
168
|
-
transform: translateY(
|
195
|
+
-webkit-transform: translateY(11px) rotate(225deg);
|
196
|
+
transform: translateY(11px) rotate(225deg);
|
169
197
|
}
|
170
198
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
171
199
|
left: 50%;
|
172
|
-
-webkit-transform: translateX(-50%);
|
173
|
-
transform: translateX(-50%);
|
200
|
+
-webkit-transform: translateY(-100%) translateX(-50%);
|
201
|
+
transform: translateY(-100%) translateX(-50%);
|
174
202
|
}
|
175
203
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
176
204
|
left: 13px;
|
@@ -181,80 +209,80 @@
|
|
181
209
|
.ant-tooltip-pink .ant-tooltip-inner {
|
182
210
|
background-color: #eb2f96;
|
183
211
|
}
|
184
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
185
|
-
background
|
212
|
+
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
|
213
|
+
background: #eb2f96;
|
186
214
|
}
|
187
215
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
188
216
|
background-color: #eb2f96;
|
189
217
|
}
|
190
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
191
|
-
background
|
218
|
+
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
|
219
|
+
background: #eb2f96;
|
192
220
|
}
|
193
221
|
.ant-tooltip-red .ant-tooltip-inner {
|
194
222
|
background-color: #f5222d;
|
195
223
|
}
|
196
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {
|
197
|
-
background
|
224
|
+
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
225
|
+
background: #f5222d;
|
198
226
|
}
|
199
227
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
200
228
|
background-color: #fa541c;
|
201
229
|
}
|
202
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
203
|
-
background
|
230
|
+
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
|
231
|
+
background: #fa541c;
|
204
232
|
}
|
205
233
|
.ant-tooltip-orange .ant-tooltip-inner {
|
206
234
|
background-color: #fa8c16;
|
207
235
|
}
|
208
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
209
|
-
background
|
236
|
+
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
|
237
|
+
background: #fa8c16;
|
210
238
|
}
|
211
239
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
212
240
|
background-color: #fadb14;
|
213
241
|
}
|
214
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
215
|
-
background
|
242
|
+
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
|
243
|
+
background: #fadb14;
|
216
244
|
}
|
217
245
|
.ant-tooltip-gold .ant-tooltip-inner {
|
218
246
|
background-color: #faad14;
|
219
247
|
}
|
220
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
221
|
-
background
|
248
|
+
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
249
|
+
background: #faad14;
|
222
250
|
}
|
223
251
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
224
252
|
background-color: #13c2c2;
|
225
253
|
}
|
226
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
227
|
-
background
|
254
|
+
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
|
255
|
+
background: #13c2c2;
|
228
256
|
}
|
229
257
|
.ant-tooltip-lime .ant-tooltip-inner {
|
230
258
|
background-color: #a0d911;
|
231
259
|
}
|
232
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
233
|
-
background
|
260
|
+
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
|
261
|
+
background: #a0d911;
|
234
262
|
}
|
235
263
|
.ant-tooltip-green .ant-tooltip-inner {
|
236
264
|
background-color: #52c41a;
|
237
265
|
}
|
238
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {
|
239
|
-
background
|
266
|
+
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
267
|
+
background: #52c41a;
|
240
268
|
}
|
241
269
|
.ant-tooltip-blue .ant-tooltip-inner {
|
242
270
|
background-color: #1890ff;
|
243
271
|
}
|
244
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
245
|
-
background
|
272
|
+
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
|
273
|
+
background: #1890ff;
|
246
274
|
}
|
247
275
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
248
276
|
background-color: #2f54eb;
|
249
277
|
}
|
250
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
251
|
-
background
|
278
|
+
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
|
279
|
+
background: #2f54eb;
|
252
280
|
}
|
253
281
|
.ant-tooltip-purple .ant-tooltip-inner {
|
254
282
|
background-color: #722ed1;
|
255
283
|
}
|
256
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
257
|
-
background
|
284
|
+
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
|
285
|
+
background: #722ed1;
|
258
286
|
}
|
259
287
|
.ant-tooltip-rtl {
|
260
288
|
direction: rtl;
|
@@ -21,14 +21,8 @@
|
|
21
21
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
22
22
|
padding: 0;
|
23
23
|
line-height: 30px;
|
24
|
-
-webkit-transition: all 0.3s;
|
25
|
-
transition: all 0.3s;
|
26
|
-
}
|
27
|
-
@supports (-moz-appearance: meterbar) {
|
28
|
-
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
29
|
-
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
30
|
-
line-height: 30px;
|
31
|
-
}
|
24
|
+
-webkit-transition: all 0.3s, visibility 0s;
|
25
|
+
transition: all 0.3s, visibility 0s;
|
32
26
|
}
|
33
27
|
.ant-select-single .ant-select-selector .ant-select-selection-item {
|
34
28
|
position: relative;
|
@@ -38,6 +32,8 @@
|
|
38
32
|
user-select: none;
|
39
33
|
}
|
40
34
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
35
|
+
-webkit-transition: none;
|
36
|
+
transition: none;
|
41
37
|
pointer-events: none;
|
42
38
|
}
|
43
39
|
.ant-select-single .ant-select-selector::after,
|
@@ -171,6 +167,7 @@
|
|
171
167
|
width: 0;
|
172
168
|
margin: 2px 0;
|
173
169
|
line-height: 24px;
|
170
|
+
visibility: hidden;
|
174
171
|
content: '\a0';
|
175
172
|
}
|
176
173
|
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
@@ -228,10 +225,15 @@
|
|
228
225
|
text-align: center;
|
229
226
|
text-transform: none;
|
230
227
|
vertical-align: -0.125em;
|
231
|
-
text-rendering:
|
228
|
+
text-rendering: optimizelegibility;
|
232
229
|
-webkit-font-smoothing: antialiased;
|
233
230
|
-moz-osx-font-smoothing: grayscale;
|
234
|
-
display: inline-
|
231
|
+
display: -webkit-inline-box;
|
232
|
+
display: -ms-inline-flexbox;
|
233
|
+
display: inline-flex;
|
234
|
+
-webkit-box-align: center;
|
235
|
+
-ms-flex-align: center;
|
236
|
+
align-items: center;
|
235
237
|
color: rgba(0, 0, 0, 0.45);
|
236
238
|
font-weight: bold;
|
237
239
|
font-size: 10px;
|
@@ -251,7 +253,7 @@
|
|
251
253
|
display: block;
|
252
254
|
}
|
253
255
|
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
254
|
-
vertical-align:
|
256
|
+
vertical-align: middle;
|
255
257
|
}
|
256
258
|
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
257
259
|
color: rgba(0, 0, 0, 0.75);
|
@@ -263,8 +265,6 @@
|
|
263
265
|
.ant-select-multiple .ant-select-selection-search {
|
264
266
|
position: relative;
|
265
267
|
max-width: 100%;
|
266
|
-
margin-top: 2px;
|
267
|
-
margin-bottom: 2px;
|
268
268
|
-webkit-margin-start: 7px;
|
269
269
|
margin-inline-start: 7px;
|
270
270
|
}
|
@@ -337,13 +337,45 @@
|
|
337
337
|
-webkit-margin-start: 3px;
|
338
338
|
margin-inline-start: 3px;
|
339
339
|
}
|
340
|
-
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
341
|
-
height: 32px;
|
342
|
-
line-height: 32px;
|
343
|
-
}
|
344
340
|
.ant-select-disabled .ant-select-selection-item-remove {
|
345
341
|
display: none;
|
346
342
|
}
|
343
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
344
|
+
background-color: #ffffff;
|
345
|
+
border-color: #f5222d !important;
|
346
|
+
}
|
347
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
348
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
349
|
+
border-color: #ff4d4f;
|
350
|
+
-webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
351
|
+
box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
|
352
|
+
border-right-width: 1px;
|
353
|
+
outline: 0;
|
354
|
+
}
|
355
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
356
|
+
background-color: transparent;
|
357
|
+
border-color: #f0a818 !important;
|
358
|
+
}
|
359
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
360
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
361
|
+
border-color: #fcc442;
|
362
|
+
-webkit-box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
363
|
+
box-shadow: 0 0 0 2px rgba(240, 168, 24, 0.2);
|
364
|
+
border-right-width: 1px;
|
365
|
+
outline: 0;
|
366
|
+
}
|
367
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
|
368
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
|
369
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
|
370
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
|
371
|
+
right: 32px;
|
372
|
+
}
|
373
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
|
374
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
|
375
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
|
376
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
|
377
|
+
padding-right: 42px;
|
378
|
+
}
|
347
379
|
/* Reset search input style */
|
348
380
|
.ant-select {
|
349
381
|
-webkit-box-sizing: border-box;
|
@@ -382,7 +414,7 @@
|
|
382
414
|
border-color: #9ca0a6;
|
383
415
|
-webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
384
416
|
box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
|
385
|
-
border-right-width: 1px
|
417
|
+
border-right-width: 1px;
|
386
418
|
outline: 0;
|
387
419
|
}
|
388
420
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
@@ -413,7 +445,7 @@
|
|
413
445
|
}
|
414
446
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
415
447
|
border-color: #2c6dd2;
|
416
|
-
border-right-width: 1px
|
448
|
+
border-right-width: 1px;
|
417
449
|
}
|
418
450
|
.ant-select-selection-item {
|
419
451
|
-webkit-box-flex: 1;
|
@@ -449,19 +481,26 @@
|
|
449
481
|
}
|
450
482
|
}
|
451
483
|
.ant-select-arrow {
|
452
|
-
display: inline-
|
484
|
+
display: -webkit-inline-box;
|
485
|
+
display: -ms-inline-flexbox;
|
486
|
+
display: inline-flex;
|
453
487
|
color: #bfbfbf;
|
454
488
|
font-style: normal;
|
455
489
|
line-height: 0;
|
456
490
|
text-transform: none;
|
457
491
|
vertical-align: -0.125em;
|
458
|
-
text-rendering:
|
492
|
+
text-rendering: optimizelegibility;
|
459
493
|
-webkit-font-smoothing: antialiased;
|
460
494
|
-moz-osx-font-smoothing: grayscale;
|
461
495
|
position: absolute;
|
462
496
|
top: 50%;
|
463
497
|
right: 11px;
|
464
|
-
|
498
|
+
display: -webkit-box;
|
499
|
+
display: -ms-flexbox;
|
500
|
+
display: flex;
|
501
|
+
-webkit-box-align: center;
|
502
|
+
-ms-flex-align: center;
|
503
|
+
align-items: center;
|
465
504
|
height: 12px;
|
466
505
|
margin-top: -6px;
|
467
506
|
color: rgba(0, 0, 0, 0.25);
|
@@ -498,6 +537,10 @@
|
|
498
537
|
.ant-select-disabled .ant-select-arrow {
|
499
538
|
cursor: not-allowed;
|
500
539
|
}
|
540
|
+
.ant-select-arrow > *:not(:last-child) {
|
541
|
+
-webkit-margin-end: 8px;
|
542
|
+
margin-inline-end: 8px;
|
543
|
+
}
|
501
544
|
.ant-select-clear {
|
502
545
|
position: absolute;
|
503
546
|
top: 50%;
|
@@ -655,6 +698,46 @@
|
|
655
698
|
-webkit-box-shadow: none !important;
|
656
699
|
box-shadow: none !important;
|
657
700
|
}
|
701
|
+
.ant-select.ant-select-in-form-item {
|
702
|
+
width: 100%;
|
703
|
+
}
|
704
|
+
.ant-select-compact-item:not(.ant-select-compact-last-item) {
|
705
|
+
margin-right: -1px;
|
706
|
+
}
|
707
|
+
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
|
708
|
+
margin-right: 0;
|
709
|
+
margin-left: -1px;
|
710
|
+
}
|
711
|
+
.ant-select-compact-item:hover > *,
|
712
|
+
.ant-select-compact-item:focus > *,
|
713
|
+
.ant-select-compact-item:active > * {
|
714
|
+
z-index: 2;
|
715
|
+
}
|
716
|
+
.ant-select-compact-item.ant-select-focused > * {
|
717
|
+
z-index: 2;
|
718
|
+
}
|
719
|
+
.ant-select-compact-item[disabled] > * {
|
720
|
+
z-index: 0;
|
721
|
+
}
|
722
|
+
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
|
723
|
+
border-radius: 0;
|
724
|
+
}
|
725
|
+
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
|
726
|
+
border-top-right-radius: 0;
|
727
|
+
border-bottom-right-radius: 0;
|
728
|
+
}
|
729
|
+
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
|
730
|
+
border-top-left-radius: 0;
|
731
|
+
border-bottom-left-radius: 0;
|
732
|
+
}
|
733
|
+
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
|
734
|
+
border-top-left-radius: 0;
|
735
|
+
border-bottom-left-radius: 0;
|
736
|
+
}
|
737
|
+
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
|
738
|
+
border-top-right-radius: 0;
|
739
|
+
border-bottom-right-radius: 0;
|
740
|
+
}
|
658
741
|
.ant-select-rtl {
|
659
742
|
direction: rtl;
|
660
743
|
}
|
@@ -858,6 +941,7 @@
|
|
858
941
|
}
|
859
942
|
.ant-checkbox-disabled .ant-checkbox-input {
|
860
943
|
cursor: not-allowed;
|
944
|
+
pointer-events: none;
|
861
945
|
}
|
862
946
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
863
947
|
background-color: #f5f5f5;
|
@@ -910,6 +994,10 @@
|
|
910
994
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
911
995
|
margin-left: 8px;
|
912
996
|
}
|
997
|
+
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
998
|
+
width: 14px;
|
999
|
+
height: 14px;
|
1000
|
+
}
|
913
1001
|
.ant-checkbox + span {
|
914
1002
|
padding-right: 8px;
|
915
1003
|
padding-left: 8px;
|
@@ -17,6 +17,7 @@
|
|
17
17
|
position: absolute;
|
18
18
|
display: none;
|
19
19
|
color: #7a869a;
|
20
|
+
font-size: 0;
|
20
21
|
text-align: center;
|
21
22
|
vertical-align: middle;
|
22
23
|
opacity: 0;
|
@@ -54,6 +55,7 @@
|
|
54
55
|
top: 50%;
|
55
56
|
width: 100%;
|
56
57
|
padding-top: 5px;
|
58
|
+
font-size: 14px;
|
57
59
|
text-shadow: 0 1px 2px #ffffff;
|
58
60
|
}
|
59
61
|
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
|
@@ -160,8 +162,8 @@
|
|
160
162
|
animation-delay: 1.2s;
|
161
163
|
}
|
162
164
|
.ant-spin-dot-spin {
|
163
|
-
-webkit-transform: rotate(
|
164
|
-
transform: rotate(
|
165
|
+
-webkit-transform: rotate(0deg);
|
166
|
+
transform: rotate(0deg);
|
165
167
|
-webkit-animation: antRotate 1.2s infinite linear;
|
166
168
|
animation: antRotate 1.2s infinite linear;
|
167
169
|
}
|
@@ -201,14 +203,14 @@
|
|
201
203
|
}
|
202
204
|
@-webkit-keyframes antRotate {
|
203
205
|
to {
|
204
|
-
-webkit-transform: rotate(
|
205
|
-
transform: rotate(
|
206
|
+
-webkit-transform: rotate(360deg);
|
207
|
+
transform: rotate(360deg);
|
206
208
|
}
|
207
209
|
}
|
208
210
|
@keyframes antRotate {
|
209
211
|
to {
|
210
|
-
-webkit-transform: rotate(
|
211
|
-
transform: rotate(
|
212
|
+
-webkit-transform: rotate(360deg);
|
213
|
+
transform: rotate(360deg);
|
212
214
|
}
|
213
215
|
}
|
214
216
|
.ant-spin-rtl {
|
@@ -352,7 +352,7 @@
|
|
352
352
|
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
353
353
|
position: absolute;
|
354
354
|
top: 0;
|
355
|
-
left:
|
355
|
+
left: 15px;
|
356
356
|
width: 1px;
|
357
357
|
height: 100%;
|
358
358
|
padding: 38px 0 6px;
|
@@ -370,7 +370,7 @@
|
|
370
370
|
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
|
371
371
|
position: absolute;
|
372
372
|
top: 0;
|
373
|
-
left:
|
373
|
+
left: 11px;
|
374
374
|
padding: 30px 0 6px;
|
375
375
|
}
|
376
376
|
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
|
@@ -489,6 +489,12 @@
|
|
489
489
|
margin: 0;
|
490
490
|
padding: 22px 0 4px;
|
491
491
|
}
|
492
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
|
493
|
+
margin-top: 10px;
|
494
|
+
}
|
495
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
496
|
+
top: 3.5px;
|
497
|
+
}
|
492
498
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
|
493
499
|
left: 0;
|
494
500
|
}
|
@@ -608,6 +614,9 @@
|
|
608
614
|
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
609
615
|
visibility: hidden;
|
610
616
|
}
|
617
|
+
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
618
|
+
visibility: hidden;
|
619
|
+
}
|
611
620
|
.ant-steps-rtl {
|
612
621
|
direction: rtl;
|
613
622
|
}
|
@@ -623,6 +632,11 @@
|
|
623
632
|
padding-right: 0;
|
624
633
|
padding-left: 16px;
|
625
634
|
}
|
635
|
+
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
|
636
|
+
float: left;
|
637
|
+
margin-right: 8px;
|
638
|
+
margin-left: 0;
|
639
|
+
}
|
626
640
|
.ant-steps-rtl .ant-steps-item-title::after {
|
627
641
|
right: 100%;
|
628
642
|
left: auto;
|
@@ -736,19 +750,43 @@
|
|
736
750
|
right: -2px;
|
737
751
|
left: auto;
|
738
752
|
}
|
753
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
|
754
|
+
padding-right: 4px;
|
755
|
+
}
|
756
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
757
|
+
right: 19px;
|
758
|
+
}
|
759
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
760
|
+
right: 15px;
|
761
|
+
}
|
762
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
|
763
|
+
padding-right: 4px;
|
764
|
+
padding-left: 0;
|
765
|
+
}
|
739
766
|
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
|
740
767
|
padding-right: 4px;
|
741
768
|
}
|
742
769
|
.ant-steps-with-progress .ant-steps-item {
|
743
770
|
padding-top: 4px;
|
744
771
|
}
|
745
|
-
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
|
746
|
-
top: 4px
|
772
|
+
.ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
773
|
+
top: 4px;
|
774
|
+
left: 19px;
|
747
775
|
}
|
748
|
-
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child
|
776
|
+
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
|
777
|
+
.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
|
749
778
|
padding-bottom: 4px;
|
750
779
|
padding-left: 4px;
|
751
780
|
}
|
781
|
+
.ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
782
|
+
left: 15px;
|
783
|
+
}
|
784
|
+
.ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
|
785
|
+
padding-left: 4px;
|
786
|
+
}
|
787
|
+
.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
|
788
|
+
top: 14px !important;
|
789
|
+
}
|
752
790
|
.ant-steps-with-progress .ant-steps-item-icon {
|
753
791
|
position: relative;
|
754
792
|
}
|