service-flow-designer 2.1.24 → 2.1.25
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/designer/service-components/database/aggregate-query/filter-conditions.vue.js
CHANGED
|
@@ -195,13 +195,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
195
195
|
]
|
|
196
196
|
]),
|
|
197
197
|
withDirectives(createVNode(_component_el_option, {
|
|
198
|
-
label: "
|
|
198
|
+
label: "大于",
|
|
199
199
|
value: "GT"
|
|
200
200
|
}, null, 512), [
|
|
201
201
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
202
202
|
]),
|
|
203
203
|
withDirectives(createVNode(_component_el_option, {
|
|
204
|
-
label: "
|
|
204
|
+
label: "小于",
|
|
205
205
|
value: "LT"
|
|
206
206
|
}, null, 512), [
|
|
207
207
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
@@ -211,7 +211,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
211
211
|
value: "EQ"
|
|
212
212
|
}),
|
|
213
213
|
withDirectives(createVNode(_component_el_option, {
|
|
214
|
-
label: "
|
|
214
|
+
label: "小于等于",
|
|
215
215
|
value: "LET"
|
|
216
216
|
}, null, 512), [
|
|
217
217
|
[
|
|
@@ -220,7 +220,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
220
|
]
|
|
221
221
|
]),
|
|
222
222
|
withDirectives(createVNode(_component_el_option, {
|
|
223
|
-
label: "
|
|
223
|
+
label: "大于等于",
|
|
224
224
|
value: "GET"
|
|
225
225
|
}, null, 512), [
|
|
226
226
|
[
|
|
@@ -229,13 +229,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
229
229
|
]
|
|
230
230
|
]),
|
|
231
231
|
withDirectives(createVNode(_component_el_option, {
|
|
232
|
-
label: "
|
|
232
|
+
label: "小于等于",
|
|
233
233
|
value: "LET"
|
|
234
234
|
}, null, 512), [
|
|
235
235
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
236
236
|
]),
|
|
237
237
|
withDirectives(createVNode(_component_el_option, {
|
|
238
|
-
label: "
|
|
238
|
+
label: "大于等于",
|
|
239
239
|
value: "GET"
|
|
240
240
|
}, null, 512), [
|
|
241
241
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
package/dist/es/style.css
CHANGED
|
@@ -167,6 +167,10 @@
|
|
|
167
167
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
171
|
+
margin-top: 10px;
|
|
172
|
+
}
|
|
173
|
+
|
|
170
174
|
.editorTool[data-v-d55ab098] {
|
|
171
175
|
margin-left: auto;
|
|
172
176
|
}
|
|
@@ -180,41 +184,17 @@
|
|
|
180
184
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
181
185
|
}
|
|
182
186
|
|
|
183
|
-
|
|
184
|
-
margin-top: 10px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
188
|
-
margin-top: 10px;
|
|
189
|
-
}
|
|
190
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
191
|
-
margin: 10px 0;
|
|
192
|
-
}
|
|
193
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
194
|
-
margin-top: 10px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.el-drawer__header {
|
|
198
|
-
margin-bottom: 0 !important;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
202
|
-
*/
|
|
203
|
-
[data-v-c51cce99] .el-overlay {
|
|
204
|
-
position: static;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
[data-v-808a13e1] .el-radio {
|
|
187
|
+
[data-v-65e38bfb] .el-radio {
|
|
208
188
|
margin: 0;
|
|
209
189
|
}
|
|
210
|
-
.el-radio + .el-radio[data-v-
|
|
190
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
211
191
|
margin-left: 10px;
|
|
212
192
|
}
|
|
213
193
|
|
|
214
|
-
[data-v-
|
|
194
|
+
[data-v-808a13e1] .el-radio {
|
|
215
195
|
margin: 0;
|
|
216
196
|
}
|
|
217
|
-
.el-radio + .el-radio[data-v-
|
|
197
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
218
198
|
margin-left: 10px;
|
|
219
199
|
}
|
|
220
200
|
|
|
@@ -231,10 +211,20 @@
|
|
|
231
211
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
232
212
|
}
|
|
233
213
|
|
|
234
|
-
.el-
|
|
214
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
235
215
|
margin-top: 10px;
|
|
236
216
|
}
|
|
237
|
-
.el-alert + .el-
|
|
217
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
218
|
+
margin: 10px 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
222
|
+
margin-top: 10px;
|
|
223
|
+
}
|
|
224
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
225
|
+
margin: 10px 0;
|
|
226
|
+
}
|
|
227
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
238
228
|
margin-top: 10px;
|
|
239
229
|
}
|
|
240
230
|
|
|
@@ -248,60 +238,26 @@
|
|
|
248
238
|
margin-top: 10px;
|
|
249
239
|
}
|
|
250
240
|
|
|
251
|
-
[data-v-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
/** 右键菜单样式 */
|
|
255
|
-
.context-menu[data-v-286d914e] {
|
|
256
|
-
position: absolute;
|
|
257
|
-
background: #fff;
|
|
258
|
-
z-index: 999;
|
|
259
|
-
margin: 5;
|
|
260
|
-
padding: 8px 8px;
|
|
261
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
262
|
-
border: 1px solid #bbbbbb;
|
|
263
|
-
border-radius: 10px;
|
|
264
|
-
font-size: 14px;
|
|
265
|
-
}
|
|
266
|
-
.context-menu li[data-v-286d914e] {
|
|
267
|
-
list-style-type: none;
|
|
268
|
-
min-width: 75px;
|
|
269
|
-
line-height: 28px;
|
|
270
|
-
text-align: left;
|
|
271
|
-
border-radius: 5px;
|
|
272
|
-
padding-left: 5px;
|
|
273
|
-
cursor: pointer;
|
|
241
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
242
|
+
margin-top: 10px;
|
|
274
243
|
}
|
|
275
|
-
.
|
|
276
|
-
|
|
277
|
-
color: #fff;
|
|
278
|
-
}
|
|
279
|
-
/** 右键菜单样式 */
|
|
280
|
-
.custom-tree-node[data-v-286d914e] {
|
|
281
|
-
font-size: 14px;
|
|
282
|
-
padding-right: 8px;
|
|
283
|
-
display: flex; /* 使用Flex布局 */
|
|
284
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
244
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
245
|
+
margin-top: 10px;
|
|
285
246
|
}
|
|
286
247
|
|
|
287
|
-
.el-
|
|
248
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
288
249
|
margin-top: 10px;
|
|
289
250
|
}
|
|
290
|
-
.el-
|
|
291
|
-
margin: 10px
|
|
251
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
252
|
+
margin-top: 10px;
|
|
292
253
|
}
|
|
293
254
|
|
|
294
|
-
.el-alert + .el-
|
|
255
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
295
256
|
margin-top: 10px;
|
|
296
257
|
}
|
|
297
|
-
.el-
|
|
258
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
298
259
|
margin: 10px 0;
|
|
299
260
|
}
|
|
300
|
-
|
|
301
|
-
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
302
|
-
overflow: hidden !important;
|
|
303
|
-
padding-right: 0 !important;
|
|
304
|
-
}
|
|
305
261
|
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
306
262
|
background: #ffffff;
|
|
307
263
|
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
@@ -368,6 +324,57 @@
|
|
|
368
324
|
.amb-assembly-item-drag[data-v-8bad091d] {
|
|
369
325
|
opacity: 1 !important;
|
|
370
326
|
}
|
|
327
|
+
|
|
328
|
+
[data-v-286d914e] .el-table__row {
|
|
329
|
+
cursor: pointer;
|
|
330
|
+
}
|
|
331
|
+
/** 右键菜单样式 */
|
|
332
|
+
.context-menu[data-v-286d914e] {
|
|
333
|
+
position: absolute;
|
|
334
|
+
background: #fff;
|
|
335
|
+
z-index: 999;
|
|
336
|
+
margin: 5;
|
|
337
|
+
padding: 8px 8px;
|
|
338
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
339
|
+
border: 1px solid #bbbbbb;
|
|
340
|
+
border-radius: 10px;
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
}
|
|
343
|
+
.context-menu li[data-v-286d914e] {
|
|
344
|
+
list-style-type: none;
|
|
345
|
+
min-width: 75px;
|
|
346
|
+
line-height: 28px;
|
|
347
|
+
text-align: left;
|
|
348
|
+
border-radius: 5px;
|
|
349
|
+
padding-left: 5px;
|
|
350
|
+
cursor: pointer;
|
|
351
|
+
}
|
|
352
|
+
.context-menu li[data-v-286d914e]:hover {
|
|
353
|
+
background: #0165e1;
|
|
354
|
+
color: #fff;
|
|
355
|
+
}
|
|
356
|
+
/** 右键菜单样式 */
|
|
357
|
+
.custom-tree-node[data-v-286d914e] {
|
|
358
|
+
font-size: 14px;
|
|
359
|
+
padding-right: 8px;
|
|
360
|
+
display: flex; /* 使用Flex布局 */
|
|
361
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.el-drawer__header {
|
|
365
|
+
margin-bottom: 0 !important;
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
369
|
+
*/
|
|
370
|
+
[data-v-c51cce99] .el-overlay {
|
|
371
|
+
position: static;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
375
|
+
overflow: hidden !important;
|
|
376
|
+
padding-right: 0 !important;
|
|
377
|
+
}
|
|
371
378
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
372
379
|
top: -5px;
|
|
373
380
|
position: relative;
|
|
@@ -499,14 +506,7 @@
|
|
|
499
506
|
outline: none;
|
|
500
507
|
margin-left: 50px;
|
|
501
508
|
}
|
|
502
|
-
|
|
503
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
504
|
-
margin-top: 10px;
|
|
505
|
-
}
|
|
506
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
507
|
-
margin-top: 10px;
|
|
508
|
-
}
|
|
509
|
-
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
509
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
510
510
|
box-sizing: border-box;
|
|
511
511
|
margin: 10px 10px;
|
|
512
512
|
width: 180px;
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
border-radius: 2px 2px 2px 2px;
|
|
516
516
|
padding: 20px 10px;
|
|
517
517
|
}
|
|
518
|
-
.serviceflow-nodeTitle[data-v-
|
|
518
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
519
519
|
width: 90px;
|
|
520
520
|
height: 15px;
|
|
521
521
|
font-weight: 400;
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
532
532
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
533
533
|
}
|
|
534
|
-
.serviceflow-nodeContent[data-v-
|
|
534
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
535
535
|
/* width: 100%; */
|
|
536
536
|
height: 15px;
|
|
537
537
|
font-weight: 400;
|
|
@@ -547,19 +547,19 @@
|
|
|
547
547
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
548
548
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
549
549
|
}
|
|
550
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
550
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
551
551
|
}
|
|
552
|
-
.el-divider--horizontal[data-v-
|
|
552
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
553
553
|
margin: 12px 0;
|
|
554
554
|
}
|
|
555
|
-
.serviceflow-nodeView[data-v-
|
|
555
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
556
556
|
border: 1px solid #5a90f9;
|
|
557
557
|
background: #eef3fe;
|
|
558
558
|
}
|
|
559
|
-
.serviceflow-nodeTitle[data-v-
|
|
559
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
560
560
|
width: 80px;
|
|
561
561
|
}
|
|
562
|
-
.serviceflow-nodeView[data-v-
|
|
562
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
563
563
|
box-sizing: border-box;
|
|
564
564
|
margin: 10px 10px;
|
|
565
565
|
width: 180px;
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
border-radius: 2px 2px 2px 2px;
|
|
569
569
|
padding: 20px 10px;
|
|
570
570
|
}
|
|
571
|
-
.serviceflow-nodeTitle[data-v-
|
|
571
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
572
572
|
width: 90px;
|
|
573
573
|
height: 15px;
|
|
574
574
|
font-weight: 400;
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
585
585
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
586
586
|
}
|
|
587
|
-
.serviceflow-nodeContent[data-v-
|
|
587
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
588
588
|
/* width: 100%; */
|
|
589
589
|
height: 15px;
|
|
590
590
|
font-weight: 400;
|
|
@@ -600,19 +600,40 @@
|
|
|
600
600
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
601
601
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
602
602
|
}
|
|
603
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
603
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
604
604
|
}
|
|
605
|
-
.el-divider--horizontal[data-v-
|
|
605
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
606
606
|
margin: 12px 0;
|
|
607
607
|
}
|
|
608
|
-
.serviceflow-nodeView[data-v-
|
|
608
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
609
609
|
border: 1px solid #5a90f9;
|
|
610
610
|
background: #eef3fe;
|
|
611
611
|
}
|
|
612
|
-
.serviceflow-nodeTitle[data-v-
|
|
612
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
613
613
|
width: 80px;
|
|
614
614
|
}
|
|
615
|
-
|
|
615
|
+
|
|
616
|
+
.node-content[data-v-669b618f] {
|
|
617
|
+
width: 120px;
|
|
618
|
+
height: 44px;
|
|
619
|
+
background: #ffffff;
|
|
620
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
621
|
+
border-radius: 2px 2px 2px 2px;
|
|
622
|
+
}
|
|
623
|
+
.content[data-v-669b618f] {
|
|
624
|
+
width: 28px;
|
|
625
|
+
height: 15px;
|
|
626
|
+
font-weight: 400;
|
|
627
|
+
font-size: 14px;
|
|
628
|
+
color: #333333;
|
|
629
|
+
line-height: 14px;
|
|
630
|
+
text-align: left;
|
|
631
|
+
font-style: normal;
|
|
632
|
+
text-transform: none;
|
|
633
|
+
padding: 5px 0px 4px 10px;
|
|
634
|
+
box-sizing: content-box;
|
|
635
|
+
}
|
|
636
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
616
637
|
box-sizing: border-box;
|
|
617
638
|
margin: 10px 10px;
|
|
618
639
|
width: 180px;
|
|
@@ -621,7 +642,7 @@
|
|
|
621
642
|
border-radius: 2px 2px 2px 2px;
|
|
622
643
|
padding: 20px 10px;
|
|
623
644
|
}
|
|
624
|
-
.serviceflow-nodeTitle[data-v-
|
|
645
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
625
646
|
width: 90px;
|
|
626
647
|
height: 15px;
|
|
627
648
|
font-weight: 400;
|
|
@@ -637,7 +658,7 @@
|
|
|
637
658
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
638
659
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
639
660
|
}
|
|
640
|
-
.serviceflow-nodeContent[data-v-
|
|
661
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
641
662
|
/* width: 100%; */
|
|
642
663
|
height: 15px;
|
|
643
664
|
font-weight: 400;
|
|
@@ -653,20 +674,19 @@
|
|
|
653
674
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
654
675
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
655
676
|
}
|
|
656
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
677
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
657
678
|
}
|
|
658
|
-
.el-divider--horizontal[data-v-
|
|
679
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
659
680
|
margin: 12px 0;
|
|
660
681
|
}
|
|
661
|
-
.serviceflow-nodeView[data-v-
|
|
682
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
662
683
|
border: 1px solid #5a90f9;
|
|
663
|
-
background: #eef3fe;
|
|
664
|
-
width: 180px;
|
|
665
|
-
min-height: 95px;
|
|
684
|
+
background: #eef3fe;
|
|
666
685
|
}
|
|
667
|
-
.serviceflow-
|
|
686
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
687
|
+
width: 80px;
|
|
668
688
|
}
|
|
669
|
-
.serviceflow-nodeView[data-v-
|
|
689
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
670
690
|
box-sizing: border-box;
|
|
671
691
|
margin: 10px 10px;
|
|
672
692
|
width: 180px;
|
|
@@ -675,7 +695,7 @@
|
|
|
675
695
|
border-radius: 2px 2px 2px 2px;
|
|
676
696
|
padding: 20px 10px;
|
|
677
697
|
}
|
|
678
|
-
.serviceflow-nodeTitle[data-v-
|
|
698
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
679
699
|
width: 90px;
|
|
680
700
|
height: 15px;
|
|
681
701
|
font-weight: 400;
|
|
@@ -691,7 +711,7 @@
|
|
|
691
711
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
692
712
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
693
713
|
}
|
|
694
|
-
.serviceflow-nodeContent[data-v-
|
|
714
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
695
715
|
/* width: 100%; */
|
|
696
716
|
height: 15px;
|
|
697
717
|
font-weight: 400;
|
|
@@ -707,61 +727,20 @@
|
|
|
707
727
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
708
728
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
709
729
|
}
|
|
710
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
730
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
711
731
|
}
|
|
712
|
-
.el-divider--horizontal[data-v-
|
|
732
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
713
733
|
margin: 12px 0;
|
|
714
734
|
}
|
|
715
|
-
.serviceflow-nodeView[data-v-
|
|
735
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
716
736
|
border: 1px solid #5a90f9;
|
|
717
|
-
background: #eef3fe;
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
width: 80px;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.node-content[data-v-117d4091] {
|
|
724
|
-
width: 120px;
|
|
725
|
-
height: 44px;
|
|
726
|
-
background: #ffffff;
|
|
727
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
728
|
-
border-radius: 2px 2px 2px 2px;
|
|
729
|
-
}
|
|
730
|
-
.content[data-v-117d4091] {
|
|
731
|
-
width: 28px;
|
|
732
|
-
height: 15px;
|
|
733
|
-
font-weight: 400;
|
|
734
|
-
font-size: 14px;
|
|
735
|
-
color: #333333;
|
|
736
|
-
line-height: 14px;
|
|
737
|
-
text-align: left;
|
|
738
|
-
font-style: normal;
|
|
739
|
-
text-transform: none;
|
|
740
|
-
padding: 5px 0px 4px 10px;
|
|
741
|
-
box-sizing: content-box;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.node-content[data-v-669b618f] {
|
|
745
|
-
width: 120px;
|
|
746
|
-
height: 44px;
|
|
747
|
-
background: #ffffff;
|
|
748
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
749
|
-
border-radius: 2px 2px 2px 2px;
|
|
737
|
+
background: #eef3fe;
|
|
738
|
+
width: 180px;
|
|
739
|
+
min-height: 95px;
|
|
750
740
|
}
|
|
751
|
-
.
|
|
752
|
-
width: 28px;
|
|
753
|
-
height: 15px;
|
|
754
|
-
font-weight: 400;
|
|
755
|
-
font-size: 14px;
|
|
756
|
-
color: #333333;
|
|
757
|
-
line-height: 14px;
|
|
758
|
-
text-align: left;
|
|
759
|
-
font-style: normal;
|
|
760
|
-
text-transform: none;
|
|
761
|
-
padding: 5px 0px 4px 10px;
|
|
762
|
-
box-sizing: content-box;
|
|
741
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
763
742
|
}
|
|
764
|
-
.serviceflow-nodeView[data-v-
|
|
743
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
765
744
|
box-sizing: border-box;
|
|
766
745
|
margin: 10px 10px;
|
|
767
746
|
width: 180px;
|
|
@@ -770,7 +749,7 @@
|
|
|
770
749
|
border-radius: 2px 2px 2px 2px;
|
|
771
750
|
padding: 20px 10px;
|
|
772
751
|
}
|
|
773
|
-
.serviceflow-nodeTitle[data-v-
|
|
752
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
774
753
|
width: 90px;
|
|
775
754
|
height: 15px;
|
|
776
755
|
font-weight: 400;
|
|
@@ -786,7 +765,7 @@
|
|
|
786
765
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
787
766
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
788
767
|
}
|
|
789
|
-
.serviceflow-nodeContent[data-v-
|
|
768
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
790
769
|
/* width: 100%; */
|
|
791
770
|
height: 15px;
|
|
792
771
|
font-weight: 400;
|
|
@@ -802,19 +781,19 @@
|
|
|
802
781
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
803
782
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
804
783
|
}
|
|
805
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
784
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
806
785
|
}
|
|
807
|
-
.el-divider--horizontal[data-v-
|
|
786
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
808
787
|
margin: 12px 0;
|
|
809
788
|
}
|
|
810
|
-
.serviceflow-nodeView[data-v-
|
|
789
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
811
790
|
border: 1px solid #5a90f9;
|
|
812
791
|
background: #eef3fe;
|
|
813
792
|
}
|
|
814
|
-
.serviceflow-nodeTitle[data-v-
|
|
793
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
815
794
|
width: 80px;
|
|
816
795
|
}
|
|
817
|
-
.serviceflow-nodeView[data-v-
|
|
796
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
818
797
|
box-sizing: border-box;
|
|
819
798
|
margin: 10px 10px;
|
|
820
799
|
width: 180px;
|
|
@@ -823,7 +802,7 @@
|
|
|
823
802
|
border-radius: 2px 2px 2px 2px;
|
|
824
803
|
padding: 20px 10px;
|
|
825
804
|
}
|
|
826
|
-
.serviceflow-nodeTitle[data-v-
|
|
805
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
827
806
|
width: 90px;
|
|
828
807
|
height: 15px;
|
|
829
808
|
font-weight: 400;
|
|
@@ -839,7 +818,7 @@
|
|
|
839
818
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
840
819
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
841
820
|
}
|
|
842
|
-
.serviceflow-nodeContent[data-v-
|
|
821
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
843
822
|
/* width: 100%; */
|
|
844
823
|
height: 15px;
|
|
845
824
|
font-weight: 400;
|
|
@@ -855,20 +834,19 @@
|
|
|
855
834
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
856
835
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
857
836
|
}
|
|
858
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
837
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
859
838
|
}
|
|
860
|
-
.el-divider--horizontal[data-v-
|
|
839
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
861
840
|
margin: 12px 0;
|
|
862
841
|
}
|
|
863
|
-
.serviceflow-nodeView[data-v-
|
|
842
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
864
843
|
border: 1px solid #5a90f9;
|
|
865
|
-
background: #eef3fe;
|
|
866
|
-
width: 180px;
|
|
867
|
-
min-height: 95px;
|
|
844
|
+
background: #eef3fe;
|
|
868
845
|
}
|
|
869
|
-
.serviceflow-
|
|
846
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
847
|
+
width: 80px;
|
|
870
848
|
}
|
|
871
|
-
.serviceflow-nodeView[data-v-
|
|
849
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
872
850
|
box-sizing: border-box;
|
|
873
851
|
margin: 10px 10px;
|
|
874
852
|
width: 180px;
|
|
@@ -877,7 +855,7 @@
|
|
|
877
855
|
border-radius: 2px 2px 2px 2px;
|
|
878
856
|
padding: 20px 10px;
|
|
879
857
|
}
|
|
880
|
-
.serviceflow-nodeTitle[data-v-
|
|
858
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
881
859
|
width: 90px;
|
|
882
860
|
height: 15px;
|
|
883
861
|
font-weight: 400;
|
|
@@ -893,7 +871,7 @@
|
|
|
893
871
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
894
872
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
895
873
|
}
|
|
896
|
-
.serviceflow-nodeContent[data-v-
|
|
874
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
897
875
|
/* width: 100%; */
|
|
898
876
|
height: 15px;
|
|
899
877
|
font-weight: 400;
|
|
@@ -909,19 +887,19 @@
|
|
|
909
887
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
910
888
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
911
889
|
}
|
|
912
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
890
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
913
891
|
}
|
|
914
|
-
.el-divider--horizontal[data-v-
|
|
892
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
915
893
|
margin: 12px 0;
|
|
916
894
|
}
|
|
917
|
-
.serviceflow-nodeView[data-v-
|
|
895
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
918
896
|
border: 1px solid #5a90f9;
|
|
919
897
|
background: #eef3fe;
|
|
920
898
|
}
|
|
921
|
-
.serviceflow-nodeTitle[data-v-
|
|
899
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
922
900
|
width: 80px;
|
|
923
901
|
}
|
|
924
|
-
.serviceflow-nodeView[data-v-
|
|
902
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
925
903
|
box-sizing: border-box;
|
|
926
904
|
margin: 10px 10px;
|
|
927
905
|
width: 180px;
|
|
@@ -930,7 +908,7 @@
|
|
|
930
908
|
border-radius: 2px 2px 2px 2px;
|
|
931
909
|
padding: 20px 10px;
|
|
932
910
|
}
|
|
933
|
-
.serviceflow-nodeTitle[data-v-
|
|
911
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
934
912
|
width: 90px;
|
|
935
913
|
height: 15px;
|
|
936
914
|
font-weight: 400;
|
|
@@ -946,7 +924,7 @@
|
|
|
946
924
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
947
925
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
948
926
|
}
|
|
949
|
-
.serviceflow-nodeContent[data-v-
|
|
927
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
950
928
|
/* width: 100%; */
|
|
951
929
|
height: 15px;
|
|
952
930
|
font-weight: 400;
|
|
@@ -962,39 +940,19 @@
|
|
|
962
940
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
963
941
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
964
942
|
}
|
|
965
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
943
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
966
944
|
}
|
|
967
|
-
.el-divider--horizontal[data-v-
|
|
945
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
968
946
|
margin: 12px 0;
|
|
969
947
|
}
|
|
970
|
-
.serviceflow-nodeView[data-v-
|
|
948
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
971
949
|
border: 1px solid #5a90f9;
|
|
972
950
|
background: #eef3fe;
|
|
973
951
|
}
|
|
974
|
-
.serviceflow-nodeTitle[data-v-
|
|
952
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
975
953
|
width: 80px;
|
|
976
954
|
}
|
|
977
|
-
|
|
978
|
-
.aaa[data-v-8bd72b80] {
|
|
979
|
-
width: 300px;
|
|
980
|
-
height: 200px;
|
|
981
|
-
background: #ffffff;
|
|
982
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
983
|
-
border-radius: 2px 2px 2px 2px;
|
|
984
|
-
}
|
|
985
|
-
.content[data-v-8bd72b80] {
|
|
986
|
-
width: 28px;
|
|
987
|
-
height: 15px;
|
|
988
|
-
font-weight: 400;
|
|
989
|
-
font-size: 14px;
|
|
990
|
-
color: #333333;
|
|
991
|
-
line-height: 14px;
|
|
992
|
-
text-align: left;
|
|
993
|
-
font-style: normal;
|
|
994
|
-
text-transform: none;
|
|
995
|
-
padding: 5px 0px 4px 10px;
|
|
996
|
-
}
|
|
997
|
-
.serviceflow-nodeView[data-v-91a913ff] {
|
|
955
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
998
956
|
box-sizing: border-box;
|
|
999
957
|
margin: 10px 10px;
|
|
1000
958
|
width: 180px;
|
|
@@ -1003,7 +961,7 @@
|
|
|
1003
961
|
border-radius: 2px 2px 2px 2px;
|
|
1004
962
|
padding: 20px 10px;
|
|
1005
963
|
}
|
|
1006
|
-
.serviceflow-nodeTitle[data-v-
|
|
964
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1007
965
|
width: 90px;
|
|
1008
966
|
height: 15px;
|
|
1009
967
|
font-weight: 400;
|
|
@@ -1019,7 +977,7 @@
|
|
|
1019
977
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1020
978
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1021
979
|
}
|
|
1022
|
-
.serviceflow-nodeContent[data-v-
|
|
980
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
1023
981
|
/* width: 100%; */
|
|
1024
982
|
height: 15px;
|
|
1025
983
|
font-weight: 400;
|
|
@@ -1035,19 +993,19 @@
|
|
|
1035
993
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1036
994
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1037
995
|
}
|
|
1038
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
996
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
1039
997
|
}
|
|
1040
|
-
.el-divider--horizontal[data-v-
|
|
998
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
1041
999
|
margin: 12px 0;
|
|
1042
1000
|
}
|
|
1043
|
-
.serviceflow-nodeView[data-v-
|
|
1001
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1044
1002
|
border: 1px solid #5a90f9;
|
|
1045
1003
|
background: #eef3fe;
|
|
1046
1004
|
}
|
|
1047
|
-
.serviceflow-nodeTitle[data-v-
|
|
1005
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1048
1006
|
width: 80px;
|
|
1049
1007
|
}
|
|
1050
|
-
.serviceflow-nodeView[data-v-
|
|
1008
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
1051
1009
|
box-sizing: border-box;
|
|
1052
1010
|
margin: 10px 10px;
|
|
1053
1011
|
width: 180px;
|
|
@@ -1056,7 +1014,7 @@
|
|
|
1056
1014
|
border-radius: 2px 2px 2px 2px;
|
|
1057
1015
|
padding: 20px 10px;
|
|
1058
1016
|
}
|
|
1059
|
-
.serviceflow-nodeTitle[data-v-
|
|
1017
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
1060
1018
|
width: 90px;
|
|
1061
1019
|
height: 15px;
|
|
1062
1020
|
font-weight: 400;
|
|
@@ -1072,7 +1030,7 @@
|
|
|
1072
1030
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1073
1031
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1074
1032
|
}
|
|
1075
|
-
.serviceflow-nodeContent[data-v-
|
|
1033
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
1076
1034
|
/* width: 100%; */
|
|
1077
1035
|
height: 15px;
|
|
1078
1036
|
font-weight: 400;
|
|
@@ -1088,18 +1046,38 @@
|
|
|
1088
1046
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1089
1047
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1090
1048
|
}
|
|
1091
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1049
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
1092
1050
|
}
|
|
1093
|
-
.el-divider--horizontal[data-v-
|
|
1051
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
1094
1052
|
margin: 12px 0;
|
|
1095
1053
|
}
|
|
1096
|
-
.serviceflow-nodeView[data-v-
|
|
1054
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
1097
1055
|
border: 1px solid #5a90f9;
|
|
1098
1056
|
background: #eef3fe;
|
|
1099
1057
|
width: 180px;
|
|
1100
1058
|
min-height: 95px;
|
|
1101
1059
|
}
|
|
1102
|
-
.serviceflow-nodeContent[data-v-
|
|
1060
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.aaa[data-v-8bd72b80] {
|
|
1064
|
+
width: 300px;
|
|
1065
|
+
height: 200px;
|
|
1066
|
+
background: #ffffff;
|
|
1067
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1068
|
+
border-radius: 2px 2px 2px 2px;
|
|
1069
|
+
}
|
|
1070
|
+
.content[data-v-8bd72b80] {
|
|
1071
|
+
width: 28px;
|
|
1072
|
+
height: 15px;
|
|
1073
|
+
font-weight: 400;
|
|
1074
|
+
font-size: 14px;
|
|
1075
|
+
color: #333333;
|
|
1076
|
+
line-height: 14px;
|
|
1077
|
+
text-align: left;
|
|
1078
|
+
font-style: normal;
|
|
1079
|
+
text-transform: none;
|
|
1080
|
+
padding: 5px 0px 4px 10px;
|
|
1103
1081
|
}
|
|
1104
1082
|
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1105
1083
|
box-sizing: border-box;
|
|
@@ -1154,7 +1132,7 @@
|
|
|
1154
1132
|
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1155
1133
|
width: 80px;
|
|
1156
1134
|
}
|
|
1157
|
-
.serviceflow-nodeView[data-v-
|
|
1135
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1158
1136
|
box-sizing: border-box;
|
|
1159
1137
|
margin: 10px 10px;
|
|
1160
1138
|
width: 180px;
|
|
@@ -1163,7 +1141,7 @@
|
|
|
1163
1141
|
border-radius: 2px 2px 2px 2px;
|
|
1164
1142
|
padding: 20px 10px;
|
|
1165
1143
|
}
|
|
1166
|
-
.serviceflow-nodeTitle[data-v-
|
|
1144
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
1167
1145
|
width: 90px;
|
|
1168
1146
|
height: 15px;
|
|
1169
1147
|
font-weight: 400;
|
|
@@ -1179,7 +1157,7 @@
|
|
|
1179
1157
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1180
1158
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1181
1159
|
}
|
|
1182
|
-
.serviceflow-nodeContent[data-v-
|
|
1160
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1183
1161
|
/* width: 100%; */
|
|
1184
1162
|
height: 15px;
|
|
1185
1163
|
font-weight: 400;
|
|
@@ -1195,19 +1173,41 @@
|
|
|
1195
1173
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1196
1174
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1197
1175
|
}
|
|
1198
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1176
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
1199
1177
|
}
|
|
1200
|
-
.el-divider--horizontal[data-v-
|
|
1178
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
1201
1179
|
margin: 12px 0;
|
|
1202
1180
|
}
|
|
1203
|
-
.serviceflow-nodeView[data-v-
|
|
1181
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1204
1182
|
border: 1px solid #5a90f9;
|
|
1205
|
-
background: #eef3fe;
|
|
1183
|
+
background: #eef3fe;
|
|
1184
|
+
width: 180px;
|
|
1185
|
+
min-height: 95px;
|
|
1206
1186
|
}
|
|
1207
|
-
.serviceflow-
|
|
1208
|
-
width: 80px;
|
|
1187
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1209
1188
|
}
|
|
1210
|
-
|
|
1189
|
+
|
|
1190
|
+
.node-content[data-v-117d4091] {
|
|
1191
|
+
width: 120px;
|
|
1192
|
+
height: 44px;
|
|
1193
|
+
background: #ffffff;
|
|
1194
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1195
|
+
border-radius: 2px 2px 2px 2px;
|
|
1196
|
+
}
|
|
1197
|
+
.content[data-v-117d4091] {
|
|
1198
|
+
width: 28px;
|
|
1199
|
+
height: 15px;
|
|
1200
|
+
font-weight: 400;
|
|
1201
|
+
font-size: 14px;
|
|
1202
|
+
color: #333333;
|
|
1203
|
+
line-height: 14px;
|
|
1204
|
+
text-align: left;
|
|
1205
|
+
font-style: normal;
|
|
1206
|
+
text-transform: none;
|
|
1207
|
+
padding: 5px 0px 4px 10px;
|
|
1208
|
+
box-sizing: content-box;
|
|
1209
|
+
}
|
|
1210
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1211
1211
|
box-sizing: border-box;
|
|
1212
1212
|
margin: 10px 10px;
|
|
1213
1213
|
width: 180px;
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
border-radius: 2px 2px 2px 2px;
|
|
1217
1217
|
padding: 20px 10px;
|
|
1218
1218
|
}
|
|
1219
|
-
.serviceflow-nodeTitle[data-v-
|
|
1219
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
1220
1220
|
width: 90px;
|
|
1221
1221
|
height: 15px;
|
|
1222
1222
|
font-weight: 400;
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1233
1233
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1234
1234
|
}
|
|
1235
|
-
.serviceflow-nodeContent[data-v-
|
|
1235
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,16 +1248,16 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.25",
|
|
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.66",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"quill": "^2.0.2",
|