cnhis-design-vue 3.1.18-beta.9 → 3.1.18

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.
Files changed (37) hide show
  1. package/es/components/annotation-edit/style/index.css +1 -15
  2. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +12 -4
  3. package/es/components/big-table/src/components/edit-form/edit-input.js +4 -1
  4. package/es/components/big-table/src/hooks/useEvent2.js +22 -7
  5. package/es/components/big-table/style/index.css +1 -634
  6. package/es/components/bpmn-workflow/style/index.css +1 -29
  7. package/es/components/button-print/src/utils/print.d.ts +1 -1
  8. package/es/components/button-print/src/utils/print2.js +12 -14
  9. package/es/components/button-print/style/index.css +1 -24
  10. package/es/components/chunk-upload/style/index.css +1 -365
  11. package/es/components/drag-layout/style/index.css +1 -175
  12. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/useCenter2.js +58 -38
  14. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
  15. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/useDraw2.js +30 -1
  17. package/es/components/fabric-chart/src/hooks/useLeft2.js +8 -1
  18. package/es/components/fabric-chart/style/index.css +1 -43
  19. package/es/components/field-set/style/index.css +1 -139
  20. package/es/components/form-config/src/utils/index2.js +1 -1
  21. package/es/components/form-config/style/index.css +1 -158
  22. package/es/components/form-render/style/index.css +1 -146
  23. package/es/components/form-table/style/index.css +1 -214
  24. package/es/components/grid/src/hooks2.js +1 -0
  25. package/es/components/grid/style/index.css +1 -10
  26. package/es/components/index.css +1 -3346
  27. package/es/components/info-header/style/index.css +1 -121
  28. package/es/components/map/style/index.css +1 -61
  29. package/es/components/scale-view/style/index.css +1 -738
  30. package/es/components/select-label/style/index.css +1 -164
  31. package/es/components/select-person/style/index.css +1 -193
  32. package/es/components/shortcut-provider/style/index.css +1 -3
  33. package/es/components/shortcut-setter/style/index.css +1 -8
  34. package/es/components/steps-wheel/style/index.css +1 -161
  35. package/es/components/time-line/style/index.css +1 -37
  36. package/es/env.d.ts +0 -18
  37. package/package.json +2 -2
