service-flow-designer 2.1.58 → 2.1.96
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 +288 -288
- package/dist/es/utils/common-util.js +103 -211
- package/package.json +3 -2
package/dist/es/style.css
CHANGED
|
@@ -22,6 +22,47 @@
|
|
|
22
22
|
[data-v-7117ba9e] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
25
|
+
|
|
26
|
+
.amb-design-assembly-content[data-v-59e0837d] {
|
|
27
|
+
background: #ffffff;
|
|
28
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
29
|
+
height: 100%;
|
|
30
|
+
padding-left: 10px;
|
|
31
|
+
padding-right: 10px;
|
|
32
|
+
overflow: auto;
|
|
33
|
+
}
|
|
34
|
+
/*控制滚动条宽度*/
|
|
35
|
+
.amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
|
|
36
|
+
width: 1px;
|
|
37
|
+
}
|
|
38
|
+
.amb-assembly-header[data-v-59e0837d] {
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 220px;
|
|
41
|
+
text-align: center;
|
|
42
|
+
padding: 18px 0px 10px 0px;
|
|
43
|
+
padding-bottom: 14px;
|
|
44
|
+
background-color: #ffffff;
|
|
45
|
+
}
|
|
46
|
+
.amb-assembly-header-type[data-v-59e0837d] {
|
|
47
|
+
border-radius: 100px 100px 100px 100px;
|
|
48
|
+
background: #ffffff;
|
|
49
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
50
|
+
padding: 10px;
|
|
51
|
+
padding-bottom: 12px;
|
|
52
|
+
}
|
|
53
|
+
.amb-assembly-header-type > label[data-v-59e0837d] {
|
|
54
|
+
padding: 4px 14px;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
}
|
|
58
|
+
.amb-assembly-header-type > label.selected[data-v-59e0837d] {
|
|
59
|
+
border-radius: 100px 100px 100px 100px;
|
|
60
|
+
background: #5893ef;
|
|
61
|
+
color: #ffffff;
|
|
62
|
+
}
|
|
63
|
+
.amb-design-assembly-list[data-v-59e0837d] {
|
|
64
|
+
padding-top: 80px;
|
|
65
|
+
}
|
|
25
66
|
.serviceflow-design-content[data-v-04746c34] {
|
|
26
67
|
overflow: auto;
|
|
27
68
|
display: block;
|
|
@@ -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
|
.el-alert + .el-form-item[data-v-a158f309] {
|
|
171
171
|
margin-top: 10px;
|
|
172
172
|
}
|
|
@@ -184,40 +184,11 @@
|
|
|
184
184
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
[data-v-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
/** 右键菜单样式 */
|
|
191
|
-
.context-menu[data-v-da8fc67a] {
|
|
192
|
-
position: absolute;
|
|
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;
|
|
201
|
-
}
|
|
202
|
-
.context-menu li[data-v-da8fc67a] {
|
|
203
|
-
list-style-type: none;
|
|
204
|
-
min-width: 75px;
|
|
205
|
-
line-height: 28px;
|
|
206
|
-
text-align: left;
|
|
207
|
-
border-radius: 5px;
|
|
208
|
-
padding-left: 5px;
|
|
209
|
-
cursor: pointer;
|
|
187
|
+
[data-v-f9e164ec] .el-radio {
|
|
188
|
+
margin: 0;
|
|
210
189
|
}
|
|
211
|
-
.
|
|
212
|
-
|
|
213
|
-
color: #fff;
|
|
214
|
-
}
|
|
215
|
-
/** 右键菜单样式 */
|
|
216
|
-
.custom-tree-node[data-v-da8fc67a] {
|
|
217
|
-
font-size: 14px;
|
|
218
|
-
padding-right: 8px;
|
|
219
|
-
display: flex; /* 使用Flex布局 */
|
|
220
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
190
|
+
.el-radio + .el-radio[data-v-f9e164ec] {
|
|
191
|
+
margin-left: 10px;
|
|
221
192
|
}
|
|
222
193
|
.serviceflow-attr-base-content[data-v-8bad091d] {
|
|
223
194
|
background: #ffffff;
|
|
@@ -286,41 +257,12 @@
|
|
|
286
257
|
opacity: 1 !important;
|
|
287
258
|
}
|
|
288
259
|
|
|
289
|
-
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
290
|
-
overflow: hidden !important;
|
|
291
|
-
padding-right: 0 !important;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.el-alert + .el-table[data-v-028fb838] {
|
|
295
|
-
margin-top: 10px;
|
|
296
|
-
}
|
|
297
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
298
|
-
margin: 10px 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.el-alert + .el-table[data-v-82e0dfef] {
|
|
302
|
-
margin-top: 10px;
|
|
303
|
-
}
|
|
304
|
-
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
305
|
-
margin-top: 10px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
260
|
.el-alert + .el-form-item[data-v-32875028] {
|
|
309
261
|
margin-top: 10px;
|
|
310
262
|
}
|
|
311
263
|
.el-alert + .el-table[data-v-32875028] {
|
|
312
264
|
margin: 10px 0;
|
|
313
265
|
}
|
|
314
|
-
|
|
315
|
-
.el-alert + .el-table[data-v-d978e7dc] {
|
|
316
|
-
margin-top: 10px;
|
|
317
|
-
}
|
|
318
|
-
.el-table + .el-alert[data-v-d978e7dc] {
|
|
319
|
-
margin: 10px 0;
|
|
320
|
-
}
|
|
321
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
322
|
-
margin-top: 10px;
|
|
323
|
-
}
|
|
324
266
|
.serviceflow-control-item[data-v-a2bd7452] {
|
|
325
267
|
top: -5px;
|
|
326
268
|
position: relative;
|
|
@@ -453,24 +395,14 @@
|
|
|
453
395
|
margin-left: 50px;
|
|
454
396
|
}
|
|
455
397
|
|
|
456
|
-
[data-v-
|
|
457
|
-
margin:
|
|
458
|
-
}
|
|
459
|
-
.el-radio + .el-radio[data-v-f9e164ec] {
|
|
460
|
-
margin-left: 10px;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.editorTool[data-v-684c1f08] {
|
|
464
|
-
margin-left: auto;
|
|
398
|
+
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
399
|
+
margin-top: 10px;
|
|
465
400
|
}
|
|
466
|
-
.
|
|
467
|
-
margin
|
|
468
|
-
cursor: pointer;
|
|
401
|
+
.el-table + .el-alert[data-v-e27c4c1e] {
|
|
402
|
+
margin: 10px 0;
|
|
469
403
|
}
|
|
470
|
-
.
|
|
471
|
-
|
|
472
|
-
justify-content: flex-start;
|
|
473
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
404
|
+
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
405
|
+
margin-top: 10px;
|
|
474
406
|
}
|
|
475
407
|
|
|
476
408
|
[data-v-dac15197] .el-radio {
|
|
@@ -480,16 +412,52 @@
|
|
|
480
412
|
margin-left: 10px;
|
|
481
413
|
}
|
|
482
414
|
|
|
483
|
-
.el-alert + .el-table[data-v-
|
|
415
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
484
416
|
margin-top: 10px;
|
|
485
417
|
}
|
|
486
|
-
.el-table + .el-alert[data-v-
|
|
418
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
487
419
|
margin: 10px 0;
|
|
488
420
|
}
|
|
489
|
-
.el-alert + .el-form-item[data-v-
|
|
421
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
490
422
|
margin-top: 10px;
|
|
491
423
|
}
|
|
492
424
|
|
|
425
|
+
[data-v-da8fc67a] .el-table__row {
|
|
426
|
+
cursor: pointer;
|
|
427
|
+
}
|
|
428
|
+
/** 右键菜单样式 */
|
|
429
|
+
.context-menu[data-v-da8fc67a] {
|
|
430
|
+
position: absolute;
|
|
431
|
+
background: #fff;
|
|
432
|
+
z-index: 999;
|
|
433
|
+
margin: 5;
|
|
434
|
+
padding: 8px 8px;
|
|
435
|
+
box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
|
|
436
|
+
border: 1px solid #bbbbbb;
|
|
437
|
+
border-radius: 10px;
|
|
438
|
+
font-size: 14px;
|
|
439
|
+
}
|
|
440
|
+
.context-menu li[data-v-da8fc67a] {
|
|
441
|
+
list-style-type: none;
|
|
442
|
+
min-width: 75px;
|
|
443
|
+
line-height: 28px;
|
|
444
|
+
text-align: left;
|
|
445
|
+
border-radius: 5px;
|
|
446
|
+
padding-left: 5px;
|
|
447
|
+
cursor: pointer;
|
|
448
|
+
}
|
|
449
|
+
.context-menu li[data-v-da8fc67a]:hover {
|
|
450
|
+
background: #0165e1;
|
|
451
|
+
color: #fff;
|
|
452
|
+
}
|
|
453
|
+
/** 右键菜单样式 */
|
|
454
|
+
.custom-tree-node[data-v-da8fc67a] {
|
|
455
|
+
font-size: 14px;
|
|
456
|
+
padding-right: 8px;
|
|
457
|
+
display: flex; /* 使用Flex布局 */
|
|
458
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
459
|
+
}
|
|
460
|
+
|
|
493
461
|
.el-drawer__header {
|
|
494
462
|
margin-bottom: 0 !important;
|
|
495
463
|
}
|
|
@@ -500,6 +468,26 @@
|
|
|
500
468
|
position: static;
|
|
501
469
|
}
|
|
502
470
|
|
|
471
|
+
.editorTool[data-v-684c1f08] {
|
|
472
|
+
margin-left: auto;
|
|
473
|
+
}
|
|
474
|
+
.editorOption[data-v-684c1f08] {
|
|
475
|
+
margin-right: 10px;
|
|
476
|
+
cursor: pointer;
|
|
477
|
+
}
|
|
478
|
+
.pppp[data-v-684c1f08] {
|
|
479
|
+
display: flex; /* 使用Flex布局 */
|
|
480
|
+
justify-content: flex-start;
|
|
481
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
485
|
+
margin-top: 10px;
|
|
486
|
+
}
|
|
487
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
488
|
+
margin: 10px 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
503
491
|
.el-tabs + .el-alert[data-v-08737620] {
|
|
504
492
|
margin-top: 10px;
|
|
505
493
|
}
|
|
@@ -507,81 +495,18 @@
|
|
|
507
495
|
margin-top: 10px;
|
|
508
496
|
}
|
|
509
497
|
|
|
510
|
-
.
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
background: #ffffff;
|
|
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-669b618f] {
|
|
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;
|
|
498
|
+
.el-dialog__wrapper[data-v-7d8d63a2] {
|
|
499
|
+
overflow: hidden !important;
|
|
500
|
+
padding-right: 0 !important;
|
|
529
501
|
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
margin: 10px
|
|
533
|
-
width: 180px;
|
|
534
|
-
height: 95px;
|
|
535
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
536
|
-
border-radius: 2px 2px 2px 2px;
|
|
537
|
-
padding: 20px 10px;
|
|
538
|
-
}
|
|
539
|
-
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
540
|
-
width: 90px;
|
|
541
|
-
height: 15px;
|
|
542
|
-
font-weight: 400;
|
|
543
|
-
font-size: 16px;
|
|
544
|
-
color: #333333;
|
|
545
|
-
line-height: 14px;
|
|
546
|
-
text-align: left;
|
|
547
|
-
font-style: normal;
|
|
548
|
-
text-transform: none;
|
|
549
|
-
padding: 0px 24px;
|
|
550
|
-
box-sizing: content-box;
|
|
551
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
552
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
553
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
554
|
-
}
|
|
555
|
-
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
556
|
-
/* width: 100%; */
|
|
557
|
-
height: 15px;
|
|
558
|
-
font-weight: 400;
|
|
559
|
-
font-size: 14px;
|
|
560
|
-
color: #666666;
|
|
561
|
-
line-height: 14px;
|
|
562
|
-
text-align: left;
|
|
563
|
-
font-style: normal;
|
|
564
|
-
text-transform: none;
|
|
565
|
-
padding: 0px 0px;
|
|
566
|
-
box-sizing: content-box;
|
|
567
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
568
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
569
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
570
|
-
}
|
|
571
|
-
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
572
|
-
}
|
|
573
|
-
.el-divider--horizontal[data-v-1ce8de44] {
|
|
574
|
-
margin: 12px 0;
|
|
575
|
-
}
|
|
576
|
-
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
577
|
-
border: 1px solid #5a90f9;
|
|
578
|
-
background: #eef3fe;
|
|
579
|
-
width: 180px;
|
|
580
|
-
min-height: 95px;
|
|
502
|
+
|
|
503
|
+
.el-alert + .el-table[data-v-82e0dfef] {
|
|
504
|
+
margin-top: 10px;
|
|
581
505
|
}
|
|
582
|
-
.
|
|
506
|
+
.el-alert + .el-form-item[data-v-82e0dfef] {
|
|
507
|
+
margin-top: 10px;
|
|
583
508
|
}
|
|
584
|
-
.serviceflow-nodeView[data-v-
|
|
509
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
585
510
|
box-sizing: border-box;
|
|
586
511
|
margin: 10px 10px;
|
|
587
512
|
width: 180px;
|
|
@@ -590,7 +515,7 @@
|
|
|
590
515
|
border-radius: 2px 2px 2px 2px;
|
|
591
516
|
padding: 20px 10px;
|
|
592
517
|
}
|
|
593
|
-
.serviceflow-nodeTitle[data-v-
|
|
518
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
594
519
|
width: 90px;
|
|
595
520
|
height: 15px;
|
|
596
521
|
font-weight: 400;
|
|
@@ -606,7 +531,7 @@
|
|
|
606
531
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
607
532
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
608
533
|
}
|
|
609
|
-
.serviceflow-nodeContent[data-v-
|
|
534
|
+
.serviceflow-nodeContent[data-v-42ce3f17] {
|
|
610
535
|
/* width: 100%; */
|
|
611
536
|
height: 15px;
|
|
612
537
|
font-weight: 400;
|
|
@@ -622,20 +547,19 @@
|
|
|
622
547
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
623
548
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
624
549
|
}
|
|
625
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
550
|
+
.serviceflow-nodeContent-desc[data-v-42ce3f17] {
|
|
626
551
|
}
|
|
627
|
-
.el-divider--horizontal[data-v-
|
|
552
|
+
.el-divider--horizontal[data-v-42ce3f17] {
|
|
628
553
|
margin: 12px 0;
|
|
629
554
|
}
|
|
630
|
-
.serviceflow-nodeView[data-v-
|
|
555
|
+
.serviceflow-nodeView[data-v-42ce3f17] {
|
|
631
556
|
border: 1px solid #5a90f9;
|
|
632
|
-
background: #eef3fe;
|
|
633
|
-
width: 180px;
|
|
634
|
-
min-height: 95px;
|
|
557
|
+
background: #eef3fe;
|
|
635
558
|
}
|
|
636
|
-
.serviceflow-
|
|
559
|
+
.serviceflow-nodeTitle[data-v-42ce3f17] {
|
|
560
|
+
width: 80px;
|
|
637
561
|
}
|
|
638
|
-
.serviceflow-nodeView[data-v-
|
|
562
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
639
563
|
box-sizing: border-box;
|
|
640
564
|
margin: 10px 10px;
|
|
641
565
|
width: 180px;
|
|
@@ -644,7 +568,7 @@
|
|
|
644
568
|
border-radius: 2px 2px 2px 2px;
|
|
645
569
|
padding: 20px 10px;
|
|
646
570
|
}
|
|
647
|
-
.serviceflow-nodeTitle[data-v-
|
|
571
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
648
572
|
width: 90px;
|
|
649
573
|
height: 15px;
|
|
650
574
|
font-weight: 400;
|
|
@@ -660,7 +584,7 @@
|
|
|
660
584
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
661
585
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
662
586
|
}
|
|
663
|
-
.serviceflow-nodeContent[data-v-
|
|
587
|
+
.serviceflow-nodeContent[data-v-1519c141] {
|
|
664
588
|
/* width: 100%; */
|
|
665
589
|
height: 15px;
|
|
666
590
|
font-weight: 400;
|
|
@@ -676,19 +600,19 @@
|
|
|
676
600
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
677
601
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
678
602
|
}
|
|
679
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
603
|
+
.serviceflow-nodeContent-desc[data-v-1519c141] {
|
|
680
604
|
}
|
|
681
|
-
.el-divider--horizontal[data-v-
|
|
605
|
+
.el-divider--horizontal[data-v-1519c141] {
|
|
682
606
|
margin: 12px 0;
|
|
683
607
|
}
|
|
684
|
-
.serviceflow-nodeView[data-v-
|
|
608
|
+
.serviceflow-nodeView[data-v-1519c141] {
|
|
685
609
|
border: 1px solid #5a90f9;
|
|
686
610
|
background: #eef3fe;
|
|
687
611
|
}
|
|
688
|
-
.serviceflow-nodeTitle[data-v-
|
|
612
|
+
.serviceflow-nodeTitle[data-v-1519c141] {
|
|
689
613
|
width: 80px;
|
|
690
614
|
}
|
|
691
|
-
.serviceflow-nodeView[data-v-
|
|
615
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
692
616
|
box-sizing: border-box;
|
|
693
617
|
margin: 10px 10px;
|
|
694
618
|
width: 180px;
|
|
@@ -697,7 +621,7 @@
|
|
|
697
621
|
border-radius: 2px 2px 2px 2px;
|
|
698
622
|
padding: 20px 10px;
|
|
699
623
|
}
|
|
700
|
-
.serviceflow-nodeTitle[data-v-
|
|
624
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
701
625
|
width: 90px;
|
|
702
626
|
height: 15px;
|
|
703
627
|
font-weight: 400;
|
|
@@ -713,7 +637,7 @@
|
|
|
713
637
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
714
638
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
715
639
|
}
|
|
716
|
-
.serviceflow-nodeContent[data-v-
|
|
640
|
+
.serviceflow-nodeContent[data-v-b04d3f8b] {
|
|
717
641
|
/* width: 100%; */
|
|
718
642
|
height: 15px;
|
|
719
643
|
font-weight: 400;
|
|
@@ -729,19 +653,19 @@
|
|
|
729
653
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
730
654
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
731
655
|
}
|
|
732
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
656
|
+
.serviceflow-nodeContent-desc[data-v-b04d3f8b] {
|
|
733
657
|
}
|
|
734
|
-
.el-divider--horizontal[data-v-
|
|
658
|
+
.el-divider--horizontal[data-v-b04d3f8b] {
|
|
735
659
|
margin: 12px 0;
|
|
736
660
|
}
|
|
737
|
-
.serviceflow-nodeView[data-v-
|
|
661
|
+
.serviceflow-nodeView[data-v-b04d3f8b] {
|
|
738
662
|
border: 1px solid #5a90f9;
|
|
739
663
|
background: #eef3fe;
|
|
740
664
|
}
|
|
741
|
-
.serviceflow-nodeTitle[data-v-
|
|
665
|
+
.serviceflow-nodeTitle[data-v-b04d3f8b] {
|
|
742
666
|
width: 80px;
|
|
743
667
|
}
|
|
744
|
-
.serviceflow-nodeView[data-v-
|
|
668
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
745
669
|
box-sizing: border-box;
|
|
746
670
|
margin: 10px 10px;
|
|
747
671
|
width: 180px;
|
|
@@ -750,7 +674,7 @@
|
|
|
750
674
|
border-radius: 2px 2px 2px 2px;
|
|
751
675
|
padding: 20px 10px;
|
|
752
676
|
}
|
|
753
|
-
.serviceflow-nodeTitle[data-v-
|
|
677
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
754
678
|
width: 90px;
|
|
755
679
|
height: 15px;
|
|
756
680
|
font-weight: 400;
|
|
@@ -766,7 +690,7 @@
|
|
|
766
690
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
767
691
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
768
692
|
}
|
|
769
|
-
.serviceflow-nodeContent[data-v-
|
|
693
|
+
.serviceflow-nodeContent[data-v-4d28d77b] {
|
|
770
694
|
/* width: 100%; */
|
|
771
695
|
height: 15px;
|
|
772
696
|
font-weight: 400;
|
|
@@ -782,19 +706,19 @@
|
|
|
782
706
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
783
707
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
784
708
|
}
|
|
785
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
709
|
+
.serviceflow-nodeContent-desc[data-v-4d28d77b] {
|
|
786
710
|
}
|
|
787
|
-
.el-divider--horizontal[data-v-
|
|
711
|
+
.el-divider--horizontal[data-v-4d28d77b] {
|
|
788
712
|
margin: 12px 0;
|
|
789
713
|
}
|
|
790
|
-
.serviceflow-nodeView[data-v-
|
|
714
|
+
.serviceflow-nodeView[data-v-4d28d77b] {
|
|
791
715
|
border: 1px solid #5a90f9;
|
|
792
716
|
background: #eef3fe;
|
|
793
717
|
}
|
|
794
|
-
.serviceflow-nodeTitle[data-v-
|
|
718
|
+
.serviceflow-nodeTitle[data-v-4d28d77b] {
|
|
795
719
|
width: 80px;
|
|
796
720
|
}
|
|
797
|
-
.serviceflow-nodeView[data-v-
|
|
721
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
798
722
|
box-sizing: border-box;
|
|
799
723
|
margin: 10px 10px;
|
|
800
724
|
width: 180px;
|
|
@@ -803,7 +727,7 @@
|
|
|
803
727
|
border-radius: 2px 2px 2px 2px;
|
|
804
728
|
padding: 20px 10px;
|
|
805
729
|
}
|
|
806
|
-
.serviceflow-nodeTitle[data-v-
|
|
730
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
807
731
|
width: 90px;
|
|
808
732
|
height: 15px;
|
|
809
733
|
font-weight: 400;
|
|
@@ -819,7 +743,7 @@
|
|
|
819
743
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
744
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
745
|
}
|
|
822
|
-
.serviceflow-nodeContent[data-v-
|
|
746
|
+
.serviceflow-nodeContent[data-v-23f1c97b] {
|
|
823
747
|
/* width: 100%; */
|
|
824
748
|
height: 15px;
|
|
825
749
|
font-weight: 400;
|
|
@@ -835,18 +759,39 @@
|
|
|
835
759
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
836
760
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
837
761
|
}
|
|
838
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
762
|
+
.serviceflow-nodeContent-desc[data-v-23f1c97b] {
|
|
839
763
|
}
|
|
840
|
-
.el-divider--horizontal[data-v-
|
|
764
|
+
.el-divider--horizontal[data-v-23f1c97b] {
|
|
841
765
|
margin: 12px 0;
|
|
842
766
|
}
|
|
843
|
-
.serviceflow-nodeView[data-v-
|
|
767
|
+
.serviceflow-nodeView[data-v-23f1c97b] {
|
|
844
768
|
border: 1px solid #5a90f9;
|
|
845
769
|
background: #eef3fe;
|
|
846
770
|
}
|
|
847
|
-
.serviceflow-nodeTitle[data-v-
|
|
771
|
+
.serviceflow-nodeTitle[data-v-23f1c97b] {
|
|
848
772
|
width: 80px;
|
|
849
773
|
}
|
|
774
|
+
|
|
775
|
+
.node-content[data-v-117d4091] {
|
|
776
|
+
width: 120px;
|
|
777
|
+
height: 44px;
|
|
778
|
+
background: #ffffff;
|
|
779
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
780
|
+
border-radius: 2px 2px 2px 2px;
|
|
781
|
+
}
|
|
782
|
+
.content[data-v-117d4091] {
|
|
783
|
+
width: 28px;
|
|
784
|
+
height: 15px;
|
|
785
|
+
font-weight: 400;
|
|
786
|
+
font-size: 14px;
|
|
787
|
+
color: #333333;
|
|
788
|
+
line-height: 14px;
|
|
789
|
+
text-align: left;
|
|
790
|
+
font-style: normal;
|
|
791
|
+
text-transform: none;
|
|
792
|
+
padding: 5px 0px 4px 10px;
|
|
793
|
+
box-sizing: content-box;
|
|
794
|
+
}
|
|
850
795
|
.serviceflow-nodeView[data-v-91a913ff] {
|
|
851
796
|
box-sizing: border-box;
|
|
852
797
|
margin: 10px 10px;
|
|
@@ -954,7 +899,7 @@
|
|
|
954
899
|
}
|
|
955
900
|
.serviceflow-nodeContent[data-v-418f1558] {
|
|
956
901
|
}
|
|
957
|
-
.serviceflow-nodeView[data-v-
|
|
902
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
958
903
|
box-sizing: border-box;
|
|
959
904
|
margin: 10px 10px;
|
|
960
905
|
width: 180px;
|
|
@@ -963,7 +908,7 @@
|
|
|
963
908
|
border-radius: 2px 2px 2px 2px;
|
|
964
909
|
padding: 20px 10px;
|
|
965
910
|
}
|
|
966
|
-
.serviceflow-nodeTitle[data-v-
|
|
911
|
+
.serviceflow-nodeTitle[data-v-1ce8de44] {
|
|
967
912
|
width: 90px;
|
|
968
913
|
height: 15px;
|
|
969
914
|
font-weight: 400;
|
|
@@ -979,7 +924,7 @@
|
|
|
979
924
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
980
925
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
981
926
|
}
|
|
982
|
-
.serviceflow-nodeContent[data-v-
|
|
927
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
983
928
|
/* width: 100%; */
|
|
984
929
|
height: 15px;
|
|
985
930
|
font-weight: 400;
|
|
@@ -995,19 +940,20 @@
|
|
|
995
940
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
996
941
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
997
942
|
}
|
|
998
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
943
|
+
.serviceflow-nodeContent-desc[data-v-1ce8de44] {
|
|
999
944
|
}
|
|
1000
|
-
.el-divider--horizontal[data-v-
|
|
945
|
+
.el-divider--horizontal[data-v-1ce8de44] {
|
|
1001
946
|
margin: 12px 0;
|
|
1002
947
|
}
|
|
1003
|
-
.serviceflow-nodeView[data-v-
|
|
948
|
+
.serviceflow-nodeView[data-v-1ce8de44] {
|
|
1004
949
|
border: 1px solid #5a90f9;
|
|
1005
|
-
background: #eef3fe;
|
|
950
|
+
background: #eef3fe;
|
|
951
|
+
width: 180px;
|
|
952
|
+
min-height: 95px;
|
|
1006
953
|
}
|
|
1007
|
-
.serviceflow-
|
|
1008
|
-
width: 80px;
|
|
954
|
+
.serviceflow-nodeContent[data-v-1ce8de44] {
|
|
1009
955
|
}
|
|
1010
|
-
.serviceflow-nodeView[data-v-
|
|
956
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
1011
957
|
box-sizing: border-box;
|
|
1012
958
|
margin: 10px 10px;
|
|
1013
959
|
width: 180px;
|
|
@@ -1016,7 +962,7 @@
|
|
|
1016
962
|
border-radius: 2px 2px 2px 2px;
|
|
1017
963
|
padding: 20px 10px;
|
|
1018
964
|
}
|
|
1019
|
-
.serviceflow-nodeTitle[data-v-
|
|
965
|
+
.serviceflow-nodeTitle[data-v-3c23a172] {
|
|
1020
966
|
width: 90px;
|
|
1021
967
|
height: 15px;
|
|
1022
968
|
font-weight: 400;
|
|
@@ -1032,7 +978,7 @@
|
|
|
1032
978
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1033
979
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1034
980
|
}
|
|
1035
|
-
.serviceflow-nodeContent[data-v-
|
|
981
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
1036
982
|
/* width: 100%; */
|
|
1037
983
|
height: 15px;
|
|
1038
984
|
font-weight: 400;
|
|
@@ -1048,19 +994,41 @@
|
|
|
1048
994
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1049
995
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1050
996
|
}
|
|
1051
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
997
|
+
.serviceflow-nodeContent-desc[data-v-3c23a172] {
|
|
1052
998
|
}
|
|
1053
|
-
.el-divider--horizontal[data-v-
|
|
999
|
+
.el-divider--horizontal[data-v-3c23a172] {
|
|
1054
1000
|
margin: 12px 0;
|
|
1055
1001
|
}
|
|
1056
|
-
.serviceflow-nodeView[data-v-
|
|
1002
|
+
.serviceflow-nodeView[data-v-3c23a172] {
|
|
1057
1003
|
border: 1px solid #5a90f9;
|
|
1058
|
-
background: #eef3fe;
|
|
1004
|
+
background: #eef3fe;
|
|
1005
|
+
width: 180px;
|
|
1006
|
+
min-height: 95px;
|
|
1059
1007
|
}
|
|
1060
|
-
.serviceflow-
|
|
1061
|
-
width: 80px;
|
|
1008
|
+
.serviceflow-nodeContent[data-v-3c23a172] {
|
|
1062
1009
|
}
|
|
1063
|
-
|
|
1010
|
+
|
|
1011
|
+
.node-content[data-v-669b618f] {
|
|
1012
|
+
width: 120px;
|
|
1013
|
+
height: 44px;
|
|
1014
|
+
background: #ffffff;
|
|
1015
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1016
|
+
border-radius: 2px 2px 2px 2px;
|
|
1017
|
+
}
|
|
1018
|
+
.content[data-v-669b618f] {
|
|
1019
|
+
width: 28px;
|
|
1020
|
+
height: 15px;
|
|
1021
|
+
font-weight: 400;
|
|
1022
|
+
font-size: 14px;
|
|
1023
|
+
color: #333333;
|
|
1024
|
+
line-height: 14px;
|
|
1025
|
+
text-align: left;
|
|
1026
|
+
font-style: normal;
|
|
1027
|
+
text-transform: none;
|
|
1028
|
+
padding: 5px 0px 4px 10px;
|
|
1029
|
+
box-sizing: content-box;
|
|
1030
|
+
}
|
|
1031
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1064
1032
|
box-sizing: border-box;
|
|
1065
1033
|
margin: 10px 10px;
|
|
1066
1034
|
width: 180px;
|
|
@@ -1069,7 +1037,7 @@
|
|
|
1069
1037
|
border-radius: 2px 2px 2px 2px;
|
|
1070
1038
|
padding: 20px 10px;
|
|
1071
1039
|
}
|
|
1072
|
-
.serviceflow-nodeTitle[data-v-
|
|
1040
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1073
1041
|
width: 90px;
|
|
1074
1042
|
height: 15px;
|
|
1075
1043
|
font-weight: 400;
|
|
@@ -1085,7 +1053,7 @@
|
|
|
1085
1053
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1086
1054
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1087
1055
|
}
|
|
1088
|
-
.serviceflow-nodeContent[data-v-
|
|
1056
|
+
.serviceflow-nodeContent[data-v-96d149c1] {
|
|
1089
1057
|
/* width: 100%; */
|
|
1090
1058
|
height: 15px;
|
|
1091
1059
|
font-weight: 400;
|
|
@@ -1101,19 +1069,19 @@
|
|
|
1101
1069
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1102
1070
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1103
1071
|
}
|
|
1104
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1072
|
+
.serviceflow-nodeContent-desc[data-v-96d149c1] {
|
|
1105
1073
|
}
|
|
1106
|
-
.el-divider--horizontal[data-v-
|
|
1074
|
+
.el-divider--horizontal[data-v-96d149c1] {
|
|
1107
1075
|
margin: 12px 0;
|
|
1108
1076
|
}
|
|
1109
|
-
.serviceflow-nodeView[data-v-
|
|
1077
|
+
.serviceflow-nodeView[data-v-96d149c1] {
|
|
1110
1078
|
border: 1px solid #5a90f9;
|
|
1111
1079
|
background: #eef3fe;
|
|
1112
1080
|
}
|
|
1113
|
-
.serviceflow-nodeTitle[data-v-
|
|
1081
|
+
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
1114
1082
|
width: 80px;
|
|
1115
1083
|
}
|
|
1116
|
-
.serviceflow-nodeView[data-v-
|
|
1084
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1117
1085
|
box-sizing: border-box;
|
|
1118
1086
|
margin: 10px 10px;
|
|
1119
1087
|
width: 180px;
|
|
@@ -1122,7 +1090,7 @@
|
|
|
1122
1090
|
border-radius: 2px 2px 2px 2px;
|
|
1123
1091
|
padding: 20px 10px;
|
|
1124
1092
|
}
|
|
1125
|
-
.serviceflow-nodeTitle[data-v-
|
|
1093
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1126
1094
|
width: 90px;
|
|
1127
1095
|
height: 15px;
|
|
1128
1096
|
font-weight: 400;
|
|
@@ -1138,7 +1106,7 @@
|
|
|
1138
1106
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1139
1107
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1140
1108
|
}
|
|
1141
|
-
.serviceflow-nodeContent[data-v-
|
|
1109
|
+
.serviceflow-nodeContent[data-v-6b34f36c] {
|
|
1142
1110
|
/* width: 100%; */
|
|
1143
1111
|
height: 15px;
|
|
1144
1112
|
font-weight: 400;
|
|
@@ -1154,16 +1122,16 @@
|
|
|
1154
1122
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1155
1123
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1156
1124
|
}
|
|
1157
|
-
.serviceflow-nodeContent-desc[data-v-
|
|
1125
|
+
.serviceflow-nodeContent-desc[data-v-6b34f36c] {
|
|
1158
1126
|
}
|
|
1159
|
-
.el-divider--horizontal[data-v-
|
|
1127
|
+
.el-divider--horizontal[data-v-6b34f36c] {
|
|
1160
1128
|
margin: 12px 0;
|
|
1161
1129
|
}
|
|
1162
|
-
.serviceflow-nodeView[data-v-
|
|
1130
|
+
.serviceflow-nodeView[data-v-6b34f36c] {
|
|
1163
1131
|
border: 1px solid #5a90f9;
|
|
1164
1132
|
background: #eef3fe;
|
|
1165
1133
|
}
|
|
1166
|
-
.serviceflow-nodeTitle[data-v-
|
|
1134
|
+
.serviceflow-nodeTitle[data-v-6b34f36c] {
|
|
1167
1135
|
width: 80px;
|
|
1168
1136
|
}
|
|
1169
1137
|
|
|
@@ -1186,28 +1154,60 @@
|
|
|
1186
1154
|
text-transform: none;
|
|
1187
1155
|
padding: 5px 0px 4px 10px;
|
|
1188
1156
|
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1157
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1158
|
+
box-sizing: border-box;
|
|
1159
|
+
margin: 10px 10px;
|
|
1160
|
+
width: 180px;
|
|
1161
|
+
height: 95px;
|
|
1194
1162
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1195
|
-
border-radius: 2px 2px 2px 2px;
|
|
1163
|
+
border-radius: 2px 2px 2px 2px;
|
|
1164
|
+
padding: 20px 10px;
|
|
1196
1165
|
}
|
|
1197
|
-
.
|
|
1198
|
-
width:
|
|
1166
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
1167
|
+
width: 90px;
|
|
1199
1168
|
height: 15px;
|
|
1200
1169
|
font-weight: 400;
|
|
1201
|
-
font-size:
|
|
1170
|
+
font-size: 16px;
|
|
1202
1171
|
color: #333333;
|
|
1203
1172
|
line-height: 14px;
|
|
1204
1173
|
text-align: left;
|
|
1205
1174
|
font-style: normal;
|
|
1206
1175
|
text-transform: none;
|
|
1207
|
-
padding:
|
|
1208
|
-
|
|
1176
|
+
padding: 0px 24px;
|
|
1177
|
+
box-sizing: content-box;
|
|
1178
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1179
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1180
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1181
|
+
}
|
|
1182
|
+
.serviceflow-nodeContent[data-v-08d9d211] {
|
|
1183
|
+
/* width: 100%; */
|
|
1184
|
+
height: 15px;
|
|
1185
|
+
font-weight: 400;
|
|
1186
|
+
font-size: 14px;
|
|
1187
|
+
color: #666666;
|
|
1188
|
+
line-height: 14px;
|
|
1189
|
+
text-align: left;
|
|
1190
|
+
font-style: normal;
|
|
1191
|
+
text-transform: none;
|
|
1192
|
+
padding: 0px 0px;
|
|
1193
|
+
box-sizing: content-box;
|
|
1194
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
1195
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1196
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1197
|
+
}
|
|
1198
|
+
.serviceflow-nodeContent-desc[data-v-08d9d211] {
|
|
1199
|
+
}
|
|
1200
|
+
.el-divider--horizontal[data-v-08d9d211] {
|
|
1201
|
+
margin: 12px 0;
|
|
1202
|
+
}
|
|
1203
|
+
.serviceflow-nodeView[data-v-08d9d211] {
|
|
1204
|
+
border: 1px solid #5a90f9;
|
|
1205
|
+
background: #eef3fe;
|
|
1206
|
+
}
|
|
1207
|
+
.serviceflow-nodeTitle[data-v-08d9d211] {
|
|
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,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-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
|
|
|
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
|
}
|
|
@@ -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-21f429a9] .el-cascader-menu {
|
|
1296
1296
|
min-width: 120px !important;
|
|
1297
1297
|
}
|