workflow-editor 0.0.81-up-tmp10 → 0.0.81-up-tmp12
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/.vscode/extensions.json +3 -0
- package/es/style.css +170 -170
- package/lib/style.css +165 -165
- package/package.json +1 -1
- package/public/vite.svg +1 -0
package/es/style.css
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
|
-
@charset "UTF-8"
|
|
1
|
+
@charset "UTF-8";.main[data-v-6658e14b] {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
height: 100%;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
.canvas-container[data-v-6658e14b] {
|
|
8
|
+
position: relative;
|
|
9
|
+
height: 100%;
|
|
10
|
+
width: 100%;
|
|
11
|
+
}
|
|
12
|
+
section[data-v-6658e14b] {
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
.canvas[data-v-6658e14b] {
|
|
19
|
+
overflow: auto;
|
|
20
|
+
height: 100%;
|
|
21
|
+
padding: 0;
|
|
22
|
+
min-height: 500px;
|
|
23
|
+
}
|
|
24
|
+
.canvas[data-v-6658e14b] .draggable {
|
|
25
|
+
cursor: default;
|
|
26
|
+
}
|
|
2
27
|
.button-area[data-v-865cb4ee] {
|
|
3
28
|
padding: 5px 0 5px 5px;
|
|
4
29
|
height: 50px;
|
|
@@ -100,32 +125,60 @@ pre[data-v-865cb4ee] {
|
|
|
100
125
|
/* 去掉卡片和tab表头的距离 */
|
|
101
126
|
[data-v-865cb4ee] .el-tabs__header {
|
|
102
127
|
margin: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
128
|
+
}h3[data-v-0d941719] {
|
|
129
|
+
color: #999999;
|
|
130
|
+
margin: 0;
|
|
131
|
+
padding: 0;
|
|
132
|
+
font-weight: bold;
|
|
133
|
+
font-size: 18px;
|
|
108
134
|
}
|
|
109
|
-
.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
135
|
+
.el-button[data-v-0d941719] {
|
|
136
|
+
margin: 6px 0;
|
|
137
|
+
min-width: 110px;
|
|
138
|
+
padding: 9px 15px;
|
|
113
139
|
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
width: 100%;
|
|
117
|
-
height: 100%;
|
|
118
|
-
padding: 0;
|
|
140
|
+
.el-button i[data-v-0d941719] {
|
|
141
|
+
padding-right: 4px;
|
|
119
142
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
143
|
+
#svg{
|
|
144
|
+
/* border:1px solid red; */
|
|
145
|
+
background: white;
|
|
146
|
+
background-image:
|
|
147
|
+
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
148
|
+
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
149
|
+
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
150
|
+
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
151
|
+
background-size:
|
|
152
|
+
15px 15px,
|
|
153
|
+
15px 15px,
|
|
154
|
+
75px 75px,
|
|
155
|
+
75px 75px;
|
|
125
156
|
}
|
|
126
|
-
|
|
127
|
-
|
|
157
|
+
g{
|
|
158
|
+
font-size: 16px;
|
|
128
159
|
}
|
|
160
|
+
g text{
|
|
161
|
+
dominant-baseline: middle;
|
|
162
|
+
}
|
|
163
|
+
.selected{
|
|
164
|
+
fill: #fff;
|
|
165
|
+
stroke: #f00;
|
|
166
|
+
stroke-width: 2;
|
|
167
|
+
}
|
|
168
|
+
.task-tache{
|
|
169
|
+
fill: #fff;
|
|
170
|
+
stroke: #666;
|
|
171
|
+
stroke-width: 2;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.svg-icon {
|
|
175
|
+
width: 1em;
|
|
176
|
+
height: 1em;
|
|
177
|
+
vertical-align: -0.15em;
|
|
178
|
+
fill: currentColor;
|
|
179
|
+
overflow: hidden;
|
|
180
|
+
}
|
|
181
|
+
|
|
129
182
|
#svg{
|
|
130
183
|
/* border:1px solid red; */
|
|
131
184
|
background: white;
|
|
@@ -200,66 +253,13 @@ li[data-v-7e8a1cf6] {
|
|
|
200
253
|
}
|
|
201
254
|
li[data-v-7e8a1cf6] {
|
|
202
255
|
list-style-type: none;
|
|
203
|
-
}h3[data-v-0d941719] {
|
|
204
|
-
color: #999999;
|
|
205
|
-
margin: 0;
|
|
206
|
-
padding: 0;
|
|
207
|
-
font-weight: bold;
|
|
208
|
-
font-size: 18px;
|
|
209
|
-
}
|
|
210
|
-
.el-button[data-v-0d941719] {
|
|
211
|
-
margin: 6px 0;
|
|
212
|
-
min-width: 110px;
|
|
213
|
-
padding: 9px 15px;
|
|
214
|
-
}
|
|
215
|
-
.el-button i[data-v-0d941719] {
|
|
216
|
-
padding-right: 4px;
|
|
217
|
-
}
|
|
218
|
-
#svg{
|
|
219
|
-
/* border:1px solid red; */
|
|
220
|
-
background: white;
|
|
221
|
-
background-image:
|
|
222
|
-
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
223
|
-
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
224
|
-
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
225
|
-
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
226
|
-
background-size:
|
|
227
|
-
15px 15px,
|
|
228
|
-
15px 15px,
|
|
229
|
-
75px 75px,
|
|
230
|
-
75px 75px;
|
|
231
|
-
}
|
|
232
|
-
g{
|
|
233
|
-
font-size: 16px;
|
|
234
|
-
}
|
|
235
|
-
g text{
|
|
236
|
-
dominant-baseline: middle;
|
|
237
256
|
}
|
|
238
|
-
.
|
|
239
|
-
fill: #fff;
|
|
240
|
-
stroke: #f00;
|
|
241
|
-
stroke-width: 2;
|
|
242
|
-
}
|
|
243
|
-
.task-tache{
|
|
244
|
-
fill: #fff;
|
|
245
|
-
stroke: #666;
|
|
246
|
-
stroke-width: 2;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.svg-icon {
|
|
250
|
-
width: 1em;
|
|
251
|
-
height: 1em;
|
|
252
|
-
vertical-align: -0.15em;
|
|
253
|
-
fill: currentColor;
|
|
254
|
-
overflow: hidden;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.end{
|
|
257
|
+
.start{
|
|
258
258
|
stroke-width: 0;
|
|
259
259
|
fill:#fff;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
.
|
|
262
|
+
.end{
|
|
263
263
|
stroke-width: 0;
|
|
264
264
|
fill:#fff;
|
|
265
265
|
}
|
|
@@ -269,63 +269,27 @@ g text{
|
|
|
269
269
|
fill:#fff;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.decision{
|
|
272
|
+
.human-decision{
|
|
273
273
|
stroke-width: 0;
|
|
274
274
|
fill:#fff;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.
|
|
277
|
+
.decision{
|
|
278
278
|
stroke-width: 0;
|
|
279
279
|
fill:#fff;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.human-decision{
|
|
283
|
-
stroke-width: 0;
|
|
284
|
-
fill:#fff;
|
|
285
|
-
}
|
|
286
|
-
.tooltip[data-v-ac799913] {
|
|
287
|
-
position: absolute;
|
|
288
|
-
background: #fff;
|
|
289
|
-
min-width: 150px;
|
|
290
|
-
border-radius: 4px;
|
|
291
|
-
border: 1px solid #ebeef5;
|
|
292
|
-
padding: 12px;
|
|
293
|
-
z-index: 2000;
|
|
294
|
-
color: #606266;
|
|
295
|
-
line-height: 1.4;
|
|
296
|
-
text-align: justify;
|
|
297
|
-
font-size: 14px;
|
|
298
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
299
|
-
word-break: break-all;
|
|
300
|
-
}
|
|
301
|
-
.transition[data-v-a1576cad] {
|
|
302
|
-
stroke-width: 2;
|
|
303
|
-
stroke: #666;
|
|
304
|
-
fill: none;
|
|
305
|
-
cursor: pointer;
|
|
306
|
-
}
|
|
307
|
-
.selected[data-v-a1576cad] {
|
|
308
|
-
stroke: red;
|
|
309
|
-
}
|
|
310
|
-
.transition-dragger[data-v-a1576cad] {
|
|
311
|
-
stroke: red;
|
|
312
|
-
stroke-width: 1;
|
|
313
|
-
fill: white;
|
|
314
|
-
cursor: move;
|
|
315
|
-
}
|
|
316
|
-
.no-events[data-v-a1576cad] {
|
|
317
|
-
pointer-events: none;
|
|
318
|
-
}
|
|
319
|
-
#_subprocess-content[data-v-2b195c05] {
|
|
320
|
-
width: 100%;
|
|
321
|
-
height: calc(100vh - 200px);
|
|
322
|
-
}
|
|
323
282
|
.virtual-transition{
|
|
324
283
|
stroke-width: 2;
|
|
325
284
|
stroke:#000;
|
|
326
285
|
stroke-dasharray: 2 2;
|
|
327
286
|
fill: none;
|
|
328
287
|
}
|
|
288
|
+
|
|
289
|
+
.decision{
|
|
290
|
+
stroke-width: 0;
|
|
291
|
+
fill:#fff;
|
|
292
|
+
}
|
|
329
293
|
|
|
330
294
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
331
295
|
.properties-editor[data-v-1651d82a] .el-dialog__body {
|
|
@@ -345,6 +309,25 @@ g text{
|
|
|
345
309
|
/* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
|
|
346
310
|
pointer-events:none;
|
|
347
311
|
}
|
|
312
|
+
|
|
313
|
+
.transition[data-v-a1576cad] {
|
|
314
|
+
stroke-width: 2;
|
|
315
|
+
stroke: #666;
|
|
316
|
+
fill: none;
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
}
|
|
319
|
+
.selected[data-v-a1576cad] {
|
|
320
|
+
stroke: red;
|
|
321
|
+
}
|
|
322
|
+
.transition-dragger[data-v-a1576cad] {
|
|
323
|
+
stroke: red;
|
|
324
|
+
stroke-width: 1;
|
|
325
|
+
fill: white;
|
|
326
|
+
cursor: move;
|
|
327
|
+
}
|
|
328
|
+
.no-events[data-v-a1576cad] {
|
|
329
|
+
pointer-events: none;
|
|
330
|
+
}
|
|
348
331
|
|
|
349
332
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
350
333
|
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
@@ -365,7 +348,24 @@ g text{
|
|
|
365
348
|
.properties-editor[data-v-bd66d235] .el-dialog__body{
|
|
366
349
|
padding-top: 0
|
|
367
350
|
}
|
|
368
|
-
|
|
351
|
+
.tooltip[data-v-ac799913] {
|
|
352
|
+
position: absolute;
|
|
353
|
+
background: #fff;
|
|
354
|
+
min-width: 150px;
|
|
355
|
+
border-radius: 4px;
|
|
356
|
+
border: 1px solid #ebeef5;
|
|
357
|
+
padding: 12px;
|
|
358
|
+
z-index: 2000;
|
|
359
|
+
color: #606266;
|
|
360
|
+
line-height: 1.4;
|
|
361
|
+
text-align: justify;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
364
|
+
word-break: break-all;
|
|
365
|
+
}#_subprocess-content[data-v-2b195c05] {
|
|
366
|
+
width: 100%;
|
|
367
|
+
height: calc(100vh - 200px);
|
|
368
|
+
}
|
|
369
369
|
.joint-container{
|
|
370
370
|
stroke-width: 0;
|
|
371
371
|
fill: #fff;
|
|
@@ -386,6 +386,25 @@ g text{
|
|
|
386
386
|
stroke-width: 1;
|
|
387
387
|
fill: white;
|
|
388
388
|
}
|
|
389
|
+
ul[data-v-39fac73c] {
|
|
390
|
+
margin: 0;
|
|
391
|
+
padding: 0;
|
|
392
|
+
}
|
|
393
|
+
ul li[data-v-39fac73c] {
|
|
394
|
+
list-style: none;
|
|
395
|
+
}
|
|
396
|
+
.sub-li[data-v-39fac73c] {
|
|
397
|
+
padding-left: 10px;
|
|
398
|
+
}
|
|
399
|
+
.percent[data-v-a219b06d] {
|
|
400
|
+
margin-left: 10px;
|
|
401
|
+
color: red;
|
|
402
|
+
font-size: 1.2em;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.el-checkbox[data-v-c019538f]{
|
|
406
|
+
margin-left: 20px;
|
|
407
|
+
}
|
|
389
408
|
|
|
390
409
|
.control-point[data-v-788fb0ae]{
|
|
391
410
|
fill: #fff;
|
|
@@ -395,10 +414,6 @@ g text{
|
|
|
395
414
|
stroke-dasharray: 2 2
|
|
396
415
|
}
|
|
397
416
|
|
|
398
|
-
.el-checkbox[data-v-c019538f]{
|
|
399
|
-
margin-left: 20px;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
417
|
.control-point[data-v-0ff53a0a]{
|
|
403
418
|
fill: #fff;
|
|
404
419
|
cursor: move;
|
|
@@ -407,51 +422,22 @@ g text{
|
|
|
407
422
|
stroke-dasharray: 2 2
|
|
408
423
|
}
|
|
409
424
|
|
|
410
|
-
.percent[data-v-a219b06d] {
|
|
411
|
-
margin-left: 10px;
|
|
412
|
-
color: red;
|
|
413
|
-
font-size: 1.2em;
|
|
414
|
-
}
|
|
415
|
-
ul[data-v-39fac73c] {
|
|
416
|
-
margin: 0;
|
|
417
|
-
padding: 0;
|
|
418
|
-
}
|
|
419
|
-
ul li[data-v-39fac73c] {
|
|
420
|
-
list-style: none;
|
|
421
|
-
}
|
|
422
|
-
.sub-li[data-v-39fac73c] {
|
|
423
|
-
padding-left: 10px;
|
|
424
|
-
}
|
|
425
425
|
.percent[data-v-c1c7385b]{
|
|
426
426
|
margin-left: 10px;
|
|
427
427
|
color:red;
|
|
428
428
|
font-size:1.2em;
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
+
.el-checkbox[data-v-5fb29fef]{
|
|
432
|
+
margin-left: 20px;
|
|
433
|
+
}
|
|
434
|
+
|
|
431
435
|
.percent[data-v-6aef99ff]{
|
|
432
436
|
margin-left: 10px;
|
|
433
437
|
color:red;
|
|
434
438
|
font-size:1.2em;
|
|
435
439
|
}
|
|
436
440
|
|
|
437
|
-
.el-checkbox[data-v-5fb29fef]{
|
|
438
|
-
margin-left: 20px;
|
|
439
|
-
}
|
|
440
|
-
.group[data-v-98300543] {
|
|
441
|
-
font-size: 14px;
|
|
442
|
-
width: 100%;
|
|
443
|
-
}
|
|
444
|
-
.item[data-v-98300543] {
|
|
445
|
-
float: left;
|
|
446
|
-
list-style-type: none;
|
|
447
|
-
width: 33.33%;
|
|
448
|
-
margin-bottom: 18px;
|
|
449
|
-
}
|
|
450
|
-
.item-content[data-v-98300543] {
|
|
451
|
-
height: calc(100vh - 300px);
|
|
452
|
-
padding-left: 20px;
|
|
453
|
-
overflow: auto;
|
|
454
|
-
}
|
|
455
441
|
.el-tag + .el-tag[data-v-aaf48aff] {
|
|
456
442
|
margin-left: 10px;
|
|
457
443
|
}
|
|
@@ -477,19 +463,20 @@ select[data-v-aaf48aff]{
|
|
|
477
463
|
span[data-v-4e29ea06] {
|
|
478
464
|
margin: 0 10px;
|
|
479
465
|
}
|
|
480
|
-
|
|
481
|
-
|
|
466
|
+
.group[data-v-98300543] {
|
|
467
|
+
font-size: 14px;
|
|
468
|
+
width: 100%;
|
|
482
469
|
}
|
|
483
|
-
|
|
484
|
-
|
|
470
|
+
.item[data-v-98300543] {
|
|
471
|
+
float: left;
|
|
472
|
+
list-style-type: none;
|
|
473
|
+
width: 33.33%;
|
|
474
|
+
margin-bottom: 18px;
|
|
485
475
|
}
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
white-space: nowrap;
|
|
491
|
-
word-break: keep-all;
|
|
492
|
-
width: 55%;
|
|
476
|
+
.item-content[data-v-98300543] {
|
|
477
|
+
height: calc(100vh - 300px);
|
|
478
|
+
padding-left: 20px;
|
|
479
|
+
overflow: auto;
|
|
493
480
|
}
|
|
494
481
|
.searchResult {
|
|
495
482
|
color:red
|
|
@@ -516,7 +503,20 @@ span[data-v-4e29ea06] {
|
|
|
516
503
|
padding-left: 20px;
|
|
517
504
|
overflow: auto;
|
|
518
505
|
}
|
|
519
|
-
|
|
506
|
+
#appContainer[data-v-9458f3bf] .el-checkbox {
|
|
507
|
+
display: block;
|
|
508
|
+
}
|
|
509
|
+
#appContainer[data-v-9458f3bf] .el-transfer-panel {
|
|
510
|
+
width: 400px;
|
|
511
|
+
}
|
|
512
|
+
#appContainer[data-v-9458f3bf] .ellipsis {
|
|
513
|
+
display: inline-block;
|
|
514
|
+
overflow: hidden;
|
|
515
|
+
text-overflow: ellipsis;
|
|
516
|
+
white-space: nowrap;
|
|
517
|
+
word-break: keep-all;
|
|
518
|
+
width: 55%;
|
|
519
|
+
}
|
|
520
520
|
.searchResult {
|
|
521
521
|
color:red
|
|
522
522
|
}
|
package/lib/style.css
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
|
-
@charset "UTF-8"
|
|
1
|
+
@charset "UTF-8";.main[data-v-6658e14b] {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
height: 100%;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
.canvas-container[data-v-6658e14b] {
|
|
8
|
+
position: relative;
|
|
9
|
+
height: 100%;
|
|
10
|
+
width: 100%;
|
|
11
|
+
}
|
|
12
|
+
section[data-v-6658e14b] {
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
.canvas[data-v-6658e14b] {
|
|
19
|
+
overflow: auto;
|
|
20
|
+
height: 100%;
|
|
21
|
+
padding: 0;
|
|
22
|
+
min-height: 500px;
|
|
23
|
+
}
|
|
24
|
+
.canvas[data-v-6658e14b] .draggable {
|
|
25
|
+
cursor: default;
|
|
26
|
+
}
|
|
2
27
|
.button-area[data-v-865cb4ee] {
|
|
3
28
|
padding: 5px 0 5px 5px;
|
|
4
29
|
height: 50px;
|
|
@@ -100,32 +125,52 @@ pre[data-v-865cb4ee] {
|
|
|
100
125
|
/* 去掉卡片和tab表头的距离 */
|
|
101
126
|
[data-v-865cb4ee] .el-tabs__header {
|
|
102
127
|
margin: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
128
|
+
}h3[data-v-0d941719] {
|
|
129
|
+
color: #999999;
|
|
130
|
+
margin: 0;
|
|
131
|
+
padding: 0;
|
|
132
|
+
font-weight: bold;
|
|
133
|
+
font-size: 18px;
|
|
108
134
|
}
|
|
109
|
-
.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
135
|
+
.el-button[data-v-0d941719] {
|
|
136
|
+
margin: 6px 0;
|
|
137
|
+
min-width: 110px;
|
|
138
|
+
padding: 9px 15px;
|
|
113
139
|
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
width: 100%;
|
|
117
|
-
height: 100%;
|
|
118
|
-
padding: 0;
|
|
140
|
+
.el-button i[data-v-0d941719] {
|
|
141
|
+
padding-right: 4px;
|
|
119
142
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
143
|
+
#svg{
|
|
144
|
+
/* border:1px solid red; */
|
|
145
|
+
background: white;
|
|
146
|
+
background-image:
|
|
147
|
+
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
148
|
+
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
149
|
+
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
150
|
+
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
151
|
+
background-size:
|
|
152
|
+
15px 15px,
|
|
153
|
+
15px 15px,
|
|
154
|
+
75px 75px,
|
|
155
|
+
75px 75px;
|
|
125
156
|
}
|
|
126
|
-
|
|
127
|
-
|
|
157
|
+
g{
|
|
158
|
+
font-size: 16px;
|
|
128
159
|
}
|
|
160
|
+
g text{
|
|
161
|
+
dominant-baseline: middle;
|
|
162
|
+
}
|
|
163
|
+
.selected{
|
|
164
|
+
fill: #fff;
|
|
165
|
+
stroke: #f00;
|
|
166
|
+
stroke-width: 2;
|
|
167
|
+
}
|
|
168
|
+
.task-tache{
|
|
169
|
+
fill: #fff;
|
|
170
|
+
stroke: #666;
|
|
171
|
+
stroke-width: 2;
|
|
172
|
+
}
|
|
173
|
+
|
|
129
174
|
#svg{
|
|
130
175
|
/* border:1px solid red; */
|
|
131
176
|
background: white;
|
|
@@ -200,71 +245,18 @@ li[data-v-7e8a1cf6] {
|
|
|
200
245
|
}
|
|
201
246
|
li[data-v-7e8a1cf6] {
|
|
202
247
|
list-style-type: none;
|
|
203
|
-
}h3[data-v-0d941719] {
|
|
204
|
-
color: #999999;
|
|
205
|
-
margin: 0;
|
|
206
|
-
padding: 0;
|
|
207
|
-
font-weight: bold;
|
|
208
|
-
font-size: 18px;
|
|
209
248
|
}
|
|
210
|
-
.
|
|
211
|
-
margin: 6px 0;
|
|
212
|
-
min-width: 110px;
|
|
213
|
-
padding: 9px 15px;
|
|
214
|
-
}
|
|
215
|
-
.el-button i[data-v-0d941719] {
|
|
216
|
-
padding-right: 4px;
|
|
217
|
-
}
|
|
218
|
-
#svg{
|
|
219
|
-
/* border:1px solid red; */
|
|
220
|
-
background: white;
|
|
221
|
-
background-image:
|
|
222
|
-
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
223
|
-
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
224
|
-
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
225
|
-
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
226
|
-
background-size:
|
|
227
|
-
15px 15px,
|
|
228
|
-
15px 15px,
|
|
229
|
-
75px 75px,
|
|
230
|
-
75px 75px;
|
|
231
|
-
}
|
|
232
|
-
g{
|
|
233
|
-
font-size: 16px;
|
|
234
|
-
}
|
|
235
|
-
g text{
|
|
236
|
-
dominant-baseline: middle;
|
|
237
|
-
}
|
|
238
|
-
.selected{
|
|
239
|
-
fill: #fff;
|
|
240
|
-
stroke: #f00;
|
|
241
|
-
stroke-width: 2;
|
|
242
|
-
}
|
|
243
|
-
.task-tache{
|
|
244
|
-
fill: #fff;
|
|
245
|
-
stroke: #666;
|
|
246
|
-
stroke-width: 2;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.svg-icon {
|
|
250
|
-
width: 1em;
|
|
251
|
-
height: 1em;
|
|
252
|
-
vertical-align: -0.15em;
|
|
253
|
-
fill: currentColor;
|
|
254
|
-
overflow: hidden;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.end{
|
|
249
|
+
.start{
|
|
258
250
|
stroke-width: 0;
|
|
259
251
|
fill:#fff;
|
|
260
252
|
}
|
|
261
253
|
|
|
262
|
-
.
|
|
254
|
+
.end{
|
|
263
255
|
stroke-width: 0;
|
|
264
256
|
fill:#fff;
|
|
265
257
|
}
|
|
266
258
|
|
|
267
|
-
.
|
|
259
|
+
.decision{
|
|
268
260
|
stroke-width: 0;
|
|
269
261
|
fill:#fff;
|
|
270
262
|
}
|
|
@@ -284,49 +276,21 @@ g text{
|
|
|
284
276
|
fill:#fff;
|
|
285
277
|
}
|
|
286
278
|
|
|
287
|
-
.transition[data-v-a1576cad] {
|
|
288
|
-
stroke-width: 2;
|
|
289
|
-
stroke: #666;
|
|
290
|
-
fill: none;
|
|
291
|
-
cursor: pointer;
|
|
292
|
-
}
|
|
293
|
-
.selected[data-v-a1576cad] {
|
|
294
|
-
stroke: red;
|
|
295
|
-
}
|
|
296
|
-
.transition-dragger[data-v-a1576cad] {
|
|
297
|
-
stroke: red;
|
|
298
|
-
stroke-width: 1;
|
|
299
|
-
fill: white;
|
|
300
|
-
cursor: move;
|
|
301
|
-
}
|
|
302
|
-
.no-events[data-v-a1576cad] {
|
|
303
|
-
pointer-events: none;
|
|
304
|
-
}
|
|
305
|
-
.tooltip[data-v-ac799913] {
|
|
306
|
-
position: absolute;
|
|
307
|
-
background: #fff;
|
|
308
|
-
min-width: 150px;
|
|
309
|
-
border-radius: 4px;
|
|
310
|
-
border: 1px solid #ebeef5;
|
|
311
|
-
padding: 12px;
|
|
312
|
-
z-index: 2000;
|
|
313
|
-
color: #606266;
|
|
314
|
-
line-height: 1.4;
|
|
315
|
-
text-align: justify;
|
|
316
|
-
font-size: 14px;
|
|
317
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
318
|
-
word-break: break-all;
|
|
319
|
-
}
|
|
320
279
|
.virtual-transition{
|
|
321
280
|
stroke-width: 2;
|
|
322
281
|
stroke:#000;
|
|
323
282
|
stroke-dasharray: 2 2;
|
|
324
283
|
fill: none;
|
|
325
284
|
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
285
|
+
|
|
286
|
+
.svg-icon {
|
|
287
|
+
width: 1em;
|
|
288
|
+
height: 1em;
|
|
289
|
+
vertical-align: -0.15em;
|
|
290
|
+
fill: currentColor;
|
|
291
|
+
overflow: hidden;
|
|
329
292
|
}
|
|
293
|
+
|
|
330
294
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
331
295
|
.properties-editor[data-v-1651d82a] .el-dialog__body {
|
|
332
296
|
padding-top: 0;
|
|
@@ -345,6 +309,25 @@ g text{
|
|
|
345
309
|
/* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
|
|
346
310
|
pointer-events:none;
|
|
347
311
|
}
|
|
312
|
+
|
|
313
|
+
.transition[data-v-a1576cad] {
|
|
314
|
+
stroke-width: 2;
|
|
315
|
+
stroke: #666;
|
|
316
|
+
fill: none;
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
}
|
|
319
|
+
.selected[data-v-a1576cad] {
|
|
320
|
+
stroke: red;
|
|
321
|
+
}
|
|
322
|
+
.transition-dragger[data-v-a1576cad] {
|
|
323
|
+
stroke: red;
|
|
324
|
+
stroke-width: 1;
|
|
325
|
+
fill: white;
|
|
326
|
+
cursor: move;
|
|
327
|
+
}
|
|
328
|
+
.no-events[data-v-a1576cad] {
|
|
329
|
+
pointer-events: none;
|
|
330
|
+
}
|
|
348
331
|
|
|
349
332
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
350
333
|
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
@@ -352,12 +335,12 @@ g text{
|
|
|
352
335
|
}
|
|
353
336
|
|
|
354
337
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
355
|
-
.properties-editor[data-v-
|
|
338
|
+
.properties-editor[data-v-adb7c2ff] .el-dialog__body{
|
|
356
339
|
padding-top: 0
|
|
357
340
|
}
|
|
358
341
|
|
|
359
342
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
360
|
-
.properties-editor[data-v-
|
|
343
|
+
.properties-editor[data-v-af76d417] .el-dialog__body{
|
|
361
344
|
padding-top: 0
|
|
362
345
|
}
|
|
363
346
|
|
|
@@ -365,7 +348,24 @@ g text{
|
|
|
365
348
|
.properties-editor[data-v-bd66d235] .el-dialog__body{
|
|
366
349
|
padding-top: 0
|
|
367
350
|
}
|
|
368
|
-
|
|
351
|
+
.tooltip[data-v-ac799913] {
|
|
352
|
+
position: absolute;
|
|
353
|
+
background: #fff;
|
|
354
|
+
min-width: 150px;
|
|
355
|
+
border-radius: 4px;
|
|
356
|
+
border: 1px solid #ebeef5;
|
|
357
|
+
padding: 12px;
|
|
358
|
+
z-index: 2000;
|
|
359
|
+
color: #606266;
|
|
360
|
+
line-height: 1.4;
|
|
361
|
+
text-align: justify;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
364
|
+
word-break: break-all;
|
|
365
|
+
}#_subprocess-content[data-v-2b195c05] {
|
|
366
|
+
width: 100%;
|
|
367
|
+
height: calc(100vh - 200px);
|
|
368
|
+
}
|
|
369
369
|
.joint-container{
|
|
370
370
|
stroke-width: 0;
|
|
371
371
|
fill: #fff;
|
|
@@ -386,6 +386,25 @@ g text{
|
|
|
386
386
|
stroke-width: 1;
|
|
387
387
|
fill: white;
|
|
388
388
|
}
|
|
389
|
+
ul[data-v-39fac73c] {
|
|
390
|
+
margin: 0;
|
|
391
|
+
padding: 0;
|
|
392
|
+
}
|
|
393
|
+
ul li[data-v-39fac73c] {
|
|
394
|
+
list-style: none;
|
|
395
|
+
}
|
|
396
|
+
.sub-li[data-v-39fac73c] {
|
|
397
|
+
padding-left: 10px;
|
|
398
|
+
}
|
|
399
|
+
.percent[data-v-a219b06d] {
|
|
400
|
+
margin-left: 10px;
|
|
401
|
+
color: red;
|
|
402
|
+
font-size: 1.2em;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.el-checkbox[data-v-c019538f]{
|
|
406
|
+
margin-left: 20px;
|
|
407
|
+
}
|
|
389
408
|
|
|
390
409
|
.control-point[data-v-788fb0ae]{
|
|
391
410
|
fill: #fff;
|
|
@@ -395,10 +414,6 @@ g text{
|
|
|
395
414
|
stroke-dasharray: 2 2
|
|
396
415
|
}
|
|
397
416
|
|
|
398
|
-
.el-checkbox[data-v-c019538f]{
|
|
399
|
-
margin-left: 20px;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
417
|
.control-point[data-v-0ff53a0a]{
|
|
403
418
|
fill: #fff;
|
|
404
419
|
cursor: move;
|
|
@@ -407,22 +422,7 @@ g text{
|
|
|
407
422
|
stroke-dasharray: 2 2
|
|
408
423
|
}
|
|
409
424
|
|
|
410
|
-
.percent[data-v-
|
|
411
|
-
margin-left: 10px;
|
|
412
|
-
color: red;
|
|
413
|
-
font-size: 1.2em;
|
|
414
|
-
}
|
|
415
|
-
ul[data-v-39fac73c] {
|
|
416
|
-
margin: 0;
|
|
417
|
-
padding: 0;
|
|
418
|
-
}
|
|
419
|
-
ul li[data-v-39fac73c] {
|
|
420
|
-
list-style: none;
|
|
421
|
-
}
|
|
422
|
-
.sub-li[data-v-39fac73c] {
|
|
423
|
-
padding-left: 10px;
|
|
424
|
-
}
|
|
425
|
-
.percent[data-v-6aef99ff]{
|
|
425
|
+
.percent[data-v-c1c7385b]{
|
|
426
426
|
margin-left: 10px;
|
|
427
427
|
color:red;
|
|
428
428
|
font-size:1.2em;
|
|
@@ -432,26 +432,12 @@ ul li[data-v-39fac73c] {
|
|
|
432
432
|
margin-left: 20px;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.percent[data-v-
|
|
435
|
+
.percent[data-v-6aef99ff]{
|
|
436
436
|
margin-left: 10px;
|
|
437
437
|
color:red;
|
|
438
438
|
font-size:1.2em;
|
|
439
439
|
}
|
|
440
|
-
|
|
441
|
-
font-size: 14px;
|
|
442
|
-
width: 100%;
|
|
443
|
-
}
|
|
444
|
-
.item[data-v-98300543] {
|
|
445
|
-
float: left;
|
|
446
|
-
list-style-type: none;
|
|
447
|
-
width: 33.33%;
|
|
448
|
-
margin-bottom: 18px;
|
|
449
|
-
}
|
|
450
|
-
.item-content[data-v-98300543] {
|
|
451
|
-
height: calc(100vh - 300px);
|
|
452
|
-
padding-left: 20px;
|
|
453
|
-
overflow: auto;
|
|
454
|
-
}
|
|
440
|
+
|
|
455
441
|
.el-tag + .el-tag[data-v-aaf48aff] {
|
|
456
442
|
margin-left: 10px;
|
|
457
443
|
}
|
|
@@ -477,19 +463,20 @@ select[data-v-aaf48aff]{
|
|
|
477
463
|
span[data-v-4e29ea06] {
|
|
478
464
|
margin: 0 10px;
|
|
479
465
|
}
|
|
480
|
-
|
|
481
|
-
|
|
466
|
+
.group[data-v-98300543] {
|
|
467
|
+
font-size: 14px;
|
|
468
|
+
width: 100%;
|
|
482
469
|
}
|
|
483
|
-
|
|
484
|
-
|
|
470
|
+
.item[data-v-98300543] {
|
|
471
|
+
float: left;
|
|
472
|
+
list-style-type: none;
|
|
473
|
+
width: 33.33%;
|
|
474
|
+
margin-bottom: 18px;
|
|
485
475
|
}
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
white-space: nowrap;
|
|
491
|
-
word-break: keep-all;
|
|
492
|
-
width: 55%;
|
|
476
|
+
.item-content[data-v-98300543] {
|
|
477
|
+
height: calc(100vh - 300px);
|
|
478
|
+
padding-left: 20px;
|
|
479
|
+
overflow: auto;
|
|
493
480
|
}
|
|
494
481
|
.searchResult {
|
|
495
482
|
color:red
|
|
@@ -516,7 +503,20 @@ span[data-v-4e29ea06] {
|
|
|
516
503
|
padding-left: 20px;
|
|
517
504
|
overflow: auto;
|
|
518
505
|
}
|
|
519
|
-
|
|
506
|
+
#appContainer[data-v-9458f3bf] .el-checkbox {
|
|
507
|
+
display: block;
|
|
508
|
+
}
|
|
509
|
+
#appContainer[data-v-9458f3bf] .el-transfer-panel {
|
|
510
|
+
width: 400px;
|
|
511
|
+
}
|
|
512
|
+
#appContainer[data-v-9458f3bf] .ellipsis {
|
|
513
|
+
display: inline-block;
|
|
514
|
+
overflow: hidden;
|
|
515
|
+
text-overflow: ellipsis;
|
|
516
|
+
white-space: nowrap;
|
|
517
|
+
word-break: keep-all;
|
|
518
|
+
width: 55%;
|
|
519
|
+
}
|
|
520
520
|
.searchResult {
|
|
521
521
|
color:red
|
|
522
522
|
}
|
package/package.json
CHANGED
package/public/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|