@flatbiz/antd 3.2.14 → 3.2.16
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/cjs/index.css +1 -1112
- package/cjs/index.js +2 -2
- package/cjs/index.js.map +1 -1
- package/index.d.ts +4 -2
- package/package.json +1 -1
package/cjs/index.css
CHANGED
|
@@ -1,1112 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--fa-color-primary: #1677ff;
|
|
3
|
-
--fa-secondary: #1677ff;
|
|
4
|
-
--fa-warning: #ff8f1f;
|
|
5
|
-
--fa-danger: #ff3141;
|
|
6
|
-
--fa-success: #00b578;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.num-ff {
|
|
10
|
-
font-family: var(--v-font-family-number);
|
|
11
|
-
}
|
|
12
|
-
p,
|
|
13
|
-
ul {
|
|
14
|
-
margin: 0;
|
|
15
|
-
padding: 0;
|
|
16
|
-
}
|
|
17
|
-
.hide {
|
|
18
|
-
display: none;
|
|
19
|
-
}
|
|
20
|
-
.clear-fix:after,
|
|
21
|
-
.clear-fix::after {
|
|
22
|
-
display: block;
|
|
23
|
-
visibility: hidden;
|
|
24
|
-
height: 0;
|
|
25
|
-
font-size: 0;
|
|
26
|
-
content: ' ';
|
|
27
|
-
clear: both;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dmw-popconfirm .ant-popconfirm-buttons {
|
|
31
|
-
display: flex;
|
|
32
|
-
justify-content: right;
|
|
33
|
-
}
|
|
34
|
-
.dmw-popconfirm .ant-popconfirm-buttons > .ant-btn:nth-child(1) {
|
|
35
|
-
margin-left: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.table-operate {
|
|
39
|
-
padding: 0 5px;
|
|
40
|
-
}
|
|
41
|
-
.table-operate .ant-btn-link {
|
|
42
|
-
padding: 0 6px;
|
|
43
|
-
border-radius: 4px;
|
|
44
|
-
}
|
|
45
|
-
.table-operate .ant-btn-link:hover {
|
|
46
|
-
background-color: rgba(0, 0, 0, 0.03) !important;
|
|
47
|
-
}
|
|
48
|
-
.table-operate .ant-btn-link:hover span {
|
|
49
|
-
transform: scale(1.05);
|
|
50
|
-
transition: all ease-in 0.1s;
|
|
51
|
-
}
|
|
52
|
-
.table-operate .ant-btn-link .anticon + span {
|
|
53
|
-
margin-left: 5px;
|
|
54
|
-
}
|
|
55
|
-
.table-operate .ant-divider {
|
|
56
|
-
margin: 0 4px;
|
|
57
|
-
}
|
|
58
|
-
.fold-more-button .anticon-more {
|
|
59
|
-
transform: rotate(90deg);
|
|
60
|
-
}
|
|
61
|
-
.fold-more-button:hover .anticon-more {
|
|
62
|
-
transform: scale(1.3) rotate(90deg) !important;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.v-request-status {
|
|
66
|
-
position: relative;
|
|
67
|
-
margin: 16px 0;
|
|
68
|
-
}
|
|
69
|
-
.v-request-status .ant-empty {
|
|
70
|
-
margin: 8px 0;
|
|
71
|
-
}
|
|
72
|
-
.v-request-status .ant-spin {
|
|
73
|
-
position: absolute;
|
|
74
|
-
top: 50%;
|
|
75
|
-
left: 50%;
|
|
76
|
-
transform: translate(-50%, -50%);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.check-list-checked {
|
|
80
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.v-css-hover:hover {
|
|
84
|
-
position: relative;
|
|
85
|
-
}
|
|
86
|
-
.v-css-hover:hover::before {
|
|
87
|
-
content: '';
|
|
88
|
-
position: absolute;
|
|
89
|
-
top: 0;
|
|
90
|
-
left: 0;
|
|
91
|
-
right: 0;
|
|
92
|
-
bottom: 0;
|
|
93
|
-
background-color: var(--v-css-hover-bgcolor, #ccc);
|
|
94
|
-
opacity: var(--v-css-hover-opacity, 0.1);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.v-dialog-modal .ant-modal-body {
|
|
98
|
-
max-height: calc(100vh - 150px);
|
|
99
|
-
overflow: auto;
|
|
100
|
-
}
|
|
101
|
-
.v-dialog-confirm .ant-modal-header {
|
|
102
|
-
margin: 0 !important;
|
|
103
|
-
}
|
|
104
|
-
.v-dialog-confirm .ant-modal-header {
|
|
105
|
-
padding: 0;
|
|
106
|
-
border: none;
|
|
107
|
-
}
|
|
108
|
-
.v-dialog-confirm .ant-modal-content {
|
|
109
|
-
padding: 20px 24px;
|
|
110
|
-
}
|
|
111
|
-
.v-dialog-confirm .ant-modal-footer {
|
|
112
|
-
padding: 0;
|
|
113
|
-
border-top: none;
|
|
114
|
-
}
|
|
115
|
-
.v-dialog-confirm .ant-modal-body {
|
|
116
|
-
padding: 20px 0 15px 0;
|
|
117
|
-
font-size: 16px;
|
|
118
|
-
font-weight: 400;
|
|
119
|
-
color: rgba(0, 0, 0, 0.78) !important;
|
|
120
|
-
}
|
|
121
|
-
.v-dialog-confirm .ant-modal-footer > button:nth-child(2) {
|
|
122
|
-
margin-left: 15px !important;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.v-dialog-loading .ant-modal-content {
|
|
126
|
-
background-color: transparent;
|
|
127
|
-
padding: 0;
|
|
128
|
-
box-shadow: none;
|
|
129
|
-
}
|
|
130
|
-
.v-dialog-loading .ant-modal-body {
|
|
131
|
-
text-align: center;
|
|
132
|
-
}
|
|
133
|
-
.v-dialog-loading-content {
|
|
134
|
-
text-align: center;
|
|
135
|
-
display: inline-block;
|
|
136
|
-
background-color: #fff;
|
|
137
|
-
padding: 20px 30px;
|
|
138
|
-
border-radius: 8px;
|
|
139
|
-
}
|
|
140
|
-
.v-dialog-loading-content .loader-inner {
|
|
141
|
-
width: 30px;
|
|
142
|
-
height: 30px;
|
|
143
|
-
margin: 0 auto;
|
|
144
|
-
text-indent: -12345px;
|
|
145
|
-
border-top: 2px solid rgba(0, 128, 227, 0.08);
|
|
146
|
-
border-right: 2px solid rgba(0, 128, 227, 0.08);
|
|
147
|
-
border-bottom: 2px solid rgba(0, 128, 227, 0.08);
|
|
148
|
-
border-left: 2px solid var(--v-loading-color);
|
|
149
|
-
border-radius: 50%;
|
|
150
|
-
z-index: 100001;
|
|
151
|
-
animation: dialog-spinner 600ms infinite linear;
|
|
152
|
-
}
|
|
153
|
-
.v-dialog-loading-content .loader-text {
|
|
154
|
-
font-size: 12px;
|
|
155
|
-
letter-spacing: 2px;
|
|
156
|
-
color: #606060;
|
|
157
|
-
font-size: 16px;
|
|
158
|
-
font-weight: 500;
|
|
159
|
-
margin-top: 15px;
|
|
160
|
-
text-align: left;
|
|
161
|
-
}
|
|
162
|
-
@keyframes dialog-spinner {
|
|
163
|
-
0% {
|
|
164
|
-
transform: rotate(0deg);
|
|
165
|
-
}
|
|
166
|
-
100% {
|
|
167
|
-
transform: rotate(360deg);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.drawer-wraper .ant-drawer-header {
|
|
172
|
-
padding: 12px 14px;
|
|
173
|
-
}
|
|
174
|
-
.drawer-wraper .ant-drawer-body {
|
|
175
|
-
display: flex;
|
|
176
|
-
flex-direction: column;
|
|
177
|
-
position: relative;
|
|
178
|
-
}
|
|
179
|
-
.drawer-wraper .ant-drawer-content-wrapper {
|
|
180
|
-
max-width: 80%;
|
|
181
|
-
}
|
|
182
|
-
.drawer-wraper-content {
|
|
183
|
-
position: relative;
|
|
184
|
-
flex: 1;
|
|
185
|
-
overflow-y: auto;
|
|
186
|
-
overflow-x: hidden;
|
|
187
|
-
height: 100%;
|
|
188
|
-
}
|
|
189
|
-
.drawer-wraper-loader {
|
|
190
|
-
background-color: #ffffff;
|
|
191
|
-
position: absolute;
|
|
192
|
-
top: 0;
|
|
193
|
-
bottom: 0;
|
|
194
|
-
left: 0;
|
|
195
|
-
right: 0;
|
|
196
|
-
z-index: 100000;
|
|
197
|
-
display: flex;
|
|
198
|
-
justify-content: center;
|
|
199
|
-
align-items: center;
|
|
200
|
-
opacity: 1;
|
|
201
|
-
text-align: center;
|
|
202
|
-
}
|
|
203
|
-
.drawer-wraper-loader .loader-wrapper {
|
|
204
|
-
width: 100px;
|
|
205
|
-
height: 100px;
|
|
206
|
-
display: inline-flex;
|
|
207
|
-
flex-direction: column;
|
|
208
|
-
justify-content: space-around;
|
|
209
|
-
}
|
|
210
|
-
.drawer-wraper-loader .loader-inner {
|
|
211
|
-
width: 30px;
|
|
212
|
-
height: 30px;
|
|
213
|
-
margin: 0 auto;
|
|
214
|
-
text-indent: -12345px;
|
|
215
|
-
border-top: 2px solid rgba(0, 128, 227, 0.08);
|
|
216
|
-
border-right: 2px solid rgba(0, 128, 227, 0.08);
|
|
217
|
-
border-bottom: 2px solid rgba(0, 128, 227, 0.08);
|
|
218
|
-
border-left: 2px solid rgba(0, 84, 153, 0.7);
|
|
219
|
-
border-radius: 50%;
|
|
220
|
-
z-index: 100001;
|
|
221
|
-
animation: spinner 600ms infinite linear;
|
|
222
|
-
}
|
|
223
|
-
.drawer-wraper-loader .loader-text {
|
|
224
|
-
width: 100px;
|
|
225
|
-
height: 20px;
|
|
226
|
-
text-align: center;
|
|
227
|
-
font-size: 12px;
|
|
228
|
-
letter-spacing: 4px;
|
|
229
|
-
color: #0080e3;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.drawer-wrapper .ant-drawer-header {
|
|
233
|
-
padding: 12px 14px;
|
|
234
|
-
}
|
|
235
|
-
.drawer-wrapper .ant-drawer-body {
|
|
236
|
-
display: flex;
|
|
237
|
-
flex-direction: column;
|
|
238
|
-
position: relative;
|
|
239
|
-
padding: 0;
|
|
240
|
-
}
|
|
241
|
-
.drawer-wrapper .ant-drawer-content-wrapper {
|
|
242
|
-
max-width: 80%;
|
|
243
|
-
}
|
|
244
|
-
.drawer-wrapper-content {
|
|
245
|
-
position: relative;
|
|
246
|
-
flex: 1;
|
|
247
|
-
overflow-y: auto;
|
|
248
|
-
overflow-x: hidden;
|
|
249
|
-
height: 100%;
|
|
250
|
-
padding: 20px;
|
|
251
|
-
}
|
|
252
|
-
.drawer-wrapper-footer {
|
|
253
|
-
padding: 10px 16px;
|
|
254
|
-
border-top: 1px solid #f0f0f0;
|
|
255
|
-
}
|
|
256
|
-
.drawer-wrapper-loader {
|
|
257
|
-
background-color: #ffffff;
|
|
258
|
-
position: absolute;
|
|
259
|
-
top: 0;
|
|
260
|
-
bottom: 0;
|
|
261
|
-
left: 0;
|
|
262
|
-
right: 0;
|
|
263
|
-
z-index: 100000;
|
|
264
|
-
display: flex;
|
|
265
|
-
justify-content: center;
|
|
266
|
-
align-items: center;
|
|
267
|
-
opacity: 1;
|
|
268
|
-
text-align: center;
|
|
269
|
-
}
|
|
270
|
-
.drawer-wrapper-loader .loader-wrapper {
|
|
271
|
-
width: 100px;
|
|
272
|
-
height: 100px;
|
|
273
|
-
display: inline-flex;
|
|
274
|
-
flex-direction: column;
|
|
275
|
-
justify-content: space-around;
|
|
276
|
-
}
|
|
277
|
-
.drawer-wrapper-loader .loader-inner {
|
|
278
|
-
width: 30px;
|
|
279
|
-
height: 30px;
|
|
280
|
-
margin: 0 auto;
|
|
281
|
-
text-indent: -12345px;
|
|
282
|
-
border-top: 2px solid rgba(0, 128, 227, 0.08);
|
|
283
|
-
border-right: 2px solid rgba(0, 128, 227, 0.08);
|
|
284
|
-
border-bottom: 2px solid rgba(0, 128, 227, 0.08);
|
|
285
|
-
border-left: 2px solid rgba(0, 84, 153, 0.7);
|
|
286
|
-
border-radius: 50%;
|
|
287
|
-
z-index: 100001;
|
|
288
|
-
animation: spinner 600ms infinite linear;
|
|
289
|
-
}
|
|
290
|
-
.drawer-wrapper-loader .loader-text {
|
|
291
|
-
width: 100px;
|
|
292
|
-
height: 20px;
|
|
293
|
-
text-align: center;
|
|
294
|
-
font-size: 12px;
|
|
295
|
-
letter-spacing: 4px;
|
|
296
|
-
color: #0080e3;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.v-dynamic-node-fixed {
|
|
300
|
-
position: fixed;
|
|
301
|
-
top: 0;
|
|
302
|
-
left: 0;
|
|
303
|
-
right: 0;
|
|
304
|
-
bottom: 0;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.simple-layout {
|
|
308
|
-
background-color: #fff;
|
|
309
|
-
padding: 15px;
|
|
310
|
-
}
|
|
311
|
-
.simple-layout .ant-form {
|
|
312
|
-
margin-bottom: -15px;
|
|
313
|
-
}
|
|
314
|
-
.simple-layout .ant-form-item {
|
|
315
|
-
margin: 0 0 15px;
|
|
316
|
-
}
|
|
317
|
-
.simple-layout .ant-form-item-label {
|
|
318
|
-
width: 82px;
|
|
319
|
-
}
|
|
320
|
-
.simple-layout .ant-form-item-label.ant-col-auto {
|
|
321
|
-
width: auto;
|
|
322
|
-
}
|
|
323
|
-
.simple-layout .ant-table-thead > tr > th {
|
|
324
|
-
background: #f6f6f6;
|
|
325
|
-
}
|
|
326
|
-
.simple-layout .ant-descriptions-item {
|
|
327
|
-
padding-bottom: 10px;
|
|
328
|
-
}
|
|
329
|
-
.simple-layout .ant-descriptions-item-label {
|
|
330
|
-
color: #999;
|
|
331
|
-
}
|
|
332
|
-
.simple-layout .ant-table-pagination.ant-pagination {
|
|
333
|
-
margin: 16px 0 0 0;
|
|
334
|
-
}
|
|
335
|
-
.simple-layout .simple-layout-content > .ant-row:nth-last-child(1) {
|
|
336
|
-
margin-bottom: 0px;
|
|
337
|
-
}
|
|
338
|
-
.simple-layout .simple-layout-content > .ant-row:nth-last-child(1) .ant-upload-list {
|
|
339
|
-
padding-bottom: 15px;
|
|
340
|
-
}
|
|
341
|
-
.simple-layout .simple-layout-content > .ant-descriptions:not(.ant-descriptions-bordered):nth-last-child(1) {
|
|
342
|
-
margin-bottom: -10px;
|
|
343
|
-
}
|
|
344
|
-
.simple-layout .v-tree-wrapper-tree {
|
|
345
|
-
padding: 5px 0 0 0;
|
|
346
|
-
}
|
|
347
|
-
.simple-layout-title-sign {
|
|
348
|
-
padding-left: 10px;
|
|
349
|
-
}
|
|
350
|
-
.simple-layout-title-sign::before {
|
|
351
|
-
content: '';
|
|
352
|
-
position: absolute;
|
|
353
|
-
top: 50%;
|
|
354
|
-
left: 0;
|
|
355
|
-
height: 14px;
|
|
356
|
-
width: 3px;
|
|
357
|
-
background: var(--fa-color-primary);
|
|
358
|
-
border-radius: 3px;
|
|
359
|
-
margin-top: -7px;
|
|
360
|
-
}
|
|
361
|
-
.simple-layout-title {
|
|
362
|
-
color: rgba(0, 0, 0, 0.85);
|
|
363
|
-
font-weight: 500;
|
|
364
|
-
font-size: 16px;
|
|
365
|
-
overflow: hidden;
|
|
366
|
-
white-space: nowrap;
|
|
367
|
-
text-overflow: ellipsis;
|
|
368
|
-
position: relative;
|
|
369
|
-
}
|
|
370
|
-
.simple-layout-title + .simple-layout-content {
|
|
371
|
-
margin-top: 10px;
|
|
372
|
-
}
|
|
373
|
-
.simple-layout-desc {
|
|
374
|
-
font-size: 12px;
|
|
375
|
-
color: rgba(0, 0, 0, 0.55);
|
|
376
|
-
}
|
|
377
|
-
.simple-layout-desc + .simple-layout-content {
|
|
378
|
-
margin-top: 10px;
|
|
379
|
-
}
|
|
380
|
-
.simple-layout + .simple-layout {
|
|
381
|
-
margin-top: 10px;
|
|
382
|
-
}
|
|
383
|
-
.simple-layout .simple-layout:first-child {
|
|
384
|
-
padding: 0 0 15px 0;
|
|
385
|
-
}
|
|
386
|
-
.simple-layout + .ant-divider {
|
|
387
|
-
margin: 0 0 15px 0;
|
|
388
|
-
}
|
|
389
|
-
.simple-layout-formlabel-left .ant-form-item-label {
|
|
390
|
-
text-align: left;
|
|
391
|
-
}
|
|
392
|
-
.simple-layout-tight.simple-layout {
|
|
393
|
-
margin-top: 0;
|
|
394
|
-
padding: 0 0 15px 0;
|
|
395
|
-
}
|
|
396
|
-
.simple-layout-title-extra-space {
|
|
397
|
-
width: 100%;
|
|
398
|
-
justify-content: space-between;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.icon-wrapper {
|
|
402
|
-
display: flex;
|
|
403
|
-
align-items: center;
|
|
404
|
-
padding: 6px;
|
|
405
|
-
border-radius: 6px;
|
|
406
|
-
margin: 0 -6px;
|
|
407
|
-
}
|
|
408
|
-
.icon-wrapper .anticon + .icon-wrapper-text {
|
|
409
|
-
margin-left: 3px;
|
|
410
|
-
}
|
|
411
|
-
.icon-wrapper-tigger {
|
|
412
|
-
cursor: pointer;
|
|
413
|
-
}
|
|
414
|
-
.icon-wrapper-tigger:hover {
|
|
415
|
-
transform: scale(1.1);
|
|
416
|
-
transition: all ease-in 0.1s;
|
|
417
|
-
position: relative;
|
|
418
|
-
background-color: rgba(0, 0, 0, 0.06);
|
|
419
|
-
}
|
|
420
|
-
.icon-wrapper-small {
|
|
421
|
-
font-size: 14px;
|
|
422
|
-
}
|
|
423
|
-
.icon-wrapper-middle {
|
|
424
|
-
font-size: 16px;
|
|
425
|
-
}
|
|
426
|
-
.icon-wrapper-large {
|
|
427
|
-
font-size: 20px;
|
|
428
|
-
}
|
|
429
|
-
.icon-wrapper.icon-wrapper-hidden-hover-bgcolor {
|
|
430
|
-
padding: 0;
|
|
431
|
-
margin: 0;
|
|
432
|
-
}
|
|
433
|
-
.icon-wrapper.icon-wrapper-hidden-hover-bgcolor:hover {
|
|
434
|
-
background-color: transparent;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.editable-field-full > .ant-space-item:nth-child(1) {
|
|
438
|
-
flex: 1;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.v-selector-item-icon {
|
|
442
|
-
margin-right: 5px;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.v-file-upload .ant-upload-span {
|
|
446
|
-
cursor: pointer;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.editable-table {
|
|
450
|
-
padding-bottom: 15px;
|
|
451
|
-
}
|
|
452
|
-
.editable-table .ant-form-item {
|
|
453
|
-
margin: 0 !important;
|
|
454
|
-
}
|
|
455
|
-
.editable-table .editable-text-view.ant-typography {
|
|
456
|
-
margin-bottom: 0;
|
|
457
|
-
}
|
|
458
|
-
.editable-input-number-form-item .ant-input-number {
|
|
459
|
-
width: 100%;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.v-editor-wrapper {
|
|
463
|
-
width: 100%;
|
|
464
|
-
height: 100%;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.v-file-upload .ant-upload-span {
|
|
468
|
-
cursor: pointer;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.v-flex-layout {
|
|
472
|
-
display: flex;
|
|
473
|
-
}
|
|
474
|
-
.v-flex-vertical {
|
|
475
|
-
flex-direction: column;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.form-item-group-card {
|
|
479
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
480
|
-
padding: 10px 20px 0 20px;
|
|
481
|
-
border-radius: 5px;
|
|
482
|
-
}
|
|
483
|
-
.form-item-group-card-title {
|
|
484
|
-
color: rgba(0, 0, 0, 0.65);
|
|
485
|
-
font-weight: 500;
|
|
486
|
-
font-size: 16px;
|
|
487
|
-
overflow: hidden;
|
|
488
|
-
white-space: nowrap;
|
|
489
|
-
text-overflow: ellipsis;
|
|
490
|
-
position: relative;
|
|
491
|
-
margin-bottom: 15px;
|
|
492
|
-
}
|
|
493
|
-
.form-item-group-card-title-sign {
|
|
494
|
-
padding-left: 10px;
|
|
495
|
-
}
|
|
496
|
-
.form-item-group-card-title-sign::before {
|
|
497
|
-
content: '';
|
|
498
|
-
position: absolute;
|
|
499
|
-
top: 50%;
|
|
500
|
-
left: 0;
|
|
501
|
-
height: 14px;
|
|
502
|
-
width: 3px;
|
|
503
|
-
background: var(--fa-color-primary);
|
|
504
|
-
border-radius: 3px;
|
|
505
|
-
margin-top: -7px;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.union-before-text,
|
|
509
|
-
.union-after-text {
|
|
510
|
-
flex-shrink: 0;
|
|
511
|
-
align-self: flex-start;
|
|
512
|
-
line-height: 32px;
|
|
513
|
-
}
|
|
514
|
-
.union-before-element,
|
|
515
|
-
.union-after-element {
|
|
516
|
-
align-self: flex-start;
|
|
517
|
-
}
|
|
518
|
-
.form-item-group-horizontal-union .v-flex-layout .ant-form-item {
|
|
519
|
-
margin-bottom: 0;
|
|
520
|
-
align-self: flex-start;
|
|
521
|
-
}
|
|
522
|
-
.form-item-group-horizontal-union .v-flex-layout {
|
|
523
|
-
align-items: flex-start;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.v-label-value-layout .ant-descriptions-item-label {
|
|
527
|
-
width: var(--v-label-value-layout-lWidth);
|
|
528
|
-
color: rgba(0, 0, 0, 0.45);
|
|
529
|
-
flex-shrink: 0;
|
|
530
|
-
}
|
|
531
|
-
.v-label-value-layout .ant-descriptions-item {
|
|
532
|
-
padding-bottom: 8px;
|
|
533
|
-
}
|
|
534
|
-
.v-label-value-layout .ant-descriptions-item-content {
|
|
535
|
-
color: rgba(0, 0, 0, 0.85);
|
|
536
|
-
font-weight: 400;
|
|
537
|
-
}
|
|
538
|
-
.v-label-value-layout.ant-descriptions-bordered .ant-descriptions-item-label {
|
|
539
|
-
padding: 8px 10px;
|
|
540
|
-
}
|
|
541
|
-
.v-label-value-layout-border {
|
|
542
|
-
padding: 10px 10px 2px 10px;
|
|
543
|
-
border: 1px solid #dedede;
|
|
544
|
-
margin-top: 20px;
|
|
545
|
-
border-radius: 5px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.local-loading-error {
|
|
549
|
-
padding: 24px 16px !important;
|
|
550
|
-
}
|
|
551
|
-
.local-loading-error .ant-result-icon {
|
|
552
|
-
margin-bottom: 15px !important;
|
|
553
|
-
}
|
|
554
|
-
.local-loading-error .ant-result-icon .anticon {
|
|
555
|
-
font-size: 40px !important;
|
|
556
|
-
}
|
|
557
|
-
.local-loading-error .ant-result-title {
|
|
558
|
-
font-size: 16px !important;
|
|
559
|
-
}
|
|
560
|
-
.local-loading-error .ant-result-extra {
|
|
561
|
-
margin-top: 15px !important;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.modal-wraper .ant-modal-body {
|
|
565
|
-
position: relative;
|
|
566
|
-
padding: 0;
|
|
567
|
-
}
|
|
568
|
-
.modal-wraper-content {
|
|
569
|
-
padding: 24px;
|
|
570
|
-
position: relative;
|
|
571
|
-
}
|
|
572
|
-
.modal-wraper-content-footer {
|
|
573
|
-
padding: 10px 16px;
|
|
574
|
-
text-align: right;
|
|
575
|
-
border-top: 1px solid #f0f0f0;
|
|
576
|
-
border-radius: 0px 0px 2px 2px;
|
|
577
|
-
}
|
|
578
|
-
.modal-wraper-loader {
|
|
579
|
-
background-color: #ffffff;
|
|
580
|
-
position: absolute;
|
|
581
|
-
top: 0;
|
|
582
|
-
bottom: 0;
|
|
583
|
-
left: 0;
|
|
584
|
-
right: 0;
|
|
585
|
-
z-index: 100000;
|
|
586
|
-
display: flex;
|
|
587
|
-
justify-content: center;
|
|
588
|
-
align-items: center;
|
|
589
|
-
opacity: 1;
|
|
590
|
-
text-align: center;
|
|
591
|
-
}
|
|
592
|
-
.modal-wraper-loader .loader-wrapper {
|
|
593
|
-
width: 100px;
|
|
594
|
-
height: 100px;
|
|
595
|
-
display: inline-flex;
|
|
596
|
-
flex-direction: column;
|
|
597
|
-
justify-content: space-around;
|
|
598
|
-
}
|
|
599
|
-
.modal-wraper-loader .loader-inner {
|
|
600
|
-
width: 30px;
|
|
601
|
-
height: 30px;
|
|
602
|
-
margin: 0 auto;
|
|
603
|
-
text-indent: -12345px;
|
|
604
|
-
border-top: 2px solid rgba(0, 128, 227, 0.08);
|
|
605
|
-
border-right: 2px solid rgba(0, 128, 227, 0.08);
|
|
606
|
-
border-bottom: 2px solid rgba(0, 128, 227, 0.08);
|
|
607
|
-
border-left: 2px solid rgba(0, 84, 153, 0.7);
|
|
608
|
-
border-radius: 50%;
|
|
609
|
-
z-index: 100001;
|
|
610
|
-
animation: spinner 600ms infinite linear;
|
|
611
|
-
}
|
|
612
|
-
.modal-wraper-loader .loader-text {
|
|
613
|
-
width: 100px;
|
|
614
|
-
height: 20px;
|
|
615
|
-
text-align: center;
|
|
616
|
-
font-size: 12px;
|
|
617
|
-
letter-spacing: 4px;
|
|
618
|
-
color: #0080e3;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.modal-wrapper .ant-modal-body {
|
|
622
|
-
position: relative;
|
|
623
|
-
padding: 0;
|
|
624
|
-
}
|
|
625
|
-
.modal-wrapper-content {
|
|
626
|
-
padding: 20px;
|
|
627
|
-
position: relative;
|
|
628
|
-
overflow: auto;
|
|
629
|
-
}
|
|
630
|
-
.modal-wrapper-footer {
|
|
631
|
-
text-align: right;
|
|
632
|
-
border-top: 1px solid #f0f0f0;
|
|
633
|
-
border-radius: 0px 0px 2px 2px;
|
|
634
|
-
padding: 10px 16px;
|
|
635
|
-
}
|
|
636
|
-
.modal-wrapper-loader {
|
|
637
|
-
background-color: #ffffff;
|
|
638
|
-
position: absolute;
|
|
639
|
-
top: 0;
|
|
640
|
-
bottom: 0;
|
|
641
|
-
left: 0;
|
|
642
|
-
right: 0;
|
|
643
|
-
z-index: 100000;
|
|
644
|
-
display: flex;
|
|
645
|
-
justify-content: center;
|
|
646
|
-
align-items: center;
|
|
647
|
-
opacity: 1;
|
|
648
|
-
text-align: center;
|
|
649
|
-
}
|
|
650
|
-
.modal-wrapper-loader .loader-wrapper {
|
|
651
|
-
width: 100px;
|
|
652
|
-
height: 100px;
|
|
653
|
-
display: inline-flex;
|
|
654
|
-
flex-direction: column;
|
|
655
|
-
justify-content: space-around;
|
|
656
|
-
}
|
|
657
|
-
.modal-wrapper-loader .loader-inner {
|
|
658
|
-
width: 30px;
|
|
659
|
-
height: 30px;
|
|
660
|
-
margin: 0 auto;
|
|
661
|
-
text-indent: -12345px;
|
|
662
|
-
border-top: 2px solid rgba(0, 128, 227, 0.08);
|
|
663
|
-
border-right: 2px solid rgba(0, 128, 227, 0.08);
|
|
664
|
-
border-bottom: 2px solid rgba(0, 128, 227, 0.08);
|
|
665
|
-
border-left: 2px solid rgba(0, 84, 153, 0.7);
|
|
666
|
-
border-radius: 50%;
|
|
667
|
-
z-index: 100001;
|
|
668
|
-
animation: spinner 600ms infinite linear;
|
|
669
|
-
}
|
|
670
|
-
.modal-wrapper-loader .loader-text {
|
|
671
|
-
width: 100px;
|
|
672
|
-
height: 20px;
|
|
673
|
-
text-align: center;
|
|
674
|
-
font-size: 12px;
|
|
675
|
-
letter-spacing: 4px;
|
|
676
|
-
color: #0080e3;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.page-fixed-footer {
|
|
680
|
-
padding: 15px 23px;
|
|
681
|
-
background-color: #fff;
|
|
682
|
-
box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.08);
|
|
683
|
-
z-index: 9;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.form-item-label-70.ant-form-item .ant-form-item-label {
|
|
687
|
-
width: 70px !important;
|
|
688
|
-
}
|
|
689
|
-
.form-item-label-80.ant-form-item .ant-form-item-label {
|
|
690
|
-
width: 80px !important;
|
|
691
|
-
}
|
|
692
|
-
.form-item-label-90.ant-form-item .ant-form-item-label {
|
|
693
|
-
width: 90px !important;
|
|
694
|
-
}
|
|
695
|
-
.form-item-label-100.ant-form-item .ant-form-item-label {
|
|
696
|
-
width: 100px !important;
|
|
697
|
-
}
|
|
698
|
-
.form-item-label-110.ant-form-item .ant-form-item-label {
|
|
699
|
-
width: 110px !important;
|
|
700
|
-
}
|
|
701
|
-
.form-item-label-120.ant-form-item .ant-form-item-label {
|
|
702
|
-
width: 120px !important;
|
|
703
|
-
}
|
|
704
|
-
.form-item-label-130.ant-form-item .ant-form-item-label {
|
|
705
|
-
width: 130px !important;
|
|
706
|
-
}
|
|
707
|
-
.form-item-label-140.ant-form-item .ant-form-item-label {
|
|
708
|
-
width: 140px !important;
|
|
709
|
-
}
|
|
710
|
-
.form-item-label-150.ant-form-item .ant-form-item-label {
|
|
711
|
-
width: 150px !important;
|
|
712
|
-
}
|
|
713
|
-
.form-item-label-160.ant-form-item .ant-form-item-label {
|
|
714
|
-
width: 160px !important;
|
|
715
|
-
}
|
|
716
|
-
.form-item-label-170.ant-form-item .ant-form-item-label {
|
|
717
|
-
width: 170px !important;
|
|
718
|
-
}
|
|
719
|
-
.form-item-label-180.ant-form-item .ant-form-item-label {
|
|
720
|
-
width: 180px !important;
|
|
721
|
-
}
|
|
722
|
-
.form-item-label-190.ant-form-item .ant-form-item-label {
|
|
723
|
-
width: 190px !important;
|
|
724
|
-
}
|
|
725
|
-
.form-item-label-200.ant-form-item .ant-form-item-label {
|
|
726
|
-
width: 200px !important;
|
|
727
|
-
}
|
|
728
|
-
.form-item-label-auto.ant-form-item .ant-form-item-label {
|
|
729
|
-
width: auto !important;
|
|
730
|
-
}
|
|
731
|
-
.form-item-label-align-left .ant-form-item-label {
|
|
732
|
-
text-align: left;
|
|
733
|
-
}
|
|
734
|
-
.form-item-label-align-right .ant-form-item-label {
|
|
735
|
-
text-align: right;
|
|
736
|
-
}
|
|
737
|
-
.ant-form-item.form-item-label-value-vertical .ant-form-item-row {
|
|
738
|
-
flex-direction: column;
|
|
739
|
-
}
|
|
740
|
-
.ant-form-item.form-item-label-value-vertical .ant-form-item-label {
|
|
741
|
-
width: 100%;
|
|
742
|
-
text-align: left;
|
|
743
|
-
}
|
|
744
|
-
.ant-form-item.form-item-label-value-vertical .ant-form-item-control {
|
|
745
|
-
flex: initial;
|
|
746
|
-
}
|
|
747
|
-
.form-label-70 .ant-form-item-label {
|
|
748
|
-
width: 70px !important;
|
|
749
|
-
}
|
|
750
|
-
.form-label-80 .ant-form-item-label {
|
|
751
|
-
width: 80px !important;
|
|
752
|
-
}
|
|
753
|
-
.form-label-90 .ant-form-item-label {
|
|
754
|
-
width: 90px !important;
|
|
755
|
-
}
|
|
756
|
-
.form-label-100 .ant-form-item-label {
|
|
757
|
-
width: 100px !important;
|
|
758
|
-
}
|
|
759
|
-
.form-label-110 .ant-form-item-label {
|
|
760
|
-
width: 110px !important;
|
|
761
|
-
}
|
|
762
|
-
.form-label-120 .ant-form-item-label {
|
|
763
|
-
width: 120px !important;
|
|
764
|
-
}
|
|
765
|
-
.form-label-130 .ant-form-item-label {
|
|
766
|
-
width: 130px !important;
|
|
767
|
-
}
|
|
768
|
-
.form-label-140 .ant-form-item-label {
|
|
769
|
-
width: 140px !important;
|
|
770
|
-
}
|
|
771
|
-
.form-label-150 .ant-form-item-label {
|
|
772
|
-
width: 150px !important;
|
|
773
|
-
}
|
|
774
|
-
.form-label-160 .ant-form-item-label {
|
|
775
|
-
width: 160px !important;
|
|
776
|
-
}
|
|
777
|
-
.form-label-170 .ant-form-item-label {
|
|
778
|
-
width: 170px !important;
|
|
779
|
-
}
|
|
780
|
-
.form-label-180 .ant-form-item-label {
|
|
781
|
-
width: 180px !important;
|
|
782
|
-
}
|
|
783
|
-
.form-label-190 .ant-form-item-label {
|
|
784
|
-
width: 190px !important;
|
|
785
|
-
}
|
|
786
|
-
.form-label-200 .ant-form-item-label {
|
|
787
|
-
width: 200px !important;
|
|
788
|
-
}
|
|
789
|
-
.form-label-auto .ant-form-item-label {
|
|
790
|
-
width: auto !important;
|
|
791
|
-
}
|
|
792
|
-
.form-label-align-left .ant-form-item-label {
|
|
793
|
-
text-align: left;
|
|
794
|
-
}
|
|
795
|
-
.form-label-align-right .ant-form-item-label {
|
|
796
|
-
text-align: right;
|
|
797
|
-
}
|
|
798
|
-
.form-label-value-vertical .ant-form-item .ant-form-item-row {
|
|
799
|
-
flex-direction: column;
|
|
800
|
-
}
|
|
801
|
-
.form-label-value-vertical .ant-form-item .ant-form-item-label {
|
|
802
|
-
width: 100%;
|
|
803
|
-
text-align: left;
|
|
804
|
-
}
|
|
805
|
-
.form-label-value-vertical .ant-form-item .ant-form-item-control {
|
|
806
|
-
flex: initial;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.relation-list {
|
|
810
|
-
position: relative;
|
|
811
|
-
}
|
|
812
|
-
.relation-list-solt1,
|
|
813
|
-
.relation-list-solt2 {
|
|
814
|
-
position: relative;
|
|
815
|
-
padding-left: var(--relation-tagline-width);
|
|
816
|
-
}
|
|
817
|
-
.relation-list:only-child(.relation-item) {
|
|
818
|
-
color: var(--relation-line-color);
|
|
819
|
-
}
|
|
820
|
-
.relation-list-line {
|
|
821
|
-
position: absolute;
|
|
822
|
-
width: 2px;
|
|
823
|
-
height: 100%;
|
|
824
|
-
background-color: var(--relation-line-color);
|
|
825
|
-
left: calc(var(--relation-tag-width) / 2);
|
|
826
|
-
}
|
|
827
|
-
.relation-item {
|
|
828
|
-
position: relative;
|
|
829
|
-
}
|
|
830
|
-
.relation-item-line {
|
|
831
|
-
position: relative;
|
|
832
|
-
}
|
|
833
|
-
.relation-item-line::before {
|
|
834
|
-
content: '';
|
|
835
|
-
position: absolute;
|
|
836
|
-
width: calc(var(--relation-tagline-width) / 2);
|
|
837
|
-
height: 2px;
|
|
838
|
-
background-color: var(--relation-line-color);
|
|
839
|
-
left: calc(var(--relation-tagline-width) * -1 + var(--relation-tag-width) / 2);
|
|
840
|
-
top: 50%;
|
|
841
|
-
margin-top: -1px;
|
|
842
|
-
}
|
|
843
|
-
.relation-item-first::after {
|
|
844
|
-
content: '';
|
|
845
|
-
position: absolute;
|
|
846
|
-
width: 2px;
|
|
847
|
-
height: calc(50% - 1px);
|
|
848
|
-
background-color: #fff;
|
|
849
|
-
left: calc(var(--relation-tagline-width) * -1 + var(--relation-tag-width) / 2);
|
|
850
|
-
top: 0;
|
|
851
|
-
}
|
|
852
|
-
.relation-item-last::after {
|
|
853
|
-
content: '';
|
|
854
|
-
position: absolute;
|
|
855
|
-
width: 2px;
|
|
856
|
-
top: calc(50% + 1px);
|
|
857
|
-
height: 50%;
|
|
858
|
-
background-color: #fff;
|
|
859
|
-
left: calc(var(--relation-tagline-width) * -1 + var(--relation-tag-width) / 2);
|
|
860
|
-
bottom: 0;
|
|
861
|
-
}
|
|
862
|
-
.relation-item-first.relation-item-last::before {
|
|
863
|
-
height: 0;
|
|
864
|
-
}
|
|
865
|
-
.relation-item-tag {
|
|
866
|
-
position: absolute;
|
|
867
|
-
top: 50%;
|
|
868
|
-
left: 0;
|
|
869
|
-
transform: translateY(-50%);
|
|
870
|
-
z-index: 9;
|
|
871
|
-
margin: 0;
|
|
872
|
-
width: var(--relation-tag-width);
|
|
873
|
-
padding: 0;
|
|
874
|
-
text-align: center;
|
|
875
|
-
cursor: pointer;
|
|
876
|
-
}
|
|
877
|
-
.relation-list-only-one > .relation-list-line {
|
|
878
|
-
display: none;
|
|
879
|
-
}
|
|
880
|
-
.relation-list-only-one > .relation-list-solt1 {
|
|
881
|
-
padding-left: 0;
|
|
882
|
-
}
|
|
883
|
-
.relation-list-only-one > .relation-list-solt1 > .relation-item-tag {
|
|
884
|
-
display: none;
|
|
885
|
-
}
|
|
886
|
-
.relation-list-only-one > .relation-list-solt2 {
|
|
887
|
-
padding-left: 0;
|
|
888
|
-
}
|
|
889
|
-
.relation-item-only-one::before {
|
|
890
|
-
height: 0;
|
|
891
|
-
}
|
|
892
|
-
.relation-item-only-one::after {
|
|
893
|
-
width: 0;
|
|
894
|
-
}
|
|
895
|
-
.relation-group-list {
|
|
896
|
-
position: relative;
|
|
897
|
-
}
|
|
898
|
-
.relation-group-list .relation-list {
|
|
899
|
-
margin-left: var(--relation-group-indent-width);
|
|
900
|
-
}
|
|
901
|
-
.relation-group-list .relation-list-solt1::before {
|
|
902
|
-
content: '';
|
|
903
|
-
position: absolute;
|
|
904
|
-
height: 2px;
|
|
905
|
-
border-top: 2px dotted #ccc;
|
|
906
|
-
left: calc(var(--relation-group-indent-width) / 2 * -1);
|
|
907
|
-
width: 40px;
|
|
908
|
-
top: 50%;
|
|
909
|
-
margin-top: -2px;
|
|
910
|
-
}
|
|
911
|
-
.relation-group-list .relation-list-label {
|
|
912
|
-
position: absolute;
|
|
913
|
-
left: calc(var(--relation-group-indent-width) / 2 * -1);
|
|
914
|
-
transform: translate(-50%, -50%);
|
|
915
|
-
z-index: 2;
|
|
916
|
-
top: 25%;
|
|
917
|
-
font-size: 12px;
|
|
918
|
-
color: #999;
|
|
919
|
-
}
|
|
920
|
-
.relation-group-list::after {
|
|
921
|
-
content: '';
|
|
922
|
-
position: absolute;
|
|
923
|
-
border-left: 2px dotted #ccc;
|
|
924
|
-
left: calc(var(--relation-group-indent-width) / 2);
|
|
925
|
-
width: 2px;
|
|
926
|
-
background-color: #fff;
|
|
927
|
-
top: 0;
|
|
928
|
-
bottom: 0;
|
|
929
|
-
}
|
|
930
|
-
.relation-group-list > .relation-list:nth-last-child(1) > .relation-list-solt1::after {
|
|
931
|
-
content: '';
|
|
932
|
-
position: absolute;
|
|
933
|
-
left: calc(var(--relation-group-indent-width) / 2 * -1);
|
|
934
|
-
width: 2px;
|
|
935
|
-
background-color: #fff;
|
|
936
|
-
top: 50%;
|
|
937
|
-
bottom: 0;
|
|
938
|
-
z-index: 2;
|
|
939
|
-
}
|
|
940
|
-
.relation-group-list > .relation-list:nth-last-child(1) > .relation-list-solt2::after {
|
|
941
|
-
content: '';
|
|
942
|
-
position: absolute;
|
|
943
|
-
left: calc(var(--relation-group-indent-width) / 2 * -1);
|
|
944
|
-
width: 2px;
|
|
945
|
-
background-color: #fff;
|
|
946
|
-
top: 0;
|
|
947
|
-
bottom: 0;
|
|
948
|
-
z-index: 2;
|
|
949
|
-
}
|
|
950
|
-
.relation-group-list .relation-list-only-one .relation-item-tag {
|
|
951
|
-
display: block;
|
|
952
|
-
}
|
|
953
|
-
.relation-group-list .relation-list-only-one > .relation-list-solt1 {
|
|
954
|
-
padding-left: var(--relation-tagline-width);
|
|
955
|
-
}
|
|
956
|
-
.relation-group-list .relation-list-only-one > .relation-list-solt1 .relation-list-line {
|
|
957
|
-
height: 0;
|
|
958
|
-
}
|
|
959
|
-
.form-list-no-main > .relation-list-solt1::before {
|
|
960
|
-
content: '';
|
|
961
|
-
position: absolute;
|
|
962
|
-
width: calc(var(--relation-tagline-width) / 2);
|
|
963
|
-
height: 2px;
|
|
964
|
-
background-color: var(--relation-line-color);
|
|
965
|
-
left: calc(var(--relation-tagline-width) * -1 + var(--relation-tag-width) / 2);
|
|
966
|
-
top: 50%;
|
|
967
|
-
margin-top: -1px;
|
|
968
|
-
}
|
|
969
|
-
.form-list-no-main-first .relation-list-solt1::after {
|
|
970
|
-
content: '';
|
|
971
|
-
position: absolute;
|
|
972
|
-
width: 2px;
|
|
973
|
-
height: calc(50% - 1px);
|
|
974
|
-
background-color: #fff;
|
|
975
|
-
left: calc(var(--relation-tagline-width) * -1 + var(--relation-tag-width) / 2);
|
|
976
|
-
top: 0;
|
|
977
|
-
}
|
|
978
|
-
.form-list-no-main-first.form-list-no-main-last .relation-list-solt1::before {
|
|
979
|
-
height: 0;
|
|
980
|
-
}
|
|
981
|
-
.relation-list-only-no-main-one > .relation-list-solt1 > .relation-list-line {
|
|
982
|
-
display: none;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.v-rule-describe-title {
|
|
986
|
-
font-size: 16px;
|
|
987
|
-
color: #333;
|
|
988
|
-
font-weight: 500;
|
|
989
|
-
margin-bottom: 10px;
|
|
990
|
-
position: relative;
|
|
991
|
-
}
|
|
992
|
-
.v-rule-describe-item-title {
|
|
993
|
-
font-size: 14px;
|
|
994
|
-
color: #545454;
|
|
995
|
-
font-weight: 500;
|
|
996
|
-
}
|
|
997
|
-
.v-rule-describe-item-desc {
|
|
998
|
-
font-size: 12px;
|
|
999
|
-
color: #666;
|
|
1000
|
-
margin-top: 5px;
|
|
1001
|
-
}
|
|
1002
|
-
.v-rule-describe-item-index {
|
|
1003
|
-
width: 20px;
|
|
1004
|
-
display: inline-block;
|
|
1005
|
-
flex-shrink: 0;
|
|
1006
|
-
}
|
|
1007
|
-
.v-rule-describe-item + .v-rule-describe-item {
|
|
1008
|
-
margin-top: 8px;
|
|
1009
|
-
}
|
|
1010
|
-
.v-rule-describe-title-sign {
|
|
1011
|
-
padding-left: 10px;
|
|
1012
|
-
}
|
|
1013
|
-
.v-rule-describe-title-sign::before {
|
|
1014
|
-
content: '';
|
|
1015
|
-
position: absolute;
|
|
1016
|
-
top: 50%;
|
|
1017
|
-
left: 0;
|
|
1018
|
-
height: 14px;
|
|
1019
|
-
width: 3px;
|
|
1020
|
-
background: var(--ant-primary-color);
|
|
1021
|
-
border-radius: 3px;
|
|
1022
|
-
margin-top: -7px;
|
|
1023
|
-
}
|
|
1024
|
-
.v-rule-describe .v-rule-describe .v-rule-describe-item-title {
|
|
1025
|
-
opacity: 0.9;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.tabs-sticky {
|
|
1029
|
-
height: 100%;
|
|
1030
|
-
overflow: hidden;
|
|
1031
|
-
}
|
|
1032
|
-
.tabs-sticky > .ant-tabs-content-holder {
|
|
1033
|
-
flex: 1;
|
|
1034
|
-
overflow-y: auto;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.tree-selector-wrapper-empty {
|
|
1038
|
-
margin: 8px 0;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.v-tree-wrapper {
|
|
1042
|
-
position: relative;
|
|
1043
|
-
display: flex;
|
|
1044
|
-
flex-direction: column;
|
|
1045
|
-
overflow: hidden;
|
|
1046
|
-
height: 100%;
|
|
1047
|
-
}
|
|
1048
|
-
.v-tree-wrapper-loading {
|
|
1049
|
-
position: absolute;
|
|
1050
|
-
z-index: 9;
|
|
1051
|
-
top: 50%;
|
|
1052
|
-
left: 50%;
|
|
1053
|
-
}
|
|
1054
|
-
.v-tree-wrapper-search {
|
|
1055
|
-
padding: 0 16px 0 16px;
|
|
1056
|
-
}
|
|
1057
|
-
.v-tree-wrapper-tree {
|
|
1058
|
-
position: relative;
|
|
1059
|
-
margin-left: -8px;
|
|
1060
|
-
flex: 1;
|
|
1061
|
-
overflow: auto;
|
|
1062
|
-
padding: 0 16px 16px 16px;
|
|
1063
|
-
}
|
|
1064
|
-
.v-tree-wrapper-tree .ant-tree-title {
|
|
1065
|
-
position: relative;
|
|
1066
|
-
flex: 1;
|
|
1067
|
-
display: flex;
|
|
1068
|
-
align-items: center;
|
|
1069
|
-
}
|
|
1070
|
-
.v-tree-wrapper-tree .tree-item-title {
|
|
1071
|
-
flex: 1;
|
|
1072
|
-
margin-right: 5px;
|
|
1073
|
-
}
|
|
1074
|
-
.v-tree-wrapper-tree .anticon-more {
|
|
1075
|
-
font-weight: bold;
|
|
1076
|
-
display: none;
|
|
1077
|
-
}
|
|
1078
|
-
.v-tree-wrapper-tree .tree-item-title-operate {
|
|
1079
|
-
display: none;
|
|
1080
|
-
}
|
|
1081
|
-
.v-tree-wrapper-tree .ant-tree-node-selected .anticon-more,
|
|
1082
|
-
.v-tree-wrapper-tree .ant-tree-node-selected .tree-item-title-operate {
|
|
1083
|
-
display: block;
|
|
1084
|
-
}
|
|
1085
|
-
.v-tree-wrapper-tree .ant-tree-node-content-wrapper {
|
|
1086
|
-
display: flex;
|
|
1087
|
-
}
|
|
1088
|
-
.tree-wrapper-empty {
|
|
1089
|
-
position: relative;
|
|
1090
|
-
}
|
|
1091
|
-
.tree-wrapper-empty .ant-empty {
|
|
1092
|
-
margin: 8px 0;
|
|
1093
|
-
}
|
|
1094
|
-
.tree-wrapper-empty .ant-spin {
|
|
1095
|
-
position: absolute;
|
|
1096
|
-
top: 50%;
|
|
1097
|
-
left: 50%;
|
|
1098
|
-
transform: translate(-50%, -50%);
|
|
1099
|
-
}
|
|
1100
|
-
.site-tree-search-value {
|
|
1101
|
-
color: red;
|
|
1102
|
-
}
|
|
1103
|
-
.v-tree-item-disabled {
|
|
1104
|
-
opacity: 0.5;
|
|
1105
|
-
}
|
|
1106
|
-
.tree-item-title-operate .ant-btn {
|
|
1107
|
-
height: initial;
|
|
1108
|
-
}
|
|
1109
|
-
.v-tree-wrapper-menu-hover .ant-tree-node-content-wrapper:hover .anticon-more,
|
|
1110
|
-
.v-tree-wrapper-menu-hover .ant-tree-node-content-wrapper:hover .tree-item-title-operate {
|
|
1111
|
-
display: block;
|
|
1112
|
-
}
|
|
1
|
+
:root{--fa-color-primary:#1677ff;--fa-secondary:#1677ff;--fa-warning:#ff8f1f;--fa-danger:#ff3141;--fa-success:#00b578}.num-ff{font-family:var(--v-font-family-number)}p,ul{margin:0;padding:0}.hide{display:none}.clear-fix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.dmw-popconfirm .ant-popconfirm-buttons{display:flex;justify-content:right}.dmw-popconfirm .ant-popconfirm-buttons>.ant-btn:first-child{margin-left:0}.table-operate{padding:0 5px}.table-operate .ant-btn-link{border-radius:4px;padding:0 6px}.table-operate .ant-btn-link:hover{background-color:rgba(0,0,0,.03)!important}.table-operate .ant-btn-link:hover span{transform:scale(1.05);transition:all .1s ease-in}.table-operate .ant-btn-link .anticon+span{margin-left:5px}.table-operate .ant-divider{margin:0 4px}.fold-more-button .anticon-more{transform:rotate(90deg)}.fold-more-button:hover .anticon-more{transform:scale(1.3) rotate(90deg)!important}.v-request-status{margin:16px 0;position:relative}.v-request-status .ant-empty{margin:8px 0}.v-request-status .ant-spin{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.check-list-checked{background-color:rgba(0,0,0,.05)}.v-css-hover:hover{position:relative}.v-css-hover:hover:before{background-color:var(--v-css-hover-bgcolor,#ccc);bottom:0;content:"";left:0;opacity:var(--v-css-hover-opacity,.1);position:absolute;right:0;top:0}.v-dialog-modal .ant-modal-body{max-height:calc(100vh - 150px);overflow:auto}.v-dialog-confirm .ant-modal-header{border:none;margin:0!important;padding:0}.v-dialog-confirm .ant-modal-content{padding:20px 24px}.v-dialog-confirm .ant-modal-footer{border-top:none;padding:0}.v-dialog-confirm .ant-modal-body{color:rgba(0,0,0,.78)!important;font-size:16px;font-weight:400;padding:20px 0 15px}.v-dialog-confirm .ant-modal-footer>button:nth-child(2){margin-left:15px!important}.v-dialog-loading .ant-modal-content{background-color:transparent;box-shadow:none;padding:0}.v-dialog-loading .ant-modal-body{text-align:center}.v-dialog-loading-content{background-color:#fff;border-radius:8px;display:inline-block;padding:20px 30px;text-align:center}.v-dialog-loading-content .loader-inner{animation:dialog-spinner .6s linear infinite;border:2px solid rgba(0,128,227,.08);border-left:2px solid var(--v-loading-color);border-radius:50%;height:30px;margin:0 auto;text-indent:-12345px;width:30px;z-index:100001}.v-dialog-loading-content .loader-text{color:#606060;font-size:12px;font-size:16px;font-weight:500;letter-spacing:2px;margin-top:15px;text-align:left}@keyframes dialog-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.drawer-wraper .ant-drawer-header{padding:12px 14px}.drawer-wraper .ant-drawer-body{display:flex;flex-direction:column;position:relative}.drawer-wraper .ant-drawer-content-wrapper{max-width:80%}.drawer-wraper-content{flex:1;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}.drawer-wraper-loader{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;text-align:center;top:0;z-index:100000}.drawer-wraper-loader .loader-wrapper{display:inline-flex;flex-direction:column;height:100px;justify-content:space-around;width:100px}.drawer-wraper-loader .loader-inner{animation:spinner .6s linear infinite;border:2px solid rgba(0,128,227,.08);border-left-color:rgba(0,84,153,.7);border-radius:50%;height:30px;margin:0 auto;text-indent:-12345px;width:30px;z-index:100001}.drawer-wraper-loader .loader-text{color:#0080e3;font-size:12px;height:20px;letter-spacing:4px;text-align:center;width:100px}.drawer-wrapper .ant-drawer-header{padding:12px 14px}.drawer-wrapper .ant-drawer-body{display:flex;flex-direction:column;padding:0;position:relative}.drawer-wrapper .ant-drawer-content-wrapper{max-width:80%}.drawer-wrapper-content{flex:1;height:100%;overflow-x:hidden;overflow-y:auto;padding:20px;position:relative}.drawer-wrapper-footer{border-top:1px solid #f0f0f0;padding:10px 16px}.drawer-wrapper-loader{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;text-align:center;top:0;z-index:100000}.drawer-wrapper-loader .loader-wrapper{display:inline-flex;flex-direction:column;height:100px;justify-content:space-around;width:100px}.drawer-wrapper-loader .loader-inner{animation:spinner .6s linear infinite;border:2px solid rgba(0,128,227,.08);border-left-color:rgba(0,84,153,.7);border-radius:50%;height:30px;margin:0 auto;text-indent:-12345px;width:30px;z-index:100001}.drawer-wrapper-loader .loader-text{color:#0080e3;font-size:12px;height:20px;letter-spacing:4px;text-align:center;width:100px}.v-dynamic-node-fixed{bottom:0;left:0;position:fixed;right:0;top:0}.simple-layout{background-color:#fff;padding:15px}.simple-layout .ant-form{margin-bottom:-15px}.simple-layout .ant-form-item{margin:0 0 15px}.simple-layout .ant-form-item-label{width:82px}.simple-layout .ant-form-item-label.ant-col-auto{width:auto}.simple-layout .ant-table-thead>tr>th{background:#f6f6f6}.simple-layout .ant-descriptions-item{padding-bottom:10px}.simple-layout .ant-descriptions-item-label{color:#999}.simple-layout .ant-table-pagination.ant-pagination{margin:16px 0 0}.simple-layout .simple-layout-content>.ant-row:last-child{margin-bottom:0}.simple-layout .simple-layout-content>.ant-row:last-child .ant-upload-list{padding-bottom:15px}.simple-layout .simple-layout-content>.ant-descriptions:not(.ant-descriptions-bordered):last-child{margin-bottom:-10px}.simple-layout .v-tree-wrapper-tree{padding:5px 0 0}.simple-layout-title-sign{padding-left:10px}.simple-layout-title-sign:before{background:var(--fa-color-primary);border-radius:3px;content:"";height:14px;left:0;margin-top:-7px;position:absolute;top:50%;width:3px}.simple-layout-title{color:rgba(0,0,0,.85);font-size:16px;font-weight:500;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.simple-layout-title+.simple-layout-content{margin-top:10px}.simple-layout-desc{color:rgba(0,0,0,.55);font-size:12px}.simple-layout+.simple-layout,.simple-layout-desc+.simple-layout-content{margin-top:10px}.simple-layout .simple-layout:first-child{padding:0 0 15px}.simple-layout+.ant-divider{margin:0 0 15px}.simple-layout-formlabel-left .ant-form-item-label{text-align:left}.simple-layout-tight.simple-layout{margin-top:0;padding:0 0 15px}.simple-layout-title-extra-space{justify-content:space-between;width:100%}.icon-wrapper{align-items:center;border-radius:6px;display:flex;margin:0 -6px;padding:6px}.icon-wrapper .anticon+.icon-wrapper-text{margin-left:3px}.icon-wrapper-tigger{cursor:pointer}.icon-wrapper-tigger:hover{background-color:rgba(0,0,0,.06);position:relative;transform:scale(1.1);transition:all .1s ease-in}.icon-wrapper-small{font-size:14px}.icon-wrapper-middle{font-size:16px}.icon-wrapper-large{font-size:20px}.icon-wrapper.icon-wrapper-hidden-hover-bgcolor{margin:0;padding:0}.icon-wrapper.icon-wrapper-hidden-hover-bgcolor:hover{background-color:transparent}.editable-field-full>.ant-space-item:first-child{flex:1}.v-selector-item-icon{margin-right:5px}.editable-table{padding-bottom:15px}.editable-table .ant-form-item{margin:0!important}.editable-table .editable-text-view.ant-typography{margin-bottom:0}.editable-input-number-form-item .ant-input-number{width:100%}.v-editor-wrapper{height:100%;width:100%}.v-file-upload .ant-upload-span{cursor:pointer}.v-flex-layout{display:flex}.v-flex-vertical{flex-direction:column}.form-item-group-card{border:1px solid rgba(0,0,0,.15);border-radius:5px;padding:10px 20px 0}.form-item-group-card-title{color:rgba(0,0,0,.65);font-size:16px;font-weight:500;margin-bottom:15px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.form-item-group-card-title-sign{padding-left:10px}.form-item-group-card-title-sign:before{background:var(--fa-color-primary);border-radius:3px;content:"";height:14px;left:0;margin-top:-7px;position:absolute;top:50%;width:3px}.union-after-text,.union-before-text{align-self:flex-start;flex-shrink:0;line-height:32px}.union-after-element,.union-before-element{align-self:flex-start}.form-item-group-horizontal-union .v-flex-layout .ant-form-item{align-self:flex-start;margin-bottom:0}.form-item-group-horizontal-union .v-flex-layout{align-items:flex-start}.v-label-value-layout .ant-descriptions-item-label{color:rgba(0,0,0,.45);flex-shrink:0;width:var(--v-label-value-layout-lWidth)}.v-label-value-layout .ant-descriptions-item{padding-bottom:8px}.v-label-value-layout .ant-descriptions-item-content{color:rgba(0,0,0,.85);font-weight:400}.v-label-value-layout.ant-descriptions-bordered .ant-descriptions-item-label{padding:8px 10px}.v-label-value-layout-border{border:1px solid #dedede;border-radius:5px;margin-top:20px;padding:10px 10px 2px}.local-loading-error{padding:24px 16px!important}.local-loading-error .ant-result-icon{margin-bottom:15px!important}.local-loading-error .ant-result-icon .anticon{font-size:40px!important}.local-loading-error .ant-result-title{font-size:16px!important}.local-loading-error .ant-result-extra{margin-top:15px!important}.modal-wraper .ant-modal-body{padding:0;position:relative}.modal-wraper-content{padding:24px;position:relative}.modal-wraper-content-footer{border-radius:0 0 2px 2px;border-top:1px solid #f0f0f0;padding:10px 16px;text-align:right}.modal-wraper-loader{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;text-align:center;top:0;z-index:100000}.modal-wraper-loader .loader-wrapper{display:inline-flex;flex-direction:column;height:100px;justify-content:space-around;width:100px}.modal-wraper-loader .loader-inner{animation:spinner .6s linear infinite;border:2px solid rgba(0,128,227,.08);border-left-color:rgba(0,84,153,.7);border-radius:50%;height:30px;margin:0 auto;text-indent:-12345px;width:30px;z-index:100001}.modal-wraper-loader .loader-text{color:#0080e3;font-size:12px;height:20px;letter-spacing:4px;text-align:center;width:100px}.modal-wrapper .ant-modal-body{padding:0;position:relative}.modal-wrapper-content{overflow:auto;padding:20px;position:relative}.modal-wrapper-footer{border-radius:0 0 2px 2px;border-top:1px solid #f0f0f0;padding:10px 16px;text-align:right}.modal-wrapper-loader{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;text-align:center;top:0;z-index:100000}.modal-wrapper-loader .loader-wrapper{display:inline-flex;flex-direction:column;height:100px;justify-content:space-around;width:100px}.modal-wrapper-loader .loader-inner{animation:spinner .6s linear infinite;border:2px solid rgba(0,128,227,.08);border-left-color:rgba(0,84,153,.7);border-radius:50%;height:30px;margin:0 auto;text-indent:-12345px;width:30px;z-index:100001}.modal-wrapper-loader .loader-text{color:#0080e3;font-size:12px;height:20px;letter-spacing:4px;text-align:center;width:100px}.page-fixed-footer{background-color:#fff;box-shadow:0 0 17px rgba(0,0,0,.08);padding:15px 23px;z-index:9}.form-item-label-70.ant-form-item .ant-form-item-label{width:70px!important}.form-item-label-80.ant-form-item .ant-form-item-label{width:80px!important}.form-item-label-90.ant-form-item .ant-form-item-label{width:90px!important}.form-item-label-100.ant-form-item .ant-form-item-label{width:100px!important}.form-item-label-110.ant-form-item .ant-form-item-label{width:110px!important}.form-item-label-120.ant-form-item .ant-form-item-label{width:120px!important}.form-item-label-130.ant-form-item .ant-form-item-label{width:130px!important}.form-item-label-140.ant-form-item .ant-form-item-label{width:140px!important}.form-item-label-150.ant-form-item .ant-form-item-label{width:150px!important}.form-item-label-160.ant-form-item .ant-form-item-label{width:160px!important}.form-item-label-170.ant-form-item .ant-form-item-label{width:170px!important}.form-item-label-180.ant-form-item .ant-form-item-label{width:180px!important}.form-item-label-190.ant-form-item .ant-form-item-label{width:190px!important}.form-item-label-200.ant-form-item .ant-form-item-label{width:200px!important}.form-item-label-auto.ant-form-item .ant-form-item-label{width:auto!important}.form-item-label-align-left .ant-form-item-label{text-align:left}.form-item-label-align-right .ant-form-item-label{text-align:right}.ant-form-item.form-item-label-value-vertical .ant-form-item-row{flex-direction:column}.ant-form-item.form-item-label-value-vertical .ant-form-item-label{text-align:left;width:100%}.ant-form-item.form-item-label-value-vertical .ant-form-item-control{flex:initial}.form-label-70 .ant-form-item-label{width:70px!important}.form-label-80 .ant-form-item-label{width:80px!important}.form-label-90 .ant-form-item-label{width:90px!important}.form-label-100 .ant-form-item-label{width:100px!important}.form-label-110 .ant-form-item-label{width:110px!important}.form-label-120 .ant-form-item-label{width:120px!important}.form-label-130 .ant-form-item-label{width:130px!important}.form-label-140 .ant-form-item-label{width:140px!important}.form-label-150 .ant-form-item-label{width:150px!important}.form-label-160 .ant-form-item-label{width:160px!important}.form-label-170 .ant-form-item-label{width:170px!important}.form-label-180 .ant-form-item-label{width:180px!important}.form-label-190 .ant-form-item-label{width:190px!important}.form-label-200 .ant-form-item-label{width:200px!important}.form-label-auto .ant-form-item-label{width:auto!important}.form-label-align-left .ant-form-item-label{text-align:left}.form-label-align-right .ant-form-item-label{text-align:right}.form-label-value-vertical .ant-form-item .ant-form-item-row{flex-direction:column}.form-label-value-vertical .ant-form-item .ant-form-item-label{text-align:left;width:100%}.form-label-value-vertical .ant-form-item .ant-form-item-control{flex:initial}.relation-list{position:relative}.relation-list-solt1,.relation-list-solt2{padding-left:var(--relation-tagline-width);position:relative}.relation-list:only-child(.relation-item){color:var(--relation-line-color)}.relation-list-line{background-color:var(--relation-line-color);height:100%;left:calc(var(--relation-tag-width)/2);position:absolute;width:2px}.relation-item,.relation-item-line{position:relative}.relation-item-line:before{background-color:var(--relation-line-color);content:"";height:2px;left:calc(var(--relation-tagline-width)*-1 + var(--relation-tag-width)/2);margin-top:-1px;position:absolute;top:50%;width:calc(var(--relation-tagline-width)/2)}.relation-item-first:after{height:calc(50% - 1px);top:0}.relation-item-first:after,.relation-item-last:after{background-color:#fff;content:"";left:calc(var(--relation-tagline-width)*-1 + var(--relation-tag-width)/2);position:absolute;width:2px}.relation-item-last:after{bottom:0;height:50%;top:calc(50% + 1px)}.relation-item-first.relation-item-last:before{height:0}.relation-item-tag{cursor:pointer;left:0;margin:0;padding:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:var(--relation-tag-width);z-index:9}.relation-list-only-one>.relation-list-line{display:none}.relation-list-only-one>.relation-list-solt1{padding-left:0}.relation-list-only-one>.relation-list-solt1>.relation-item-tag{display:none}.relation-list-only-one>.relation-list-solt2{padding-left:0}.relation-item-only-one:before{height:0}.relation-item-only-one:after{width:0}.relation-group-list{position:relative}.relation-group-list .relation-list{margin-left:var(--relation-group-indent-width)}.relation-group-list .relation-list-solt1:before{border-top:2px dotted #ccc;content:"";height:2px;left:calc(var(--relation-group-indent-width)/2*-1);margin-top:-2px;position:absolute;top:50%;width:40px}.relation-group-list .relation-list-label{color:#999;font-size:12px;left:calc(var(--relation-group-indent-width)/2*-1);position:absolute;top:25%;transform:translate(-50%,-50%);z-index:2}.relation-group-list:after{background-color:#fff;border-left:2px dotted #ccc;bottom:0;content:"";left:calc(var(--relation-group-indent-width)/2);position:absolute;top:0;width:2px}.relation-group-list>.relation-list:last-child>.relation-list-solt1:after{background-color:#fff;bottom:0;content:"";left:calc(var(--relation-group-indent-width)/2*-1);position:absolute;top:50%;width:2px;z-index:2}.relation-group-list>.relation-list:last-child>.relation-list-solt2:after{background-color:#fff;bottom:0;content:"";left:calc(var(--relation-group-indent-width)/2*-1);position:absolute;top:0;width:2px;z-index:2}.relation-group-list .relation-list-only-one .relation-item-tag{display:block}.relation-group-list .relation-list-only-one>.relation-list-solt1{padding-left:var(--relation-tagline-width)}.relation-group-list .relation-list-only-one>.relation-list-solt1 .relation-list-line{height:0}.form-list-no-main>.relation-list-solt1:before{background-color:var(--relation-line-color);height:2px;margin-top:-1px;top:50%;width:calc(var(--relation-tagline-width)/2)}.form-list-no-main-first .relation-list-solt1:after,.form-list-no-main>.relation-list-solt1:before{content:"";left:calc(var(--relation-tagline-width)*-1 + var(--relation-tag-width)/2);position:absolute}.form-list-no-main-first .relation-list-solt1:after{background-color:#fff;height:calc(50% - 1px);top:0;width:2px}.form-list-no-main-first.form-list-no-main-last .relation-list-solt1:before{height:0}.relation-list-only-no-main-one>.relation-list-solt1>.relation-list-line{display:none}.v-rule-describe-title{color:#333;font-size:16px;font-weight:500;margin-bottom:10px;position:relative}.v-rule-describe-item-title{color:#545454;font-size:14px;font-weight:500}.v-rule-describe-item-desc{color:#666;font-size:12px;margin-top:5px}.v-rule-describe-item-index{display:inline-block;flex-shrink:0;width:20px}.v-rule-describe-item+.v-rule-describe-item{margin-top:8px}.v-rule-describe-title-sign{padding-left:10px}.v-rule-describe-title-sign:before{background:var(--ant-primary-color);border-radius:3px;content:"";height:14px;left:0;margin-top:-7px;position:absolute;top:50%;width:3px}.v-rule-describe .v-rule-describe .v-rule-describe-item-title{opacity:.9}.tabs-sticky{height:100%;overflow:hidden}.tabs-sticky>.ant-tabs-content-holder{flex:1;overflow-y:auto}.tree-selector-wrapper-empty{margin:8px 0}.v-tree-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.v-tree-wrapper-loading{left:50%;position:absolute;top:50%;z-index:9}.v-tree-wrapper-search{padding:0 16px}.v-tree-wrapper-tree{flex:1;margin-left:-8px;overflow:auto;padding:0 16px 16px;position:relative}.v-tree-wrapper-tree .ant-tree-title{align-items:center;display:flex;flex:1;position:relative}.v-tree-wrapper-tree .tree-item-title{flex:1;margin-right:5px}.v-tree-wrapper-tree .anticon-more{display:none;font-weight:700}.v-tree-wrapper-tree .tree-item-title-operate{display:none}.v-tree-wrapper-tree .ant-tree-node-selected .anticon-more,.v-tree-wrapper-tree .ant-tree-node-selected .tree-item-title-operate{display:block}.v-tree-wrapper-tree .ant-tree-node-content-wrapper{display:flex}.tree-wrapper-empty{position:relative}.tree-wrapper-empty .ant-empty{margin:8px 0}.tree-wrapper-empty .ant-spin{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.site-tree-search-value{color:red}.v-tree-item-disabled{opacity:.5}.tree-item-title-operate .ant-btn{height:auto;padding:0 3px;width:auto}.v-tree-wrapper-menu-hover .ant-tree-node-content-wrapper:hover .anticon-more,.v-tree-wrapper-menu-hover .ant-tree-node-content-wrapper:hover .tree-item-title-operate{display:block}
|