workflow-editor 0.0.81-up-tmp23 → 0.0.81-up-tmp24

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 (3) hide show
  1. package/es/style.css +145 -145
  2. package/lib/style.css +158 -158
  3. package/package.json +5 -5
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,45 +125,6 @@ pre[data-v-865cb4ee] {
100
125
  /* 去掉卡片和tab表头的距离 */
101
126
  [data-v-865cb4ee] .el-tabs__header {
102
127
  margin: 0;
103
- }.main[data-v-6658e14b] {
104
- position: relative;
105
- display: flex;
106
- height: 100%;
107
- width: 100%;
108
- }
109
- .canvas-container[data-v-6658e14b] {
110
- position: relative;
111
- height: 100%;
112
- width: 100%;
113
- }
114
- section[data-v-6658e14b] {
115
- overflow: hidden;
116
- width: 100%;
117
- height: 100%;
118
- padding: 0;
119
- }
120
- .canvas[data-v-6658e14b] {
121
- overflow: auto;
122
- height: 100%;
123
- padding: 0;
124
- min-height: 500px;
125
- }
126
- .canvas[data-v-6658e14b] .draggable {
127
- cursor: default;
128
- }h3[data-v-0d941719] {
129
- color: #999999;
130
- margin: 0;
131
- padding: 0;
132
- font-weight: bold;
133
- font-size: 18px;
134
- }
135
- .el-button[data-v-0d941719] {
136
- margin: 6px 0;
137
- min-width: 110px;
138
- padding: 9px 15px;
139
- }
140
- .el-button i[data-v-0d941719] {
141
- padding-right: 4px;
142
128
  }
143
129
  #svg{
144
130
  /* border:1px solid red; */
@@ -169,22 +155,6 @@ g text{
169
155
  fill: #fff;
170
156
  stroke: #666;
171
157
  stroke-width: 2;
172
- }
173
- .passed-tache .task-tache{
174
- fill: green;
175
- stroke: green;
176
- stroke-width: 2;
177
- }
178
- .current-tache .task-tache{
179
- fill: red;
180
- stroke: red;
181
- stroke-width: 2;
182
- }
183
- .passed-tache text{
184
- fill:white;
185
- }
186
- .current-tache text{
187
- fill: white
188
158
  }
189
159
 
190
160
  .svg-icon {
@@ -194,6 +164,30 @@ g text{
194
164
  fill: currentColor;
195
165
  overflow: hidden;
196
166
  }
167
+ h3[data-v-0d941719] {
168
+ color: #999999;
169
+ margin: 0;
170
+ padding: 0;
171
+ font-weight: bold;
172
+ font-size: 18px;
173
+ }
174
+ .el-button[data-v-0d941719] {
175
+ margin: 6px 0;
176
+ min-width: 110px;
177
+ padding: 9px 15px;
178
+ }
179
+ .el-button i[data-v-0d941719] {
180
+ padding-right: 4px;
181
+ }
182
+ .start{
183
+ stroke-width: 0;
184
+ fill:#fff;
185
+ }
186
+
187
+ .end{
188
+ stroke-width: 0;
189
+ fill:#fff;
190
+ }
197
191
  li[data-v-7e8a1cf6] {
198
192
  color: #333;
199
193
  }
@@ -223,6 +217,11 @@ li[data-v-7e8a1cf6] {
223
217
  li[data-v-7e8a1cf6] {
224
218
  list-style-type: none;
225
219
  }
220
+ .decision{
221
+ stroke-width: 0;
222
+ fill:#fff;
223
+ }
224
+
226
225
  #svg{
227
226
  /* border:1px solid red; */
228
227
  background: white;
@@ -252,9 +251,25 @@ g text{
252
251
  fill: #fff;
253
252
  stroke: #666;
254
253
  stroke-width: 2;
254
+ }
255
+ .passed-tache .task-tache{
256
+ fill: green;
257
+ stroke: green;
258
+ stroke-width: 2;
259
+ }
260
+ .current-tache .task-tache{
261
+ fill: red;
262
+ stroke: red;
263
+ stroke-width: 2;
264
+ }
265
+ .passed-tache text{
266
+ fill:white;
267
+ }
268
+ .current-tache text{
269
+ fill: white
255
270
  }
256
271
 
257
- .start{
272
+ .decision{
258
273
  stroke-width: 0;
259
274
  fill:#fff;
260
275
  }
@@ -264,41 +279,28 @@ g text{
264
279
  fill:#fff;
265
280
  }
266
281
 
267
- .decision{
282
+ .human-decision{
268
283
  stroke-width: 0;
269
284
  fill:#fff;
270
285
  }
271
- #_subprocess-content[data-v-2b195c05] {
272
- width: 100%;
273
- height: calc(100vh - 200px);
286
+
287
+ .transition[data-v-a1576cad] {
288
+ stroke-width: 2;
289
+ stroke: #666;
290
+ fill: none;
291
+ cursor: pointer;
274
292
  }
275
- .end{
276
- stroke-width: 0;
277
- fill:#fff;
278
- }
279
- .tooltip[data-v-ac799913] {
280
- position: absolute;
281
- background: #fff;
282
- min-width: 150px;
283
- border-radius: 4px;
284
- border: 1px solid #ebeef5;
285
- padding: 12px;
286
- z-index: 2000;
287
- color: #606266;
288
- line-height: 1.4;
289
- text-align: justify;
290
- font-size: 14px;
291
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
292
- word-break: break-all;
293
+ .selected[data-v-a1576cad] {
294
+ stroke: red;
293
295
  }
294
- .decision{
295
- stroke-width: 0;
296
- fill:#fff;
297
- }
298
-
299
- .human-decision{
300
- stroke-width: 0;
301
- fill:#fff;
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;
302
304
  }
303
305
 
304
306
  .virtual-transition{
@@ -326,25 +328,6 @@ g text{
326
328
  .properties-editor[data-v-1651d82a] .el-dialog__body {
327
329
  padding-top: 0;
328
330
  }
329
-
330
- .transition[data-v-a1576cad] {
331
- stroke-width: 2;
332
- stroke: #666;
333
- fill: none;
334
- cursor: pointer;
335
- }
336
- .selected[data-v-a1576cad] {
337
- stroke: red;
338
- }
339
- .transition-dragger[data-v-a1576cad] {
340
- stroke: red;
341
- stroke-width: 1;
342
- fill: white;
343
- cursor: move;
344
- }
345
- .no-events[data-v-a1576cad] {
346
- pointer-events: none;
347
- }
348
331
 
349
332
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
350
333
  .properties-editor[data-v-0e44fe8c] .el-dialog__body{
@@ -355,16 +338,39 @@ g text{
355
338
  .properties-editor[data-v-af76d417] .el-dialog__body{
356
339
  padding-top: 0
357
340
  }
358
-
341
+ .tooltip[data-v-ac799913] {
342
+ position: absolute;
343
+ background: #fff;
344
+ min-width: 150px;
345
+ border-radius: 4px;
346
+ border: 1px solid #ebeef5;
347
+ padding: 12px;
348
+ z-index: 2000;
349
+ color: #606266;
350
+ line-height: 1.4;
351
+ text-align: justify;
352
+ font-size: 14px;
353
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
354
+ word-break: break-all;
355
+ }
359
356
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
360
- .properties-editor[data-v-adb7c2ff] .el-dialog__body{
357
+ .properties-editor[data-v-bd66d235] .el-dialog__body{
361
358
  padding-top: 0
362
359
  }
363
360
 
364
361
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
365
- .properties-editor[data-v-bd66d235] .el-dialog__body{
362
+ .properties-editor[data-v-adb7c2ff] .el-dialog__body{
366
363
  padding-top: 0
367
364
  }
365
+ #_subprocess-content[data-v-2b195c05] {
366
+ width: 100%;
367
+ height: calc(100vh - 200px);
368
+ }
369
+ .resizer{
370
+ stroke: blue;
371
+ stroke-width: 1;
372
+ fill: white;
373
+ }
368
374
 
369
375
  .joint-container{
370
376
  stroke-width: 0;
@@ -381,10 +387,20 @@ g text{
381
387
  fill-opacity: 1;
382
388
  }
383
389
 
384
- .resizer{
385
- stroke: blue;
386
- stroke-width: 1;
387
- fill: white;
390
+ .control-point[data-v-788fb0ae]{
391
+ fill: #fff;
392
+ cursor: move;
393
+ }
394
+ .control-line[data-v-788fb0ae] {
395
+ stroke-dasharray: 2 2
396
+ }
397
+
398
+ .control-point[data-v-0ff53a0a]{
399
+ fill: #fff;
400
+ cursor: move;
401
+ }
402
+ .control-line[data-v-0ff53a0a] {
403
+ stroke-dasharray: 2 2
388
404
  }
389
405
 
390
406
  .percent[data-v-a219b06d] {
@@ -406,22 +422,6 @@ ul li[data-v-39fac73c] {
406
422
  margin-left: 20px;
407
423
  }
408
424
 
409
- .control-point[data-v-788fb0ae]{
410
- fill: #fff;
411
- cursor: move;
412
- }
413
- .control-line[data-v-788fb0ae] {
414
- stroke-dasharray: 2 2
415
- }
416
-
417
- .control-point[data-v-0ff53a0a]{
418
- fill: #fff;
419
- cursor: move;
420
- }
421
- .control-line[data-v-0ff53a0a] {
422
- stroke-dasharray: 2 2
423
- }
424
-
425
425
  .percent[data-v-c1c7385b]{
426
426
  margin-left: 10px;
427
427
  color:red;
@@ -432,6 +432,12 @@ ul li[data-v-39fac73c] {
432
432
  margin-left: 20px;
433
433
  }
434
434
 
435
+ .percent[data-v-6aef99ff]{
436
+ margin-left: 10px;
437
+ color:red;
438
+ font-size:1.2em;
439
+ }
440
+
435
441
  .el-tag + .el-tag[data-v-aaf48aff] {
436
442
  margin-left: 10px;
437
443
  }
@@ -454,10 +460,8 @@ select[data-v-aaf48aff]{
454
460
  line-height: 32px;
455
461
  }
456
462
 
457
- .percent[data-v-6aef99ff]{
458
- margin-left: 10px;
459
- color:red;
460
- font-size:1.2em;
463
+ span[data-v-4e29ea06] {
464
+ margin: 0 10px;
461
465
  }
462
466
  .group[data-v-98300543] {
463
467
  font-size: 14px;
@@ -473,18 +477,7 @@ select[data-v-aaf48aff]{
473
477
  height: calc(100vh - 300px);
474
478
  padding-left: 20px;
475
479
  overflow: auto;
476
- }
477
- span[data-v-4e29ea06] {
478
- margin: 0 10px;
479
- }
480
-
481
- .searchResult {
482
- color:red
483
- }
484
- .inline-input-custom {
485
- width : 90%
486
- }
487
- #appContainer[data-v-9458f3bf] .el-checkbox {
480
+ }#appContainer[data-v-9458f3bf] .el-checkbox {
488
481
  display: block;
489
482
  }
490
483
  #appContainer[data-v-9458f3bf] .el-transfer-panel {
@@ -498,6 +491,13 @@ span[data-v-4e29ea06] {
498
491
  word-break: keep-all;
499
492
  width: 55%;
500
493
  }
494
+ .searchResult {
495
+ color:red
496
+ }
497
+ .inline-input-custom {
498
+ width : 90%
499
+ }
500
+
501
501
  #custTabOne[data-v-7feaa2da] .el-tabs__content {
502
502
  height: 500px;
503
503
  }
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,45 +125,42 @@ pre[data-v-865cb4ee] {
100
125
  /* 去掉卡片和tab表头的距离 */
101
126
  [data-v-865cb4ee] .el-tabs__header {
102
127
  margin: 0;
103
- }.main[data-v-6658e14b] {
104
- position: relative;
105
- display: flex;
106
- height: 100%;
107
- width: 100%;
108
128
  }
109
- .canvas-container[data-v-6658e14b] {
110
- position: relative;
111
- height: 100%;
112
- width: 100%;
113
- }
114
- section[data-v-6658e14b] {
129
+ .svg-icon {
130
+ width: 1em;
131
+ height: 1em;
132
+ vertical-align: -0.15em;
133
+ fill: currentColor;
115
134
  overflow: hidden;
116
- width: 100%;
117
- height: 100%;
118
- padding: 0;
119
- }
120
- .canvas[data-v-6658e14b] {
121
- overflow: auto;
122
- height: 100%;
123
- padding: 0;
124
- min-height: 500px;
135
+ }
136
+ li[data-v-7e8a1cf6] {
137
+ color: #333;
125
138
  }
126
- .canvas[data-v-6658e14b] .draggable {
127
- cursor: default;
128
- }h3[data-v-0d941719] {
129
- color: #999999;
139
+ .context-menu[data-v-7e8a1cf6] {
140
+ position: fixed;
141
+ background: #fff;
142
+ z-index: 999;
143
+ padding: 5px;
130
144
  margin: 0;
131
- padding: 0;
132
- font-weight: bold;
133
- font-size: 18px;
134
145
  }
135
- .el-button[data-v-0d941719] {
136
- margin: 6px 0;
137
- min-width: 110px;
138
- padding: 9px 15px;
146
+ .context-menu li[data-v-7e8a1cf6] {
147
+ min-width: 75px;
148
+ height: 28px;
149
+ line-height: 28px;
150
+ text-align: left;
151
+ color: #1a1a1a;
139
152
  }
140
- .el-button i[data-v-0d941719] {
141
- padding-right: 4px;
153
+ .context-menu li[data-v-7e8a1cf6]:hover {
154
+ background: #42b983;
155
+ color: #fff;
156
+ }
157
+ .context-menu[data-v-7e8a1cf6] {
158
+ border: 1px solid #eee;
159
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
160
+ border-radius: 5px;
161
+ }
162
+ li[data-v-7e8a1cf6] {
163
+ list-style-type: none;
142
164
  }
143
165
  #svg{
144
166
  /* border:1px solid red; */
@@ -169,30 +191,6 @@ g text{
169
191
  fill: #fff;
170
192
  stroke: #666;
171
193
  stroke-width: 2;
172
- }
173
- .passed-tache .task-tache{
174
- fill: green;
175
- stroke: green;
176
- stroke-width: 2;
177
- }
178
- .current-tache .task-tache{
179
- fill: red;
180
- stroke: red;
181
- stroke-width: 2;
182
- }
183
- .passed-tache text{
184
- fill:white;
185
- }
186
- .current-tache text{
187
- fill: white
188
- }
189
-
190
- .svg-icon {
191
- width: 1em;
192
- height: 1em;
193
- vertical-align: -0.15em;
194
- fill: currentColor;
195
- overflow: hidden;
196
194
  }
197
195
 
198
196
  #svg{
@@ -224,46 +222,43 @@ g text{
224
222
  fill: #fff;
225
223
  stroke: #666;
226
224
  stroke-width: 2;
227
- }
228
- li[data-v-7e8a1cf6] {
229
- color: #333;
230
225
  }
231
- .context-menu[data-v-7e8a1cf6] {
232
- position: fixed;
233
- background: #fff;
234
- z-index: 999;
235
- padding: 5px;
236
- margin: 0;
226
+ .passed-tache .task-tache{
227
+ fill: green;
228
+ stroke: green;
229
+ stroke-width: 2;
237
230
  }
238
- .context-menu li[data-v-7e8a1cf6] {
239
- min-width: 75px;
240
- height: 28px;
241
- line-height: 28px;
242
- text-align: left;
243
- color: #1a1a1a;
231
+ .current-tache .task-tache{
232
+ fill: red;
233
+ stroke: red;
234
+ stroke-width: 2;
244
235
  }
245
- .context-menu li[data-v-7e8a1cf6]:hover {
246
- background: #42b983;
247
- color: #fff;
236
+ .passed-tache text{
237
+ fill:white;
248
238
  }
249
- .context-menu[data-v-7e8a1cf6] {
250
- border: 1px solid #eee;
251
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
252
- border-radius: 5px;
239
+ .current-tache text{
240
+ fill: white
241
+ }
242
+ h3[data-v-0d941719] {
243
+ color: #999999;
244
+ margin: 0;
245
+ padding: 0;
246
+ font-weight: bold;
247
+ font-size: 18px;
253
248
  }
254
- li[data-v-7e8a1cf6] {
255
- list-style-type: none;
249
+ .el-button[data-v-0d941719] {
250
+ margin: 6px 0;
251
+ min-width: 110px;
252
+ padding: 9px 15px;
253
+ }
254
+ .el-button i[data-v-0d941719] {
255
+ padding-right: 4px;
256
256
  }
257
257
  .start{
258
258
  stroke-width: 0;
259
259
  fill:#fff;
260
260
  }
261
261
 
262
- .decision{
263
- stroke-width: 0;
264
- fill:#fff;
265
- }
266
-
267
262
  .end{
268
263
  stroke-width: 0;
269
264
  fill:#fff;
@@ -273,58 +268,20 @@ li[data-v-7e8a1cf6] {
273
268
  stroke-width: 0;
274
269
  fill:#fff;
275
270
  }
276
- #_subprocess-content[data-v-2b195c05] {
277
- width: 100%;
278
- height: calc(100vh - 200px);
279
- }.tooltip[data-v-ac799913] {
280
- position: absolute;
281
- background: #fff;
282
- min-width: 150px;
283
- border-radius: 4px;
284
- border: 1px solid #ebeef5;
285
- padding: 12px;
286
- z-index: 2000;
287
- color: #606266;
288
- line-height: 1.4;
289
- text-align: justify;
290
- font-size: 14px;
291
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
292
- word-break: break-all;
293
- }
294
- .human-decision{
271
+
272
+ .decision{
295
273
  stroke-width: 0;
296
274
  fill:#fff;
297
275
  }
298
276
 
299
- .selection-region{
300
- stroke: blue;
301
- stroke-width: 1;
302
- fill: white;
303
- fill-opacity: 0;
304
- opacity: 1;
305
- cursor: move;
306
- }
307
- .dashed{
308
- stroke-dasharray: 10 2;
309
- /* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
310
- pointer-events:none;
311
- }
312
-
313
277
  .decision{
314
278
  stroke-width: 0;
315
279
  fill:#fff;
316
280
  }
317
281
 
318
- .virtual-transition{
319
- stroke-width: 2;
320
- stroke:#000;
321
- stroke-dasharray: 2 2;
322
- fill: none;
323
- }
324
-
325
- /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
326
- .properties-editor[data-v-1651d82a] .el-dialog__body {
327
- padding-top: 0;
282
+ .human-decision{
283
+ stroke-width: 0;
284
+ fill:#fff;
328
285
  }
329
286
 
330
287
  .transition[data-v-a1576cad] {
@@ -345,6 +302,32 @@ li[data-v-7e8a1cf6] {
345
302
  .no-events[data-v-a1576cad] {
346
303
  pointer-events: none;
347
304
  }
305
+
306
+ .virtual-transition{
307
+ stroke-width: 2;
308
+ stroke:#000;
309
+ stroke-dasharray: 2 2;
310
+ fill: none;
311
+ }
312
+
313
+ .selection-region{
314
+ stroke: blue;
315
+ stroke-width: 1;
316
+ fill: white;
317
+ fill-opacity: 0;
318
+ opacity: 1;
319
+ cursor: move;
320
+ }
321
+ .dashed{
322
+ stroke-dasharray: 10 2;
323
+ /* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
324
+ pointer-events:none;
325
+ }
326
+
327
+ /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
328
+ .properties-editor[data-v-1651d82a] .el-dialog__body {
329
+ padding-top: 0;
330
+ }
348
331
 
349
332
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
350
333
  .properties-editor[data-v-0e44fe8c] .el-dialog__body{
@@ -357,15 +340,32 @@ li[data-v-7e8a1cf6] {
357
340
  }
358
341
 
359
342
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
360
- .properties-editor[data-v-adb7c2ff] .el-dialog__body{
343
+ .properties-editor[data-v-bd66d235] .el-dialog__body{
361
344
  padding-top: 0
362
345
  }
363
-
346
+ .tooltip[data-v-ac799913] {
347
+ position: absolute;
348
+ background: #fff;
349
+ min-width: 150px;
350
+ border-radius: 4px;
351
+ border: 1px solid #ebeef5;
352
+ padding: 12px;
353
+ z-index: 2000;
354
+ color: #606266;
355
+ line-height: 1.4;
356
+ text-align: justify;
357
+ font-size: 14px;
358
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
359
+ word-break: break-all;
360
+ }
364
361
  /* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
365
- .properties-editor[data-v-bd66d235] .el-dialog__body{
362
+ .properties-editor[data-v-adb7c2ff] .el-dialog__body{
366
363
  padding-top: 0
367
364
  }
368
-
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;
@@ -387,6 +387,22 @@ li[data-v-7e8a1cf6] {
387
387
  fill: white;
388
388
  }
389
389
 
390
+ .control-point[data-v-788fb0ae]{
391
+ fill: #fff;
392
+ cursor: move;
393
+ }
394
+ .control-line[data-v-788fb0ae] {
395
+ stroke-dasharray: 2 2
396
+ }
397
+
398
+ .control-point[data-v-0ff53a0a]{
399
+ fill: #fff;
400
+ cursor: move;
401
+ }
402
+ .control-line[data-v-0ff53a0a] {
403
+ stroke-dasharray: 2 2
404
+ }
405
+
390
406
  .percent[data-v-a219b06d] {
391
407
  margin-left: 10px;
392
408
  color: red;
@@ -406,27 +422,17 @@ ul li[data-v-39fac73c] {
406
422
  margin-left: 20px;
407
423
  }
408
424
 
409
- .control-point[data-v-788fb0ae]{
410
- fill: #fff;
411
- cursor: move;
412
- }
413
- .control-line[data-v-788fb0ae] {
414
- stroke-dasharray: 2 2
415
- }
416
-
417
- .control-point[data-v-0ff53a0a]{
418
- fill: #fff;
419
- cursor: move;
420
- }
421
- .control-line[data-v-0ff53a0a] {
422
- stroke-dasharray: 2 2
425
+ .percent[data-v-c1c7385b]{
426
+ margin-left: 10px;
427
+ color:red;
428
+ font-size:1.2em;
423
429
  }
424
430
 
425
431
  .el-checkbox[data-v-5fb29fef]{
426
432
  margin-left: 20px;
427
433
  }
428
434
 
429
- .percent[data-v-c1c7385b]{
435
+ .percent[data-v-6aef99ff]{
430
436
  margin-left: 10px;
431
437
  color:red;
432
438
  font-size:1.2em;
@@ -454,10 +460,8 @@ select[data-v-aaf48aff]{
454
460
  line-height: 32px;
455
461
  }
456
462
 
457
- .percent[data-v-6aef99ff]{
458
- margin-left: 10px;
459
- color:red;
460
- font-size:1.2em;
463
+ span[data-v-4e29ea06] {
464
+ margin: 0 10px;
461
465
  }
462
466
  .group[data-v-98300543] {
463
467
  font-size: 14px;
@@ -473,11 +477,7 @@ select[data-v-aaf48aff]{
473
477
  height: calc(100vh - 300px);
474
478
  padding-left: 20px;
475
479
  overflow: auto;
476
- }
477
- span[data-v-4e29ea06] {
478
- margin: 0 10px;
479
- }
480
- #appContainer[data-v-9458f3bf] .el-checkbox {
480
+ }#appContainer[data-v-9458f3bf] .el-checkbox {
481
481
  display: block;
482
482
  }
483
483
  #appContainer[data-v-9458f3bf] .el-transfer-panel {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "workflow-editor",
3
3
  "private": false,
4
- "version": "0.0.81-up-tmp23",
4
+ "version": "0.0.81-up-tmp24",
5
5
  "type": "module",
6
6
  "main": "./lib/index.cjs",
7
7
  "module": "./es/index.mjs",
@@ -35,9 +35,9 @@
35
35
  "sass": "^1.69.4",
36
36
  "vite": "^4.4.5",
37
37
  "vite-plugin-svg-icons": "^2.0.1",
38
- "vue": "^3.3.4",
39
- "vue-i18n": "^9.5.0",
40
- "vue-router": "^4.2.5",
41
- "vuex": "^4.1.0"
38
+ "vue": "3.3.4",
39
+ "vue-i18n": "9.14.5",
40
+ "vue-router": "4.5.1",
41
+ "vuex": "4.1.0"
42
42
  }
43
43
  }