service-flow-designer 2.1.32 → 2.1.35
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/common/components/sql-view/index.d.ts +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +36 -0
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.js +63 -0
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue2.js +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view.vue.d.ts +32 -0
- package/dist/es/designer/common/components/sql-view/sql-view.vue.js +4 -0
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +98 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +55 -12
- package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +18 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +70 -25
- package/dist/es/designer/service-flow-view/flow-util.d.ts +2 -0
- package/dist/es/designer/service-flow-view/flow-util.js +16 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +9 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +6 -1
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +0 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +47 -21
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue2.js +3 -2
- package/dist/es/style.css +252 -252
- package/dist/es/utils/common-util.d.ts +1 -0
- package/dist/es/utils/common-util.js +13 -0
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -22,7 +22,48 @@
|
|
|
22
22
|
[data-v-7117ba9e] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
|
-
|
|
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
|
+
.serviceflow-design-content[data-v-04746c34] {
|
|
26
67
|
overflow: auto;
|
|
27
68
|
display: block;
|
|
28
69
|
flex: none;
|
|
@@ -30,10 +71,10 @@
|
|
|
30
71
|
width: 100%;
|
|
31
72
|
height: 100%;
|
|
32
73
|
}
|
|
33
|
-
.serviceflow-design-content[data-v-
|
|
74
|
+
.serviceflow-design-content[data-v-04746c34]::-webkit-scrollbar {
|
|
34
75
|
width: 1px;
|
|
35
76
|
}
|
|
36
|
-
.serviceflow-design-tool[data-v-
|
|
77
|
+
.serviceflow-design-tool[data-v-04746c34] {
|
|
37
78
|
position: -webkit-sticky; /**Safari */
|
|
38
79
|
position: sticky;
|
|
39
80
|
width: 100%;
|
|
@@ -47,7 +88,7 @@
|
|
|
47
88
|
z-index: 0;
|
|
48
89
|
box-sizing: content-box;
|
|
49
90
|
}
|
|
50
|
-
.serviceflow-page-type[data-v-
|
|
91
|
+
.serviceflow-page-type[data-v-04746c34] {
|
|
51
92
|
padding-top: 11px;
|
|
52
93
|
padding-left: 6px;
|
|
53
94
|
padding-right: 6px;
|
|
@@ -55,14 +96,14 @@
|
|
|
55
96
|
border-radius: 4px 4px 4px 4px;
|
|
56
97
|
cursor: pointer;
|
|
57
98
|
}
|
|
58
|
-
.serviceflow-page-type[data-v-
|
|
99
|
+
.serviceflow-page-type[data-v-04746c34]:hover {
|
|
59
100
|
background: rgba(11, 45, 101, 0.105);
|
|
60
101
|
}
|
|
61
|
-
.serviceflow-page-type.selected[data-v-
|
|
102
|
+
.serviceflow-page-type.selected[data-v-04746c34] {
|
|
62
103
|
background: #5893ef;
|
|
63
104
|
color: #ffffff;
|
|
64
105
|
}
|
|
65
|
-
.serviceflow-page-type > label[data-v-
|
|
106
|
+
.serviceflow-page-type > label[data-v-04746c34] {
|
|
66
107
|
font-size: 14px;
|
|
67
108
|
padding-left: 6px;
|
|
68
109
|
padding-right: 6px;
|
|
@@ -71,11 +112,11 @@
|
|
|
71
112
|
position: relative;
|
|
72
113
|
cursor: pointer;
|
|
73
114
|
}
|
|
74
|
-
.serviceflow-design-tool-split[data-v-
|
|
115
|
+
.serviceflow-design-tool-split[data-v-04746c34] {
|
|
75
116
|
height: 25px;
|
|
76
117
|
margin-top: -12px;
|
|
77
118
|
}
|
|
78
|
-
.serviceflow-design-board[data-v-
|
|
119
|
+
.serviceflow-design-board[data-v-04746c34] {
|
|
79
120
|
margin: 0 auto;
|
|
80
121
|
margin-top: 28px;
|
|
81
122
|
overflow-y: auto;
|
|
@@ -85,24 +126,24 @@
|
|
|
85
126
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
86
127
|
padding-bottom: 20px;
|
|
87
128
|
}
|
|
88
|
-
.container[data-v-
|
|
129
|
+
.container[data-v-04746c34] {
|
|
89
130
|
height: 100%;
|
|
90
131
|
width: 100%;
|
|
91
132
|
}
|
|
92
|
-
.amb-item-ghost[data-v-
|
|
133
|
+
.amb-item-ghost[data-v-04746c34] {
|
|
93
134
|
background-color: #5893ef;
|
|
94
135
|
height: 5px;
|
|
95
136
|
line-height: 5px;
|
|
96
137
|
overflow: hidden;
|
|
97
138
|
}
|
|
98
139
|
/* 将你的自定义样式添加到这里 */
|
|
99
|
-
.draggable-placeholder[data-v-
|
|
140
|
+
.draggable-placeholder[data-v-04746c34] {
|
|
100
141
|
background-color: red;
|
|
101
142
|
border: 1px dashed #ddd;
|
|
102
143
|
margin: 5px;
|
|
103
144
|
padding: 10px;
|
|
104
145
|
}
|
|
105
|
-
#LF-view[data-v-
|
|
146
|
+
#LF-view[data-v-04746c34] {
|
|
106
147
|
width: calc(100% - 100px);
|
|
107
148
|
height: 80%;
|
|
108
149
|
outline: none;
|
|
@@ -114,10 +155,10 @@
|
|
|
114
155
|
/**
|
|
115
156
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
116
157
|
*/
|
|
117
|
-
[data-v-
|
|
158
|
+
[data-v-04746c34] .el-overlay {
|
|
118
159
|
position: static !important;
|
|
119
160
|
}
|
|
120
|
-
.triangle[data-v-
|
|
161
|
+
.triangle[data-v-04746c34] {
|
|
121
162
|
display: inline-block;
|
|
122
163
|
width: 0;
|
|
123
164
|
height: 0;
|
|
@@ -126,47 +167,6 @@
|
|
|
126
167
|
border-color: transparent transparent var(--el-skeleton-color) transparent;
|
|
127
168
|
}
|
|
128
169
|
|
|
129
|
-
.amb-design-assembly-content[data-v-59e0837d] {
|
|
130
|
-
background: #ffffff;
|
|
131
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
132
|
-
height: 100%;
|
|
133
|
-
padding-left: 10px;
|
|
134
|
-
padding-right: 10px;
|
|
135
|
-
overflow: auto;
|
|
136
|
-
}
|
|
137
|
-
/*控制滚动条宽度*/
|
|
138
|
-
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
139
|
-
width: 1px;
|
|
140
|
-
}
|
|
141
|
-
.amb-assembly-header[data-v-59e0837d] {
|
|
142
|
-
position: absolute;
|
|
143
|
-
width: 220px;
|
|
144
|
-
text-align: center;
|
|
145
|
-
padding: 18px 0px 10px 0px;
|
|
146
|
-
padding-bottom: 14px;
|
|
147
|
-
background-color: #ffffff;
|
|
148
|
-
}
|
|
149
|
-
.amb-assembly-header-type[data-v-59e0837d] {
|
|
150
|
-
border-radius: 100px 100px 100px 100px;
|
|
151
|
-
background: #ffffff;
|
|
152
|
-
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
153
|
-
padding: 10px;
|
|
154
|
-
padding-bottom: 12px;
|
|
155
|
-
}
|
|
156
|
-
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
157
|
-
padding: 4px 14px;
|
|
158
|
-
cursor: pointer;
|
|
159
|
-
font-size: 14px;
|
|
160
|
-
}
|
|
161
|
-
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
162
|
-
border-radius: 100px 100px 100px 100px;
|
|
163
|
-
background: #5893ef;
|
|
164
|
-
color: #ffffff;
|
|
165
|
-
}
|
|
166
|
-
.amb-design-assembly-list[data-v-59e0837d] {
|
|
167
|
-
padding-top: 80px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
170
|
.editorTool[data-v-d55ab098] {
|
|
171
171
|
margin-left: auto;
|
|
172
172
|
}
|
|
@@ -184,18 +184,39 @@
|
|
|
184
184
|
margin-top: 10px;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
[data-v-6fdf85a5] .el-radio {
|
|
188
|
+
margin: 0;
|
|
189
|
+
}
|
|
190
|
+
.el-radio + .el-radio[data-v-6fdf85a5] {
|
|
191
|
+
margin-left: 10px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.editorTool[data-v-684c1f08] {
|
|
195
|
+
margin-left: auto;
|
|
196
|
+
}
|
|
197
|
+
.editorOption[data-v-684c1f08] {
|
|
198
|
+
margin-right: 10px;
|
|
199
|
+
cursor: pointer;
|
|
200
|
+
}
|
|
201
|
+
.pppp[data-v-684c1f08] {
|
|
202
|
+
display: flex; /* 使用Flex布局 */
|
|
203
|
+
justify-content: flex-start;
|
|
204
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
188
208
|
margin-top: 10px;
|
|
189
209
|
}
|
|
190
|
-
.el-
|
|
210
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
211
|
+
margin: 10px 0;
|
|
212
|
+
}
|
|
213
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
191
214
|
margin-top: 10px;
|
|
192
215
|
}
|
|
193
216
|
|
|
194
|
-
[data-v-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
.el-radio + .el-radio[data-v-ac2ec342] {
|
|
198
|
-
margin-left: 10px;
|
|
217
|
+
.el-dialog__wrapper[data-v-7a4cbbaf] {
|
|
218
|
+
overflow: hidden !important;
|
|
219
|
+
padding-right: 0 !important;
|
|
199
220
|
}
|
|
200
221
|
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
201
222
|
background: #ffffff;
|
|
@@ -264,16 +285,18 @@
|
|
|
264
285
|
opacity: 1 !important;
|
|
265
286
|
}
|
|
266
287
|
|
|
267
|
-
[data-v-
|
|
268
|
-
margin:
|
|
288
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
289
|
+
margin-top: 10px;
|
|
269
290
|
}
|
|
270
|
-
.el-
|
|
271
|
-
margin
|
|
291
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
292
|
+
margin: 10px 0;
|
|
272
293
|
}
|
|
273
294
|
|
|
274
|
-
.el-
|
|
275
|
-
|
|
276
|
-
|
|
295
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
296
|
+
margin-top: 10px;
|
|
297
|
+
}
|
|
298
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
299
|
+
margin-top: 10px;
|
|
277
300
|
}
|
|
278
301
|
|
|
279
302
|
[data-v-286d914e] .el-table__row {
|
|
@@ -312,40 +335,20 @@
|
|
|
312
335
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
313
336
|
}
|
|
314
337
|
|
|
315
|
-
.
|
|
316
|
-
margin-left: auto;
|
|
317
|
-
}
|
|
318
|
-
.editorOption[data-v-684c1f08] {
|
|
319
|
-
margin-right: 10px;
|
|
320
|
-
cursor: pointer;
|
|
321
|
-
}
|
|
322
|
-
.pppp[data-v-684c1f08] {
|
|
323
|
-
display: flex; /* 使用Flex布局 */
|
|
324
|
-
justify-content: flex-start;
|
|
325
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.el-alert + .el-table[data-v-028fb838] {
|
|
338
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
329
339
|
margin-top: 10px;
|
|
330
340
|
}
|
|
331
|
-
.el-table + .el-alert[data-v-
|
|
341
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
332
342
|
margin: 10px 0;
|
|
343
|
+
}
|
|
344
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
345
|
+
margin-top: 10px;
|
|
333
346
|
}
|
|
334
347
|
|
|
335
|
-
.el-
|
|
336
|
-
margin-bottom: 0 !important;
|
|
337
|
-
}
|
|
338
|
-
/**
|
|
339
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
340
|
-
*/
|
|
341
|
-
[data-v-c51cce99] .el-overlay {
|
|
342
|
-
position: static;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
348
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
346
349
|
margin-top: 10px;
|
|
347
350
|
}
|
|
348
|
-
.el-alert + .el-form-item[data-v-
|
|
351
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
349
352
|
margin-top: 10px;
|
|
350
353
|
}
|
|
351
354
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
@@ -480,52 +483,28 @@
|
|
|
480
483
|
margin-left: 50px;
|
|
481
484
|
}
|
|
482
485
|
|
|
483
|
-
|
|
484
|
-
margin
|
|
486
|
+
[data-v-dac15197] .el-radio {
|
|
487
|
+
margin: 0;
|
|
485
488
|
}
|
|
486
|
-
.el-
|
|
487
|
-
margin: 10px
|
|
489
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
490
|
+
margin-left: 10px;
|
|
488
491
|
}
|
|
489
492
|
|
|
490
|
-
.el-alert + .el-
|
|
493
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
491
494
|
margin-top: 10px;
|
|
492
495
|
}
|
|
493
|
-
.el-
|
|
496
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
494
497
|
margin: 10px 0;
|
|
495
|
-
}
|
|
496
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
497
|
-
margin-top: 10px;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
-
.el-
|
|
501
|
-
margin-
|
|
502
|
-
}
|
|
503
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
504
|
-
margin: 10px 0;
|
|
505
|
-
}
|
|
506
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
507
|
-
margin-top: 10px;
|
|
500
|
+
.el-drawer__header {
|
|
501
|
+
margin-bottom: 0 !important;
|
|
508
502
|
}
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
515
|
-
border-radius: 2px 2px 2px 2px;
|
|
516
|
-
}
|
|
517
|
-
.content[data-v-117d4091] {
|
|
518
|
-
width: 28px;
|
|
519
|
-
height: 15px;
|
|
520
|
-
font-weight: 400;
|
|
521
|
-
font-size: 14px;
|
|
522
|
-
color: #333333;
|
|
523
|
-
line-height: 14px;
|
|
524
|
-
text-align: left;
|
|
525
|
-
font-style: normal;
|
|
526
|
-
text-transform: none;
|
|
527
|
-
padding: 5px 0px 4px 10px;
|
|
528
|
-
box-sizing: content-box;
|
|
503
|
+
/**
|
|
504
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
505
|
+
*/
|
|
506
|
+
[data-v-d5185214] .el-overlay {
|
|
507
|
+
position: static;
|
|
529
508
|
}
|
|
530
509
|
.serviceflow-nodeView[data-v-418f1558] {
|
|
531
510
|
box-sizing: border-box;
|
|
@@ -581,7 +560,28 @@
|
|
|
581
560
|
}
|
|
582
561
|
.serviceflow-nodeContent[data-v-418f1558] {
|
|
583
562
|
}
|
|
584
|
-
|
|
563
|
+
|
|
564
|
+
.node-content[data-v-117d4091] {
|
|
565
|
+
width: 120px;
|
|
566
|
+
height: 44px;
|
|
567
|
+
background: #ffffff;
|
|
568
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
569
|
+
border-radius: 2px 2px 2px 2px;
|
|
570
|
+
}
|
|
571
|
+
.content[data-v-117d4091] {
|
|
572
|
+
width: 28px;
|
|
573
|
+
height: 15px;
|
|
574
|
+
font-weight: 400;
|
|
575
|
+
font-size: 14px;
|
|
576
|
+
color: #333333;
|
|
577
|
+
line-height: 14px;
|
|
578
|
+
text-align: left;
|
|
579
|
+
font-style: normal;
|
|
580
|
+
text-transform: none;
|
|
581
|
+
padding: 5px 0px 4px 10px;
|
|
582
|
+
box-sizing: content-box;
|
|
583
|
+
}
|
|
584
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
585
585
|
box-sizing: border-box;
|
|
586
586
|
margin: 10px 10px;
|
|
587
587
|
width: 180px;
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
border-radius: 2px 2px 2px 2px;
|
|
591
591
|
padding: 20px 10px;
|
|
592
592
|
}
|
|
593
|
-
.serviceflow-nodeTitle[data-v-
|
|
593
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
594
594
|
width: 90px;
|
|
595
595
|
height: 15px;
|
|
596
596
|
font-weight: 400;
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
607
607
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
608
608
|
}
|
|
609
|
-
.serviceflow-nodeContent[data-v-
|
|
609
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
610
610
|
/* width: 100%; */
|
|
611
611
|
height: 15px;
|
|
612
612
|
font-weight: 400;
|
|
@@ -622,19 +622,19 @@
|
|
|
622
622
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
623
623
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
624
624
|
}
|
|
625
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
625
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
626
626
|
}
|
|
627
|
-
.el-divider--horizontal[data-v-
|
|
627
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
628
628
|
margin: 12px 0;
|
|
629
629
|
}
|
|
630
|
-
.serviceflow-nodeView[data-v-
|
|
630
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
631
631
|
border: 1px solid #5a90f9;
|
|
632
632
|
background: #eef3fe;
|
|
633
633
|
}
|
|
634
|
-
.serviceflow-nodeTitle[data-v-
|
|
634
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
635
635
|
width: 80px;
|
|
636
636
|
}
|
|
637
|
-
.serviceflow-nodeView[data-v-
|
|
637
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
638
638
|
box-sizing: border-box;
|
|
639
639
|
margin: 10px 10px;
|
|
640
640
|
width: 180px;
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
border-radius: 2px 2px 2px 2px;
|
|
644
644
|
padding: 20px 10px;
|
|
645
645
|
}
|
|
646
|
-
.serviceflow-nodeTitle[data-v-
|
|
646
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
647
647
|
width: 90px;
|
|
648
648
|
height: 15px;
|
|
649
649
|
font-weight: 400;
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
660
660
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
661
661
|
}
|
|
662
|
-
.serviceflow-nodeContent[data-v-
|
|
662
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
663
663
|
/* width: 100%; */
|
|
664
664
|
height: 15px;
|
|
665
665
|
font-weight: 400;
|
|
@@ -675,19 +675,20 @@
|
|
|
675
675
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
676
676
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
677
677
|
}
|
|
678
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
678
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
679
679
|
}
|
|
680
|
-
.el-divider--horizontal[data-v-
|
|
680
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
681
681
|
margin: 12px 0;
|
|
682
682
|
}
|
|
683
|
-
.serviceflow-nodeView[data-v-
|
|
683
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
684
684
|
border: 1px solid #5a90f9;
|
|
685
|
-
background: #eef3fe;
|
|
685
|
+
background: #eef3fe;
|
|
686
|
+
width: 180px;
|
|
687
|
+
min-height: 95px;
|
|
686
688
|
}
|
|
687
|
-
.serviceflow-
|
|
688
|
-
width: 80px;
|
|
689
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
689
690
|
}
|
|
690
|
-
.serviceflow-nodeView[data-v-
|
|
691
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
691
692
|
box-sizing: border-box;
|
|
692
693
|
margin: 10px 10px;
|
|
693
694
|
width: 180px;
|
|
@@ -696,7 +697,7 @@
|
|
|
696
697
|
border-radius: 2px 2px 2px 2px;
|
|
697
698
|
padding: 20px 10px;
|
|
698
699
|
}
|
|
699
|
-
.serviceflow-nodeTitle[data-v-
|
|
700
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
700
701
|
width: 90px;
|
|
701
702
|
height: 15px;
|
|
702
703
|
font-weight: 400;
|
|
@@ -712,7 +713,7 @@
|
|
|
712
713
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
713
714
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
714
715
|
}
|
|
715
|
-
.serviceflow-nodeContent[data-v-
|
|
716
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
716
717
|
/* width: 100%; */
|
|
717
718
|
height: 15px;
|
|
718
719
|
font-weight: 400;
|
|
@@ -728,16 +729,16 @@
|
|
|
728
729
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
729
730
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
730
731
|
}
|
|
731
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
732
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
732
733
|
}
|
|
733
|
-
.el-divider--horizontal[data-v-
|
|
734
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
734
735
|
margin: 12px 0;
|
|
735
736
|
}
|
|
736
|
-
.serviceflow-nodeView[data-v-
|
|
737
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
737
738
|
border: 1px solid #5a90f9;
|
|
738
739
|
background: #eef3fe;
|
|
739
740
|
}
|
|
740
|
-
.serviceflow-nodeTitle[data-v-
|
|
741
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
741
742
|
width: 80px;
|
|
742
743
|
}
|
|
743
744
|
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
@@ -793,7 +794,7 @@
|
|
|
793
794
|
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
794
795
|
width: 80px;
|
|
795
796
|
}
|
|
796
|
-
.serviceflow-nodeView[data-v-
|
|
797
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
797
798
|
box-sizing: border-box;
|
|
798
799
|
margin: 10px 10px;
|
|
799
800
|
width: 180px;
|
|
@@ -802,7 +803,7 @@
|
|
|
802
803
|
border-radius: 2px 2px 2px 2px;
|
|
803
804
|
padding: 20px 10px;
|
|
804
805
|
}
|
|
805
|
-
.serviceflow-nodeTitle[data-v-
|
|
806
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
806
807
|
width: 90px;
|
|
807
808
|
height: 15px;
|
|
808
809
|
font-weight: 400;
|
|
@@ -818,7 +819,7 @@
|
|
|
818
819
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
819
820
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
820
821
|
}
|
|
821
|
-
.serviceflow-nodeContent[data-v-
|
|
822
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
822
823
|
/* width: 100%; */
|
|
823
824
|
height: 15px;
|
|
824
825
|
font-weight: 400;
|
|
@@ -834,16 +835,16 @@
|
|
|
834
835
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
835
836
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
836
837
|
}
|
|
837
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
838
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
838
839
|
}
|
|
839
|
-
.el-divider--horizontal[data-v-
|
|
840
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
840
841
|
margin: 12px 0;
|
|
841
842
|
}
|
|
842
|
-
.serviceflow-nodeView[data-v-
|
|
843
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
843
844
|
border: 1px solid #5a90f9;
|
|
844
845
|
background: #eef3fe;
|
|
845
846
|
}
|
|
846
|
-
.serviceflow-nodeTitle[data-v-
|
|
847
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
847
848
|
width: 80px;
|
|
848
849
|
}
|
|
849
850
|
|
|
@@ -867,7 +868,7 @@
|
|
|
867
868
|
padding: 5px 0px 4px 10px;
|
|
868
869
|
box-sizing: content-box;
|
|
869
870
|
}
|
|
870
|
-
.serviceflow-nodeView[data-v-
|
|
871
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
871
872
|
box-sizing: border-box;
|
|
872
873
|
margin: 10px 10px;
|
|
873
874
|
width: 180px;
|
|
@@ -876,7 +877,7 @@
|
|
|
876
877
|
border-radius: 2px 2px 2px 2px;
|
|
877
878
|
padding: 20px 10px;
|
|
878
879
|
}
|
|
879
|
-
.serviceflow-nodeTitle[data-v-
|
|
880
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
880
881
|
width: 90px;
|
|
881
882
|
height: 15px;
|
|
882
883
|
font-weight: 400;
|
|
@@ -892,7 +893,7 @@
|
|
|
892
893
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
893
894
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
894
895
|
}
|
|
895
|
-
.serviceflow-nodeContent[data-v-
|
|
896
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
896
897
|
/* width: 100%; */
|
|
897
898
|
height: 15px;
|
|
898
899
|
font-weight: 400;
|
|
@@ -908,40 +909,19 @@
|
|
|
908
909
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
909
910
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
910
911
|
}
|
|
911
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
912
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
912
913
|
}
|
|
913
|
-
.el-divider--horizontal[data-v-
|
|
914
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
914
915
|
margin: 12px 0;
|
|
915
916
|
}
|
|
916
|
-
.serviceflow-nodeView[data-v-
|
|
917
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
917
918
|
border: 1px solid #5a90f9;
|
|
918
|
-
background: #eef3fe;
|
|
919
|
-
width: 180px;
|
|
920
|
-
min-height: 95px;
|
|
921
|
-
}
|
|
922
|
-
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.aaa[data-v-8bd72b80] {
|
|
926
|
-
width: 300px;
|
|
927
|
-
height: 200px;
|
|
928
|
-
background: #ffffff;
|
|
929
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
930
|
-
border-radius: 2px 2px 2px 2px;
|
|
919
|
+
background: #eef3fe;
|
|
931
920
|
}
|
|
932
|
-
.
|
|
933
|
-
width:
|
|
934
|
-
height: 15px;
|
|
935
|
-
font-weight: 400;
|
|
936
|
-
font-size: 14px;
|
|
937
|
-
color: #333333;
|
|
938
|
-
line-height: 14px;
|
|
939
|
-
text-align: left;
|
|
940
|
-
font-style: normal;
|
|
941
|
-
text-transform: none;
|
|
942
|
-
padding: 5px 0px 4px 10px;
|
|
921
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
922
|
+
width: 80px;
|
|
943
923
|
}
|
|
944
|
-
.serviceflow-nodeView[data-v-
|
|
924
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
945
925
|
box-sizing: border-box;
|
|
946
926
|
margin: 10px 10px;
|
|
947
927
|
width: 180px;
|
|
@@ -950,7 +930,7 @@
|
|
|
950
930
|
border-radius: 2px 2px 2px 2px;
|
|
951
931
|
padding: 20px 10px;
|
|
952
932
|
}
|
|
953
|
-
.serviceflow-nodeTitle[data-v-
|
|
933
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
954
934
|
width: 90px;
|
|
955
935
|
height: 15px;
|
|
956
936
|
font-weight: 400;
|
|
@@ -966,7 +946,7 @@
|
|
|
966
946
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
967
947
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
968
948
|
}
|
|
969
|
-
.serviceflow-nodeContent[data-v-
|
|
949
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
970
950
|
/* width: 100%; */
|
|
971
951
|
height: 15px;
|
|
972
952
|
font-weight: 400;
|
|
@@ -982,20 +962,39 @@
|
|
|
982
962
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
983
963
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
984
964
|
}
|
|
985
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
965
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
986
966
|
}
|
|
987
|
-
.el-divider--horizontal[data-v-
|
|
967
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
988
968
|
margin: 12px 0;
|
|
989
969
|
}
|
|
990
|
-
.serviceflow-nodeView[data-v-
|
|
970
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
991
971
|
border: 1px solid #5a90f9;
|
|
992
|
-
background: #eef3fe;
|
|
993
|
-
width: 180px;
|
|
994
|
-
min-height: 95px;
|
|
972
|
+
background: #eef3fe;
|
|
995
973
|
}
|
|
996
|
-
.serviceflow-
|
|
974
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
975
|
+
width: 80px;
|
|
997
976
|
}
|
|
998
|
-
|
|
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-96d149c1] {
|
|
999
998
|
box-sizing: border-box;
|
|
1000
999
|
margin: 10px 10px;
|
|
1001
1000
|
width: 180px;
|
|
@@ -1004,7 +1003,7 @@
|
|
|
1004
1003
|
border-radius: 2px 2px 2px 2px;
|
|
1005
1004
|
padding: 20px 10px;
|
|
1006
1005
|
}
|
|
1007
|
-
.serviceflow-nodeTitle[data-v-
|
|
1006
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1008
1007
|
width: 90px;
|
|
1009
1008
|
height: 15px;
|
|
1010
1009
|
font-weight: 400;
|
|
@@ -1020,7 +1019,7 @@
|
|
|
1020
1019
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1021
1020
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1022
1021
|
}
|
|
1023
|
-
.serviceflow-nodeContent[data-v-
|
|
1022
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
1024
1023
|
/* width: 100%; */
|
|
1025
1024
|
height: 15px;
|
|
1026
1025
|
font-weight: 400;
|
|
@@ -1036,19 +1035,19 @@
|
|
|
1036
1035
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1037
1036
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1038
1037
|
}
|
|
1039
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1038
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
1040
1039
|
}
|
|
1041
|
-
.el-divider--horizontal[data-v-
|
|
1040
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
1042
1041
|
margin: 12px 0;
|
|
1043
1042
|
}
|
|
1044
|
-
.serviceflow-nodeView[data-v-
|
|
1043
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1045
1044
|
border: 1px solid #5a90f9;
|
|
1046
1045
|
background: #eef3fe;
|
|
1047
1046
|
}
|
|
1048
|
-
.serviceflow-nodeTitle[data-v-
|
|
1047
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1049
1048
|
width: 80px;
|
|
1050
1049
|
}
|
|
1051
|
-
.serviceflow-nodeView[data-v-
|
|
1050
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1052
1051
|
box-sizing: border-box;
|
|
1053
1052
|
margin: 10px 10px;
|
|
1054
1053
|
width: 180px;
|
|
@@ -1057,7 +1056,7 @@
|
|
|
1057
1056
|
border-radius: 2px 2px 2px 2px;
|
|
1058
1057
|
padding: 20px 10px;
|
|
1059
1058
|
}
|
|
1060
|
-
.serviceflow-nodeTitle[data-v-
|
|
1059
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
1061
1060
|
width: 90px;
|
|
1062
1061
|
height: 15px;
|
|
1063
1062
|
font-weight: 400;
|
|
@@ -1073,7 +1072,7 @@
|
|
|
1073
1072
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1074
1073
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1075
1074
|
}
|
|
1076
|
-
.serviceflow-nodeContent[data-v-
|
|
1075
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1077
1076
|
/* width: 100%; */
|
|
1078
1077
|
height: 15px;
|
|
1079
1078
|
font-weight: 400;
|
|
@@ -1089,19 +1088,20 @@
|
|
|
1089
1088
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1090
1089
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1091
1090
|
}
|
|
1092
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1091
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
1093
1092
|
}
|
|
1094
|
-
.el-divider--horizontal[data-v-
|
|
1093
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
1095
1094
|
margin: 12px 0;
|
|
1096
1095
|
}
|
|
1097
|
-
.serviceflow-nodeView[data-v-
|
|
1096
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1098
1097
|
border: 1px solid #5a90f9;
|
|
1099
|
-
background: #eef3fe;
|
|
1098
|
+
background: #eef3fe;
|
|
1099
|
+
width: 180px;
|
|
1100
|
+
min-height: 95px;
|
|
1100
1101
|
}
|
|
1101
|
-
.serviceflow-
|
|
1102
|
-
width: 80px;
|
|
1102
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1103
1103
|
}
|
|
1104
|
-
.serviceflow-nodeView[data-v-
|
|
1104
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
1105
1105
|
box-sizing: border-box;
|
|
1106
1106
|
margin: 10px 10px;
|
|
1107
1107
|
width: 180px;
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
border-radius: 2px 2px 2px 2px;
|
|
1111
1111
|
padding: 20px 10px;
|
|
1112
1112
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1113
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
1114
1114
|
width: 90px;
|
|
1115
1115
|
height: 15px;
|
|
1116
1116
|
font-weight: 400;
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1127
1127
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1128
1128
|
}
|
|
1129
|
-
.serviceflow-nodeContent[data-v-
|
|
1129
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
1130
1130
|
/* width: 100%; */
|
|
1131
1131
|
height: 15px;
|
|
1132
1132
|
font-weight: 400;
|
|
@@ -1142,19 +1142,19 @@
|
|
|
1142
1142
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1143
1143
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1144
1144
|
}
|
|
1145
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1145
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
1146
1146
|
}
|
|
1147
|
-
.el-divider--horizontal[data-v-
|
|
1147
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
1148
1148
|
margin: 12px 0;
|
|
1149
1149
|
}
|
|
1150
|
-
.serviceflow-nodeView[data-v-
|
|
1150
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
1151
1151
|
border: 1px solid #5a90f9;
|
|
1152
1152
|
background: #eef3fe;
|
|
1153
1153
|
}
|
|
1154
|
-
.serviceflow-nodeTitle[data-v-
|
|
1154
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
1155
1155
|
width: 80px;
|
|
1156
1156
|
}
|
|
1157
|
-
.serviceflow-nodeView[data-v-
|
|
1157
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1158
1158
|
box-sizing: border-box;
|
|
1159
1159
|
margin: 10px 10px;
|
|
1160
1160
|
width: 180px;
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
border-radius: 2px 2px 2px 2px;
|
|
1164
1164
|
padding: 20px 10px;
|
|
1165
1165
|
}
|
|
1166
|
-
.serviceflow-nodeTitle[data-v-
|
|
1166
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1167
1167
|
width: 90px;
|
|
1168
1168
|
height: 15px;
|
|
1169
1169
|
font-weight: 400;
|
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1180
1180
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1181
1181
|
}
|
|
1182
|
-
.serviceflow-nodeContent[data-v-
|
|
1182
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
1183
1183
|
/* width: 100%; */
|
|
1184
1184
|
height: 15px;
|
|
1185
1185
|
font-weight: 400;
|
|
@@ -1195,19 +1195,19 @@
|
|
|
1195
1195
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1196
1196
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1197
1197
|
}
|
|
1198
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1198
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
1199
1199
|
}
|
|
1200
|
-
.el-divider--horizontal[data-v-
|
|
1200
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
1201
1201
|
margin: 12px 0;
|
|
1202
1202
|
}
|
|
1203
|
-
.serviceflow-nodeView[data-v-
|
|
1203
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1204
1204
|
border: 1px solid #5a90f9;
|
|
1205
1205
|
background: #eef3fe;
|
|
1206
1206
|
}
|
|
1207
|
-
.serviceflow-nodeTitle[data-v-
|
|
1207
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1208
1208
|
width: 80px;
|
|
1209
1209
|
}
|
|
1210
|
-
.serviceflow-nodeView[data-v-
|
|
1210
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
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-9770119b] {
|
|
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-9770119b] {
|
|
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-9770119b] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
@@ -1271,13 +1271,6 @@
|
|
|
1271
1271
|
margin-left: 10px;
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
|
-
.el-radio[data-v-1ee0eb33] {
|
|
1275
|
-
margin-right: 10px;
|
|
1276
|
-
}
|
|
1277
|
-
[data-v-1ee0eb33] .el-empty__description {
|
|
1278
|
-
margin-top: 0px;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
1274
|
.el-radio[data-v-1bbd6187] {
|
|
1282
1275
|
margin-right: 10px;
|
|
1283
1276
|
}
|
|
@@ -1292,6 +1285,13 @@
|
|
|
1292
1285
|
margin-left: 10px;
|
|
1293
1286
|
}
|
|
1294
1287
|
|
|
1288
|
+
.el-radio[data-v-1ee0eb33] {
|
|
1289
|
+
margin-right: 10px;
|
|
1290
|
+
}
|
|
1291
|
+
[data-v-1ee0eb33] .el-empty__description {
|
|
1292
|
+
margin-top: 0px;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
1295
|
[data-v-9cc733d7] .el-cascader-menu {
|
|
1296
1296
|
min-width: 120px !important;
|
|
1297
1297
|
}
|
|
@@ -1306,13 +1306,13 @@
|
|
|
1306
1306
|
cursor: pointer;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
[data-v-9a3ee19e] .el-dropdown {
|
|
1310
|
-
vertical-align: middle;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
1309
|
[data-v-2d06523b] .el-upload {
|
|
1314
1310
|
width: 100%;
|
|
1315
1311
|
}
|
|
1316
1312
|
[data-v-2d06523b] .el-button {
|
|
1317
1313
|
width: 100%;
|
|
1318
1314
|
}
|
|
1315
|
+
|
|
1316
|
+
[data-v-9a3ee19e] .el-dropdown {
|
|
1317
|
+
vertical-align: middle;
|
|
1318
|
+
}
|