workflow-editor 0.0.81-up-tmp12 → 0.0.81-up-tmp15
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/es/style.css +143 -143
- package/lib/style.css +146 -146
- package/package.json +7 -1
- package/.prettierrc.json +0 -9
- package/index.html +0 -13
- package/packages/index.js +0 -50
- package/packages/plugins/formValidatorUtil.js +0 -723
- package/packages/plugins/index.js +0 -8
- package/packages/workflow-editor/index.js +0 -14
- package/packages/workflow-editor/src/api.js +0 -7
- package/packages/workflow-editor/src/assets/tab-select.png +0 -0
- package/packages/workflow-editor/src/assets/tab-selectWhite.png +0 -0
- package/packages/workflow-editor/src/assets/wf-editor-icons.js +0 -2
- package/packages/workflow-editor/src/constant.js +0 -8
- package/packages/workflow-editor/src/json-object-templates/auto-task.js +0 -70
- package/packages/workflow-editor/src/json-object-templates/copy-task.js +0 -72
- package/packages/workflow-editor/src/json-object-templates/decision.js +0 -11
- package/packages/workflow-editor/src/json-object-templates/end.js +0 -14
- package/packages/workflow-editor/src/json-object-templates/fork.js +0 -10
- package/packages/workflow-editor/src/json-object-templates/human-decision.js +0 -9
- package/packages/workflow-editor/src/json-object-templates/human-task.js +0 -208
- package/packages/workflow-editor/src/json-object-templates/join.js +0 -10
- package/packages/workflow-editor/src/json-object-templates/process.js +0 -99
- package/packages/workflow-editor/src/json-object-templates/start.js +0 -13
- package/packages/workflow-editor/src/json-object-templates/subprocess.js +0 -31
- package/packages/workflow-editor/src/json-object-templates/transition.js +0 -26
- package/packages/workflow-editor/src/main/admin-save-dialog.vue +0 -67
- package/packages/workflow-editor/src/main/canvas.vue +0 -493
- package/packages/workflow-editor/src/main/context-menu.vue +0 -147
- package/packages/workflow-editor/src/main/icon-svg.vue +0 -32
- package/packages/workflow-editor/src/main/selection-region.vue +0 -66
- package/packages/workflow-editor/src/main/tache-history-tooltip.vue +0 -38
- package/packages/workflow-editor/src/main/tache-name-input.vue +0 -19
- package/packages/workflow-editor/src/main/tache-subprocess-history-dialog.vue +0 -40
- package/packages/workflow-editor/src/main/toolbox.vue +0 -60
- package/packages/workflow-editor/src/main/wf-history-canvas.vue +0 -309
- package/packages/workflow-editor/src/process-json.js +0 -624
- package/packages/workflow-editor/src/process-service.js +0 -68
- package/packages/workflow-editor/src/properties-editors/auto-task/basic-properties.vue +0 -81
- package/packages/workflow-editor/src/properties-editors/auto-task/permission-settings.vue +0 -155
- package/packages/workflow-editor/src/properties-editors/auto-task.vue +0 -74
- package/packages/workflow-editor/src/properties-editors/common/additional-condition-utils.js +0 -568
- package/packages/workflow-editor/src/properties-editors/common/additional-condition.vue +0 -320
- package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields-utils.js +0 -34
- package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields.vue +0 -268
- package/packages/workflow-editor/src/properties-editors/common/common-notice-tool.vue +0 -81
- package/packages/workflow-editor/src/properties-editors/common/common-user-condition.vue +0 -242
- package/packages/workflow-editor/src/properties-editors/common/form-fields-utils.js +0 -23
- package/packages/workflow-editor/src/properties-editors/common/form-fields.vue +0 -117
- package/packages/workflow-editor/src/properties-editors/common/i18n-input.vue +0 -88
- package/packages/workflow-editor/src/properties-editors/common/i18n-set-dialog.vue +0 -143
- package/packages/workflow-editor/src/properties-editors/common/notice-reminder.vue +0 -149
- package/packages/workflow-editor/src/properties-editors/common/notice.vue +0 -108
- package/packages/workflow-editor/src/properties-editors/common/reminder.vue +0 -272
- package/packages/workflow-editor/src/properties-editors/common/select-mail-template.vue +0 -92
- package/packages/workflow-editor/src/properties-editors/common/standard-fields.vue +0 -66
- package/packages/workflow-editor/src/properties-editors/common/system-role-tree-inline.vue +0 -354
- package/packages/workflow-editor/src/properties-editors/common/system-role-tree.vue +0 -68
- package/packages/workflow-editor/src/properties-editors/common/task-title.vue +0 -165
- package/packages/workflow-editor/src/properties-editors/common/transactor-settings.vue +0 -275
- package/packages/workflow-editor/src/properties-editors/common/user-selection.vue +0 -426
- package/packages/workflow-editor/src/properties-editors/common/value-selection-dialog.vue +0 -272
- package/packages/workflow-editor/src/properties-editors/common/variables.vue +0 -139
- package/packages/workflow-editor/src/properties-editors/copy-task/basic-properties.vue +0 -90
- package/packages/workflow-editor/src/properties-editors/copy-task/permission-settings.vue +0 -155
- package/packages/workflow-editor/src/properties-editors/copy-task.vue +0 -95
- package/packages/workflow-editor/src/properties-editors/decision.vue +0 -95
- package/packages/workflow-editor/src/properties-editors/fork.vue +0 -77
- package/packages/workflow-editor/src/properties-editors/human-decision.vue +0 -49
- package/packages/workflow-editor/src/properties-editors/human-task/additional-condition-dialog.vue +0 -62
- package/packages/workflow-editor/src/properties-editors/human-task/basic-properties.vue +0 -184
- package/packages/workflow-editor/src/properties-editors/human-task/componentsConfigUtil.js +0 -359
- package/packages/workflow-editor/src/properties-editors/human-task/custom-actions.vue +0 -256
- package/packages/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue +0 -405
- package/packages/workflow-editor/src/properties-editors/human-task/editable-child-fields.vue +0 -257
- package/packages/workflow-editor/src/properties-editors/human-task/editable-field-selection.vue +0 -430
- package/packages/workflow-editor/src/properties-editors/human-task/editable-fields.vue +0 -206
- package/packages/workflow-editor/src/properties-editors/human-task/events.vue +0 -60
- package/packages/workflow-editor/src/properties-editors/human-task/permission-settings.vue +0 -224
- package/packages/workflow-editor/src/properties-editors/human-task/selection-conditions.vue +0 -499
- package/packages/workflow-editor/src/properties-editors/human-task.vue +0 -107
- package/packages/workflow-editor/src/properties-editors/join.vue +0 -49
- package/packages/workflow-editor/src/properties-editors/process/basic-properties.vue +0 -336
- package/packages/workflow-editor/src/properties-editors/process/events.vue +0 -79
- package/packages/workflow-editor/src/properties-editors/process/notice-settings.vue +0 -68
- package/packages/workflow-editor/src/properties-editors/process/parameter-settings.vue +0 -106
- package/packages/workflow-editor/src/properties-editors/process/permission-settings.vue +0 -28
- package/packages/workflow-editor/src/properties-editors/process/selectPage.vue +0 -88
- package/packages/workflow-editor/src/properties-editors/process.vue +0 -115
- package/packages/workflow-editor/src/properties-editors/subprocess/basic-properties.vue +0 -201
- package/packages/workflow-editor/src/properties-editors/subprocess/events.vue +0 -26
- package/packages/workflow-editor/src/properties-editors/subprocess/field-mappings.vue +0 -216
- package/packages/workflow-editor/src/properties-editors/subprocess/transactor-settings.vue +0 -66
- package/packages/workflow-editor/src/properties-editors/subprocess.vue +0 -80
- package/packages/workflow-editor/src/properties-editors/transition/basic-properties.vue +0 -53
- package/packages/workflow-editor/src/properties-editors/transition.vue +0 -75
- package/packages/workflow-editor/src/properties-editors/user-condition.js +0 -183
- package/packages/workflow-editor/src/store/getters.js +0 -33
- package/packages/workflow-editor/src/store/workflow-editor.js +0 -153
- package/packages/workflow-editor/src/taches/auto-task.vue +0 -99
- package/packages/workflow-editor/src/taches/common-methods.js +0 -21
- package/packages/workflow-editor/src/taches/copy-task.vue +0 -99
- package/packages/workflow-editor/src/taches/custom-task.vue +0 -88
- package/packages/workflow-editor/src/taches/decision.vue +0 -102
- package/packages/workflow-editor/src/taches/end.vue +0 -76
- package/packages/workflow-editor/src/taches/fork.vue +0 -102
- package/packages/workflow-editor/src/taches/human-decision.vue +0 -102
- package/packages/workflow-editor/src/taches/human-task.vue +0 -113
- package/packages/workflow-editor/src/taches/join.vue +0 -91
- package/packages/workflow-editor/src/taches/joint.vue +0 -177
- package/packages/workflow-editor/src/taches/start.vue +0 -76
- package/packages/workflow-editor/src/taches/subprocess.vue +0 -99
- package/packages/workflow-editor/src/taches/tache-resizer.vue +0 -80
- package/packages/workflow-editor/src/transitions/broken-line.vue +0 -91
- package/packages/workflow-editor/src/transitions/curve-line.vue +0 -91
- package/packages/workflow-editor/src/transitions/straight-line.vue +0 -26
- package/packages/workflow-editor/src/transitions/transition.vue +0 -209
- package/packages/workflow-editor/src/transitions/virtual-transition.vue +0 -43
- package/packages/workflow-editor/src/util.js +0 -499
- package/packages/workflow-editor/src/workflow-editor.vue +0 -852
- package/packages/workflow-editor/src/workflow-history.vue +0 -153
- package/public/vite.svg +0 -1
- package/src/i18n/i18n.js +0 -16
- package/src/i18n/langs/cn.js +0 -521
- package/src/i18n/langs/en.js +0 -529
- package/vite.config.js +0 -103
package/es/style.css
CHANGED
|
@@ -1,29 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8"
|
|
2
|
-
position: relative;
|
|
3
|
-
display: flex;
|
|
4
|
-
height: 100%;
|
|
5
|
-
width: 100%;
|
|
6
|
-
}
|
|
7
|
-
.canvas-container[data-v-6658e14b] {
|
|
8
|
-
position: relative;
|
|
9
|
-
height: 100%;
|
|
10
|
-
width: 100%;
|
|
11
|
-
}
|
|
12
|
-
section[data-v-6658e14b] {
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
width: 100%;
|
|
15
|
-
height: 100%;
|
|
16
|
-
padding: 0;
|
|
17
|
-
}
|
|
18
|
-
.canvas[data-v-6658e14b] {
|
|
19
|
-
overflow: auto;
|
|
20
|
-
height: 100%;
|
|
21
|
-
padding: 0;
|
|
22
|
-
min-height: 500px;
|
|
23
|
-
}
|
|
24
|
-
.canvas[data-v-6658e14b] .draggable {
|
|
25
|
-
cursor: default;
|
|
26
|
-
}
|
|
1
|
+
@charset "UTF-8";
|
|
27
2
|
.button-area[data-v-865cb4ee] {
|
|
28
3
|
padding: 5px 0 5px 5px;
|
|
29
4
|
height: 50px;
|
|
@@ -125,52 +100,32 @@ pre[data-v-865cb4ee] {
|
|
|
125
100
|
/* 去掉卡片和tab表头的距离 */
|
|
126
101
|
[data-v-865cb4ee] .el-tabs__header {
|
|
127
102
|
margin: 0;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
font-size: 18px;
|
|
134
|
-
}
|
|
135
|
-
.el-button[data-v-0d941719] {
|
|
136
|
-
margin: 6px 0;
|
|
137
|
-
min-width: 110px;
|
|
138
|
-
padding: 9px 15px;
|
|
139
|
-
}
|
|
140
|
-
.el-button i[data-v-0d941719] {
|
|
141
|
-
padding-right: 4px;
|
|
103
|
+
}.main[data-v-6658e14b] {
|
|
104
|
+
position: relative;
|
|
105
|
+
display: flex;
|
|
106
|
+
height: 100%;
|
|
107
|
+
width: 100%;
|
|
142
108
|
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
148
|
-
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
149
|
-
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
150
|
-
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
151
|
-
background-size:
|
|
152
|
-
15px 15px,
|
|
153
|
-
15px 15px,
|
|
154
|
-
75px 75px,
|
|
155
|
-
75px 75px;
|
|
109
|
+
.canvas-container[data-v-6658e14b] {
|
|
110
|
+
position: relative;
|
|
111
|
+
height: 100%;
|
|
112
|
+
width: 100%;
|
|
156
113
|
}
|
|
157
|
-
|
|
158
|
-
|
|
114
|
+
section[data-v-6658e14b] {
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
width: 100%;
|
|
117
|
+
height: 100%;
|
|
118
|
+
padding: 0;
|
|
159
119
|
}
|
|
160
|
-
|
|
161
|
-
|
|
120
|
+
.canvas[data-v-6658e14b] {
|
|
121
|
+
overflow: auto;
|
|
122
|
+
height: 100%;
|
|
123
|
+
padding: 0;
|
|
124
|
+
min-height: 500px;
|
|
162
125
|
}
|
|
163
|
-
.
|
|
164
|
-
|
|
165
|
-
stroke: #f00;
|
|
166
|
-
stroke-width: 2;
|
|
126
|
+
.canvas[data-v-6658e14b] .draggable {
|
|
127
|
+
cursor: default;
|
|
167
128
|
}
|
|
168
|
-
.task-tache{
|
|
169
|
-
fill: #fff;
|
|
170
|
-
stroke: #666;
|
|
171
|
-
stroke-width: 2;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
129
|
.svg-icon {
|
|
175
130
|
width: 1em;
|
|
176
131
|
height: 1em;
|
|
@@ -225,7 +180,21 @@ g text{
|
|
|
225
180
|
.current-tache text{
|
|
226
181
|
fill: white
|
|
227
182
|
}
|
|
228
|
-
|
|
183
|
+
h3[data-v-0d941719] {
|
|
184
|
+
color: #999999;
|
|
185
|
+
margin: 0;
|
|
186
|
+
padding: 0;
|
|
187
|
+
font-weight: bold;
|
|
188
|
+
font-size: 18px;
|
|
189
|
+
}
|
|
190
|
+
.el-button[data-v-0d941719] {
|
|
191
|
+
margin: 6px 0;
|
|
192
|
+
min-width: 110px;
|
|
193
|
+
padding: 9px 15px;
|
|
194
|
+
}
|
|
195
|
+
.el-button i[data-v-0d941719] {
|
|
196
|
+
padding-right: 4px;
|
|
197
|
+
}li[data-v-7e8a1cf6] {
|
|
229
198
|
color: #333;
|
|
230
199
|
}
|
|
231
200
|
.context-menu[data-v-7e8a1cf6] {
|
|
@@ -254,6 +223,42 @@ li[data-v-7e8a1cf6] {
|
|
|
254
223
|
li[data-v-7e8a1cf6] {
|
|
255
224
|
list-style-type: none;
|
|
256
225
|
}
|
|
226
|
+
#svg{
|
|
227
|
+
/* border:1px solid red; */
|
|
228
|
+
background: white;
|
|
229
|
+
background-image:
|
|
230
|
+
linear-gradient(rgba(242,242,242,.7) 1px, transparent 0),
|
|
231
|
+
linear-gradient(90deg, rgba(242,242,242,.7) 1px, transparent 0),
|
|
232
|
+
linear-gradient(#e5e5e5 1px, transparent 0),
|
|
233
|
+
linear-gradient(90deg,#e5e5e5 1px, transparent 0);
|
|
234
|
+
background-size:
|
|
235
|
+
15px 15px,
|
|
236
|
+
15px 15px,
|
|
237
|
+
75px 75px,
|
|
238
|
+
75px 75px;
|
|
239
|
+
}
|
|
240
|
+
g{
|
|
241
|
+
font-size: 16px;
|
|
242
|
+
}
|
|
243
|
+
g text{
|
|
244
|
+
dominant-baseline: middle;
|
|
245
|
+
}
|
|
246
|
+
.selected{
|
|
247
|
+
fill: #fff;
|
|
248
|
+
stroke: #f00;
|
|
249
|
+
stroke-width: 2;
|
|
250
|
+
}
|
|
251
|
+
.task-tache{
|
|
252
|
+
fill: #fff;
|
|
253
|
+
stroke: #666;
|
|
254
|
+
stroke-width: 2;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.decision{
|
|
258
|
+
stroke-width: 0;
|
|
259
|
+
fill:#fff;
|
|
260
|
+
}
|
|
261
|
+
|
|
257
262
|
.start{
|
|
258
263
|
stroke-width: 0;
|
|
259
264
|
fill:#fff;
|
|
@@ -268,17 +273,34 @@ li[data-v-7e8a1cf6] {
|
|
|
268
273
|
stroke-width: 0;
|
|
269
274
|
fill:#fff;
|
|
270
275
|
}
|
|
271
|
-
|
|
272
|
-
|
|
276
|
+
#_subprocess-content[data-v-2b195c05] {
|
|
277
|
+
width: 100%;
|
|
278
|
+
height: calc(100vh - 200px);
|
|
279
|
+
}
|
|
280
|
+
.decision{
|
|
273
281
|
stroke-width: 0;
|
|
274
282
|
fill:#fff;
|
|
275
283
|
}
|
|
276
284
|
|
|
277
|
-
.decision{
|
|
285
|
+
.human-decision{
|
|
278
286
|
stroke-width: 0;
|
|
279
287
|
fill:#fff;
|
|
280
288
|
}
|
|
281
|
-
|
|
289
|
+
.tooltip[data-v-ac799913] {
|
|
290
|
+
position: absolute;
|
|
291
|
+
background: #fff;
|
|
292
|
+
min-width: 150px;
|
|
293
|
+
border-radius: 4px;
|
|
294
|
+
border: 1px solid #ebeef5;
|
|
295
|
+
padding: 12px;
|
|
296
|
+
z-index: 2000;
|
|
297
|
+
color: #606266;
|
|
298
|
+
line-height: 1.4;
|
|
299
|
+
text-align: justify;
|
|
300
|
+
font-size: 14px;
|
|
301
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
302
|
+
word-break: break-all;
|
|
303
|
+
}
|
|
282
304
|
.virtual-transition{
|
|
283
305
|
stroke-width: 2;
|
|
284
306
|
stroke:#000;
|
|
@@ -286,16 +308,6 @@ li[data-v-7e8a1cf6] {
|
|
|
286
308
|
fill: none;
|
|
287
309
|
}
|
|
288
310
|
|
|
289
|
-
.decision{
|
|
290
|
-
stroke-width: 0;
|
|
291
|
-
fill:#fff;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
295
|
-
.properties-editor[data-v-1651d82a] .el-dialog__body {
|
|
296
|
-
padding-top: 0;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
311
|
.selection-region{
|
|
300
312
|
stroke: blue;
|
|
301
313
|
stroke-width: 1;
|
|
@@ -309,6 +321,16 @@ li[data-v-7e8a1cf6] {
|
|
|
309
321
|
/* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
|
|
310
322
|
pointer-events:none;
|
|
311
323
|
}
|
|
324
|
+
|
|
325
|
+
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
326
|
+
.properties-editor[data-v-1651d82a] .el-dialog__body {
|
|
327
|
+
padding-top: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
331
|
+
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
332
|
+
padding-top: 0
|
|
333
|
+
}
|
|
312
334
|
|
|
313
335
|
.transition[data-v-a1576cad] {
|
|
314
336
|
stroke-width: 2;
|
|
@@ -329,11 +351,6 @@ li[data-v-7e8a1cf6] {
|
|
|
329
351
|
pointer-events: none;
|
|
330
352
|
}
|
|
331
353
|
|
|
332
|
-
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
333
|
-
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
334
|
-
padding-top: 0
|
|
335
|
-
}
|
|
336
|
-
|
|
337
354
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
338
355
|
.properties-editor[data-v-af76d417] .el-dialog__body{
|
|
339
356
|
padding-top: 0
|
|
@@ -348,24 +365,7 @@ li[data-v-7e8a1cf6] {
|
|
|
348
365
|
.properties-editor[data-v-bd66d235] .el-dialog__body{
|
|
349
366
|
padding-top: 0
|
|
350
367
|
}
|
|
351
|
-
|
|
352
|
-
position: absolute;
|
|
353
|
-
background: #fff;
|
|
354
|
-
min-width: 150px;
|
|
355
|
-
border-radius: 4px;
|
|
356
|
-
border: 1px solid #ebeef5;
|
|
357
|
-
padding: 12px;
|
|
358
|
-
z-index: 2000;
|
|
359
|
-
color: #606266;
|
|
360
|
-
line-height: 1.4;
|
|
361
|
-
text-align: justify;
|
|
362
|
-
font-size: 14px;
|
|
363
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
364
|
-
word-break: break-all;
|
|
365
|
-
}#_subprocess-content[data-v-2b195c05] {
|
|
366
|
-
width: 100%;
|
|
367
|
-
height: calc(100vh - 200px);
|
|
368
|
-
}
|
|
368
|
+
|
|
369
369
|
.joint-container{
|
|
370
370
|
stroke-width: 0;
|
|
371
371
|
fill: #fff;
|
|
@@ -386,6 +386,16 @@ li[data-v-7e8a1cf6] {
|
|
|
386
386
|
stroke-width: 1;
|
|
387
387
|
fill: white;
|
|
388
388
|
}
|
|
389
|
+
|
|
390
|
+
.percent[data-v-a219b06d] {
|
|
391
|
+
margin-left: 10px;
|
|
392
|
+
color: red;
|
|
393
|
+
font-size: 1.2em;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.el-checkbox[data-v-c019538f]{
|
|
397
|
+
margin-left: 20px;
|
|
398
|
+
}
|
|
389
399
|
ul[data-v-39fac73c] {
|
|
390
400
|
margin: 0;
|
|
391
401
|
padding: 0;
|
|
@@ -396,16 +406,6 @@ ul li[data-v-39fac73c] {
|
|
|
396
406
|
.sub-li[data-v-39fac73c] {
|
|
397
407
|
padding-left: 10px;
|
|
398
408
|
}
|
|
399
|
-
.percent[data-v-a219b06d] {
|
|
400
|
-
margin-left: 10px;
|
|
401
|
-
color: red;
|
|
402
|
-
font-size: 1.2em;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.el-checkbox[data-v-c019538f]{
|
|
406
|
-
margin-left: 20px;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
409
|
.control-point[data-v-788fb0ae]{
|
|
410
410
|
fill: #fff;
|
|
411
411
|
cursor: move;
|
|
@@ -414,6 +414,12 @@ ul li[data-v-39fac73c] {
|
|
|
414
414
|
stroke-dasharray: 2 2
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
+
.percent[data-v-c1c7385b]{
|
|
418
|
+
margin-left: 10px;
|
|
419
|
+
color:red;
|
|
420
|
+
font-size:1.2em;
|
|
421
|
+
}
|
|
422
|
+
|
|
417
423
|
.control-point[data-v-0ff53a0a]{
|
|
418
424
|
fill: #fff;
|
|
419
425
|
cursor: move;
|
|
@@ -422,12 +428,6 @@ ul li[data-v-39fac73c] {
|
|
|
422
428
|
stroke-dasharray: 2 2
|
|
423
429
|
}
|
|
424
430
|
|
|
425
|
-
.percent[data-v-c1c7385b]{
|
|
426
|
-
margin-left: 10px;
|
|
427
|
-
color:red;
|
|
428
|
-
font-size:1.2em;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
431
|
.el-checkbox[data-v-5fb29fef]{
|
|
432
432
|
margin-left: 20px;
|
|
433
433
|
}
|
|
@@ -437,7 +437,21 @@ ul li[data-v-39fac73c] {
|
|
|
437
437
|
color:red;
|
|
438
438
|
font-size:1.2em;
|
|
439
439
|
}
|
|
440
|
-
|
|
440
|
+
.group[data-v-98300543] {
|
|
441
|
+
font-size: 14px;
|
|
442
|
+
width: 100%;
|
|
443
|
+
}
|
|
444
|
+
.item[data-v-98300543] {
|
|
445
|
+
float: left;
|
|
446
|
+
list-style-type: none;
|
|
447
|
+
width: 33.33%;
|
|
448
|
+
margin-bottom: 18px;
|
|
449
|
+
}
|
|
450
|
+
.item-content[data-v-98300543] {
|
|
451
|
+
height: calc(100vh - 300px);
|
|
452
|
+
padding-left: 20px;
|
|
453
|
+
overflow: auto;
|
|
454
|
+
}
|
|
441
455
|
.el-tag + .el-tag[data-v-aaf48aff] {
|
|
442
456
|
margin-left: 10px;
|
|
443
457
|
}
|
|
@@ -463,27 +477,6 @@ select[data-v-aaf48aff]{
|
|
|
463
477
|
span[data-v-4e29ea06] {
|
|
464
478
|
margin: 0 10px;
|
|
465
479
|
}
|
|
466
|
-
.group[data-v-98300543] {
|
|
467
|
-
font-size: 14px;
|
|
468
|
-
width: 100%;
|
|
469
|
-
}
|
|
470
|
-
.item[data-v-98300543] {
|
|
471
|
-
float: left;
|
|
472
|
-
list-style-type: none;
|
|
473
|
-
width: 33.33%;
|
|
474
|
-
margin-bottom: 18px;
|
|
475
|
-
}
|
|
476
|
-
.item-content[data-v-98300543] {
|
|
477
|
-
height: calc(100vh - 300px);
|
|
478
|
-
padding-left: 20px;
|
|
479
|
-
overflow: auto;
|
|
480
|
-
}
|
|
481
|
-
.searchResult {
|
|
482
|
-
color:red
|
|
483
|
-
}
|
|
484
|
-
.inline-input-custom {
|
|
485
|
-
width : 90%
|
|
486
|
-
}
|
|
487
480
|
|
|
488
481
|
#custTabOne[data-v-7feaa2da] .el-tabs__content {
|
|
489
482
|
height: 500px;
|
|
@@ -523,3 +516,10 @@ span[data-v-4e29ea06] {
|
|
|
523
516
|
.inline-input-custom {
|
|
524
517
|
width : 90%
|
|
525
518
|
}
|
|
519
|
+
|
|
520
|
+
.searchResult {
|
|
521
|
+
color:red
|
|
522
|
+
}
|
|
523
|
+
.inline-input-custom {
|
|
524
|
+
width : 90%
|
|
525
|
+
}
|