@zscreate/form-component 1.1.320 → 1.1.321

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.
@@ -1,3 +1,606 @@
1
+ .h-model-item[data-v-1c5bd450]{height:30px;line-height:30px;padding-left:10px;font-size:16px}.h-model-item[data-v-1c5bd450]:hover{background-color:#f5f9fd;color:#1890FF !important}.dropMenu[data-v-1c5bd450]{width:100px;padding:0;margin:auto;position:absolute;right:-100px;top:-7px;bottom:0;z-index:100}.dropMenu li[data-v-1c5bd450]{width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;cursor:pointer;font-size:16px;color:#999}.dropMenu li[data-v-1c5bd450]:hover{color:#66a6e0}.dropMenu li.icon-set[data-v-1c5bd450]{font-size:23px}.dropMenuItem[data-v-1c5bd450]{width:30px;height:30px;padding:0;color:#ffa500;margin:auto;position:absolute;cursor:pointer;bottom:0;z-index:100;font-size:20px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(1){left:0;right:0;top:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(2){top:0;bottom:0;right:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(3){left:0;right:0;bottom:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(4){top:0;bottom:0;left:-19px}.flow-node-header[data-v-1c5bd450]{background-color:#66a6e0;height:25px;cursor:pointer;border-top-left-radius:6px;border-top-right-radius:6px}.flow-node-header a[data-v-1c5bd450]{text-decoration:none;line-height:25px;vertical-align:middle}.flow-node-header a img[data-v-1c5bd450]{line-height:25px;vertical-align:middle;margin-bottom:5px}.flow-node-body[data-v-1c5bd450]{background-color:white;text-align:center;cursor:pointer;height:25px;line-height:25px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.vdr-no-border[data-v-1c5bd450]{border:none}.tool .text[data-v-1c5bd450]{font-size:14px;padding:4px 6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tool .inner[data-v-1c5bd450]{background:orange;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner .icon-user[data-v-1c5bd450]{color:#fff;display:flex;align-items:center;justify-content:center}.tool .inner-blue[data-v-1c5bd450]{background:blue;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner-blue .icon-user[data-v-1c5bd450]{color:#fff;display:flex;align-items:center}.flow-view .start[data-v-1c5bd450]{border:2px solid #e0c645}.flow-view .end[data-v-1c5bd450]{background-size:cover;border:2px solid #e0c645;position:relative}.flow-view .end[data-v-1c5bd450]:before{content:'';width:12px;height:12px;background:#e0c645;display:block;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}
2
+
3
+ .flow-tool-menu{background-color:#eeeeee;cursor:pointer;padding-left:5px;height:50px;line-height:50px;border-bottom:1px solid #979797}.flow-tool-submenu{background-color:white;padding-left:20px;cursor:pointer;height:50px;line-height:50px;vertical-align:middle;border-bottom:1px solid #d3d3d3}.g1-tools_1 li.start{width:50px;height:50px;border:1px solid #d8d8d8;border-radius:100%}.draggable-item .inner{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.draggable-item .inner svg{font-size:30px;color:#858587}.draggable-item .inner svg use{fill:#858587}.draggable-item .inner span{color:#333;margin:5px}
4
+
5
+
6
+ .CodeMirror{
7
+ height:600px !important;
8
+ }
9
+
10
+ .show_select_form {
11
+ line-height: 32px;
12
+ }
13
+
14
+ ul[data-v-c8780a30] {
15
+ max-height: 700px;
16
+ overflow-y: auto;
17
+ padding-left: 0.5rem;
18
+ }
19
+ ul i[data-v-c8780a30] {
20
+ font-size: 1.5rem;
21
+ border: 1px solid #f1f1f1;
22
+ padding: 0.2rem;
23
+ margin: 0.3rem;
24
+ cursor: pointer;
25
+ }
26
+ ul i.active[data-v-c8780a30],
27
+ ul i[data-v-c8780a30]:hover {
28
+ border-radius: 2px;
29
+ border-color: #4a4a48;
30
+ background-color: #4a4a48;
31
+ color: #fff;
32
+ transition: all 0.3s;
33
+ }
34
+ ul li[data-v-c8780a30] {
35
+ list-style: none;
36
+ float: left;
37
+ width: 5%;
38
+ text-align: center;
39
+ cursor: pointer;
40
+ color: #555;
41
+ transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
42
+ position: relative;
43
+ margin: 3px 0;
44
+ border-radius: 4px;
45
+ background-color: #fff;
46
+ overflow: hidden;
47
+ padding: 10px 0 0;
48
+ }
49
+
50
+ .cus-btn_form .ant-form-item{margin-bottom:10px}.ant-modal-footer{text-align:center}
51
+
52
+
53
+ .warpper .ant-tabs .ant-tabs-content {
54
+ border-top: 1px solid #dddddd;
55
+ border-left: 1px solid #dddddd;
56
+ }
57
+ .warpper .ant-col-8 {
58
+ border-right: 1px solid #dddddd;
59
+ border-bottom: 1px solid #dddddd;
60
+ height: 40px;
61
+ line-height: 40px;
62
+ text-align: center;
63
+ }
64
+
65
+ .panel-form {
66
+ margin-bottom: 35px;
67
+ }
68
+ .panel-form .ant-row {
69
+ margin-bottom: 10px;
70
+ }
71
+ .panel-form .ant-btn {
72
+ margin-right: 5px;
73
+ }
74
+ .panel-hd {
75
+ height: 43px;
76
+ line-height: 43px;
77
+ margin: 0 -15px 15px -15px;
78
+ padding: 0 15px;
79
+ font-size: 14px;
80
+ display: flex;
81
+ justify-content: space-between;
82
+ background-color: #d8d8d89e;
83
+ }
84
+ .node-branch {
85
+ padding: 25px 5px 10px 5px;
86
+ margin: 0 -5px;
87
+ border: 1px solid #d8d8d8;
88
+ position: relative;
89
+ }
90
+ .node-branch .title {
91
+ height: 36px;
92
+ line-height: 36px;
93
+ padding: 0 15px;
94
+ background: #1890ff;
95
+ color: #fff;
96
+ position: absolute;
97
+ left: 15px;
98
+ top: -17px;
99
+ }
100
+ .node-branch .add-btn {
101
+ width: 35px;
102
+ height: 35px;
103
+ line-height: 35px;
104
+ font-size: 23px;
105
+ position: absolute;
106
+ right: 10px;
107
+ text-align: center;
108
+ top: -17px;
109
+ background-color: #fff;
110
+ cursor: pointer;
111
+ }
112
+ .ant-form-item-label label {
113
+ font-size: 12px;
114
+ }
115
+ .node-list_btn {
116
+ padding: 15px 7px;
117
+ }
118
+ .node-list_btn .ant-btn {
119
+ margin: 5px 2px;
120
+ }
121
+ .node-list_btn .ant-btn-success,
122
+ .node-list_btn .ant-btn-info,
123
+ .node-list_btn .ant-btn-warning,
124
+ .node-list_btn .ant-btn-danger {
125
+ color: #fff;
126
+ }
127
+ .node-list_btn .ant-btn-success:hover,
128
+ .node-list_btn .ant-btn-info:hover,
129
+ .node-list_btn .ant-btn-warning:hover,
130
+ .node-list_btn .ant-btn-danger:hover {
131
+ color: #fff;
132
+ }
133
+ .node-list_btn .ant-btn-success {
134
+ border: 1px solid #67c23a;
135
+ background-color: #67c23a;
136
+ }
137
+ .node-list_btn .ant-btn-success:hover {
138
+ border: 1px solid #67c23a;
139
+ background-color: #67c23a;
140
+ }
141
+ .node-list_btn .ant-btn-info {
142
+ border: 1px solid #909399;
143
+ background-color: #909399;
144
+ }
145
+ .node-list_btn .ant-btn-info:hover {
146
+ border: 1px solid #909399;
147
+ background-color: #909399;
148
+ }
149
+ .node-list_btn .ant-btn-warning {
150
+ border: 1px solid #e6a23c;
151
+ background-color: #e6a23c;
152
+ }
153
+ .node-list_btn .ant-btn-warning:hover {
154
+ border: 1px solid #e6a23c;
155
+ background-color: #e6a23c;
156
+ }
157
+ .node-list_btn .ant-btn-danger {
158
+ border: 1px solid #f56c6c;
159
+ background-color: #f56c6c;
160
+ }
161
+ .node-list_btn .ant-btn-danger:hover {
162
+ border: 1px solid #f56c6c;
163
+ background-color: #f56c6c;
164
+ }
165
+
166
+ .data-condition .data-condition-body .body-Condition[data-v-6091ee24] {
167
+ color: #141e31;
168
+ font-size: 14px;
169
+ }
170
+ .data-condition .data-condition-body .body-Condition .body-Condition-item[data-v-6091ee24] {
171
+ margin-top: 20px;
172
+ }
173
+ .data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-6091ee24] .ant-select-selection {
174
+ border: none;
175
+ font-size: 14px;
176
+ }
177
+ .data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-6091ee24] .ant-select-selection__rendered {
178
+ margin: 0 !important;
179
+ margin-left: 5px !important;
180
+ }
181
+ .data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-6091ee24] .ant-select-arrow-icon {
182
+ color: #141e31;
183
+ }
184
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-6091ee24] {
185
+ padding-top: 10px;
186
+ padding-bottom: 20px;
187
+ border-top: 1px solid #ccc;
188
+ }
189
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-6091ee24] {
190
+ color: #838c99;
191
+ font-size: 16px;
192
+ cursor: pointer;
193
+ }
194
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-6091ee24]:hover {
195
+ color: #eb5096;
196
+ }
197
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-6091ee24] .ant-calendar-picker {
198
+ min-width: 140px !important;
199
+ }
200
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-6091ee24] .ant-calendar-picker-input {
201
+ font-size: 12px !important;
202
+ }
203
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-6091ee24] .ant-calendar-picker-icon {
204
+ display: none !important;
205
+ }
206
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-6091ee24] .ant-select-selection {
207
+ border: none;
208
+ font-size: 14px;
209
+ min-width: 80px;
210
+ }
211
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-6091ee24] .ant-select-selection__rendered {
212
+ margin-left: 5px !important;
213
+ text-align: center !important;
214
+ }
215
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-6091ee24] .ant-select-arrow-icon {
216
+ color: #141e31;
217
+ }
218
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-6091ee24] .ant-select-selection-selected-value {
219
+ float: initial !important;
220
+ }
221
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-6091ee24] .ant-calendar-picker-input {
222
+ padding: 4px 2px;
223
+ }
224
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-6091ee24] .ant-calendar-picker-input .ant-calendar-range-picker-input {
225
+ width: 47%;
226
+ }
227
+ .data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-6091ee24] .ant-select-selection--multiple .ant-select-selection__choice {
228
+ width: initial !important;
229
+ }
230
+
231
+ .g1-form_main1 .sider-pannel[data-v-a65c2bf4] {
232
+ width: 347px !important;
233
+ }
234
+
235
+ .g1-form_main1 .sider-pannel[data-v-c976b6e2] {
236
+ width: 347px !important;
237
+ }
238
+
239
+ ul[data-v-58d1a12a],
240
+ li[data-v-58d1a12a],
241
+ dl[data-v-58d1a12a],
242
+ dt[data-v-58d1a12a],
243
+ dd[data-v-58d1a12a] {
244
+ list-style-type: none;
245
+ padding: 0;
246
+ margin: 0;
247
+ }
248
+ .flowwork-warp[data-v-58d1a12a] {
249
+ position: absolute;
250
+ left: 0;
251
+ right: 0;
252
+ top: 0;
253
+ bottom: 64px;
254
+ background: #fff;
255
+ }
256
+ .g1_workflow_warp[data-v-58d1a12a] {
257
+ border: 1px solid #dfdfdf;
258
+ margin: auto;
259
+ position: absolute;
260
+ left: 0;
261
+ right: 0;
262
+ bottom: 0;
263
+ top: 0;
264
+ }
265
+ .g1_workflow_warp li[data-v-58d1a12a] {
266
+ width: 100%;
267
+ position: relative;
268
+ text-align: center;
269
+ }
270
+ .g1-sider_tool1[data-v-58d1a12a] {
271
+ width: 100px;
272
+ position: absolute;
273
+ left: 0;
274
+ top: 0;
275
+ bottom: 0;
276
+ border-right: 1px solid #dfdfdf;
277
+ overflow-y: auto;
278
+ }
279
+ .g1-sider_tool1 .tool_box[data-v-58d1a12a] {
280
+ margin-top: 15px;
281
+ }
282
+ .g1-sider_tool1 .tool_box .tool[data-v-58d1a12a] {
283
+ text-align: center;
284
+ font-size: 12px;
285
+ color: #fff;
286
+ }
287
+ /* 公用图形 */
288
+ .end[data-v-58d1a12a] {
289
+ border-radius: 100%;
290
+ }
291
+ .comm[data-v-58d1a12a] {
292
+ border-radius: 0px;
293
+ }
294
+ .gate[data-v-58d1a12a] {
295
+ width: 60px;
296
+ border-radius: 0;
297
+ }
298
+ .gate .inner[data-v-58d1a12a] {
299
+ display: inline-block;
300
+ font-size: 16px;
301
+ }
302
+ .g1-form_main1[data-v-58d1a12a] {
303
+ position: absolute;
304
+ left: 100px;
305
+ right: 0;
306
+ top: 0;
307
+ bottom: 0;
308
+ }
309
+ .g1-form_main1 .head[data-v-58d1a12a] {
310
+ height: 46px;
311
+ line-height: 46px;
312
+ text-align: left;
313
+ padding-left: 10px;
314
+ box-sizing: border-box;
315
+ border-bottom: 1px solid #d8d8d8;
316
+ }
317
+ .g1-form_main1 .head .ant-btn[data-v-58d1a12a] {
318
+ height: 32px;
319
+ margin-right: 10px;
320
+ }
321
+ .g1-form_main1 .main[data-v-58d1a12a] {
322
+ position: absolute;
323
+ left: 0 !important;
324
+ right: 0px;
325
+ top: 50px !important;
326
+ bottom: 0;
327
+ overflow: auto;
328
+ box-sizing: border-box;
329
+ }
330
+ .g1-form_main1 .main #flowContainer[data-v-58d1a12a] {
331
+ background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.15) 10%, rgba(180, 180, 180, 0) 10%), linear-gradient(rgba(180, 180, 180, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
332
+ background-size: 10px 10px;
333
+ background-color: #fbfbfb;
334
+ }
335
+ .g1-form_main1 .sider-pannel[data-v-58d1a12a] {
336
+ width: 250px;
337
+ padding: 0 15px;
338
+ position: absolute;
339
+ right: 0;
340
+ top: 0;
341
+ bottom: 0;
342
+ border-left: 1px solid #dfdfdf;
343
+ background-color: #fff;
344
+ }
345
+ .g1-form_main1 .sider-pannel .sider-panel-inner[data-v-58d1a12a] {
346
+ width: 100%;
347
+ height: 100%;
348
+ padding: 15px;
349
+ padding-top: 0;
350
+ box-sizing: border-box;
351
+ position: absolute;
352
+ left: 0;
353
+ top: 0;
354
+ overflow-y: auto;
355
+ }
356
+ .g1-form_main1 .sider-pannel .sider-open[data-v-58d1a12a] {
357
+ width: 36px;
358
+ height: 60px;
359
+ line-height: 60px;
360
+ margin: auto;
361
+ position: absolute;
362
+ left: -36px;
363
+ top: 0;
364
+ bottom: 0;
365
+ text-align: center;
366
+ font-size: 13px;
367
+ border: 1px solid #c4bfbf;
368
+ border-right: none;
369
+ background-color: #fff;
370
+ }
371
+ /* 视图图形 */
372
+ .flow-view[data-v-58d1a12a] {
373
+ position: absolute;
374
+ left: 0;
375
+ right: 0;
376
+ top: 0;
377
+ bottom: 0;
378
+ }
379
+ .flow-view .inner .flow-node-drag[data-v-58d1a12a] {
380
+ width: 12px;
381
+ height: 12px;
382
+ display: block;
383
+ margin: auto;
384
+ border-radius: 100%;
385
+ position: absolute;
386
+ z-index: 9999;
387
+ cursor: crosshair;
388
+ background: rgba(24, 144, 255, 0.6);
389
+ }
390
+ .flow-view .inner .flow-node-drag[data-v-58d1a12a]:nth-child(1) {
391
+ left: -6px;
392
+ top: 0;
393
+ bottom: 0;
394
+ }
395
+ .flow-view .inner .flow-node-drag[data-v-58d1a12a]:nth-child(2) {
396
+ top: -6px;
397
+ left: 0;
398
+ right: 0;
399
+ }
400
+ .flow-view .inner .flow-node-drag[data-v-58d1a12a]:nth-child(3) {
401
+ right: -6px;
402
+ top: 0;
403
+ bottom: 0;
404
+ }
405
+ .flow-view .inner .flow-node-drag[data-v-58d1a12a]:nth-child(4) {
406
+ bottom: -6px;
407
+ left: 0;
408
+ right: 0;
409
+ }
410
+ .flow-view .tool[data-v-58d1a12a] {
411
+ width: 100%;
412
+ height: 100%;
413
+ margin: 0;
414
+ box-sizing: border-box;
415
+ box-shadow: 5px 5px 3px #d4d0d0;
416
+ background: #fbfbfb;
417
+ }
418
+ .flow-view .tool .iconfont[data-v-58d1a12a] {
419
+ font-size: 100%;
420
+ color: #858587;
421
+ }
422
+ .flow-view .exclude_gateway[data-v-58d1a12a] {
423
+ box-shadow: 0 0 0 #ccc;
424
+ }
425
+ .flow-view .gate[data-v-58d1a12a] {
426
+ line-height: 50px;
427
+ position: absolute;
428
+ left: 0;
429
+ right: 0;
430
+ top: 0;
431
+ bottom: 0;
432
+ }
433
+ .flow-view .ordinary_gateway[data-v-58d1a12a],
434
+ .flow-view .parall_gateway[data-v-58d1a12a],
435
+ .flow-view .exclude_gateway[data-v-58d1a12a] {
436
+ border: none;
437
+ border-radius: 0;
438
+ background-size: cover;
439
+ background-repeat: no-repeat;
440
+ background-position: center center;
441
+ box-shadow: 0 0 0 #ccc;
442
+ }
443
+ .flow-view .ordinary_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(1),
444
+ .flow-view .parall_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(1),
445
+ .flow-view .exclude_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(1) {
446
+ left: 0;
447
+ top: 0;
448
+ bottom: 0;
449
+ }
450
+ .flow-view .ordinary_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(2),
451
+ .flow-view .parall_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(2),
452
+ .flow-view .exclude_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(2) {
453
+ top: 0;
454
+ left: 0;
455
+ right: 0;
456
+ }
457
+ .flow-view .ordinary_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(3),
458
+ .flow-view .parall_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(3),
459
+ .flow-view .exclude_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(3) {
460
+ right: 0;
461
+ top: 0;
462
+ bottom: 0;
463
+ }
464
+ .flow-view .ordinary_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(4),
465
+ .flow-view .parall_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(4),
466
+ .flow-view .exclude_gateway .flow-node-drag[data-v-58d1a12a]:nth-child(4) {
467
+ bottom: 0;
468
+ left: 0;
469
+ right: 0;
470
+ }
471
+ .flow-view .exclude_gateway[data-v-58d1a12a] {
472
+ width: 70%;
473
+ height: 70%;
474
+ margin: 15%;
475
+ border: 2px solid #7a7a7a;
476
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
477
+ transform: rotate(45deg);
478
+ position: relative;
479
+ }
480
+ .flow-view .exclude_gateway[data-v-58d1a12a]::before {
481
+ content: '';
482
+ width: 2px;
483
+ background-color: #7a7a7a;
484
+ height: 20px;
485
+ display: block;
486
+ position: absolute;
487
+ top: calc(50% - 10px);
488
+ left: calc(50% - 1px);
489
+ }
490
+ .flow-view .exclude_gateway[data-v-58d1a12a]::after {
491
+ content: '';
492
+ width: 20px;
493
+ background-color: #7a7a7a;
494
+ height: 2px;
495
+ display: block;
496
+ position: absolute;
497
+ top: calc(50% - 1px);
498
+ left: calc(50% - 10px);
499
+ }
500
+ .flow-view .parall_gateway[data-v-58d1a12a] {
501
+ width: 70%;
502
+ height: 70%;
503
+ margin: 15%;
504
+ border: 2px solid #7a7a7a;
505
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
506
+ transform: rotate(45deg);
507
+ position: relative;
508
+ }
509
+ .flow-view .parall_gateway[data-v-58d1a12a]::after {
510
+ content: '';
511
+ width: 20px;
512
+ background-color: #7a7a7a;
513
+ height: 2px;
514
+ display: block;
515
+ position: absolute;
516
+ top: calc(50% - 1px);
517
+ left: calc(50% - 10px);
518
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
519
+ transform: rotate(45deg);
520
+ }
521
+ .flow-view .parall_gateway[data-v-58d1a12a]::before {
522
+ content: '';
523
+ width: 2px;
524
+ background-color: #7a7a7a;
525
+ height: 20px;
526
+ display: block;
527
+ position: absolute;
528
+ top: calc(50% - 10px);
529
+ left: calc(50% - 1px);
530
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
531
+ transform: rotate(45deg);
532
+ }
533
+ /* 线条工具 */
534
+ .lineTool[data-v-58d1a12a] {
535
+ width: 130px;
536
+ height: 26px;
537
+ border: 1px solid #1890ff;
538
+ position: fixed;
539
+ background-color: #fff;
540
+ text-align: left;
541
+ }
542
+ .lineTool li[data-v-58d1a12a] {
543
+ width: 30px;
544
+ height: 26px;
545
+ display: inline-block;
546
+ font-weight: bold;
547
+ text-align: center;
548
+ color: #1890ff;
549
+ }
550
+ .tool-drag a .inner[data-v-58d1a12a] {
551
+ color: #f00 !important;
552
+ }
553
+ .ant-layout-footer[data-v-58d1a12a] {
554
+ z-index: 10;
555
+ }
556
+
557
+ #flowContainer[data-v-58d1a12a] {
558
+ width: 1000000px;
559
+ height: 1000000px;
560
+ position: absolute;
561
+ left: -500000px;
562
+ top: -500000px;
563
+ /* height: 1000000px;
564
+ width: 1000000px;
565
+ position: relative;
566
+ user-select: none;
567
+ left: -500000px;
568
+ top: -500000px; */
569
+ }
570
+ .labelClass[data-v-58d1a12a] {
571
+ padding: 0 3px;
572
+ font-size: 12px;
573
+ cursor: pointer;
574
+ -webkit-user-select: none;
575
+ -moz-user-select: none;
576
+ user-select: none;
577
+ color: #fff;
578
+ border-radius: 3px;
579
+ background: rgba(24, 144, 255, 0.6);
580
+ }
581
+ .loading[data-v-58d1a12a] {
582
+ height: 100%;
583
+ width: 100%;
584
+ display: flex;
585
+ align-items: center;
586
+ justify-content: center;
587
+ }
588
+ [data-v-58d1a12a] .labelClass {
589
+ background-color: #539dfa !important;
590
+ padding: 5px;
591
+ border-radius: 5px;
592
+ color: #fff;
593
+ }
594
+
595
+
596
+ .svg-icon[data-v-d10df7e8] {
597
+ width: 1em;
598
+ height: 1em;
599
+ position: relative;
600
+ fill: currentColor;
601
+ vertical-align: -2px;
602
+ }
603
+
1
604
  .is_required[data-v-32839555]::before {
2
605
  content: "*";
3
606
  color: #f56c6c;