service-flow-designer 2.0.50 → 2.0.57
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/dist/es/style.css +337 -337
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -22,47 +22,6 @@
|
|
|
22
22
|
[data-v-a35a4385] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
.amb-design-assembly-content[data-v-59e0837d] {
|
|
27
|
-
background: #ffffff;
|
|
28
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
29
|
-
height: 100%;
|
|
30
|
-
padding-left: 10px;
|
|
31
|
-
padding-right: 10px;
|
|
32
|
-
overflow: auto;
|
|
33
|
-
}
|
|
34
|
-
/*控制滚动条宽度*/
|
|
35
|
-
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
36
|
-
width: 1px;
|
|
37
|
-
}
|
|
38
|
-
.amb-assembly-header[data-v-59e0837d] {
|
|
39
|
-
position: absolute;
|
|
40
|
-
width: 220px;
|
|
41
|
-
text-align: center;
|
|
42
|
-
padding: 18px 0px 10px 0px;
|
|
43
|
-
padding-bottom: 14px;
|
|
44
|
-
background-color: #ffffff;
|
|
45
|
-
}
|
|
46
|
-
.amb-assembly-header-type[data-v-59e0837d] {
|
|
47
|
-
border-radius: 100px 100px 100px 100px;
|
|
48
|
-
background: #ffffff;
|
|
49
|
-
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
50
|
-
padding: 10px;
|
|
51
|
-
padding-bottom: 12px;
|
|
52
|
-
}
|
|
53
|
-
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
54
|
-
padding: 4px 14px;
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
}
|
|
58
|
-
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
59
|
-
border-radius: 100px 100px 100px 100px;
|
|
60
|
-
background: #5893ef;
|
|
61
|
-
color: #ffffff;
|
|
62
|
-
}
|
|
63
|
-
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
|
-
padding-top: 80px;
|
|
65
|
-
}
|
|
66
25
|
.amb-design-content[data-v-c4ef30f9] {
|
|
67
26
|
overflow: auto;
|
|
68
27
|
display: block;
|
|
@@ -166,8 +125,45 @@
|
|
|
166
125
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
167
126
|
}
|
|
168
127
|
|
|
169
|
-
.
|
|
170
|
-
|
|
128
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
129
|
+
background: #ffffff;
|
|
130
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
131
|
+
height: 100%;
|
|
132
|
+
padding-left: 10px;
|
|
133
|
+
padding-right: 10px;
|
|
134
|
+
overflow: auto;
|
|
135
|
+
}
|
|
136
|
+
/*控制滚动条宽度*/
|
|
137
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
138
|
+
width: 1px;
|
|
139
|
+
}
|
|
140
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
141
|
+
position: absolute;
|
|
142
|
+
width: 220px;
|
|
143
|
+
text-align: center;
|
|
144
|
+
padding: 18px 0px 10px 0px;
|
|
145
|
+
padding-bottom: 14px;
|
|
146
|
+
background-color: #ffffff;
|
|
147
|
+
}
|
|
148
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
149
|
+
border-radius: 100px 100px 100px 100px;
|
|
150
|
+
background: #ffffff;
|
|
151
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
152
|
+
padding: 10px;
|
|
153
|
+
padding-bottom: 12px;
|
|
154
|
+
}
|
|
155
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
156
|
+
padding: 4px 14px;
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
font-size: 14px;
|
|
159
|
+
}
|
|
160
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
161
|
+
border-radius: 100px 100px 100px 100px;
|
|
162
|
+
background: #5893ef;
|
|
163
|
+
color: #ffffff;
|
|
164
|
+
}
|
|
165
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
166
|
+
padding-top: 80px;
|
|
171
167
|
}
|
|
172
168
|
|
|
173
169
|
.editorTool[data-v-d55ab098] {
|
|
@@ -183,17 +179,36 @@
|
|
|
183
179
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
184
180
|
}
|
|
185
181
|
|
|
186
|
-
.
|
|
187
|
-
margin-
|
|
182
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
183
|
+
margin-top: 10px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
187
|
+
margin-top: 10px;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
190
|
-
margin-
|
|
191
|
-
|
|
189
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
190
|
+
margin-top: 10px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
194
|
+
margin-top: 10px;
|
|
192
195
|
}
|
|
193
|
-
.
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
196
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
197
|
+
margin: 10px 0;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
201
|
+
margin-top: 10px;
|
|
202
|
+
}
|
|
203
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
204
|
+
margin-top: 10px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
[data-v-808a13e1] .el-radio {
|
|
208
|
+
margin: 0;
|
|
209
|
+
}
|
|
210
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
211
|
+
margin-left: 10px;
|
|
197
212
|
}
|
|
198
213
|
|
|
199
214
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
@@ -206,130 +221,31 @@
|
|
|
206
221
|
margin-top: 10px;
|
|
207
222
|
}
|
|
208
223
|
|
|
209
|
-
.el-
|
|
210
|
-
margin
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
214
|
-
*/
|
|
215
|
-
[data-v-c51cce99] .el-overlay {
|
|
216
|
-
position: static;
|
|
217
|
-
}
|
|
218
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
219
|
-
background: #ffffff;
|
|
220
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
221
|
-
height: 100%;
|
|
222
|
-
padding-left: 10px;
|
|
223
|
-
padding-right: 10px;
|
|
224
|
-
overflow: auto;
|
|
225
|
-
}
|
|
226
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
227
|
-
margin-bottom: 8px;
|
|
228
|
-
}
|
|
229
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
230
|
-
background: #f5f6f8;
|
|
231
|
-
padding-left: 10px;
|
|
232
|
-
font-size: 14px;
|
|
233
|
-
height: 42px;
|
|
234
|
-
}
|
|
235
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
236
|
-
background: #ffffff;
|
|
237
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
238
|
-
height: 100%;
|
|
239
|
-
padding-left: 10px;
|
|
240
|
-
padding-right: 10px;
|
|
241
|
-
overflow: auto;
|
|
242
|
-
position: relative;
|
|
243
|
-
}
|
|
244
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
245
|
-
margin-top: 16px;
|
|
246
|
-
}
|
|
247
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
248
|
-
width: 90px;
|
|
249
|
-
height: 36px;
|
|
250
|
-
}
|
|
251
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
252
|
-
height: 34px;
|
|
253
|
-
}
|
|
254
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
255
|
-
white-space: nowrap !important;
|
|
256
|
-
}
|
|
257
|
-
.serviceflow-item[data-v-ce167986] {
|
|
258
|
-
background: rgba(88, 147, 239, 0.06);
|
|
259
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
260
|
-
border-radius: 4px 4px 4px 4px;
|
|
261
|
-
text-align: center;
|
|
262
|
-
margin-top: 12px;
|
|
263
|
-
padding: 10px 5px 10px 5px;
|
|
264
|
-
font-size: 12px;
|
|
265
|
-
cursor: move;
|
|
266
|
-
height: 60px;
|
|
267
|
-
overflow: hidden;
|
|
268
|
-
box-sizing: border-box;
|
|
269
|
-
color: #333333;
|
|
270
|
-
text-overflow: ellipsis;
|
|
271
|
-
white-space: nowrap;
|
|
272
|
-
-webkit-user-select: none; /* Safari */
|
|
273
|
-
-moz-user-select: none; /* Firefox */
|
|
274
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
275
|
-
user-select: none; /* 标准语法 */
|
|
276
|
-
}
|
|
277
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
278
|
-
background: rgba(11, 45, 101, 0.105);
|
|
279
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
224
|
+
[data-v-65e38bfb] .el-radio {
|
|
225
|
+
margin: 0;
|
|
280
226
|
}
|
|
281
|
-
.
|
|
282
|
-
|
|
227
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
228
|
+
margin-left: 10px;
|
|
283
229
|
}
|
|
284
230
|
|
|
285
|
-
[data-v-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
/** 右键菜单样式 */
|
|
289
|
-
.context-menu[data-v-286d914e] {
|
|
290
|
-
position: absolute;
|
|
291
|
-
background: #fff;
|
|
292
|
-
z-index: 999;
|
|
293
|
-
margin: 5;
|
|
294
|
-
padding: 8px 8px;
|
|
295
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
296
|
-
border: 1px solid #bbbbbb;
|
|
297
|
-
border-radius: 10px;
|
|
298
|
-
font-size: 14px;
|
|
231
|
+
.editorTool[data-v-684c1f08] {
|
|
232
|
+
margin-left: auto;
|
|
299
233
|
}
|
|
300
|
-
.
|
|
301
|
-
|
|
302
|
-
min-width: 75px;
|
|
303
|
-
line-height: 28px;
|
|
304
|
-
text-align: left;
|
|
305
|
-
border-radius: 5px;
|
|
306
|
-
padding-left: 5px;
|
|
234
|
+
.editorOption[data-v-684c1f08] {
|
|
235
|
+
margin-right: 10px;
|
|
307
236
|
cursor: pointer;
|
|
308
237
|
}
|
|
309
|
-
.
|
|
310
|
-
background: #0165e1;
|
|
311
|
-
color: #fff;
|
|
312
|
-
}
|
|
313
|
-
/** 右键菜单样式 */
|
|
314
|
-
.custom-tree-node[data-v-286d914e] {
|
|
315
|
-
font-size: 14px;
|
|
316
|
-
padding-right: 8px;
|
|
238
|
+
.pppp[data-v-684c1f08] {
|
|
317
239
|
display: flex; /* 使用Flex布局 */
|
|
240
|
+
justify-content: flex-start;
|
|
318
241
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
319
242
|
}
|
|
320
243
|
|
|
321
|
-
.el-
|
|
244
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
322
245
|
margin-top: 10px;
|
|
323
246
|
}
|
|
324
|
-
.el-alert + .el-
|
|
325
|
-
margin
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
[data-v-65e38bfb] .el-radio {
|
|
329
|
-
margin: 0;
|
|
330
|
-
}
|
|
331
|
-
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
332
|
-
margin-left: 10px;
|
|
247
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
248
|
+
margin: 10px 0;
|
|
333
249
|
}
|
|
334
250
|
|
|
335
251
|
.el-alert + .el-table[data-v-d978e7dc] {
|
|
@@ -341,6 +257,16 @@
|
|
|
341
257
|
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
342
258
|
margin-top: 10px;
|
|
343
259
|
}
|
|
260
|
+
|
|
261
|
+
.el-drawer__header {
|
|
262
|
+
margin-bottom: 0 !important;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
266
|
+
*/
|
|
267
|
+
[data-v-c51cce99] .el-overlay {
|
|
268
|
+
position: static;
|
|
269
|
+
}
|
|
344
270
|
.control-item[data-v-fdc6ec07] {
|
|
345
271
|
top: -5px;
|
|
346
272
|
position: relative;
|
|
@@ -472,39 +398,11 @@
|
|
|
472
398
|
margin-left: 50px;
|
|
473
399
|
}
|
|
474
400
|
|
|
475
|
-
[data-v-808a13e1] .el-radio {
|
|
476
|
-
margin: 0;
|
|
477
|
-
}
|
|
478
|
-
.el-radio + .el-radio[data-v-808a13e1] {
|
|
479
|
-
margin-left: 10px;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
483
|
-
margin-top: 10px;
|
|
484
|
-
}
|
|
485
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
486
|
-
margin-top: 10px;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.el-alert + .el-table[data-v-028fb838] {
|
|
490
|
-
margin-top: 10px;
|
|
491
|
-
}
|
|
492
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
493
|
-
margin: 10px 0;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
401
|
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
497
402
|
overflow: hidden !important;
|
|
498
403
|
padding-right: 0 !important;
|
|
499
404
|
}
|
|
500
|
-
|
|
501
|
-
.el-alert + .el-form-item[data-v-32875028] {
|
|
502
|
-
margin-top: 10px;
|
|
503
|
-
}
|
|
504
|
-
.el-alert + .el-table[data-v-32875028] {
|
|
505
|
-
margin: 10px 0;
|
|
506
|
-
}
|
|
507
|
-
.nodeView[data-v-faa5a940] {
|
|
405
|
+
.nodeView[data-v-5911272d] {
|
|
508
406
|
box-sizing: border-box;
|
|
509
407
|
margin: 10px 10px;
|
|
510
408
|
width: 180px;
|
|
@@ -513,7 +411,7 @@
|
|
|
513
411
|
border-radius: 2px 2px 2px 2px;
|
|
514
412
|
padding: 20px 10px;
|
|
515
413
|
}
|
|
516
|
-
.nodeTitle[data-v-
|
|
414
|
+
.nodeTitle[data-v-5911272d] {
|
|
517
415
|
width: 90px;
|
|
518
416
|
height: 15px;
|
|
519
417
|
font-weight: 400;
|
|
@@ -528,7 +426,7 @@
|
|
|
528
426
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
529
427
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
530
428
|
}
|
|
531
|
-
.nodeContent[data-v-
|
|
429
|
+
.nodeContent[data-v-5911272d] {
|
|
532
430
|
/* width: 100%; */
|
|
533
431
|
height: 15px;
|
|
534
432
|
font-weight: 400;
|
|
@@ -543,16 +441,16 @@
|
|
|
543
441
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
544
442
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
545
443
|
}
|
|
546
|
-
.nodeContent-desc[data-v-
|
|
444
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
547
445
|
}
|
|
548
|
-
.el-divider--horizontal[data-v-
|
|
446
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
549
447
|
margin: 12px 0;
|
|
550
448
|
}
|
|
551
|
-
.nodeView[data-v-
|
|
449
|
+
.nodeView[data-v-5911272d] {
|
|
552
450
|
border: 1px solid #5a90f9;
|
|
553
451
|
background: #eef3fe;
|
|
554
452
|
}
|
|
555
|
-
.nodeTitle[data-v-
|
|
453
|
+
.nodeTitle[data-v-5911272d] {
|
|
556
454
|
width: 80px;
|
|
557
455
|
}
|
|
558
456
|
.nodeView[data-v-bd32480c] {
|
|
@@ -659,7 +557,7 @@
|
|
|
659
557
|
}
|
|
660
558
|
.nodeContent[data-v-4c6dfa4a] {
|
|
661
559
|
}
|
|
662
|
-
.nodeView[data-v-
|
|
560
|
+
.nodeView[data-v-9fff2753] {
|
|
663
561
|
box-sizing: border-box;
|
|
664
562
|
margin: 10px 10px;
|
|
665
563
|
width: 180px;
|
|
@@ -668,7 +566,7 @@
|
|
|
668
566
|
border-radius: 2px 2px 2px 2px;
|
|
669
567
|
padding: 20px 10px;
|
|
670
568
|
}
|
|
671
|
-
.nodeTitle[data-v-
|
|
569
|
+
.nodeTitle[data-v-9fff2753] {
|
|
672
570
|
width: 90px;
|
|
673
571
|
height: 15px;
|
|
674
572
|
font-weight: 400;
|
|
@@ -683,7 +581,7 @@
|
|
|
683
581
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
684
582
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
685
583
|
}
|
|
686
|
-
.nodeContent[data-v-
|
|
584
|
+
.nodeContent[data-v-9fff2753] {
|
|
687
585
|
/* width: 100%; */
|
|
688
586
|
height: 15px;
|
|
689
587
|
font-weight: 400;
|
|
@@ -698,18 +596,37 @@
|
|
|
698
596
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
699
597
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
700
598
|
}
|
|
701
|
-
.nodeContent-desc[data-v-
|
|
599
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
702
600
|
}
|
|
703
|
-
.el-divider--horizontal[data-v-
|
|
601
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
704
602
|
margin: 12px 0;
|
|
705
603
|
}
|
|
706
|
-
.nodeView[data-v-
|
|
604
|
+
.nodeView[data-v-9fff2753] {
|
|
707
605
|
border: 1px solid #5a90f9;
|
|
708
|
-
background: #eef3fe;
|
|
709
|
-
width: 180px;
|
|
710
|
-
min-height: 95px;
|
|
606
|
+
background: #eef3fe;
|
|
711
607
|
}
|
|
712
|
-
.
|
|
608
|
+
.nodeTitle[data-v-9fff2753] {
|
|
609
|
+
width: 80px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.aaa[data-v-8bd72b80] {
|
|
613
|
+
width: 300px;
|
|
614
|
+
height: 200px;
|
|
615
|
+
background: #ffffff;
|
|
616
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
617
|
+
border-radius: 2px 2px 2px 2px;
|
|
618
|
+
}
|
|
619
|
+
.content[data-v-8bd72b80] {
|
|
620
|
+
width: 28px;
|
|
621
|
+
height: 15px;
|
|
622
|
+
font-weight: 400;
|
|
623
|
+
font-size: 14px;
|
|
624
|
+
color: #333333;
|
|
625
|
+
line-height: 14px;
|
|
626
|
+
text-align: left;
|
|
627
|
+
font-style: normal;
|
|
628
|
+
text-transform: none;
|
|
629
|
+
padding: 5px 0px 4px 10px;
|
|
713
630
|
}
|
|
714
631
|
.nodeView[data-v-df366d04] {
|
|
715
632
|
box-sizing: border-box;
|
|
@@ -762,27 +679,7 @@
|
|
|
762
679
|
.nodeTitle[data-v-df366d04] {
|
|
763
680
|
width: 80px;
|
|
764
681
|
}
|
|
765
|
-
|
|
766
|
-
.node-content[data-v-69a854a3] {
|
|
767
|
-
width: 120px;
|
|
768
|
-
height: 44px;
|
|
769
|
-
background: #ffffff;
|
|
770
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
771
|
-
border-radius: 2px 2px 2px 2px;
|
|
772
|
-
}
|
|
773
|
-
.content[data-v-69a854a3] {
|
|
774
|
-
width: 28px;
|
|
775
|
-
height: 15px;
|
|
776
|
-
font-weight: 400;
|
|
777
|
-
font-size: 14px;
|
|
778
|
-
color: #333333;
|
|
779
|
-
line-height: 14px;
|
|
780
|
-
text-align: left;
|
|
781
|
-
font-style: normal;
|
|
782
|
-
text-transform: none;
|
|
783
|
-
padding: 5px 0px 4px 10px;
|
|
784
|
-
}
|
|
785
|
-
.nodeView[data-v-b604c489] {
|
|
682
|
+
.nodeView[data-v-221a60f8] {
|
|
786
683
|
box-sizing: border-box;
|
|
787
684
|
margin: 10px 10px;
|
|
788
685
|
width: 180px;
|
|
@@ -791,7 +688,7 @@
|
|
|
791
688
|
border-radius: 2px 2px 2px 2px;
|
|
792
689
|
padding: 20px 10px;
|
|
793
690
|
}
|
|
794
|
-
.nodeTitle[data-v-
|
|
691
|
+
.nodeTitle[data-v-221a60f8] {
|
|
795
692
|
width: 90px;
|
|
796
693
|
height: 15px;
|
|
797
694
|
font-weight: 400;
|
|
@@ -806,7 +703,7 @@
|
|
|
806
703
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
807
704
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
808
705
|
}
|
|
809
|
-
.nodeContent[data-v-
|
|
706
|
+
.nodeContent[data-v-221a60f8] {
|
|
810
707
|
/* width: 100%; */
|
|
811
708
|
height: 15px;
|
|
812
709
|
font-weight: 400;
|
|
@@ -821,19 +718,75 @@
|
|
|
821
718
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
822
719
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
823
720
|
}
|
|
824
|
-
.nodeContent-desc[data-v-
|
|
721
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
825
722
|
}
|
|
826
|
-
.el-divider--horizontal[data-v-
|
|
723
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
827
724
|
margin: 12px 0;
|
|
828
725
|
}
|
|
829
|
-
.nodeView[data-v-
|
|
726
|
+
.nodeView[data-v-221a60f8] {
|
|
830
727
|
border: 1px solid #5a90f9;
|
|
831
728
|
background: #eef3fe;
|
|
832
729
|
}
|
|
833
|
-
.nodeTitle[data-v-
|
|
730
|
+
.nodeTitle[data-v-221a60f8] {
|
|
834
731
|
width: 80px;
|
|
835
732
|
}
|
|
836
|
-
|
|
733
|
+
|
|
734
|
+
[data-v-286d914e] .el-table__row {
|
|
735
|
+
cursor: pointer;
|
|
736
|
+
}
|
|
737
|
+
/** 右键菜单样式 */
|
|
738
|
+
.context-menu[data-v-286d914e] {
|
|
739
|
+
position: absolute;
|
|
740
|
+
background: #fff;
|
|
741
|
+
z-index: 999;
|
|
742
|
+
margin: 5;
|
|
743
|
+
padding: 8px 8px;
|
|
744
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
745
|
+
border: 1px solid #bbbbbb;
|
|
746
|
+
border-radius: 10px;
|
|
747
|
+
font-size: 14px;
|
|
748
|
+
}
|
|
749
|
+
.context-menu li[data-v-286d914e] {
|
|
750
|
+
list-style-type: none;
|
|
751
|
+
min-width: 75px;
|
|
752
|
+
line-height: 28px;
|
|
753
|
+
text-align: left;
|
|
754
|
+
border-radius: 5px;
|
|
755
|
+
padding-left: 5px;
|
|
756
|
+
cursor: pointer;
|
|
757
|
+
}
|
|
758
|
+
.context-menu li[data-v-286d914e]:hover {
|
|
759
|
+
background: #0165e1;
|
|
760
|
+
color: #fff;
|
|
761
|
+
}
|
|
762
|
+
/** 右键菜单样式 */
|
|
763
|
+
.custom-tree-node[data-v-286d914e] {
|
|
764
|
+
font-size: 14px;
|
|
765
|
+
padding-right: 8px;
|
|
766
|
+
display: flex; /* 使用Flex布局 */
|
|
767
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.node-content[data-v-b28923f3] {
|
|
771
|
+
width: 120px;
|
|
772
|
+
height: 44px;
|
|
773
|
+
background: #ffffff;
|
|
774
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
775
|
+
border-radius: 2px 2px 2px 2px;
|
|
776
|
+
}
|
|
777
|
+
.content[data-v-b28923f3] {
|
|
778
|
+
width: 28px;
|
|
779
|
+
height: 15px;
|
|
780
|
+
font-weight: 400;
|
|
781
|
+
font-size: 14px;
|
|
782
|
+
color: #333333;
|
|
783
|
+
line-height: 14px;
|
|
784
|
+
text-align: left;
|
|
785
|
+
font-style: normal;
|
|
786
|
+
text-transform: none;
|
|
787
|
+
padding: 5px 0px 4px 10px;
|
|
788
|
+
}
|
|
789
|
+
.nodeView[data-v-b1d2a966] {
|
|
837
790
|
box-sizing: border-box;
|
|
838
791
|
margin: 10px 10px;
|
|
839
792
|
width: 180px;
|
|
@@ -842,7 +795,7 @@
|
|
|
842
795
|
border-radius: 2px 2px 2px 2px;
|
|
843
796
|
padding: 20px 10px;
|
|
844
797
|
}
|
|
845
|
-
.nodeTitle[data-v-
|
|
798
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
846
799
|
width: 90px;
|
|
847
800
|
height: 15px;
|
|
848
801
|
font-weight: 400;
|
|
@@ -857,7 +810,7 @@
|
|
|
857
810
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
858
811
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
859
812
|
}
|
|
860
|
-
.nodeContent[data-v-
|
|
813
|
+
.nodeContent[data-v-b1d2a966] {
|
|
861
814
|
/* width: 100%; */
|
|
862
815
|
height: 15px;
|
|
863
816
|
font-weight: 400;
|
|
@@ -872,39 +825,19 @@
|
|
|
872
825
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
873
826
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
874
827
|
}
|
|
875
|
-
.nodeContent-desc[data-v-
|
|
828
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
876
829
|
}
|
|
877
|
-
.el-divider--horizontal[data-v-
|
|
830
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
878
831
|
margin: 12px 0;
|
|
879
832
|
}
|
|
880
|
-
.nodeView[data-v-
|
|
833
|
+
.nodeView[data-v-b1d2a966] {
|
|
881
834
|
border: 1px solid #5a90f9;
|
|
882
835
|
background: #eef3fe;
|
|
883
836
|
}
|
|
884
|
-
.nodeTitle[data-v-
|
|
837
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
885
838
|
width: 80px;
|
|
886
839
|
}
|
|
887
|
-
|
|
888
|
-
.aaa[data-v-8bd72b80] {
|
|
889
|
-
width: 300px;
|
|
890
|
-
height: 200px;
|
|
891
|
-
background: #ffffff;
|
|
892
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
893
|
-
border-radius: 2px 2px 2px 2px;
|
|
894
|
-
}
|
|
895
|
-
.content[data-v-8bd72b80] {
|
|
896
|
-
width: 28px;
|
|
897
|
-
height: 15px;
|
|
898
|
-
font-weight: 400;
|
|
899
|
-
font-size: 14px;
|
|
900
|
-
color: #333333;
|
|
901
|
-
line-height: 14px;
|
|
902
|
-
text-align: left;
|
|
903
|
-
font-style: normal;
|
|
904
|
-
text-transform: none;
|
|
905
|
-
padding: 5px 0px 4px 10px;
|
|
906
|
-
}
|
|
907
|
-
.nodeView[data-v-b01d3a50] {
|
|
840
|
+
.nodeView[data-v-b604c489] {
|
|
908
841
|
box-sizing: border-box;
|
|
909
842
|
margin: 10px 10px;
|
|
910
843
|
width: 180px;
|
|
@@ -913,7 +846,7 @@
|
|
|
913
846
|
border-radius: 2px 2px 2px 2px;
|
|
914
847
|
padding: 20px 10px;
|
|
915
848
|
}
|
|
916
|
-
.nodeTitle[data-v-
|
|
849
|
+
.nodeTitle[data-v-b604c489] {
|
|
917
850
|
width: 90px;
|
|
918
851
|
height: 15px;
|
|
919
852
|
font-weight: 400;
|
|
@@ -928,7 +861,7 @@
|
|
|
928
861
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
929
862
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
930
863
|
}
|
|
931
|
-
.nodeContent[data-v-
|
|
864
|
+
.nodeContent[data-v-b604c489] {
|
|
932
865
|
/* width: 100%; */
|
|
933
866
|
height: 15px;
|
|
934
867
|
font-weight: 400;
|
|
@@ -943,19 +876,19 @@
|
|
|
943
876
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
944
877
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
945
878
|
}
|
|
946
|
-
.nodeContent-desc[data-v-
|
|
879
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
947
880
|
}
|
|
948
|
-
.el-divider--horizontal[data-v-
|
|
881
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
949
882
|
margin: 12px 0;
|
|
950
883
|
}
|
|
951
|
-
.nodeView[data-v-
|
|
884
|
+
.nodeView[data-v-b604c489] {
|
|
952
885
|
border: 1px solid #5a90f9;
|
|
953
886
|
background: #eef3fe;
|
|
954
887
|
}
|
|
955
|
-
.nodeTitle[data-v-
|
|
888
|
+
.nodeTitle[data-v-b604c489] {
|
|
956
889
|
width: 80px;
|
|
957
890
|
}
|
|
958
|
-
.nodeView[data-v-
|
|
891
|
+
.nodeView[data-v-c176feb6] {
|
|
959
892
|
box-sizing: border-box;
|
|
960
893
|
margin: 10px 10px;
|
|
961
894
|
width: 180px;
|
|
@@ -964,7 +897,7 @@
|
|
|
964
897
|
border-radius: 2px 2px 2px 2px;
|
|
965
898
|
padding: 20px 10px;
|
|
966
899
|
}
|
|
967
|
-
.nodeTitle[data-v-
|
|
900
|
+
.nodeTitle[data-v-c176feb6] {
|
|
968
901
|
width: 90px;
|
|
969
902
|
height: 15px;
|
|
970
903
|
font-weight: 400;
|
|
@@ -979,7 +912,7 @@
|
|
|
979
912
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
980
913
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
981
914
|
}
|
|
982
|
-
.nodeContent[data-v-
|
|
915
|
+
.nodeContent[data-v-c176feb6] {
|
|
983
916
|
/* width: 100%; */
|
|
984
917
|
height: 15px;
|
|
985
918
|
font-weight: 400;
|
|
@@ -994,39 +927,20 @@
|
|
|
994
927
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
995
928
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
996
929
|
}
|
|
997
|
-
.nodeContent-desc[data-v-
|
|
930
|
+
.nodeContent-desc[data-v-c176feb6]{
|
|
998
931
|
}
|
|
999
|
-
.el-divider--horizontal[data-v-
|
|
932
|
+
.el-divider--horizontal[data-v-c176feb6] {
|
|
1000
933
|
margin: 12px 0;
|
|
1001
934
|
}
|
|
1002
|
-
.nodeView[data-v-
|
|
935
|
+
.nodeView[data-v-c176feb6] {
|
|
1003
936
|
border: 1px solid #5a90f9;
|
|
1004
|
-
background: #eef3fe;
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
width: 80px;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
.node-content[data-v-b28923f3] {
|
|
1011
|
-
width: 120px;
|
|
1012
|
-
height: 44px;
|
|
1013
|
-
background: #ffffff;
|
|
1014
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1015
|
-
border-radius: 2px 2px 2px 2px;
|
|
937
|
+
background: #eef3fe;
|
|
938
|
+
width: 180px;
|
|
939
|
+
min-height: 95px;
|
|
1016
940
|
}
|
|
1017
|
-
.
|
|
1018
|
-
width: 28px;
|
|
1019
|
-
height: 15px;
|
|
1020
|
-
font-weight: 400;
|
|
1021
|
-
font-size: 14px;
|
|
1022
|
-
color: #333333;
|
|
1023
|
-
line-height: 14px;
|
|
1024
|
-
text-align: left;
|
|
1025
|
-
font-style: normal;
|
|
1026
|
-
text-transform: none;
|
|
1027
|
-
padding: 5px 0px 4px 10px;
|
|
941
|
+
.nodeContent[data-v-c176feb6] {
|
|
1028
942
|
}
|
|
1029
|
-
.nodeView[data-v-
|
|
943
|
+
.nodeView[data-v-6d0cd280] {
|
|
1030
944
|
box-sizing: border-box;
|
|
1031
945
|
margin: 10px 10px;
|
|
1032
946
|
width: 180px;
|
|
@@ -1035,7 +949,7 @@
|
|
|
1035
949
|
border-radius: 2px 2px 2px 2px;
|
|
1036
950
|
padding: 20px 10px;
|
|
1037
951
|
}
|
|
1038
|
-
.nodeTitle[data-v-
|
|
952
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
1039
953
|
width: 90px;
|
|
1040
954
|
height: 15px;
|
|
1041
955
|
font-weight: 400;
|
|
@@ -1050,7 +964,7 @@
|
|
|
1050
964
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1051
965
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1052
966
|
}
|
|
1053
|
-
.nodeContent[data-v-
|
|
967
|
+
.nodeContent[data-v-6d0cd280] {
|
|
1054
968
|
/* width: 100%; */
|
|
1055
969
|
height: 15px;
|
|
1056
970
|
font-weight: 400;
|
|
@@ -1065,19 +979,105 @@
|
|
|
1065
979
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1066
980
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1067
981
|
}
|
|
1068
|
-
.nodeContent-desc[data-v-
|
|
982
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
1069
983
|
}
|
|
1070
|
-
.el-divider--horizontal[data-v-
|
|
984
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
1071
985
|
margin: 12px 0;
|
|
1072
986
|
}
|
|
1073
|
-
.nodeView[data-v-
|
|
987
|
+
.nodeView[data-v-6d0cd280] {
|
|
1074
988
|
border: 1px solid #5a90f9;
|
|
1075
989
|
background: #eef3fe;
|
|
1076
990
|
}
|
|
1077
|
-
.nodeTitle[data-v-
|
|
991
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
1078
992
|
width: 80px;
|
|
1079
993
|
}
|
|
1080
|
-
.
|
|
994
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
995
|
+
background: #ffffff;
|
|
996
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
997
|
+
height: 100%;
|
|
998
|
+
padding-left: 10px;
|
|
999
|
+
padding-right: 10px;
|
|
1000
|
+
overflow: auto;
|
|
1001
|
+
}
|
|
1002
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
1003
|
+
margin-bottom: 8px;
|
|
1004
|
+
}
|
|
1005
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
1006
|
+
background: #f5f6f8;
|
|
1007
|
+
padding-left: 10px;
|
|
1008
|
+
font-size: 14px;
|
|
1009
|
+
height: 42px;
|
|
1010
|
+
}
|
|
1011
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
1012
|
+
background: #ffffff;
|
|
1013
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
1014
|
+
height: 100%;
|
|
1015
|
+
padding-left: 10px;
|
|
1016
|
+
padding-right: 10px;
|
|
1017
|
+
overflow: auto;
|
|
1018
|
+
position: relative;
|
|
1019
|
+
}
|
|
1020
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
1021
|
+
margin-top: 16px;
|
|
1022
|
+
}
|
|
1023
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
1024
|
+
width: 90px;
|
|
1025
|
+
height: 36px;
|
|
1026
|
+
}
|
|
1027
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
1028
|
+
height: 34px;
|
|
1029
|
+
}
|
|
1030
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
1031
|
+
white-space: nowrap !important;
|
|
1032
|
+
}
|
|
1033
|
+
.serviceflow-item[data-v-ce167986] {
|
|
1034
|
+
background: rgba(88, 147, 239, 0.06);
|
|
1035
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
1036
|
+
border-radius: 4px 4px 4px 4px;
|
|
1037
|
+
text-align: center;
|
|
1038
|
+
margin-top: 12px;
|
|
1039
|
+
padding: 10px 5px 10px 5px;
|
|
1040
|
+
font-size: 12px;
|
|
1041
|
+
cursor: move;
|
|
1042
|
+
height: 60px;
|
|
1043
|
+
overflow: hidden;
|
|
1044
|
+
box-sizing: border-box;
|
|
1045
|
+
color: #333333;
|
|
1046
|
+
text-overflow: ellipsis;
|
|
1047
|
+
white-space: nowrap;
|
|
1048
|
+
-webkit-user-select: none; /* Safari */
|
|
1049
|
+
-moz-user-select: none; /* Firefox */
|
|
1050
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
1051
|
+
user-select: none; /* 标准语法 */
|
|
1052
|
+
}
|
|
1053
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
1054
|
+
background: rgba(11, 45, 101, 0.105);
|
|
1055
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
1056
|
+
}
|
|
1057
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
1058
|
+
opacity: 1 !important;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.node-content[data-v-69a854a3] {
|
|
1062
|
+
width: 120px;
|
|
1063
|
+
height: 44px;
|
|
1064
|
+
background: #ffffff;
|
|
1065
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1066
|
+
border-radius: 2px 2px 2px 2px;
|
|
1067
|
+
}
|
|
1068
|
+
.content[data-v-69a854a3] {
|
|
1069
|
+
width: 28px;
|
|
1070
|
+
height: 15px;
|
|
1071
|
+
font-weight: 400;
|
|
1072
|
+
font-size: 14px;
|
|
1073
|
+
color: #333333;
|
|
1074
|
+
line-height: 14px;
|
|
1075
|
+
text-align: left;
|
|
1076
|
+
font-style: normal;
|
|
1077
|
+
text-transform: none;
|
|
1078
|
+
padding: 5px 0px 4px 10px;
|
|
1079
|
+
}
|
|
1080
|
+
.nodeView[data-v-faa5a940] {
|
|
1081
1081
|
box-sizing: border-box;
|
|
1082
1082
|
margin: 10px 10px;
|
|
1083
1083
|
width: 180px;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
border-radius: 2px 2px 2px 2px;
|
|
1087
1087
|
padding: 20px 10px;
|
|
1088
1088
|
}
|
|
1089
|
-
.nodeTitle[data-v-
|
|
1089
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1090
1090
|
width: 90px;
|
|
1091
1091
|
height: 15px;
|
|
1092
1092
|
font-weight: 400;
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1102
1102
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1103
1103
|
}
|
|
1104
|
-
.nodeContent[data-v-
|
|
1104
|
+
.nodeContent[data-v-faa5a940] {
|
|
1105
1105
|
/* width: 100%; */
|
|
1106
1106
|
height: 15px;
|
|
1107
1107
|
font-weight: 400;
|
|
@@ -1116,19 +1116,19 @@
|
|
|
1116
1116
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1117
1117
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1118
1118
|
}
|
|
1119
|
-
.nodeContent-desc[data-v-
|
|
1119
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
1120
1120
|
}
|
|
1121
|
-
.el-divider--horizontal[data-v-
|
|
1121
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
1122
1122
|
margin: 12px 0;
|
|
1123
1123
|
}
|
|
1124
|
-
.nodeView[data-v-
|
|
1124
|
+
.nodeView[data-v-faa5a940] {
|
|
1125
1125
|
border: 1px solid #5a90f9;
|
|
1126
1126
|
background: #eef3fe;
|
|
1127
1127
|
}
|
|
1128
|
-
.nodeTitle[data-v-
|
|
1128
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1129
1129
|
width: 80px;
|
|
1130
1130
|
}
|
|
1131
|
-
.nodeView[data-v-
|
|
1131
|
+
.nodeView[data-v-7702fcdb] {
|
|
1132
1132
|
box-sizing: border-box;
|
|
1133
1133
|
margin: 10px 10px;
|
|
1134
1134
|
width: 180px;
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
border-radius: 2px 2px 2px 2px;
|
|
1138
1138
|
padding: 20px 10px;
|
|
1139
1139
|
}
|
|
1140
|
-
.nodeTitle[data-v-
|
|
1140
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1141
1141
|
width: 90px;
|
|
1142
1142
|
height: 15px;
|
|
1143
1143
|
font-weight: 400;
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1153
1153
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1154
1154
|
}
|
|
1155
|
-
.nodeContent[data-v-
|
|
1155
|
+
.nodeContent[data-v-7702fcdb] {
|
|
1156
1156
|
/* width: 100%; */
|
|
1157
1157
|
height: 15px;
|
|
1158
1158
|
font-weight: 400;
|
|
@@ -1167,19 +1167,19 @@
|
|
|
1167
1167
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1168
1168
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1169
1169
|
}
|
|
1170
|
-
.nodeContent-desc[data-v-
|
|
1170
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
1171
1171
|
}
|
|
1172
|
-
.el-divider--horizontal[data-v-
|
|
1172
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
1173
1173
|
margin: 12px 0;
|
|
1174
1174
|
}
|
|
1175
|
-
.nodeView[data-v-
|
|
1175
|
+
.nodeView[data-v-7702fcdb] {
|
|
1176
1176
|
border: 1px solid #5a90f9;
|
|
1177
1177
|
background: #eef3fe;
|
|
1178
1178
|
}
|
|
1179
|
-
.nodeTitle[data-v-
|
|
1179
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
1180
1180
|
width: 80px;
|
|
1181
1181
|
}
|
|
1182
|
-
.nodeView[data-v-
|
|
1182
|
+
.nodeView[data-v-b01d3a50] {
|
|
1183
1183
|
box-sizing: border-box;
|
|
1184
1184
|
margin: 10px 10px;
|
|
1185
1185
|
width: 180px;
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
border-radius: 2px 2px 2px 2px;
|
|
1189
1189
|
padding: 20px 10px;
|
|
1190
1190
|
}
|
|
1191
|
-
.nodeTitle[data-v-
|
|
1191
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1192
1192
|
width: 90px;
|
|
1193
1193
|
height: 15px;
|
|
1194
1194
|
font-weight: 400;
|
|
@@ -1203,7 +1203,7 @@
|
|
|
1203
1203
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
1204
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1205
1205
|
}
|
|
1206
|
-
.nodeContent[data-v-
|
|
1206
|
+
.nodeContent[data-v-b01d3a50] {
|
|
1207
1207
|
/* width: 100%; */
|
|
1208
1208
|
height: 15px;
|
|
1209
1209
|
font-weight: 400;
|
|
@@ -1218,16 +1218,16 @@
|
|
|
1218
1218
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
1219
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
1220
|
}
|
|
1221
|
-
.nodeContent-desc[data-v-
|
|
1221
|
+
.nodeContent-desc[data-v-b01d3a50]{
|
|
1222
1222
|
}
|
|
1223
|
-
.el-divider--horizontal[data-v-
|
|
1223
|
+
.el-divider--horizontal[data-v-b01d3a50] {
|
|
1224
1224
|
margin: 12px 0;
|
|
1225
1225
|
}
|
|
1226
|
-
.nodeView[data-v-
|
|
1226
|
+
.nodeView[data-v-b01d3a50] {
|
|
1227
1227
|
border: 1px solid #5a90f9;
|
|
1228
1228
|
background: #eef3fe;
|
|
1229
1229
|
}
|
|
1230
|
-
.nodeTitle[data-v-
|
|
1230
|
+
.nodeTitle[data-v-b01d3a50] {
|
|
1231
1231
|
width: 80px;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
@@ -1238,30 +1238,30 @@
|
|
|
1238
1238
|
margin-top: 0px;
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
.el-
|
|
1242
|
-
margin-right: 10px;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
.el-select + .el-input[data-v-3918f594] {
|
|
1241
|
+
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1246
1242
|
margin-left: 10px;
|
|
1247
1243
|
}
|
|
1248
|
-
.el-input + .el-input[data-v-
|
|
1244
|
+
.el-input + .el-input[data-v-7fcf8a84] {
|
|
1249
1245
|
margin-left: 10px;
|
|
1250
1246
|
}
|
|
1251
|
-
.el-input + .el-button[data-v-
|
|
1247
|
+
.el-input + .el-button[data-v-7fcf8a84] {
|
|
1252
1248
|
margin-left: 10px;
|
|
1253
1249
|
}
|
|
1254
1250
|
|
|
1255
|
-
.el-select + .el-input[data-v-
|
|
1251
|
+
.el-select + .el-input[data-v-3918f594] {
|
|
1256
1252
|
margin-left: 10px;
|
|
1257
1253
|
}
|
|
1258
|
-
.el-input + .el-input[data-v-
|
|
1254
|
+
.el-input + .el-input[data-v-3918f594] {
|
|
1259
1255
|
margin-left: 10px;
|
|
1260
1256
|
}
|
|
1261
|
-
.el-input + .el-button[data-v-
|
|
1257
|
+
.el-input + .el-button[data-v-3918f594] {
|
|
1262
1258
|
margin-left: 10px;
|
|
1263
1259
|
}
|
|
1264
1260
|
|
|
1261
|
+
.el-radio[data-v-1bbd6187] {
|
|
1262
|
+
margin-right: 10px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
1265
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1266
1266
|
min-width: 120px !important;
|
|
1267
1267
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.57",
|
|
4
4
|
"description": "AgileBuilder Service Flow Designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
62
62
|
"@uiw/codemirror-themes-all": "^4.21.25",
|
|
63
63
|
"@vueuse/core": "^10.9.0",
|
|
64
|
-
"agilebuilder-ui": "1.0.
|
|
64
|
+
"agilebuilder-ui": "1.0.46",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"quill": "^2.0.2",
|