@@ -1,634 +1 @@
1
- .big-table-filter-wrap {
2
- position: fixed;
3
- z-index: 99998;
4
- transform: translateX(-2%);
5
- margin-top: -6px;
6
- min-width: 280px;
7
- border-radius: 4px;
8
- background-color: #fff;
9
- -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
10
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
11
- display: flex;
12
- flex-wrap: wrap;
13
- flex-direction: column;
14
- overflow: hidden;
15
- transition: width 2s;
16
- }
17
- .big-table-filter-wrap .sort-list {
18
- margin-top: 6px;
19
- }
20
- .big-table-filter-wrap .sort-item {
21
- height: 32px;
22
- padding: 0 13px;
23
- display: flex;
24
- align-items: center;
25
- }
26
- .big-table-filter-wrap .sort-item:hover,
27
- .big-table-filter-wrap .sort-item.active {
28
- background: #f2f2f2;
29
- }
30
- .big-table-filter-wrap .sort-icon {
31
- width: 16px;
32
- height: 16px;
33
- background-size: contain;
34
- display: inline-block;
35
- }
36
- .big-table-filter-wrap .sort-text {
37
- margin-left: 11px;
38
- font-size: 14px;
39
- line-height: 32px;
40
- color: rgba(0, 0, 0, 0.8);
41
- }
42
- .big-table-filter-wrap .sort-icon-desc {
43
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=');
44
- }
45
- .big-table-filter-wrap .filter-header {
46
- padding: 0 13px;
47
- cursor: initial;
48
- }
49
- .big-table-filter-wrap .filter-header-icon {
50
- border-top-color: #333;
51
- border-right-color: #333;
52
- }
53
- .big-table-filter-wrap .filter-header-text {
54
- margin-left: 11px;
55
- }
56
- .big-table-filter-wrap .check-search-wrap {
57
- padding: 8px 0;
58
- width: 100%;
59
- background: #f7f7f7;
60
- display: flex;
61
- justify-content: center;
62
- }
63
- .big-table-filter-wrap .check-seach-input {
64
- line-height: 32px;
65
- }
66
- .big-table-filter-wrap .checkbox-box {
67
- padding-right: 3px;
68
- width: 100%;
69
- }
70
- .big-table-filter-wrap .checkbox-wrap {
71
- padding-left: 13px;
72
- padding-right: 3px;
73
- background: #fff;
74
- display: flex;
75
- flex-direction: column;
76
- overflow-y: auto;
77
- }
78
- .big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar {
79
- width: 4px;
80
- height: 4px;
81
- }
82
- .big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb {
83
- background-color: #d5d5d5;
84
- border-radius: 4px;
85
- }
86
- .big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track {
87
- background-color: #fff;
88
- border-radius: 4px;
89
- }
90
- .big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner {
91
- background-color: #000;
92
- border-radius: 4px;
93
- width: 4px;
94
- }
95
- .big-table-filter-wrap .checkbox-wrap--search {
96
- padding-right: 10px;
97
- }
98
- .big-table-filter-wrap .checkbox-btn-wrap {
99
- display: flex;
100
- padding: 9px 10px 9px 14px;
101
- }
102
- .big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn {
103
- width: 56px;
104
- padding: 0;
105
- }
106
- .big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn + .checkbox-btn {
107
- margin-left: 8px;
108
- }
109
- .big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn {
110
- border: 0;
111
- border-radius: 0;
112
- width: initial;
113
- margin: 0 13px;
114
- position: relative;
115
- }
116
- .big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover::after {
117
- display: block;
118
- content: '';
119
- position: absolute;
120
- bottom: 5px;
121
- width: 100%;
122
- height: 1px;
123
- background-color: #5585f5;
124
- }
125
- .big-table-filter-wrap .arrows-icon {
126
- position: absolute;
127
- bottom: -1px;
128
- right: -1px;
129
- font-size: 15px;
130
- cursor: nw-resize;
131
- width: 25px;
132
- height: 20px;
133
- }
134
- .big-table__separate {
135
- padding: 4px;
136
- }
137
- .big-table__separatePlaceholder {
138
- display: inline-block;
139
- visibility: hidden;
140
- max-width: 0;
141
- word-break: keep-all;
142
- width: 0;
143
- }
144
- body > .vxe-table--tooltip-wrapper {
145
- display: none !important;
146
- }
147
- .custom-big-table {
148
- position: relative;
149
- /* 行内表单样式 */
150
- /* 行内表单样式 */
151
- }
152
- .custom-big-table .n-input {
153
- width: fit-content;
154
- }
155
- .custom-big-table .img-wrap {
156
- padding: 2px 0;
157
- line-height: 1;
158
- height: 100%;
159
- display: flex;
160
- align-items: center;
161
- }
162
- .custom-big-table .img-wrap img {
163
- max-height: 100%;
164
- object-fit: contain;
165
- cursor: pointer;
166
- }
167
- .custom-big-table .img-wrap.img-circle img {
168
- width: 28px;
169
- border-radius: 50%;
170
- object-fit: contain;
171
- }
172
- .custom-big-table .bigTable-qr-span {
173
- position: relative;
174
- display: inline-block;
175
- height: 100%;
176
- }
177
- .custom-big-table .bigTable-qr-span .bigTable-qr-img {
178
- max-height: 96%;
179
- }
180
- .custom-big-table .bigTable-qr-span > span {
181
- position: absolute;
182
- top: 0;
183
- left: 0;
184
- justify-content: center;
185
- align-items: center;
186
- width: 100%;
187
- height: 100%;
188
- background: rgba(0, 0, 0, 0.7);
189
- color: #fff;
190
- display: none;
191
- cursor: pointer;
192
- }
193
- .custom-big-table .bigTable-qr-span:hover > span {
194
- display: inline-flex;
195
- }
196
- .custom-big-table .base-form {
197
- overflow: hidden !important;
198
- display: flex;
199
- align-items: center;
200
- width: 100%;
201
- }
202
- .custom-big-table .base-form-content {
203
- width: 100%;
204
- }
205
- .custom-big-table textarea {
206
- height: 32px;
207
- margin-bottom: 0;
208
- resize: none;
209
- }
210
- .custom-big-table .formItem-select-multiple {
211
- display: flex;
212
- align-items: center;
213
- width: 100%;
214
- line-height: 40px;
215
- }
216
- .custom-big-table.mt {
217
- margin-top: 26px;
218
- height: calc(100% - 78px) !important;
219
- }
220
- .custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell {
221
- padding-left: 66px !important;
222
- padding-right: 66px !important;
223
- }
224
- .custom-big-table th.vxe-header--column {
225
- cursor: pointer;
226
- }
227
- .custom-big-table .row-btn {
228
- margin-right: 10px;
229
- }
230
- .custom-big-table .vxe-table {
231
- transform: translateZ(0);
232
- }
233
- .custom-big-table .vxe-table .vxe-table--empty-content {
234
- width: 100%;
235
- height: 100%;
236
- }
237
- .custom-big-table .vxe-table .vxe-table--empty-content > div {
238
- width: 100%;
239
- height: 100%;
240
- }
241
- .custom-big-table .vxe-table .vxe-table--empty-content > div .no-data-tip {
242
- display: inline-flex;
243
- }
244
- .custom-big-table .vxe-table .col--checkbox .vxe-cell,
245
- .custom-big-table .vxe-table .col--seq .vxe-cell {
246
- padding: 0;
247
- }
248
- .custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,
249
- .custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label {
250
- padding-left: 0;
251
- }
252
- .custom-big-table .vxe-table .vxe-cell .vxe-tree-cell {
253
- height: 100%;
254
- }
255
- .custom-big-table .vxe-table .scan-multi-delete {
256
- color: #f06f64;
257
- }
258
- .custom-big-table .vxe-table .vxe-table--header {
259
- background-color: #f2f2f2;
260
- }
261
- .custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title {
262
- height: 100%;
263
- line-height: unset;
264
- width: 100%;
265
- display: inline-flex;
266
- }
267
- .custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title,
268
- .custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title {
269
- display: inline-block;
270
- }
271
- .custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar,
272
- .custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar {
273
- width: 10px;
274
- height: 10px;
275
- background-color: #f2f2f2;
276
- }
277
- .custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover,
278
- .custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover {
279
- background-color: #b2b2b2;
280
- }
281
- .custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column > .vxe-cell .vxe-cell--item {
282
- height: 30px;
283
- line-height: 30px;
284
- }
285
- .custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label {
286
- display: none;
287
- }
288
- .custom-big-table .filter-box {
289
- display: flex;
290
- align-items: center;
291
- width: 100%;
292
- }
293
- .custom-big-table .filter-box .text-over-tooltip-components {
294
- max-width: calc(100% - 40px);
295
- }
296
- .custom-big-table .filter-box .vxe-filter--btn {
297
- border-top-color: #c0c4cc;
298
- border-right-color: #c0c4cc;
299
- }
300
- .custom-big-table .filter-box .vxe-filter--btn.active {
301
- border-top-color: #35393c;
302
- border-right-color: #35393c;
303
- }
304
- .custom-big-table .filter-box .vxe-filter--btn.checked {
305
- border-top-color: #5585f5;
306
- border-right-color: #5585f5;
307
- }
308
- .custom-big-table .disabled-checked-tips {
309
- position: absolute;
310
- top: 50%;
311
- bottom: 0;
312
- right: 0;
313
- box-sizing: border-box;
314
- width: 16px;
315
- height: 16px;
316
- margin-top: -8px;
317
- overflow: hidden;
318
- border-radius: 50%;
319
- border: 2px solid #ff1818;
320
- background: #fff;
321
- }
322
- .custom-big-table .disabled-checked-tips::after {
323
- position: absolute;
324
- content: '';
325
- width: 16px;
326
- height: 2px;
327
- background-color: #ff1818;
328
- transform: rotate(45deg);
329
- transform-origin: 0 2px;
330
- left: 0;
331
- top: 0;
332
- }
333
- .custom-big-table .form-select-table .n-base-select-menu__empty {
334
- display: none;
335
- }
336
- .custom-big-table .percent-wrap {
337
- display: flex;
338
- flex-direction: column;
339
- justify-content: center;
340
- align-items: center;
341
- text-align: center;
342
- }
343
- .custom-big-table .percent-wrap .percent-value {
344
- line-height: 1;
345
- margin-bottom: -4px;
346
- margin-top: 4px;
347
- }
348
- .custom-big-table .refresh {
349
- display: flex;
350
- align-items: center;
351
- background-color: #fff;
352
- box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.13);
353
- color: #5585f5;
354
- font-size: 12px;
355
- height: 27px;
356
- position: absolute;
357
- right: 0;
358
- top: 6px;
359
- z-index: 1;
360
- padding-left: 14px;
361
- padding-right: 14px;
362
- border-top-left-radius: 14px;
363
- border-bottom-left-radius: 14px;
364
- cursor: pointer;
365
- }
366
- .custom-big-table .refresh-row {
367
- margin-left: 3px;
368
- margin-bottom: 0;
369
- }
370
- .custom-big-table .check-wrap {
371
- background: #ffffe9;
372
- width: 100%;
373
- line-height: 26px;
374
- display: flex;
375
- justify-content: center;
376
- position: absolute;
377
- margin-top: -26px;
378
- }
379
- .custom-big-table .check-wrap .check-wrap-title,
380
- .custom-big-table .check-wrap .check-wrap-btn {
381
- color: #000000;
382
- font-size: 12px;
383
- margin-bottom: 0;
384
- cursor: pointer;
385
- }
386
- .custom-big-table .check-wrap .check-wrap-btn {
387
- color: #5585f5;
388
- }
389
- .custom-big-table .domPropsInnerHTML-span {
390
- height: 100%;
391
- /* 老版图标样式 */
392
- }
393
- .custom-big-table .domPropsInnerHTML-span img {
394
- display: inline-block;
395
- height: var(--tableImageHeight);
396
- width: var(--tableImageWidth);
397
- }
398
- .custom-big-table .domPropsInnerHTML-span .icon-dot-custom {
399
- width: 8px;
400
- height: 8px;
401
- -webkit-border-radius: 50%;
402
- -moz-border-radius: 50%;
403
- border-radius: 50%;
404
- background: var(--table-icon-color);
405
- display: inline-block;
406
- margin-right: 6px;
407
- box-shadow: 0px 2px 4px 0px var(--table-icon-shadow);
408
- }
409
- .custom-big-table .domPropsInnerHTML-span .icon-dot-red {
410
- width: 8px;
411
- height: 8px;
412
- -webkit-border-radius: 50%;
413
- -moz-border-radius: 50%;
414
- border-radius: 50%;
415
- background: red;
416
- display: inline-block;
417
- margin-right: 6px;
418
- box-shadow: 0px 2px 4px 0px rgba(255, 0, 0, 0.5);
419
- }
420
- .custom-big-table .domPropsInnerHTML-span .icon-dot-blue {
421
- width: 8px;
422
- height: 8px;
423
- -webkit-border-radius: 50%;
424
- -moz-border-radius: 50%;
425
- border-radius: 50%;
426
- background: blue;
427
- display: inline-block;
428
- margin-right: 6px;
429
- box-shadow: 0px 2px 4px 0px rgba(0, 0, 255, 0.5);
430
- }
431
- .custom-big-table .domPropsInnerHTML-span .icon-dot-green {
432
- width: 8px;
433
- height: 8px;
434
- -webkit-border-radius: 50%;
435
- -moz-border-radius: 50%;
436
- border-radius: 50%;
437
- background: green;
438
- display: inline-block;
439
- margin-right: 6px;
440
- box-shadow: 0px 2px 4px 0px rgba(0, 128, 0, 0.5);
441
- }
442
- .custom-big-table .domPropsInnerHTML-span .icon-dot-gray {
443
- width: 8px;
444
- height: 8px;
445
- -webkit-border-radius: 50%;
446
- -moz-border-radius: 50%;
447
- border-radius: 50%;
448
- background: gray;
449
- display: inline-block;
450
- margin-right: 6px;
451
- box-shadow: 0px 2px 4px 0px rgba(128, 128, 128, 0.5);
452
- }
453
- .custom-big-table .domPropsInnerHTML-span .icon-dot-yellow {
454
- width: 8px;
455
- height: 8px;
456
- -webkit-border-radius: 50%;
457
- -moz-border-radius: 50%;
458
- border-radius: 50%;
459
- background: yellow;
460
- display: inline-block;
461
- margin-right: 6px;
462
- box-shadow: 0px 2px 4px 0px rgba(255, 255, 0, 0.5);
463
- }
464
- .custom-big-table .domPropsInnerHTML-span .icon-dot-resolved {
465
- width: 8px;
466
- height: 8px;
467
- -webkit-border-radius: 50%;
468
- -moz-border-radius: 50%;
469
- border-radius: 50%;
470
- background: #36be8c;
471
- display: inline-block;
472
- margin-right: 6px;
473
- box-shadow: 0px 2px 4px 0px rgba(54, 190, 140, 0.5);
474
- }
475
- .custom-big-table .domPropsInnerHTML-span .icon-dot-huifu {
476
- width: 8px;
477
- height: 8px;
478
- -webkit-border-radius: 50%;
479
- -moz-border-radius: 50%;
480
- border-radius: 50%;
481
- background: #42d0f6;
482
- display: inline-block;
483
- margin-right: 6px;
484
- box-shadow: 0px 2px 4px 0px rgba(66, 208, 246, 0.5);
485
- }
486
- .custom-big-table .domPropsInnerHTML-span .icon-dot-close {
487
- width: 8px;
488
- height: 8px;
489
- -webkit-border-radius: 50%;
490
- -moz-border-radius: 50%;
491
- border-radius: 50%;
492
- background: #718391;
493
- display: inline-block;
494
- margin-right: 6px;
495
- box-shadow: 0px 2px 4px 0px rgba(113, 131, 145, 0.5);
496
- }
497
- .custom-big-table .domPropsInnerHTML-span .icon-dot-audit {
498
- width: 8px;
499
- height: 8px;
500
- -webkit-border-radius: 50%;
501
- -moz-border-radius: 50%;
502
- border-radius: 50%;
503
- background: #f4ba32;
504
- display: inline-block;
505
- margin-right: 6px;
506
- box-shadow: 0px 2px 4px 0px rgba(244, 186, 50, 0.5);
507
- }
508
- .custom-big-table .domPropsInnerHTML-span .icon-dot-design {
509
- width: 8px;
510
- height: 8px;
511
- -webkit-border-radius: 50%;
512
- -moz-border-radius: 50%;
513
- border-radius: 50%;
514
- background: #927ce1;
515
- display: inline-block;
516
- margin-right: 6px;
517
- box-shadow: 0px 2px 4px 0px rgba(146, 124, 225, 0.5);
518
- }
519
- .custom-big-table .domPropsInnerHTML-span .icon-dot-develop {
520
- width: 8px;
521
- height: 8px;
522
- -webkit-border-radius: 50%;
523
- -moz-border-radius: 50%;
524
- border-radius: 50%;
525
- background: #4eb0ef;
526
- display: inline-block;
527
- margin-right: 6px;
528
- box-shadow: 0px 2px 4px 0px rgba(78, 176, 239, 0.5);
529
- }
530
- .custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete {
531
- width: 8px;
532
- height: 8px;
533
- -webkit-border-radius: 50%;
534
- -moz-border-radius: 50%;
535
- border-radius: 50%;
536
- background: #6381f9;
537
- display: inline-block;
538
- margin-right: 6px;
539
- box-shadow: 0px 2px 4px 0px rgba(99, 129, 249, 0.5);
540
- }
541
- .custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle {
542
- box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.12);
543
- }
544
- .custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle {
545
- box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.12);
546
- }
547
- .annotation-edit {
548
- cursor: pointer;
549
- color: #0067ee;
550
- font-size: 16px;
551
- user-select: none;
552
- display: inline-flex;
553
- align-items: center;
554
- }
555
- .annotation-edit.is-active {
556
- color: rgba(255, 152, 40);
557
- }
558
- .annotation-edit__icon {
559
- display: inline-flex;
560
- align-items: center;
561
- }
562
- .no-data-tip {
563
- display: flex;
564
- flex-direction: column;
565
- justify-content: center;
566
- align-items: center;
567
- width: 100%;
568
- height: 100%;
569
- color: #333333;
570
- font-size: 22px;
571
- }
572
- .no-data-tip > img {
573
- max-width: 70%;
574
- width: 260px;
575
- }
576
- .no-data-tip > p {
577
- margin-top: 12px;
578
- margin-bottom: 0;
579
- font-size: 16px;
580
- color: rgba(0, 0, 0, 0.8);
581
- }
582
- .no-data-tip > span {
583
- font-size: 14px;
584
- color: rgba(0, 0, 0, 0.4);
585
- margin-top: 6px;
586
- }
587
- .text-over-tooltip-components {
588
- display: inline-block;
589
- max-width: 98%;
590
- /* 文字超出宽度显示省略号 单行 */
591
- /* 自定义样式 */
592
- }
593
- .text-over-tooltip-components .ellipsis {
594
- font-size: 14px;
595
- color: #35393c;
596
- overflow: hidden;
597
- text-overflow: ellipsis;
598
- white-space: nowrap;
599
- }
600
- .text-over-tooltip-components .ellipsis i {
601
- font-style: normal;
602
- word-break: keep-all;
603
- white-space: nowrap;
604
- }
605
- .text-over-tooltip-components .fs20 {
606
- font-size: 20px;
607
- font-weight: 600;
608
- color: green;
609
- line-height: 22px;
610
- }
611
- .text-over-tooltip-components .fs12 {
612
- font-size: 12px;
613
- font-weight: 400;
614
- color: orange;
615
- line-height: 14px;
616
- }
617
- .svg-icon {
618
- width: 1em;
619
- height: 1em;
620
- vertical-align: -0.15em;
621
- fill: currentColor;
622
- overflow: hidden;
623
- }
624
- .vxe-header--column [annotation-hover-show='true'] {
625
- visibility: hidden;
626
- }
627
- .vxe-header--column:hover [annotation-hover-show='true'] {
628
- visibility: visible;
629
- }
630
- .big-table__annotationWrapper {
631
- width: 20px;
632
- display: inline-flex;
633
- align-items: center;
634
- }
1
+ .big-table-filter-wrap{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;flex-wrap:wrap;margin-top:-6px;min-width:280px;overflow:hidden;position:fixed;transform:translateX(-2%);transition:width 2s;z-index:99998}.big-table-filter-wrap .sort-list{margin-top:6px}.big-table-filter-wrap .sort-item{align-items:center;display:flex;height:32px;padding:0 13px}.big-table-filter-wrap .sort-item.active,.big-table-filter-wrap .sort-item:hover{background:#f2f2f2}.big-table-filter-wrap .sort-icon{background-size:contain;display:inline-block;height:16px;width:16px}.big-table-filter-wrap .sort-text{color:rgba(0,0,0,.8);font-size:14px;line-height:32px;margin-left:11px}.big-table-filter-wrap .sort-icon-desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=")}.big-table-filter-wrap .filter-header{cursor:auto;padding:0 13px}.big-table-filter-wrap .filter-header-icon{border-right-color:#333;border-top-color:#333}.big-table-filter-wrap .filter-header-text{margin-left:11px}.big-table-filter-wrap .check-search-wrap{background:#f7f7f7;display:flex;justify-content:center;padding:8px 0;width:100%}.big-table-filter-wrap .check-seach-input{line-height:32px}.big-table-filter-wrap .checkbox-box{padding-right:3px;width:100%}.big-table-filter-wrap .checkbox-wrap{background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding-left:13px;padding-right:3px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar{height:4px;width:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner{background-color:#000;border-radius:4px;width:4px}.big-table-filter-wrap .checkbox-wrap--search{padding-right:10px}.big-table-filter-wrap .checkbox-btn-wrap{display:flex;padding:9px 10px 9px 14px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn{padding:0;width:56px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn+.checkbox-btn{margin-left:8px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn{border:0;border-radius:0;margin:0 13px;position:relative;width:auto}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover:after{background-color:#5585f5;bottom:5px;content:"";display:block;height:1px;position:absolute;width:100%}.big-table-filter-wrap .arrows-icon{bottom:-1px;cursor:nw-resize;font-size:15px;height:20px;position:absolute;right:-1px;width:25px}.big-table__separate{padding:4px}.big-table__separatePlaceholder{display:inline-block;max-width:0;visibility:hidden;width:0;word-break:keep-all}body>.vxe-table--tooltip-wrapper{display:none!important}.custom-big-table{position:relative}.custom-big-table .n-input{width:fit-content}.custom-big-table .img-wrap{align-items:center;display:flex;height:100%;line-height:1;padding:2px 0}.custom-big-table .img-wrap img{cursor:pointer;max-height:100%;object-fit:contain}.custom-big-table .img-wrap.img-circle img{border-radius:50%;object-fit:contain;width:28px}.custom-big-table .bigTable-qr-span{display:inline-block;height:100%;position:relative}.custom-big-table .bigTable-qr-span .bigTable-qr-img{max-height:96%}.custom-big-table .bigTable-qr-span>span{align-items:center;background:rgba(0,0,0,.7);color:#fff;cursor:pointer;display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.custom-big-table .bigTable-qr-span:hover>span{display:inline-flex}.custom-big-table .base-form{align-items:center;display:flex;overflow:hidden!important;width:100%}.custom-big-table .base-form-content{width:100%}.custom-big-table textarea{height:32px;margin-bottom:0;resize:none}.custom-big-table .formItem-select-multiple{align-items:center;display:flex;line-height:40px;width:100%}.custom-big-table.mt{height:calc(100% - 78px)!important;margin-top:26px}.custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell{padding-left:66px!important;padding-right:66px!important}.custom-big-table th.vxe-header--column{cursor:pointer}.custom-big-table .row-btn{margin-right:10px}.custom-big-table .vxe-table{transform:translateZ(0)}.custom-big-table .vxe-table .vxe-table--empty-content,.custom-big-table .vxe-table .vxe-table--empty-content>div{height:100%;width:100%}.custom-big-table .vxe-table .vxe-table--empty-content>div .no-data-tip{display:inline-flex}.custom-big-table .vxe-table .col--checkbox .vxe-cell,.custom-big-table .vxe-table .col--seq .vxe-cell{padding:0}.custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,.custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label{padding-left:0}.custom-big-table .vxe-table .vxe-cell .vxe-tree-cell{height:100%}.custom-big-table .vxe-table .scan-multi-delete{color:#f06f64}.custom-big-table .vxe-table .vxe-table--header{background-color:#f2f2f2}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title{display:inline-flex;height:100%;line-height:unset;width:100%}.custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title,.custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title{display:inline-block}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:#f2f2f2;height:10px;width:10px}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background-color:#b2b2b2}.custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label{display:none}.custom-big-table .filter-box{align-items:center;display:flex;width:100%}.custom-big-table .filter-box .text-over-tooltip-components{max-width:calc(100% - 40px)}.custom-big-table .filter-box .vxe-filter--btn{border-right-color:#c0c4cc;border-top-color:#c0c4cc}.custom-big-table .filter-box .vxe-filter--btn.active{border-right-color:#35393c;border-top-color:#35393c}.custom-big-table .filter-box .vxe-filter--btn.checked{border-right-color:#5585f5;border-top-color:#5585f5}.custom-big-table .disabled-checked-tips{background:#fff;border:2px solid #ff1818;border-radius:50%;bottom:0;box-sizing:border-box;height:16px;margin-top:-8px;overflow:hidden;position:absolute;right:0;top:50%;width:16px}.custom-big-table .disabled-checked-tips:after{background-color:#ff1818;content:"";height:2px;left:0;position:absolute;top:0;transform:rotate(45deg);transform-origin:0 2px;width:16px}.custom-big-table .form-select-table .n-base-select-menu__empty{display:none}.custom-big-table .percent-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.custom-big-table .percent-wrap .percent-value{line-height:1;margin-bottom:-4px;margin-top:4px}.custom-big-table .refresh{align-items:center;background-color:#fff;border-bottom-left-radius:14px;border-top-left-radius:14px;box-shadow:0 2px 4px 0 hsla(0,0%,42%,.13);color:#5585f5;cursor:pointer;display:flex;font-size:12px;height:27px;padding-left:14px;padding-right:14px;position:absolute;right:0;top:6px;z-index:1}.custom-big-table .refresh-row{margin-bottom:0;margin-left:3px}.custom-big-table .check-wrap{background:#ffffe9;display:flex;justify-content:center;line-height:26px;margin-top:-26px;position:absolute;width:100%}.custom-big-table .check-wrap .check-wrap-btn,.custom-big-table .check-wrap .check-wrap-title{color:#000;cursor:pointer;font-size:12px;margin-bottom:0}.custom-big-table .check-wrap .check-wrap-btn{color:#5585f5}.custom-big-table .domPropsInnerHTML-span{height:100%}.custom-big-table .domPropsInnerHTML-span img{display:inline-block;height:var(--tableImageHeight);width:var(--tableImageWidth)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom,.custom-big-table .domPropsInnerHTML-span .icon-dot-red{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue,.custom-big-table .domPropsInnerHTML-span .icon-dot-green{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray,.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu,.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit,.custom-big-table .domPropsInnerHTML-span .icon-dot-close{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-design,.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete{background:#6381f9;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:4px 0 4px 0 rgba(0,0,0,.12)}.custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-4px 0 4px 0 rgba(0,0,0,.12)}.annotation-edit{align-items:center;color:#0067ee;cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:#ff9828}.annotation-edit__icon{align-items:center;display:inline-flex}.no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.no-data-tip>img{max-width:70%;width:260px}.no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.text-over-tooltip-components{display:inline-block;max-width:98%}.text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.svg-icon{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.vxe-header--column [annotation-hover-show=true]{visibility:hidden}.vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.big-table__annotationWrapper{align-items:center;display:inline-flex;width:20px}
@@ -1,29 +1 @@
1
- .clearfix:after {
2
- visibility: hidden;
3
- display: block;
4
- font-size: 0;
5
- content: ' ';
6
- clear: both;
7
- height: 0;
8
- }
9
- .containers {
10
- position: absolute;
11
- background-color: #fff;
12
- overflow-y: auto;
13
- min-height: 300px;
14
- height: 100%;
15
- width: 100%;
16
- }
17
- .containers .canvas {
18
- width: 100%;
19
- height: 100%;
20
- }
21
- .containers .bjs-powered-by {
22
- display: none !important;
23
- }
24
- .containers .djs-element .djs-hit-all {
25
- cursor: pointer;
26
- }
27
- .containers .djs-bpmn-shape-node {
28
- cursor: pointer;
29
- }
1
+ .clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.containers{background-color:#fff;min-height:300px;overflow-y:auto;position:absolute}.containers,.containers .canvas{height:100%;width:100%}.containers .bjs-powered-by{display:none!important}.containers .djs-bpmn-shape-node,.containers .djs-element .djs-hit-all{cursor:pointer}
@@ -38,7 +38,7 @@ export declare class Print {
38
38
  /**
39
39
  * 下载pdf
40
40
  */
41
- downloadPDF(params: AnyObject): Promise<unknown>;
41
+ downloadPDF(params: AnyObject, onResolve: Func, onReject: Func): void;
42
42
  print({ templateId, formatId, params }: AnyObject, successCallbackFn?: Func, errorCallbackFn?: Func): Promise<false | undefined>;
43
43
  queryPrintData({ templateId, formatId, params }: AnyObject, successCallbackFn?: Func, errorCallbackFn?: Func): Promise<false | {
44
44
  file: any;