service-flow-designer 2.1.59 → 2.2.1
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/_virtual/_plugin-vue_export-helper.js +6 -7
- package/dist/es/assets/icon/aggregateQuery.svg.js +2 -2
- package/dist/es/assets/icon/base.png.js +2 -2
- package/dist/es/assets/icon/clean.svg.js +2 -2
- package/dist/es/assets/icon/condition.png.js +2 -2
- package/dist/es/assets/icon/connect.svg.js +2 -2
- package/dist/es/assets/icon/dynamicSql.svg.js +2 -2
- package/dist/es/assets/icon/end.png.js +2 -2
- package/dist/es/assets/icon/end.svg.js +2 -2
- package/dist/es/assets/icon/function.png.js +2 -2
- package/dist/es/assets/icon/http-service.svg.js +2 -2
- package/dist/es/assets/icon/loop.svg.js +2 -2
- package/dist/es/assets/icon/notification.svg.js +2 -2
- package/dist/es/assets/icon/regularQuery.svg.js +2 -2
- package/dist/es/assets/icon/sort.svg.js +2 -2
- package/dist/es/assets/icon/split-joint.svg.js +2 -2
- package/dist/es/assets/icon/start.png.js +2 -2
- package/dist/es/assets/icon/statistics.svg.js +2 -2
- package/dist/es/assets/icon/vardef-v.png.js +2 -2
- package/dist/es/designer/common/components/database-select.vue.js +4 -4
- package/dist/es/designer/common/components/database-select.vue2.js +29 -205
- package/dist/es/designer/common/components/datatable-select.vue.js +4 -4
- package/dist/es/designer/common/components/datatable-select.vue2.js +52 -299
- package/dist/es/designer/common/components/file-upload.vue.js +4 -4
- package/dist/es/designer/common/components/file-upload.vue2.js +27 -98
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.js +18 -60
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue2.js +2 -2
- package/dist/es/designer/common/components/json-view/json-view.vue.js +51 -137
- package/dist/es/designer/common/components/json-view/json-view.vue2.js +2 -2
- package/dist/es/designer/common/components/node-base-config.vue.js +7 -63
- package/dist/es/designer/common/components/node-base-config.vue2.js +2 -2
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.js +17 -62
- package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue2.js +2 -2
- package/dist/es/designer/common/components/sql-view/sql-view.vue.js +2 -2
- package/dist/es/designer/common/components/sql-view/sql-view.vue2.js +30 -100
- package/dist/es/designer/common/components/value-set-input/index.js +2 -2
- package/dist/es/designer/common/components/value-set-input/option.js +6 -59
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +4 -4
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +122 -557
- package/dist/es/designer/common/util/node-util.js +32 -42
- package/dist/es/designer/desginer-index.vue.js +4 -4
- package/dist/es/designer/desginer-index.vue2.js +31 -106
- package/dist/es/designer/flow/base/AbLogicNode.js +9 -10
- package/dist/es/designer/flow/base/AbLogicNodeModel.js +21 -49
- package/dist/es/designer/flow/base/AbLogicResizeNode.js +9 -10
- package/dist/es/designer/flow/base/AbLogicResizeNodeModel.js +10 -26
- package/dist/es/designer/flow/edge/CustomLine.js +15 -42
- package/dist/es/designer/service-components/base/custom-function/config.vue.js +4 -4
- package/dist/es/designer/service-components/base/custom-function/config.vue2.js +55 -302
- package/dist/es/designer/service-components/base/custom-function/index.js +12 -34
- package/dist/es/designer/service-components/base/custom-function/index.vue.js +4 -4
- package/dist/es/designer/service-components/base/custom-function/index.vue2.js +8 -40
- package/dist/es/designer/service-components/base/end-node/index.js +25 -64
- package/dist/es/designer/service-components/base/end-node/index.vue.js +4 -4
- package/dist/es/designer/service-components/base/end-node/index.vue2.js +4 -29
- package/dist/es/designer/service-components/base/judge-condition/config.vue.js +2 -2
- package/dist/es/designer/service-components/base/judge-condition/config.vue2.js +61 -570
- package/dist/es/designer/service-components/base/judge-condition/index.js +13 -35
- package/dist/es/designer/service-components/base/judge-condition/index.vue.js +4 -4
- package/dist/es/designer/service-components/base/judge-condition/index.vue2.js +12 -63
- package/dist/es/designer/service-components/base/loop-node/config.vue.js +4 -4
- package/dist/es/designer/service-components/base/loop-node/config.vue2.js +9 -73
- package/dist/es/designer/service-components/base/loop-node/index.js +37 -145
- package/dist/es/designer/service-components/base/notification/config.vue.js +2 -2
- package/dist/es/designer/service-components/base/notification/config.vue2.js +35 -320
- package/dist/es/designer/service-components/base/notification/index.js +12 -34
- package/dist/es/designer/service-components/base/notification/index.vue.js +4 -4
- package/dist/es/designer/service-components/base/notification/index.vue2.js +8 -40
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +4 -4
- package/dist/es/designer/service-components/base/notification/recipients-select.vue2.js +23 -146
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue.js +17 -103
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue2.js +2 -2
- package/dist/es/designer/service-components/base/start-node/index.js +25 -65
- package/dist/es/designer/service-components/base/start-node/index.vue.js +4 -4
- package/dist/es/designer/service-components/base/start-node/index.vue2.js +4 -29
- package/dist/es/designer/service-components/components-icons.js +17 -33
- package/dist/es/designer/service-components/computation/clean/config.vue.js +4 -4
- package/dist/es/designer/service-components/computation/clean/config.vue2.js +40 -419
- package/dist/es/designer/service-components/computation/clean/index.js +12 -34
- package/dist/es/designer/service-components/computation/clean/index.vue.js +4 -4
- package/dist/es/designer/service-components/computation/clean/index.vue2.js +8 -40
- package/dist/es/designer/service-components/computation/connect/config.vue.js +4 -4
- package/dist/es/designer/service-components/computation/connect/config.vue2.js +38 -506
- package/dist/es/designer/service-components/computation/connect/index.js +12 -34
- package/dist/es/designer/service-components/computation/connect/index.vue.js +4 -4
- package/dist/es/designer/service-components/computation/connect/index.vue2.js +8 -40
- package/dist/es/designer/service-components/computation/sort/config.vue.js +4 -4
- package/dist/es/designer/service-components/computation/sort/config.vue2.js +41 -297
- package/dist/es/designer/service-components/computation/sort/index.js +12 -34
- package/dist/es/designer/service-components/computation/sort/index.vue.js +4 -4
- package/dist/es/designer/service-components/computation/sort/index.vue2.js +8 -40
- package/dist/es/designer/service-components/computation/split-joint/config.vue.js +4 -4
- package/dist/es/designer/service-components/computation/split-joint/config.vue2.js +27 -327
- package/dist/es/designer/service-components/computation/split-joint/index.js +12 -34
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +4 -4
- package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +8 -40
- package/dist/es/designer/service-components/computation/statistics/config.vue.js +4 -4
- package/dist/es/designer/service-components/computation/statistics/config.vue2.js +41 -436
- package/dist/es/designer/service-components/computation/statistics/index.js +12 -34
- package/dist/es/designer/service-components/computation/statistics/index.vue.js +4 -4
- package/dist/es/designer/service-components/computation/statistics/index.vue2.js +8 -40
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +4 -4
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +75 -375
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +22 -217
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue2.js +2 -2
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +30 -439
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue2.js +2 -2
- package/dist/es/designer/service-components/database/aggregate-query/index.js +13 -35
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +4 -4
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +22 -90
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.js +15 -177
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue2.js +2 -2
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.js +16 -185
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue2.js +2 -2
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +4 -4
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +66 -474
- package/dist/es/designer/service-components/database/dynamic-sql/index.js +12 -34
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +4 -4
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.js +8 -40
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +4 -4
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +52 -749
- package/dist/es/designer/service-components/database/regular-query/index.js +13 -35
- package/dist/es/designer/service-components/database/regular-query/index.vue.js +4 -4
- package/dist/es/designer/service-components/database/regular-query/index.vue2.js +22 -85
- package/dist/es/designer/service-components/index.js +33 -224
- package/dist/es/designer/service-components/service/common/cookie-data.vue.js +18 -125
- package/dist/es/designer/service-components/service/common/cookie-data.vue2.js +2 -2
- package/dist/es/designer/service-components/service/common/form-data.vue.js +18 -153
- package/dist/es/designer/service-components/service/common/form-data.vue2.js +2 -2
- package/dist/es/designer/service-components/service/common/header-data.vue.js +18 -126
- package/dist/es/designer/service-components/service/common/header-data.vue2.js +2 -2
- package/dist/es/designer/service-components/service/common/json-data.vue.js +4 -4
- package/dist/es/designer/service-components/service/common/json-data.vue2.js +18 -127
- package/dist/es/designer/service-components/service/common/param-config.vue.js +4 -4
- package/dist/es/designer/service-components/service/common/param-config.vue2.js +19 -211
- package/dist/es/designer/service-components/service/common/query-params.vue.js +18 -126
- package/dist/es/designer/service-components/service/common/query-params.vue2.js +2 -2
- package/dist/es/designer/service-components/service/common/raw-data.vue.js +27 -93
- package/dist/es/designer/service-components/service/common/raw-data.vue2.js +2 -2
- package/dist/es/designer/service-components/service/custom-bean/config.vue.js +2 -2
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.js +9 -74
- package/dist/es/designer/service-components/service/custom-bean/index.js +12 -34
- package/dist/es/designer/service-components/service/custom-bean/index.vue.js +4 -4
- package/dist/es/designer/service-components/service/custom-bean/index.vue2.js +8 -40
- package/dist/es/designer/service-components/service/http-service/config.vue.js +4 -4
- package/dist/es/designer/service-components/service/http-service/config.vue2.js +23 -296
- package/dist/es/designer/service-components/service/http-service/index.js +12 -34
- package/dist/es/designer/service-components/service/http-service/index.vue.js +4 -4
- package/dist/es/designer/service-components/service/http-service/index.vue2.js +8 -40
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +44 -262
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue2.js +2 -2
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.js +15 -63
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue2.js +2 -2
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +44 -262
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue2.js +2 -2
- package/dist/es/designer/service-components/util/common-options.js +15 -129
- package/dist/es/designer/service-flow-view/flow-tool-util.js +14 -24
- package/dist/es/designer/service-flow-view/flow-util.js +52 -129
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +4 -4
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.js +29 -188
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +4 -4
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +28 -153
- package/dist/es/designer/service-flow-view/service-params.vue.js +53 -421
- package/dist/es/designer/service-flow-view/service-params.vue2.js +2 -2
- package/dist/es/designer/service-flow-view/service-result.vue.js +56 -310
- package/dist/es/designer/service-flow-view/service-result.vue2.js +2 -2
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.js +40 -307
- package/dist/es/designer/service-flow-view/service-test/request-params.vue2.js +2 -2
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +65 -326
- package/dist/es/designer/service-flow-view/service-test/service-test.vue2.js +2 -2
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +4 -4
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +35 -234
- package/dist/es/designer/service-flow-view/view-index.vue.js +4 -4
- package/dist/es/designer/service-flow-view/view-index.vue2.js +92 -353
- package/dist/es/designer/service-panel/component-panel.vue.js +4 -4
- package/dist/es/designer/service-panel/component-panel.vue2.js +13 -81
- package/dist/es/designer/service-panel/service-list.vue.js +4 -4
- package/dist/es/designer/service-panel/service-list.vue2.js +76 -497
- package/dist/es/designer/service-panel/service-panel.vue.js +4 -4
- package/dist/es/designer/service-panel/service-panel.vue2.js +18 -78
- package/dist/es/index.js +2 -2
- package/dist/es/stores/page-store.js +26 -73
- package/dist/es/style.css +253 -253
- package/dist/es/utils/common-util.js +103 -211
- package/package.json +3 -2
package/dist/es/style.css
CHANGED
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
.serviceflow-container-left[data-v-7117ba9e] {
|
|
2
|
-
width: 260px;
|
|
3
|
-
padding-right: 20px;
|
|
4
|
-
overflow-y: auto;
|
|
5
|
-
}
|
|
6
|
-
.serviceflow-container-main[data-v-7117ba9e] {
|
|
7
|
-
padding: 0 10px 0 0;
|
|
8
|
-
}
|
|
9
|
-
.serviceflow-container-main[data-v-7117ba9e]::-webkit-scrollbar {
|
|
10
|
-
width: 1px;
|
|
11
|
-
}
|
|
12
|
-
.serviceflow-container-attr[data-v-7117ba9e] {
|
|
13
|
-
width: 300px;
|
|
14
|
-
padding-left: 20px;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
|
-
*/
|
|
19
|
-
[data-v-7117ba9e]:v-deep(.el-drawer__header) {
|
|
20
|
-
margin-bottom: 0 !important;
|
|
21
|
-
}
|
|
22
|
-
[data-v-7117ba9e] .el-overlay {
|
|
23
|
-
position: static;
|
|
24
|
-
}
|
|
25
1
|
.serviceflow-design-content[data-v-04746c34] {
|
|
26
2
|
overflow: auto;
|
|
27
3
|
display: block;
|
|
@@ -166,9 +142,29 @@
|
|
|
166
142
|
.amb-design-assembly-list[data-v-59e0837d] {
|
|
167
143
|
padding-top: 80px;
|
|
168
144
|
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
145
|
+
.serviceflow-container-left[data-v-7117ba9e] {
|
|
146
|
+
width: 260px;
|
|
147
|
+
padding-right: 20px;
|
|
148
|
+
overflow-y: auto;
|
|
149
|
+
}
|
|
150
|
+
.serviceflow-container-main[data-v-7117ba9e] {
|
|
151
|
+
padding: 0 10px 0 0;
|
|
152
|
+
}
|
|
153
|
+
.serviceflow-container-main[data-v-7117ba9e]::-webkit-scrollbar {
|
|
154
|
+
width: 1px;
|
|
155
|
+
}
|
|
156
|
+
.serviceflow-container-attr[data-v-7117ba9e] {
|
|
157
|
+
width: 300px;
|
|
158
|
+
padding-left: 20px;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
162
|
+
*/
|
|
163
|
+
[data-v-7117ba9e]:v-deep(.el-drawer__header) {
|
|
164
|
+
margin-bottom: 0 !important;
|
|
165
|
+
}
|
|
166
|
+
[data-v-7117ba9e] .el-overlay {
|
|
167
|
+
position: static;
|
|
172
168
|
}
|
|
173
169
|
|
|
174
170
|
.editorTool[data-v-d55ab098] {
|
|
@@ -184,40 +180,54 @@
|
|
|
184
180
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
185
181
|
}
|
|
186
182
|
|
|
187
|
-
[data-v-
|
|
188
|
-
|
|
183
|
+
.el-alert + .el-form-item[data-v-a158f309] {
|
|
184
|
+
margin-top: 10px;
|
|
189
185
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
background: #fff;
|
|
194
|
-
z-index: 999;
|
|
195
|
-
margin: 5;
|
|
196
|
-
padding: 8px 8px;
|
|
197
|
-
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
198
|
-
border: 1px solid #bbbbbb;
|
|
199
|
-
border-radius: 10px;
|
|
200
|
-
font-size: 14px;
|
|
186
|
+
|
|
187
|
+
[data-v-dac15197] .el-radio {
|
|
188
|
+
margin: 0;
|
|
201
189
|
}
|
|
202
|
-
.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
padding-left: 5px;
|
|
209
|
-
cursor: pointer;
|
|
190
|
+
.el-radio + .el-radio[data-v-dac15197] {
|
|
191
|
+
margin-left: 10px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
195
|
+
margin-top: 10px;
|
|
210
196
|
}
|
|
211
|
-
.
|
|
212
|
-
|
|
213
|
-
|
|
197
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
198
|
+
margin: 10px 0;
|
|
199
|
+
}
|
|
200
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
201
|
+
margin-top: 10px;
|
|
214
202
|
}
|
|
215
|
-
|
|
216
|
-
.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
203
|
+
|
|
204
|
+
.el-drawer__header {
|
|
205
|
+
margin-bottom: 0 !important;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
209
|
+
*/
|
|
210
|
+
[data-v-d5185214] .el-overlay {
|
|
211
|
+
position: static;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.el-alert + .el-form-item[data-v-32875028] {
|
|
215
|
+
margin-top: 10px;
|
|
216
|
+
}
|
|
217
|
+
.el-alert + .el-table[data-v-32875028] {
|
|
218
|
+
margin: 10px 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
222
|
+
margin-top: 10px;
|
|
223
|
+
}
|
|
224
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
225
|
+
margin-top: 10px;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
229
|
+
overflow: hidden !important;
|
|
230
|
+
padding-right: 0 !important;
|
|
221
231
|
}
|
|
222
232
|
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
223
233
|
background: #ffffff;
|
|
@@ -286,40 +296,61 @@
|
|
|
286
296
|
opacity: 1 !important;
|
|
287
297
|
}
|
|
288
298
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
padding-right: 0 !important;
|
|
299
|
+
[data-v-da8fc67a] .el-table__row {
|
|
300
|
+
cursor: pointer;
|
|
292
301
|
}
|
|
293
|
-
|
|
294
|
-
.
|
|
295
|
-
|
|
302
|
+
/** 右键菜单样式 */
|
|
303
|
+
.context-menu[data-v-da8fc67a] {
|
|
304
|
+
position: absolute;
|
|
305
|
+
background: #fff;
|
|
306
|
+
z-index: 999;
|
|
307
|
+
margin: 5;
|
|
308
|
+
padding: 8px 8px;
|
|
309
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
310
|
+
border: 1px solid #bbbbbb;
|
|
311
|
+
border-radius: 10px;
|
|
312
|
+
font-size: 14px;
|
|
296
313
|
}
|
|
297
|
-
.
|
|
298
|
-
|
|
314
|
+
.context-menu li[data-v-da8fc67a] {
|
|
315
|
+
list-style-type: none;
|
|
316
|
+
min-width: 75px;
|
|
317
|
+
line-height: 28px;
|
|
318
|
+
text-align: left;
|
|
319
|
+
border-radius: 5px;
|
|
320
|
+
padding-left: 5px;
|
|
321
|
+
cursor: pointer;
|
|
322
|
+
}
|
|
323
|
+
.context-menu li[data-v-da8fc67a]:hover {
|
|
324
|
+
background: #0165e1;
|
|
325
|
+
color: #fff;
|
|
326
|
+
}
|
|
327
|
+
/** 右键菜单样式 */
|
|
328
|
+
.custom-tree-node[data-v-da8fc67a] {
|
|
329
|
+
font-size: 14px;
|
|
330
|
+
padding-right: 8px;
|
|
331
|
+
display: flex; /* 使用Flex布局 */
|
|
332
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
299
333
|
}
|
|
300
334
|
|
|
301
|
-
|
|
302
|
-
margin
|
|
335
|
+
[data-v-f9e164ec] .el-radio {
|
|
336
|
+
margin: 0;
|
|
303
337
|
}
|
|
304
|
-
.el-
|
|
305
|
-
margin-
|
|
338
|
+
.el-radio + .el-radio[data-v-f9e164ec] {
|
|
339
|
+
margin-left: 10px;
|
|
306
340
|
}
|
|
307
341
|
|
|
308
|
-
.el-
|
|
342
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
309
343
|
margin-top: 10px;
|
|
310
344
|
}
|
|
311
|
-
.el-alert + .el-
|
|
312
|
-
margin: 10px
|
|
345
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
346
|
+
margin-top: 10px;
|
|
313
347
|
}
|
|
314
348
|
|
|
315
|
-
.el-alert + .el-table[data-v-
|
|
349
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
316
350
|
margin-top: 10px;
|
|
317
351
|
}
|
|
318
|
-
.el-table + .el-alert[data-v-
|
|
352
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
319
353
|
margin: 10px 0;
|
|
320
|
-
}
|
|
321
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
322
|
-
margin-top: 10px;
|
|
323
354
|
}
|
|
324
355
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
325
356
|
top: -5px;
|
|
@@ -453,11 +484,14 @@
|
|
|
453
484
|
margin-left: 50px;
|
|
454
485
|
}
|
|
455
486
|
|
|
456
|
-
[data-v-
|
|
457
|
-
margin:
|
|
487
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
488
|
+
margin-top: 10px;
|
|
458
489
|
}
|
|
459
|
-
.el-
|
|
460
|
-
margin
|
|
490
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
491
|
+
margin: 10px 0;
|
|
492
|
+
}
|
|
493
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
494
|
+
margin-top: 10px;
|
|
461
495
|
}
|
|
462
496
|
|
|
463
497
|
.editorTool[data-v-684c1f08] {
|
|
@@ -473,48 +507,14 @@
|
|
|
473
507
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
474
508
|
}
|
|
475
509
|
|
|
476
|
-
[data-v-
|
|
477
|
-
margin: 0;
|
|
478
|
-
}
|
|
479
|
-
.el-radio + .el-radio[data-v-dac15197] {
|
|
480
|
-
margin-left: 10px;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
484
|
-
margin-top: 10px;
|
|
485
|
-
}
|
|
486
|
-
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
487
|
-
margin: 10px 0;
|
|
488
|
-
}
|
|
489
|
-
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
490
|
-
margin-top: 10px;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.el-drawer__header {
|
|
494
|
-
margin-bottom: 0 !important;
|
|
495
|
-
}
|
|
496
|
-
/**
|
|
497
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
498
|
-
*/
|
|
499
|
-
[data-v-d5185214] .el-overlay {
|
|
500
|
-
position: static;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
504
|
-
margin-top: 10px;
|
|
505
|
-
}
|
|
506
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
507
|
-
margin-top: 10px;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.node-content[data-v-669b618f] {
|
|
510
|
+
.node-content[data-v-117d4091] {
|
|
511
511
|
width: 120px;
|
|
512
512
|
height: 44px;
|
|
513
513
|
background: #ffffff;
|
|
514
514
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
515
515
|
border-radius: 2px 2px 2px 2px;
|
|
516
516
|
}
|
|
517
|
-
.content[data-v-
|
|
517
|
+
.content[data-v-117d4091] {
|
|
518
518
|
width: 28px;
|
|
519
519
|
height: 15px;
|
|
520
520
|
font-weight: 400;
|
|
@@ -525,9 +525,9 @@
|
|
|
525
525
|
font-style: normal;
|
|
526
526
|
text-transform: none;
|
|
527
527
|
padding: 5px 0px 4px 10px;
|
|
528
|
-
|
|
528
|
+
box-sizing: content-box;
|
|
529
529
|
}
|
|
530
|
-
.serviceflow-nodeView[data-v-
|
|
530
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
531
531
|
box-sizing: border-box;
|
|
532
532
|
margin: 10px 10px;
|
|
533
533
|
width: 180px;
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
border-radius: 2px 2px 2px 2px;
|
|
537
537
|
padding: 20px 10px;
|
|
538
538
|
}
|
|
539
|
-
.serviceflow-nodeTitle[data-v-
|
|
539
|
+
.serviceflow-nodeTitle[data-v-418f1558] {
|
|
540
540
|
width: 90px;
|
|
541
541
|
height: 15px;
|
|
542
542
|
font-weight: 400;
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
553
553
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
554
554
|
}
|
|
555
|
-
.serviceflow-nodeContent[data-v-
|
|
555
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
556
556
|
/* width: 100%; */
|
|
557
557
|
height: 15px;
|
|
558
558
|
font-weight: 400;
|
|
@@ -568,20 +568,20 @@
|
|
|
568
568
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
569
569
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
570
570
|
}
|
|
571
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
571
|
+
.serviceflow-nodeContent-desc[data-v-418f1558] {
|
|
572
572
|
}
|
|
573
|
-
.el-divider--horizontal[data-v-
|
|
573
|
+
.el-divider--horizontal[data-v-418f1558] {
|
|
574
574
|
margin: 12px 0;
|
|
575
575
|
}
|
|
576
|
-
.serviceflow-nodeView[data-v-
|
|
576
|
+
.serviceflow-nodeView[data-v-418f1558] {
|
|
577
577
|
border: 1px solid #5a90f9;
|
|
578
578
|
background: #eef3fe;
|
|
579
579
|
width: 180px;
|
|
580
580
|
min-height: 95px;
|
|
581
581
|
}
|
|
582
|
-
.serviceflow-nodeContent[data-v-
|
|
582
|
+
.serviceflow-nodeContent[data-v-418f1558] {
|
|
583
583
|
}
|
|
584
|
-
.serviceflow-nodeView[data-v-
|
|
584
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
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-96d149c1] {
|
|
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-96d149c1] {
|
|
610
610
|
/* width: 100%; */
|
|
611
611
|
height: 15px;
|
|
612
612
|
font-weight: 400;
|
|
@@ -622,20 +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-96d149c1] {
|
|
626
626
|
}
|
|
627
|
-
.el-divider--horizontal[data-v-
|
|
627
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
628
628
|
margin: 12px 0;
|
|
629
629
|
}
|
|
630
|
-
.serviceflow-nodeView[data-v-
|
|
630
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
631
631
|
border: 1px solid #5a90f9;
|
|
632
|
-
background: #eef3fe;
|
|
633
|
-
width: 180px;
|
|
634
|
-
min-height: 95px;
|
|
632
|
+
background: #eef3fe;
|
|
635
633
|
}
|
|
636
|
-
.serviceflow-
|
|
634
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
635
|
+
width: 80px;
|
|
637
636
|
}
|
|
638
|
-
.serviceflow-nodeView[data-v-
|
|
637
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
639
638
|
box-sizing: border-box;
|
|
640
639
|
margin: 10px 10px;
|
|
641
640
|
width: 180px;
|
|
@@ -644,7 +643,7 @@
|
|
|
644
643
|
border-radius: 2px 2px 2px 2px;
|
|
645
644
|
padding: 20px 10px;
|
|
646
645
|
}
|
|
647
|
-
.serviceflow-nodeTitle[data-v-
|
|
646
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
648
647
|
width: 90px;
|
|
649
648
|
height: 15px;
|
|
650
649
|
font-weight: 400;
|
|
@@ -660,7 +659,7 @@
|
|
|
660
659
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
661
660
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
662
661
|
}
|
|
663
|
-
.serviceflow-nodeContent[data-v-
|
|
662
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
664
663
|
/* width: 100%; */
|
|
665
664
|
height: 15px;
|
|
666
665
|
font-weight: 400;
|
|
@@ -676,16 +675,16 @@
|
|
|
676
675
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
677
676
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
678
677
|
}
|
|
679
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
678
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
680
679
|
}
|
|
681
|
-
.el-divider--horizontal[data-v-
|
|
680
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
682
681
|
margin: 12px 0;
|
|
683
682
|
}
|
|
684
|
-
.serviceflow-nodeView[data-v-
|
|
683
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
685
684
|
border: 1px solid #5a90f9;
|
|
686
685
|
background: #eef3fe;
|
|
687
686
|
}
|
|
688
|
-
.serviceflow-nodeTitle[data-v-
|
|
687
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
689
688
|
width: 80px;
|
|
690
689
|
}
|
|
691
690
|
.serviceflow-nodeView[data-v-08d9d211] {
|
|
@@ -741,7 +740,7 @@
|
|
|
741
740
|
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
742
741
|
width: 80px;
|
|
743
742
|
}
|
|
744
|
-
.serviceflow-nodeView[data-v-
|
|
743
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
745
744
|
box-sizing: border-box;
|
|
746
745
|
margin: 10px 10px;
|
|
747
746
|
width: 180px;
|
|
@@ -750,7 +749,7 @@
|
|
|
750
749
|
border-radius: 2px 2px 2px 2px;
|
|
751
750
|
padding: 20px 10px;
|
|
752
751
|
}
|
|
753
|
-
.serviceflow-nodeTitle[data-v-
|
|
752
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
754
753
|
width: 90px;
|
|
755
754
|
height: 15px;
|
|
756
755
|
font-weight: 400;
|
|
@@ -766,7 +765,7 @@
|
|
|
766
765
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
767
766
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
768
767
|
}
|
|
769
|
-
.serviceflow-nodeContent[data-v-
|
|
768
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
770
769
|
/* width: 100%; */
|
|
771
770
|
height: 15px;
|
|
772
771
|
font-weight: 400;
|
|
@@ -782,19 +781,19 @@
|
|
|
782
781
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
783
782
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
784
783
|
}
|
|
785
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
784
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
786
785
|
}
|
|
787
|
-
.el-divider--horizontal[data-v-
|
|
786
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
788
787
|
margin: 12px 0;
|
|
789
788
|
}
|
|
790
|
-
.serviceflow-nodeView[data-v-
|
|
789
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
791
790
|
border: 1px solid #5a90f9;
|
|
792
791
|
background: #eef3fe;
|
|
793
792
|
}
|
|
794
|
-
.serviceflow-nodeTitle[data-v-
|
|
793
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
795
794
|
width: 80px;
|
|
796
795
|
}
|
|
797
|
-
.serviceflow-nodeView[data-v-
|
|
796
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
798
797
|
box-sizing: border-box;
|
|
799
798
|
margin: 10px 10px;
|
|
800
799
|
width: 180px;
|
|
@@ -803,7 +802,7 @@
|
|
|
803
802
|
border-radius: 2px 2px 2px 2px;
|
|
804
803
|
padding: 20px 10px;
|
|
805
804
|
}
|
|
806
|
-
.serviceflow-nodeTitle[data-v-
|
|
805
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
807
806
|
width: 90px;
|
|
808
807
|
height: 15px;
|
|
809
808
|
font-weight: 400;
|
|
@@ -819,7 +818,7 @@
|
|
|
819
818
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
819
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
820
|
}
|
|
822
|
-
.serviceflow-nodeContent[data-v-
|
|
821
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
823
822
|
/* width: 100%; */
|
|
824
823
|
height: 15px;
|
|
825
824
|
font-weight: 400;
|
|
@@ -835,19 +834,20 @@
|
|
|
835
834
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
836
835
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
837
836
|
}
|
|
838
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
837
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
839
838
|
}
|
|
840
|
-
.el-divider--horizontal[data-v-
|
|
839
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
841
840
|
margin: 12px 0;
|
|
842
841
|
}
|
|
843
|
-
.serviceflow-nodeView[data-v-
|
|
842
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
844
843
|
border: 1px solid #5a90f9;
|
|
845
|
-
background: #eef3fe;
|
|
844
|
+
background: #eef3fe;
|
|
845
|
+
width: 180px;
|
|
846
|
+
min-height: 95px;
|
|
846
847
|
}
|
|
847
|
-
.serviceflow-
|
|
848
|
-
width: 80px;
|
|
848
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
849
849
|
}
|
|
850
|
-
.serviceflow-nodeView[data-v-
|
|
850
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
851
851
|
box-sizing: border-box;
|
|
852
852
|
margin: 10px 10px;
|
|
853
853
|
width: 180px;
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
border-radius: 2px 2px 2px 2px;
|
|
857
857
|
padding: 20px 10px;
|
|
858
858
|
}
|
|
859
|
-
.serviceflow-nodeTitle[data-v-
|
|
859
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
860
860
|
width: 90px;
|
|
861
861
|
height: 15px;
|
|
862
862
|
font-weight: 400;
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
873
873
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
874
874
|
}
|
|
875
|
-
.serviceflow-nodeContent[data-v-
|
|
875
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
876
876
|
/* width: 100%; */
|
|
877
877
|
height: 15px;
|
|
878
878
|
font-weight: 400;
|
|
@@ -888,19 +888,19 @@
|
|
|
888
888
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
889
889
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
890
890
|
}
|
|
891
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
891
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
892
892
|
}
|
|
893
|
-
.el-divider--horizontal[data-v-
|
|
893
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
894
894
|
margin: 12px 0;
|
|
895
895
|
}
|
|
896
|
-
.serviceflow-nodeView[data-v-
|
|
896
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
897
897
|
border: 1px solid #5a90f9;
|
|
898
898
|
background: #eef3fe;
|
|
899
899
|
}
|
|
900
|
-
.serviceflow-nodeTitle[data-v-
|
|
900
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
901
901
|
width: 80px;
|
|
902
902
|
}
|
|
903
|
-
.serviceflow-nodeView[data-v-
|
|
903
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
904
904
|
box-sizing: border-box;
|
|
905
905
|
margin: 10px 10px;
|
|
906
906
|
width: 180px;
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
border-radius: 2px 2px 2px 2px;
|
|
910
910
|
padding: 20px 10px;
|
|
911
911
|
}
|
|
912
|
-
.serviceflow-nodeTitle[data-v-
|
|
912
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
913
913
|
width: 90px;
|
|
914
914
|
height: 15px;
|
|
915
915
|
font-weight: 400;
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
926
926
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
927
927
|
}
|
|
928
|
-
.serviceflow-nodeContent[data-v-
|
|
928
|
+
.serviceflow-nodeContent[data-v-91a913ff] {
|
|
929
929
|
/* width: 100%; */
|
|
930
930
|
height: 15px;
|
|
931
931
|
font-weight: 400;
|
|
@@ -941,18 +941,17 @@
|
|
|
941
941
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
942
942
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
943
943
|
}
|
|
944
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
944
|
+
.serviceflow-nodeContent-desc[data-v-91a913ff] {
|
|
945
945
|
}
|
|
946
|
-
.el-divider--horizontal[data-v-
|
|
946
|
+
.el-divider--horizontal[data-v-91a913ff] {
|
|
947
947
|
margin: 12px 0;
|
|
948
948
|
}
|
|
949
|
-
.serviceflow-nodeView[data-v-
|
|
949
|
+
.serviceflow-nodeView[data-v-91a913ff] {
|
|
950
950
|
border: 1px solid #5a90f9;
|
|
951
|
-
background: #eef3fe;
|
|
952
|
-
width: 180px;
|
|
953
|
-
min-height: 95px;
|
|
951
|
+
background: #eef3fe;
|
|
954
952
|
}
|
|
955
|
-
.serviceflow-
|
|
953
|
+
.serviceflow-nodeTitle[data-v-91a913ff] {
|
|
954
|
+
width: 80px;
|
|
956
955
|
}
|
|
957
956
|
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
958
957
|
box-sizing: border-box;
|
|
@@ -1007,7 +1006,7 @@
|
|
|
1007
1006
|
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
1008
1007
|
width: 80px;
|
|
1009
1008
|
}
|
|
1010
|
-
.serviceflow-nodeView[data-v-
|
|
1009
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1011
1010
|
box-sizing: border-box;
|
|
1012
1011
|
margin: 10px 10px;
|
|
1013
1012
|
width: 180px;
|
|
@@ -1016,7 +1015,7 @@
|
|
|
1016
1015
|
border-radius: 2px 2px 2px 2px;
|
|
1017
1016
|
padding: 20px 10px;
|
|
1018
1017
|
}
|
|
1019
|
-
.serviceflow-nodeTitle[data-v-
|
|
1018
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1020
1019
|
width: 90px;
|
|
1021
1020
|
height: 15px;
|
|
1022
1021
|
font-weight: 400;
|
|
@@ -1032,7 +1031,7 @@
|
|
|
1032
1031
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1033
1032
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1034
1033
|
}
|
|
1035
|
-
.serviceflow-nodeContent[data-v-
|
|
1034
|
+
.serviceflow-nodeContent[data-v-9770119b] {
|
|
1036
1035
|
/* width: 100%; */
|
|
1037
1036
|
height: 15px;
|
|
1038
1037
|
font-weight: 400;
|
|
@@ -1048,19 +1047,40 @@
|
|
|
1048
1047
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1049
1048
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1050
1049
|
}
|
|
1051
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1050
|
+
.serviceflow-nodeContent-desc[data-v-9770119b] {
|
|
1052
1051
|
}
|
|
1053
|
-
.el-divider--horizontal[data-v-
|
|
1052
|
+
.el-divider--horizontal[data-v-9770119b] {
|
|
1054
1053
|
margin: 12px 0;
|
|
1055
1054
|
}
|
|
1056
|
-
.serviceflow-nodeView[data-v-
|
|
1055
|
+
.serviceflow-nodeView[data-v-9770119b] {
|
|
1057
1056
|
border: 1px solid #5a90f9;
|
|
1058
1057
|
background: #eef3fe;
|
|
1059
1058
|
}
|
|
1060
|
-
.serviceflow-nodeTitle[data-v-
|
|
1059
|
+
.serviceflow-nodeTitle[data-v-9770119b] {
|
|
1061
1060
|
width: 80px;
|
|
1062
1061
|
}
|
|
1063
|
-
|
|
1062
|
+
|
|
1063
|
+
.node-content[data-v-669b618f] {
|
|
1064
|
+
width: 120px;
|
|
1065
|
+
height: 44px;
|
|
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-669b618f] {
|
|
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;
|
|
1081
|
+
box-sizing: content-box;
|
|
1082
|
+
}
|
|
1083
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1064
1084
|
box-sizing: border-box;
|
|
1065
1085
|
margin: 10px 10px;
|
|
1066
1086
|
width: 180px;
|
|
@@ -1069,7 +1089,7 @@
|
|
|
1069
1089
|
border-radius: 2px 2px 2px 2px;
|
|
1070
1090
|
padding: 20px 10px;
|
|
1071
1091
|
}
|
|
1072
|
-
.serviceflow-nodeTitle[data-v-
|
|
1092
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1073
1093
|
width: 90px;
|
|
1074
1094
|
height: 15px;
|
|
1075
1095
|
font-weight: 400;
|
|
@@ -1085,7 +1105,7 @@
|
|
|
1085
1105
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1086
1106
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1087
1107
|
}
|
|
1088
|
-
.serviceflow-nodeContent[data-v-
|
|
1108
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
1089
1109
|
/* width: 100%; */
|
|
1090
1110
|
height: 15px;
|
|
1091
1111
|
font-weight: 400;
|
|
@@ -1101,19 +1121,39 @@
|
|
|
1101
1121
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1102
1122
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1103
1123
|
}
|
|
1104
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1124
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
1105
1125
|
}
|
|
1106
|
-
.el-divider--horizontal[data-v-
|
|
1126
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
1107
1127
|
margin: 12px 0;
|
|
1108
1128
|
}
|
|
1109
|
-
.serviceflow-nodeView[data-v-
|
|
1129
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
1110
1130
|
border: 1px solid #5a90f9;
|
|
1111
1131
|
background: #eef3fe;
|
|
1112
1132
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1133
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
1114
1134
|
width: 80px;
|
|
1115
1135
|
}
|
|
1116
|
-
|
|
1136
|
+
|
|
1137
|
+
.aaa[data-v-8bd72b80] {
|
|
1138
|
+
width: 300px;
|
|
1139
|
+
height: 200px;
|
|
1140
|
+
background: #ffffff;
|
|
1141
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1142
|
+
border-radius: 2px 2px 2px 2px;
|
|
1143
|
+
}
|
|
1144
|
+
.content[data-v-8bd72b80] {
|
|
1145
|
+
width: 28px;
|
|
1146
|
+
height: 15px;
|
|
1147
|
+
font-weight: 400;
|
|
1148
|
+
font-size: 14px;
|
|
1149
|
+
color: #333333;
|
|
1150
|
+
line-height: 14px;
|
|
1151
|
+
text-align: left;
|
|
1152
|
+
font-style: normal;
|
|
1153
|
+
text-transform: none;
|
|
1154
|
+
padding: 5px 0px 4px 10px;
|
|
1155
|
+
}
|
|
1156
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1117
1157
|
box-sizing: border-box;
|
|
1118
1158
|
margin: 10px 10px;
|
|
1119
1159
|
width: 180px;
|
|
@@ -1122,7 +1162,7 @@
|
|
|
1122
1162
|
border-radius: 2px 2px 2px 2px;
|
|
1123
1163
|
padding: 20px 10px;
|
|
1124
1164
|
}
|
|
1125
|
-
.serviceflow-nodeTitle[data-v-
|
|
1165
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
1126
1166
|
width: 90px;
|
|
1127
1167
|
height: 15px;
|
|
1128
1168
|
font-weight: 400;
|
|
@@ -1138,7 +1178,7 @@
|
|
|
1138
1178
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1139
1179
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1140
1180
|
}
|
|
1141
|
-
.serviceflow-nodeContent[data-v-
|
|
1181
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1142
1182
|
/* width: 100%; */
|
|
1143
1183
|
height: 15px;
|
|
1144
1184
|
font-weight: 400;
|
|
@@ -1154,60 +1194,20 @@
|
|
|
1154
1194
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1155
1195
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1156
1196
|
}
|
|
1157
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1197
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
1158
1198
|
}
|
|
1159
|
-
.el-divider--horizontal[data-v-
|
|
1199
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
1160
1200
|
margin: 12px 0;
|
|
1161
1201
|
}
|
|
1162
|
-
.serviceflow-nodeView[data-v-
|
|
1202
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1163
1203
|
border: 1px solid #5a90f9;
|
|
1164
|
-
background: #eef3fe;
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
width: 80px;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.aaa[data-v-8bd72b80] {
|
|
1171
|
-
width: 300px;
|
|
1172
|
-
height: 200px;
|
|
1173
|
-
background: #ffffff;
|
|
1174
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1175
|
-
border-radius: 2px 2px 2px 2px;
|
|
1176
|
-
}
|
|
1177
|
-
.content[data-v-8bd72b80] {
|
|
1178
|
-
width: 28px;
|
|
1179
|
-
height: 15px;
|
|
1180
|
-
font-weight: 400;
|
|
1181
|
-
font-size: 14px;
|
|
1182
|
-
color: #333333;
|
|
1183
|
-
line-height: 14px;
|
|
1184
|
-
text-align: left;
|
|
1185
|
-
font-style: normal;
|
|
1186
|
-
text-transform: none;
|
|
1187
|
-
padding: 5px 0px 4px 10px;
|
|
1188
|
-
}
|
|
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;
|
|
1204
|
+
background: #eef3fe;
|
|
1205
|
+
width: 180px;
|
|
1206
|
+
min-height: 95px;
|
|
1196
1207
|
}
|
|
1197
|
-
.
|
|
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;
|
|
1208
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1209
1209
|
}
|
|
1210
|
-
.serviceflow-nodeView[data-v-
|
|
1210
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
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-b04d3f8b] {
|
|
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-b04d3f8b] {
|
|
1236
1236
|
/* width: 100%; */
|
|
1237
1237
|
height: 15px;
|
|
1238
1238
|
font-weight: 400;
|
|
@@ -1248,26 +1248,19 @@
|
|
|
1248
1248
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1249
1249
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1250
1250
|
}
|
|
1251
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1251
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
1252
1252
|
}
|
|
1253
|
-
.el-divider--horizontal[data-v-
|
|
1253
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
1254
1254
|
margin: 12px 0;
|
|
1255
1255
|
}
|
|
1256
|
-
.serviceflow-nodeView[data-v-
|
|
1256
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
1257
1257
|
border: 1px solid #5a90f9;
|
|
1258
1258
|
background: #eef3fe;
|
|
1259
1259
|
}
|
|
1260
|
-
.serviceflow-nodeTitle[data-v-
|
|
1260
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
1261
1261
|
width: 80px;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
-
.el-radio[data-v-1ee0eb33] {
|
|
1265
|
-
margin-right: 10px;
|
|
1266
|
-
}
|
|
1267
|
-
[data-v-1ee0eb33] .el-empty__description {
|
|
1268
|
-
margin-top: 0px;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
1264
|
.el-select + .el-input[data-v-b53b2895] {
|
|
1272
1265
|
margin-left: 10px;
|
|
1273
1266
|
}
|
|
@@ -1282,6 +1275,13 @@
|
|
|
1282
1275
|
margin-right: 10px;
|
|
1283
1276
|
}
|
|
1284
1277
|
|
|
1278
|
+
.el-radio[data-v-1ee0eb33] {
|
|
1279
|
+
margin-right: 10px;
|
|
1280
|
+
}
|
|
1281
|
+
[data-v-1ee0eb33] .el-empty__description {
|
|
1282
|
+
margin-top: 0px;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
1285
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
1286
1286
|
margin-left: 10px;
|
|
1287
1287
|
}
|