hy-logic-flow-mini 1.0.0 → 1.0.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/lib/app.css +1858 -0
- package/lib/{hy-flow-new-mini.css → chunk-vendors.css} +0 -1858
- package/lib/favicon.ico +0 -0
- package/lib/js/36.68de6635.js +1 -0
- package/lib/js/365.df7c2432.js +1 -0
- package/lib/js/app.11c22791.js +1 -0
- package/lib/js/chunk-vendors.a69a36c9.js +309 -0
- package/package.json +1 -1
- package/lib/hy-flow-new-mini.common.36.js +0 -70
- package/lib/hy-flow-new-mini.common.365.js +0 -58
- package/lib/hy-flow-new-mini.common.js +0 -218240
- package/lib/hy-flow-new-mini.umd.357.js +0 -70
- package/lib/hy-flow-new-mini.umd.371.js +0 -58
- package/lib/hy-flow-new-mini.umd.js +0 -218259
- package/lib/hy-flow-new-mini.umd.min.249.js +0 -1
- package/lib/hy-flow-new-mini.umd.min.323.js +0 -1
- package/lib/hy-flow-new-mini.umd.min.js +0 -303
package/lib/app.css
ADDED
|
@@ -0,0 +1,1858 @@
|
|
|
1
|
+
.designer-wrap{
|
|
2
|
+
height:100vh;
|
|
3
|
+
overflow:hidden;
|
|
4
|
+
width:100%;
|
|
5
|
+
}
|
|
6
|
+
.designer-wrap .designer-nav-box{
|
|
7
|
+
-webkit-box-shadow:0 2px 8px rgba(92,99,115,.25);
|
|
8
|
+
box-shadow:0 2px 8px rgba(92,99,115,.25);
|
|
9
|
+
-webkit-box-sizing:border-box;
|
|
10
|
+
box-sizing:border-box;
|
|
11
|
+
display:-webkit-box;
|
|
12
|
+
display:flex;
|
|
13
|
+
height:50px;
|
|
14
|
+
position:relative;
|
|
15
|
+
width:100%;
|
|
16
|
+
z-index:100;
|
|
17
|
+
}
|
|
18
|
+
.designer-wrap .designer-nav-box .designer-nav-return{
|
|
19
|
+
-webkit-box-flex:0;
|
|
20
|
+
-webkit-box-align:center;
|
|
21
|
+
align-items:center;
|
|
22
|
+
color:#575757;
|
|
23
|
+
cursor:pointer;
|
|
24
|
+
display:-webkit-box;
|
|
25
|
+
display:flex;
|
|
26
|
+
flex:0 0 auto;
|
|
27
|
+
font-size:14px;
|
|
28
|
+
font-weight:700;
|
|
29
|
+
margin-left:20px;
|
|
30
|
+
}
|
|
31
|
+
.designer-wrap .designer-nav-box .designer-nav-return img{
|
|
32
|
+
margin-right:10px;
|
|
33
|
+
}
|
|
34
|
+
.designer-wrap .designer-nav-box .designer-nav-return .select-version-box{
|
|
35
|
+
-webkit-box-align:center;
|
|
36
|
+
align-items:center;
|
|
37
|
+
color:#575757;
|
|
38
|
+
cursor:pointer;
|
|
39
|
+
display:-webkit-box;
|
|
40
|
+
display:flex;
|
|
41
|
+
font-size:16px;
|
|
42
|
+
font-weight:700;
|
|
43
|
+
margin-right:30px;
|
|
44
|
+
position:relative;
|
|
45
|
+
width:100%;
|
|
46
|
+
}
|
|
47
|
+
.designer-wrap .designer-nav-box .designer-nav-return .select-version-box .title{
|
|
48
|
+
max-width:60%;
|
|
49
|
+
overflow:hidden;
|
|
50
|
+
text-overflow:ellipsis;
|
|
51
|
+
white-space:nowrap;
|
|
52
|
+
}
|
|
53
|
+
.designer-wrap .designer-nav-box .designer-nav-return .select-version-box .version{
|
|
54
|
+
color:#575757;
|
|
55
|
+
}
|
|
56
|
+
.designer-wrap .designer-nav-box .designer-nav-center{
|
|
57
|
+
-webkit-box-flex:1;
|
|
58
|
+
flex:1 0 auto;
|
|
59
|
+
line-height:50px;
|
|
60
|
+
text-align:center;
|
|
61
|
+
}
|
|
62
|
+
.designer-wrap .designer-nav-box .designer-nav-center .designer-nav-center-wrap{
|
|
63
|
+
display:inline-block;
|
|
64
|
+
}
|
|
65
|
+
.designer-wrap .designer-nav-box .designer-nav-center .designer-nav-center-wrap .designer-nav-center-wrap-item{
|
|
66
|
+
color:#575757;
|
|
67
|
+
cursor:pointer;
|
|
68
|
+
display:inline-block;
|
|
69
|
+
font-size:16px;
|
|
70
|
+
font-weight:700;
|
|
71
|
+
margin-right:35px;
|
|
72
|
+
}
|
|
73
|
+
.designer-wrap .designer-nav-box .designer-nav-center .designer-nav-center-wrap .designer-nav-center-wrap-item .act-item{
|
|
74
|
+
border-bottom:3px solid #ff6a00;
|
|
75
|
+
color:#575757;
|
|
76
|
+
padding-bottom:12px;
|
|
77
|
+
}
|
|
78
|
+
.designer-wrap .designer-nav-box .designer-nav-button{
|
|
79
|
+
-webkit-box-flex:0;
|
|
80
|
+
-webkit-box-pack:end;
|
|
81
|
+
-webkit-box-align:center;
|
|
82
|
+
align-items:center;
|
|
83
|
+
display:-webkit-box;
|
|
84
|
+
display:flex;
|
|
85
|
+
flex:0 0 auto;
|
|
86
|
+
justify-content:flex-end;
|
|
87
|
+
margin-right:25px;
|
|
88
|
+
}
|
|
89
|
+
.designer-wrap .designer-base-info{
|
|
90
|
+
background-color:#f2f3f5;
|
|
91
|
+
height:100%;
|
|
92
|
+
margin:0 auto;
|
|
93
|
+
overflow-y:auto;
|
|
94
|
+
padding:24px 0;
|
|
95
|
+
text-align:center;
|
|
96
|
+
}
|
|
97
|
+
.designer-wrap .designer-base-info .base-info-panel{
|
|
98
|
+
background-color:#fff;
|
|
99
|
+
display:inline-block;
|
|
100
|
+
padding:24px 288px;
|
|
101
|
+
text-align:left;
|
|
102
|
+
width:1128px;
|
|
103
|
+
}
|
|
104
|
+
.designer-wrap .designer-content-box{
|
|
105
|
+
height:calc(100vh - 50px);
|
|
106
|
+
overflow:hidden;
|
|
107
|
+
width:100%;
|
|
108
|
+
}
|
|
109
|
+
.designer-wrap .designer-content-box .flow-design-wrap{
|
|
110
|
+
background-color:#f2f3f5;
|
|
111
|
+
height:100%;
|
|
112
|
+
position:relative;
|
|
113
|
+
width:100%;
|
|
114
|
+
}
|
|
115
|
+
.designer-wrap .designer-content-box .flow-design-wrap::before{
|
|
116
|
+
content:"";
|
|
117
|
+
display:table;
|
|
118
|
+
}
|
|
119
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container{
|
|
120
|
+
display:-webkit-box;
|
|
121
|
+
display:flex;
|
|
122
|
+
height:100%;
|
|
123
|
+
overflow:scroll;
|
|
124
|
+
width:100%;
|
|
125
|
+
}
|
|
126
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content{
|
|
127
|
+
margin:30px auto;
|
|
128
|
+
}
|
|
129
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row-container{
|
|
130
|
+
-webkit-box-orient:vertical;
|
|
131
|
+
-webkit-box-direction:normal;
|
|
132
|
+
-webkit-box-flex:1;
|
|
133
|
+
display:-webkit-box;
|
|
134
|
+
display:flex;
|
|
135
|
+
flex-direction:column;
|
|
136
|
+
flex-grow:1;
|
|
137
|
+
}
|
|
138
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row{
|
|
139
|
+
-webkit-box-align:center;
|
|
140
|
+
align-items:center;
|
|
141
|
+
position:relative;
|
|
142
|
+
}
|
|
143
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-box{
|
|
144
|
+
-webkit-box-flex:1;
|
|
145
|
+
flex-grow:1;
|
|
146
|
+
padding:0 50px;
|
|
147
|
+
position:relative;
|
|
148
|
+
}
|
|
149
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-box::before{
|
|
150
|
+
background-color:#cccfdb;
|
|
151
|
+
bottom:0;
|
|
152
|
+
content:"";
|
|
153
|
+
height:100%;
|
|
154
|
+
left:0;
|
|
155
|
+
margin:auto;
|
|
156
|
+
position:absolute;
|
|
157
|
+
right:0;
|
|
158
|
+
top:0;
|
|
159
|
+
width:1px;
|
|
160
|
+
}
|
|
161
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-box .node-start-btn{
|
|
162
|
+
padding-bottom:20px;
|
|
163
|
+
}
|
|
164
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-box .after-node-btn{
|
|
165
|
+
padding:20px 0 35px;
|
|
166
|
+
position:relative;
|
|
167
|
+
text-align:center;
|
|
168
|
+
}
|
|
169
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-box .after-node-btn img{
|
|
170
|
+
cursor:pointer;
|
|
171
|
+
}
|
|
172
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item{
|
|
173
|
+
padding-top:0;
|
|
174
|
+
}
|
|
175
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-start,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-temmi{
|
|
176
|
+
-webkit-box-pack:center;
|
|
177
|
+
-webkit-box-align:center;
|
|
178
|
+
align-items:center;
|
|
179
|
+
background-blend-mode:normal, normal;
|
|
180
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#ff6a00), to(#f78b3e)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
181
|
+
background-image:linear-gradient(90deg, #ff6a00, #f78b3e), linear-gradient(#ff6a00, #ff6a00);
|
|
182
|
+
border-radius:60px;
|
|
183
|
+
-webkit-box-shadow:0 2px 10px 0 rgba(255,107,2,.5);
|
|
184
|
+
box-shadow:0 2px 10px 0 rgba(255,107,2,.5);
|
|
185
|
+
color:#f8f8fa;
|
|
186
|
+
display:-webkit-box;
|
|
187
|
+
display:flex;
|
|
188
|
+
font-size:18px;
|
|
189
|
+
height:60px;
|
|
190
|
+
justify-content:center;
|
|
191
|
+
position:relative;
|
|
192
|
+
width:60px;
|
|
193
|
+
z-index:2;
|
|
194
|
+
}
|
|
195
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-temmi{
|
|
196
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#ff4056), to(#ff4056)), -webkit-gradient(linear, left top, left bottom, from(#ff6173), to(#ff6173));
|
|
197
|
+
background-image:linear-gradient(90deg, #ff4056, #ff4056), linear-gradient(#ff6173, #ff6173);
|
|
198
|
+
cursor:pointer;
|
|
199
|
+
}
|
|
200
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-temmi:hover .close-icon{
|
|
201
|
+
display:-webkit-box;
|
|
202
|
+
display:flex;
|
|
203
|
+
}
|
|
204
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-temmi .close-icon{
|
|
205
|
+
-webkit-box-pack:center;
|
|
206
|
+
-webkit-box-align:center;
|
|
207
|
+
align-items:center;
|
|
208
|
+
background:#9e9e9e;
|
|
209
|
+
border-radius:16px;
|
|
210
|
+
color:#fff;
|
|
211
|
+
display:none;
|
|
212
|
+
font-size:14px;
|
|
213
|
+
height:20px;
|
|
214
|
+
justify-content:center;
|
|
215
|
+
left:-5px;
|
|
216
|
+
position:absolute;
|
|
217
|
+
top:-2px;
|
|
218
|
+
width:20px;
|
|
219
|
+
}
|
|
220
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .node-temmi .close-icon .close-icon:hover{
|
|
221
|
+
background:red;
|
|
222
|
+
}
|
|
223
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box{
|
|
224
|
+
background-color:#fff;
|
|
225
|
+
border-radius:4px;
|
|
226
|
+
-webkit-box-shadow:0 2px 6px 0 rgba(75,82,94,.2);
|
|
227
|
+
box-shadow:0 2px 6px 0 rgba(75,82,94,.2);
|
|
228
|
+
-webkit-box-sizing:border-box;
|
|
229
|
+
box-sizing:border-box;
|
|
230
|
+
cursor:pointer;
|
|
231
|
+
height:100px;
|
|
232
|
+
position:relative;
|
|
233
|
+
width:210px;
|
|
234
|
+
}
|
|
235
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-sp,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-start-bg{
|
|
236
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#ff6a00), to(#f78b3e)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
237
|
+
background-image:linear-gradient(90deg, #ff6a00, #f78b3e), linear-gradient(#ff6a00, #ff6a00);
|
|
238
|
+
}
|
|
239
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-launch{
|
|
240
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#a9b4cd), to(#a9b4cd)), -webkit-gradient(linear, left top, left bottom, from(#a9b4cd), to(#a9b4cd));
|
|
241
|
+
background-image:linear-gradient(90deg, #a9b4cd, #a9b4cd), linear-gradient(#a9b4cd, #a9b4cd);
|
|
242
|
+
}
|
|
243
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-cc{
|
|
244
|
+
background-image:-webkit-gradient(linear, left top, right top, color-stop(-16.37%, #268bfb), color-stop(137.34%, #33e1ae)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
245
|
+
background-image:linear-gradient(90deg, #268bfb -16.37%, #33e1ae 137.34%), linear-gradient(#ff6a00, #ff6a00);
|
|
246
|
+
}
|
|
247
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-tz{
|
|
248
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#498ff2), to(#6da4f2)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
249
|
+
background-image:linear-gradient(90deg, #498ff2, #6da4f2), linear-gradient(#ff6a00, #ff6a00);
|
|
250
|
+
}
|
|
251
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-fill{
|
|
252
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#29cc80), to(#5ccc98)), -webkit-gradient(linear, left top, left bottom, from(#29cc80), to(#29cc80));
|
|
253
|
+
background-image:linear-gradient(90deg, #29cc80, #5ccc98), linear-gradient(#29cc80, #29cc80);
|
|
254
|
+
}
|
|
255
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-transact{
|
|
256
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#935af6), to(#f65ac2)), -webkit-gradient(linear, left top, left bottom, from(#935af6), to(#935af6));
|
|
257
|
+
background-image:linear-gradient(90deg, #935af6, #f65ac2), linear-gradient(#935af6, #935af6);
|
|
258
|
+
}
|
|
259
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-delete{
|
|
260
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#aaaab3), to(#aaaab3)), -webkit-gradient(linear, left top, left bottom, from(#c4c4cc), to(#c4c4cc));
|
|
261
|
+
background-image:linear-gradient(90deg, #aaaab3, #aaaab3), linear-gradient(#c4c4cc, #c4c4cc);
|
|
262
|
+
}
|
|
263
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-zl{
|
|
264
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#ff9313), to(#faab4b)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
265
|
+
background-image:linear-gradient(90deg, #ff9313, #faab4b), linear-gradient(#ff6a00, #ff6a00);
|
|
266
|
+
}
|
|
267
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-status-current{
|
|
268
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#1890ff), to(#1890ff)), -webkit-gradient(linear, left top, left bottom, from(#1890ff), to(#1890ff));
|
|
269
|
+
background-image:linear-gradient(90deg, #1890ff, #1890ff), linear-gradient(#1890ff, #1890ff);
|
|
270
|
+
}
|
|
271
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-status-not{
|
|
272
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#909399), to(#909399)), -webkit-gradient(linear, left top, left bottom, from(#909399), to(#909399));
|
|
273
|
+
background-image:linear-gradient(90deg, #909399, #909399), linear-gradient(#909399, #909399);
|
|
274
|
+
}
|
|
275
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-status-complete{
|
|
276
|
+
background-image:-webkit-gradient(linear, left top, right top, from(#20b2aa), to(#20b2aa)), -webkit-gradient(linear, left top, left bottom, from(#20b2aa), to(#20b2aa));
|
|
277
|
+
background-image:linear-gradient(90deg, #20b2aa, #20b2aa), linear-gradient(#20b2aa, #20b2aa);
|
|
278
|
+
}
|
|
279
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-name{
|
|
280
|
+
-webkit-box-pack:justify;
|
|
281
|
+
-webkit-box-align:center;
|
|
282
|
+
align-items:center;
|
|
283
|
+
background-color:#ff6a00;
|
|
284
|
+
border-radius:4px 4px 0 0;
|
|
285
|
+
-webkit-box-sizing:border-box;
|
|
286
|
+
box-sizing:border-box;
|
|
287
|
+
color:#fff;
|
|
288
|
+
display:-webkit-box;
|
|
289
|
+
display:flex;
|
|
290
|
+
font-size:14px;
|
|
291
|
+
height:44px;
|
|
292
|
+
justify-content:space-between;
|
|
293
|
+
padding:15px;
|
|
294
|
+
}
|
|
295
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-name .node-name-title{
|
|
296
|
+
font-weight:700;
|
|
297
|
+
}
|
|
298
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-name .node-name-level{
|
|
299
|
+
text-align:right;
|
|
300
|
+
width:50%;
|
|
301
|
+
}
|
|
302
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-main{
|
|
303
|
+
-webkit-box-align:center;
|
|
304
|
+
align-items:center;
|
|
305
|
+
border-top:none;
|
|
306
|
+
-webkit-box-sizing:border-box;
|
|
307
|
+
box-sizing:border-box;
|
|
308
|
+
color:#575757;
|
|
309
|
+
display:-webkit-box;
|
|
310
|
+
display:flex;
|
|
311
|
+
font-size:14px;
|
|
312
|
+
height:calc(100% - 44px);
|
|
313
|
+
overflow:hidden;
|
|
314
|
+
padding-left:16px;
|
|
315
|
+
padding-right:16px;
|
|
316
|
+
text-overflow:ellipsis;
|
|
317
|
+
white-space:nowrap;
|
|
318
|
+
}
|
|
319
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-main span{
|
|
320
|
+
overflow:hidden;
|
|
321
|
+
text-overflow:ellipsis;
|
|
322
|
+
}
|
|
323
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-main .hint-title{
|
|
324
|
+
color:#ff6a00;
|
|
325
|
+
font-size:12px;
|
|
326
|
+
}
|
|
327
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box.has-error{
|
|
328
|
+
border:1px solid #ff5b4c;
|
|
329
|
+
-webkit-box-shadow:0 0 3px 0 #ff5b4c;
|
|
330
|
+
box-shadow:0 0 3px 0 #ff5b4c;
|
|
331
|
+
}
|
|
332
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-error{
|
|
333
|
+
color:#ff5b4c;
|
|
334
|
+
font-size:32px;
|
|
335
|
+
position:absolute;
|
|
336
|
+
right:-40px;
|
|
337
|
+
top:32px;
|
|
338
|
+
}
|
|
339
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box:hover .close-icon{
|
|
340
|
+
display:-webkit-box;
|
|
341
|
+
display:flex;
|
|
342
|
+
}
|
|
343
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .close-icon{
|
|
344
|
+
-webkit-box-pack:center;
|
|
345
|
+
-webkit-box-align:center;
|
|
346
|
+
align-items:center;
|
|
347
|
+
background:#9e9e9e;
|
|
348
|
+
border-radius:16px;
|
|
349
|
+
color:#fff;
|
|
350
|
+
display:none;
|
|
351
|
+
font-size:14px;
|
|
352
|
+
height:20px;
|
|
353
|
+
justify-content:center;
|
|
354
|
+
left:-5px;
|
|
355
|
+
position:absolute;
|
|
356
|
+
top:-5px;
|
|
357
|
+
width:20px;
|
|
358
|
+
}
|
|
359
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .close-icon:hover{
|
|
360
|
+
background:red;
|
|
361
|
+
}
|
|
362
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest{
|
|
363
|
+
background-color:#fff;
|
|
364
|
+
border-radius:4px;
|
|
365
|
+
-webkit-box-shadow:0 2px 6px 0 rgba(75,82,94,.2);
|
|
366
|
+
box-shadow:0 2px 6px 0 rgba(75,82,94,.2);
|
|
367
|
+
-webkit-box-sizing:border-box;
|
|
368
|
+
box-sizing:border-box;
|
|
369
|
+
cursor:pointer;
|
|
370
|
+
height:60px;
|
|
371
|
+
position:relative;
|
|
372
|
+
width:210px;
|
|
373
|
+
}
|
|
374
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest:hover .close-icon{
|
|
375
|
+
display:-webkit-box;
|
|
376
|
+
display:flex;
|
|
377
|
+
}
|
|
378
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-name{
|
|
379
|
+
-webkit-box-pack:center;
|
|
380
|
+
-ms-flex-pack:center;
|
|
381
|
+
-webkit-box-align:center;
|
|
382
|
+
-ms-flex-align:center;
|
|
383
|
+
align-items:center;
|
|
384
|
+
background-color:#fff;
|
|
385
|
+
border:none !important;
|
|
386
|
+
border-radius:4px 4px 0 0;
|
|
387
|
+
-webkit-box-sizing:border-box;
|
|
388
|
+
box-sizing:border-box;
|
|
389
|
+
color:#575757;
|
|
390
|
+
display:-webkit-box;
|
|
391
|
+
display:flex;
|
|
392
|
+
font-size:14px;
|
|
393
|
+
font-weight:700;
|
|
394
|
+
height:60px;
|
|
395
|
+
justify-content:center;
|
|
396
|
+
margin-right:-1px;
|
|
397
|
+
padding:15px;
|
|
398
|
+
}
|
|
399
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-name span{
|
|
400
|
+
overflow:hidden;
|
|
401
|
+
text-overflow:ellipsis;
|
|
402
|
+
white-space:nowrap;
|
|
403
|
+
}
|
|
404
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .close-icon{
|
|
405
|
+
-webkit-box-pack:center;
|
|
406
|
+
-webkit-box-align:center;
|
|
407
|
+
align-items:center;
|
|
408
|
+
background:#9e9e9e;
|
|
409
|
+
border-radius:16px;
|
|
410
|
+
color:#fff;
|
|
411
|
+
display:none;
|
|
412
|
+
font-size:14px;
|
|
413
|
+
height:20px;
|
|
414
|
+
justify-content:center;
|
|
415
|
+
left:-5px;
|
|
416
|
+
position:absolute;
|
|
417
|
+
top:-5px;
|
|
418
|
+
width:20px;
|
|
419
|
+
}
|
|
420
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .close-icon:hover{
|
|
421
|
+
background:red;
|
|
422
|
+
}
|
|
423
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-delete-layer,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-delete-layer{
|
|
424
|
+
-webkit-box-pack:center;
|
|
425
|
+
-webkit-box-align:center;
|
|
426
|
+
align-items:center;
|
|
427
|
+
background:rgba(0,0,0,.7);
|
|
428
|
+
border-radius:4px;
|
|
429
|
+
display:-webkit-box;
|
|
430
|
+
display:flex;
|
|
431
|
+
height:100%;
|
|
432
|
+
justify-content:center;
|
|
433
|
+
left:0;
|
|
434
|
+
position:absolute;
|
|
435
|
+
top:0;
|
|
436
|
+
width:100%;
|
|
437
|
+
}
|
|
438
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-delete-layer button,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-delete-layer button{
|
|
439
|
+
margin-right:10px;
|
|
440
|
+
}
|
|
441
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-delete-layer .node-delete-cancel,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-delete-layer .node-delete-cancel{
|
|
442
|
+
border-color:#fff;
|
|
443
|
+
color:#fff;
|
|
444
|
+
}
|
|
445
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-branch-suggest .node-delete-layer .ant-btn-ghost,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item .flow-node-box .node-delete-layer .ant-btn-ghost{
|
|
446
|
+
background-color:initial;
|
|
447
|
+
}
|
|
448
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-item-active{
|
|
449
|
+
-webkit-box-shadow:0 3px 30px 0 rgba(255,106,0,.75);
|
|
450
|
+
box-shadow:0 3px 30px 0 rgba(255,106,0,.75);
|
|
451
|
+
}
|
|
452
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch{
|
|
453
|
+
-webkit-box-orient:horizontal;
|
|
454
|
+
-webkit-box-direction:normal;
|
|
455
|
+
-webkit-box-flex:1;
|
|
456
|
+
border-bottom:1px solid #cccfdb;
|
|
457
|
+
border-top:1px solid #cccfdb;
|
|
458
|
+
display:-webkit-box;
|
|
459
|
+
display:flex;
|
|
460
|
+
flex-direction:row;
|
|
461
|
+
flex-grow:1;
|
|
462
|
+
position:relative;
|
|
463
|
+
}
|
|
464
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .clear-left-border,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .clear-right-border{
|
|
465
|
+
bottom:0;
|
|
466
|
+
position:absolute;
|
|
467
|
+
top:0;
|
|
468
|
+
width:100%;
|
|
469
|
+
}
|
|
470
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .branch-node{
|
|
471
|
+
cursor:pointer;
|
|
472
|
+
left:50%;
|
|
473
|
+
position:absolute;
|
|
474
|
+
top:0;
|
|
475
|
+
-webkit-transform:translate(-50%, -50%);
|
|
476
|
+
transform:translate(-50%, -50%);
|
|
477
|
+
z-index:2;
|
|
478
|
+
}
|
|
479
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .meet-node{
|
|
480
|
+
bottom:0;
|
|
481
|
+
left:50%;
|
|
482
|
+
position:absolute;
|
|
483
|
+
-webkit-transform:translate(-50%, 50%);
|
|
484
|
+
transform:translate(-50%, 50%);
|
|
485
|
+
z-index:2;
|
|
486
|
+
}
|
|
487
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col{
|
|
488
|
+
-webkit-box-orient:vertical;
|
|
489
|
+
-webkit-box-direction:normal;
|
|
490
|
+
display:-webkit-box;
|
|
491
|
+
display:flex;
|
|
492
|
+
flex-direction:column;
|
|
493
|
+
position:relative;
|
|
494
|
+
}
|
|
495
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-left-border{
|
|
496
|
+
left:0;
|
|
497
|
+
}
|
|
498
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-left-border::before{
|
|
499
|
+
background:#f2f3f5;
|
|
500
|
+
content:"";
|
|
501
|
+
height:10px;
|
|
502
|
+
left:0;
|
|
503
|
+
position:absolute;
|
|
504
|
+
top:-5px;
|
|
505
|
+
width:50%;
|
|
506
|
+
}
|
|
507
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-left-border::after{
|
|
508
|
+
background:#f2f3f5;
|
|
509
|
+
bottom:-5px;
|
|
510
|
+
content:"";
|
|
511
|
+
height:10px;
|
|
512
|
+
left:0;
|
|
513
|
+
position:absolute;
|
|
514
|
+
width:50%;
|
|
515
|
+
}
|
|
516
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-right-border{
|
|
517
|
+
right:0;
|
|
518
|
+
}
|
|
519
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-right-border::before{
|
|
520
|
+
background:#f2f3f5;
|
|
521
|
+
content:"";
|
|
522
|
+
height:10px;
|
|
523
|
+
position:absolute;
|
|
524
|
+
right:-.5px;
|
|
525
|
+
top:-5px;
|
|
526
|
+
width:50%;
|
|
527
|
+
}
|
|
528
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .clear-right-border::after{
|
|
529
|
+
background:#f2f3f5;
|
|
530
|
+
bottom:-5px;
|
|
531
|
+
content:"";
|
|
532
|
+
height:10px;
|
|
533
|
+
position:absolute;
|
|
534
|
+
right:-.5px;
|
|
535
|
+
width:50%;
|
|
536
|
+
}
|
|
537
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .flow-row{
|
|
538
|
+
-webkit-box-flex:1;
|
|
539
|
+
flex-grow:1;
|
|
540
|
+
}
|
|
541
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .flow-node-branch{
|
|
542
|
+
padding-bottom:10px;
|
|
543
|
+
}
|
|
544
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .flow-node-branch .node-name{
|
|
545
|
+
background-color:#fff;
|
|
546
|
+
border-bottom:1px solid #dee0e3;
|
|
547
|
+
color:#575757;
|
|
548
|
+
}
|
|
549
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .flow-branch .flow-col .flow-item{
|
|
550
|
+
margin-top:20px;
|
|
551
|
+
}
|
|
552
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .after-branch-btn{
|
|
553
|
+
padding:20px 0 41px;
|
|
554
|
+
position:relative;
|
|
555
|
+
text-align:center;
|
|
556
|
+
}
|
|
557
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .after-branch-btn::before{
|
|
558
|
+
background-color:#ccc;
|
|
559
|
+
bottom:0;
|
|
560
|
+
content:"";
|
|
561
|
+
height:100%;
|
|
562
|
+
left:0;
|
|
563
|
+
margin:auto;
|
|
564
|
+
position:absolute;
|
|
565
|
+
right:0;
|
|
566
|
+
top:0;
|
|
567
|
+
width:1px;
|
|
568
|
+
}
|
|
569
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-row .after-branch-btn img{
|
|
570
|
+
cursor:pointer;
|
|
571
|
+
position:relative;
|
|
572
|
+
z-index:2;
|
|
573
|
+
}
|
|
574
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-end-box{
|
|
575
|
+
padding-bottom:120px;
|
|
576
|
+
}
|
|
577
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-container .flow-design-content .flow-end-box .flow-end{
|
|
578
|
+
-webkit-box-pack:center;
|
|
579
|
+
-webkit-box-align:center;
|
|
580
|
+
align-items:center;
|
|
581
|
+
background-blend-mode:normal, normal;
|
|
582
|
+
background-image:linear-gradient(-30deg, #bbbbc4, #d5d5de), linear-gradient(#bcbcc5, #bcbcc5);
|
|
583
|
+
border-radius:60px;
|
|
584
|
+
-webkit-box-shadow:0 2px 10px 0 hsla(240,4%,58%,.5);
|
|
585
|
+
box-shadow:0 2px 10px 0 hsla(240,4%,58%,.5);
|
|
586
|
+
color:#f8f8fa;
|
|
587
|
+
display:-webkit-box;
|
|
588
|
+
display:flex;
|
|
589
|
+
font-size:18px;
|
|
590
|
+
height:60px;
|
|
591
|
+
justify-content:center;
|
|
592
|
+
position:relative;
|
|
593
|
+
width:60px;
|
|
594
|
+
z-index:2;
|
|
595
|
+
}
|
|
596
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate{
|
|
597
|
+
-webkit-box-orient:horizontal;
|
|
598
|
+
-webkit-box-direction:reverse;
|
|
599
|
+
bottom:200px;
|
|
600
|
+
flex-direction:row-reverse;
|
|
601
|
+
flex-wrap:wrap;
|
|
602
|
+
position:fixed;
|
|
603
|
+
right:20px;
|
|
604
|
+
z-index:20;
|
|
605
|
+
}
|
|
606
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-fullscreen{
|
|
607
|
+
cursor:pointer;
|
|
608
|
+
margin-left:10px;
|
|
609
|
+
}
|
|
610
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-fullscreen .flow-fullscreen-icon{
|
|
611
|
+
background:#fff;
|
|
612
|
+
background-image:url(https://welink.huaweicloud.com/workflow-design/hae/img/fullscreen.52ee2f27.svg);
|
|
613
|
+
background-position:50%;
|
|
614
|
+
background-repeat:no-repeat;
|
|
615
|
+
border:1px solid #d9d9d9;
|
|
616
|
+
border-radius:2px;
|
|
617
|
+
display:inline-block;
|
|
618
|
+
height:30px;
|
|
619
|
+
opacity:1;
|
|
620
|
+
width:30px;
|
|
621
|
+
}
|
|
622
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom{
|
|
623
|
+
-webkit-box-align:center;
|
|
624
|
+
-webkit-box-pack:justify;
|
|
625
|
+
-ms-flex-pack:justify;
|
|
626
|
+
align-items:center;
|
|
627
|
+
display:-webkit-box;
|
|
628
|
+
display:flex;
|
|
629
|
+
height:30px;
|
|
630
|
+
z-index:999;
|
|
631
|
+
}
|
|
632
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom span{
|
|
633
|
+
background:#fff;
|
|
634
|
+
border-color:#d9d9d9;
|
|
635
|
+
border-style:solid;
|
|
636
|
+
border-width:1px 0;
|
|
637
|
+
font-size:14px;
|
|
638
|
+
height:30px;
|
|
639
|
+
line-height:30px;
|
|
640
|
+
text-align:center;
|
|
641
|
+
width:60px;
|
|
642
|
+
}
|
|
643
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom .flow-design-zoom-less,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom .flow-design-zoom-more{
|
|
644
|
+
background-color:#fff;
|
|
645
|
+
background-repeat:no-repeat;
|
|
646
|
+
background-size:30px 30px;
|
|
647
|
+
border:1px solid #d9d9d9;
|
|
648
|
+
cursor:pointer;
|
|
649
|
+
height:30px;
|
|
650
|
+
position:relative;
|
|
651
|
+
width:30px;
|
|
652
|
+
}
|
|
653
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom .flow-design-zoom-less::before,.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom .flow-design-zoom-more::before{
|
|
654
|
+
background:#008dff;
|
|
655
|
+
content:"";
|
|
656
|
+
height:1px;
|
|
657
|
+
left:9px;
|
|
658
|
+
position:absolute;
|
|
659
|
+
top:14px;
|
|
660
|
+
width:11px;
|
|
661
|
+
}
|
|
662
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-operate .flow-design-zoom .flow-design-zoom-more::after{
|
|
663
|
+
background:#008dff;
|
|
664
|
+
content:"";
|
|
665
|
+
height:11px;
|
|
666
|
+
left:14px;
|
|
667
|
+
position:absolute;
|
|
668
|
+
top:9px;
|
|
669
|
+
width:1px;
|
|
670
|
+
}
|
|
671
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-map{
|
|
672
|
+
-webkit-box-align:center;
|
|
673
|
+
-webkit-box-pack:center;
|
|
674
|
+
align-items:center;
|
|
675
|
+
background:#aaa;
|
|
676
|
+
border:1px solid #333;
|
|
677
|
+
bottom:22px;
|
|
678
|
+
cursor:-webkit-grab;
|
|
679
|
+
cursor:grab;
|
|
680
|
+
display:-webkit-box;
|
|
681
|
+
display:flex;
|
|
682
|
+
height:150px;
|
|
683
|
+
justify-content:center;
|
|
684
|
+
opacity:1;
|
|
685
|
+
overflow:hidden;
|
|
686
|
+
position:fixed;
|
|
687
|
+
right:20px;
|
|
688
|
+
text-align:center;
|
|
689
|
+
-webkit-user-select:none;
|
|
690
|
+
-moz-user-select:none;
|
|
691
|
+
user-select:none;
|
|
692
|
+
width:202px;
|
|
693
|
+
z-index:10;
|
|
694
|
+
}
|
|
695
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-map img{
|
|
696
|
+
max-height:100%;
|
|
697
|
+
max-width:100%;
|
|
698
|
+
}
|
|
699
|
+
.designer-wrap .designer-content-box .flow-design-wrap .flow-design-map .map-mask{
|
|
700
|
+
border:1px solid #f5340d;
|
|
701
|
+
height:120px;
|
|
702
|
+
left:0;
|
|
703
|
+
opacity:1;
|
|
704
|
+
position:absolute;
|
|
705
|
+
top:0;
|
|
706
|
+
width:200px;
|
|
707
|
+
}
|
|
708
|
+
.designer-wrap .designer-content-box .flowSetting-box{
|
|
709
|
+
display:-webkit-box;
|
|
710
|
+
display:flex;
|
|
711
|
+
width:100%;
|
|
712
|
+
}
|
|
713
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box{
|
|
714
|
+
-webkit-box-flex:0;
|
|
715
|
+
background-color:#f2f3f5;
|
|
716
|
+
flex:0 0 240px;
|
|
717
|
+
height:calc(100vh - 50px);
|
|
718
|
+
overflow:auto;
|
|
719
|
+
overflow-y:auto;
|
|
720
|
+
padding-top:20px;
|
|
721
|
+
}
|
|
722
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box .flowSetting-nav-group{
|
|
723
|
+
margin-bottom:25px;
|
|
724
|
+
}
|
|
725
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box .flowSetting-nav-group .flowSetting-nav-group-item{
|
|
726
|
+
-webkit-box-sizing:border-box;
|
|
727
|
+
box-sizing:border-box;
|
|
728
|
+
cursor:pointer;
|
|
729
|
+
padding:12px 20px;
|
|
730
|
+
width:100%;
|
|
731
|
+
}
|
|
732
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box .flowSetting-nav-group .flowSetting-nav-group-item img{
|
|
733
|
+
margin-right:10px;
|
|
734
|
+
vertical-align:sub;
|
|
735
|
+
}
|
|
736
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box .flowSetting-nav-group .flowSetting-nav-group-item span{
|
|
737
|
+
color:#575757;
|
|
738
|
+
font-size:14px;
|
|
739
|
+
}
|
|
740
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-nav-box .flowSetting-nav-group .act-item{
|
|
741
|
+
background-color:rgba(255,106,0,.1);
|
|
742
|
+
border-radius:0 20px 20px 0;
|
|
743
|
+
font-weight:700;
|
|
744
|
+
width:220px;
|
|
745
|
+
}
|
|
746
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box{
|
|
747
|
+
background:#fff;
|
|
748
|
+
-webkit-box-sizing:border-box;
|
|
749
|
+
box-sizing:border-box;
|
|
750
|
+
height:calc(100vh - 50px);
|
|
751
|
+
overflow:auto;
|
|
752
|
+
padding:20px;
|
|
753
|
+
width:100%;
|
|
754
|
+
}
|
|
755
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box .flowSetting-card-header{
|
|
756
|
+
-webkit-box-pack:justify;
|
|
757
|
+
display:-webkit-box;
|
|
758
|
+
display:flex;
|
|
759
|
+
justify-content:space-between;
|
|
760
|
+
margin-bottom:12px;
|
|
761
|
+
}
|
|
762
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box .flowSetting-card-header .flowSetting-card-header-title{
|
|
763
|
+
color:#171a1d;
|
|
764
|
+
font-family:PingFangSC-Medium;
|
|
765
|
+
font-size:14px;
|
|
766
|
+
height:22px;
|
|
767
|
+
letter-spacing:0;
|
|
768
|
+
line-height:22px;
|
|
769
|
+
width:138px;
|
|
770
|
+
}
|
|
771
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box .flowSetting-card-header .flowSetting-card-header-title img{
|
|
772
|
+
margin-right:10px;
|
|
773
|
+
vertical-align:sub;
|
|
774
|
+
}
|
|
775
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box .flowSetting-card-header .flowSetting-card-header-title span{
|
|
776
|
+
color:#575757;
|
|
777
|
+
font-size:14px;
|
|
778
|
+
}
|
|
779
|
+
.designer-wrap .designer-content-box .flowSetting-box .flowSetting-content-box .flowSetting-card-des{
|
|
780
|
+
color:rgba(23,26,29,.4);
|
|
781
|
+
font-family:PingFangSC-Regular;
|
|
782
|
+
font-size:14px;
|
|
783
|
+
height:44px;
|
|
784
|
+
letter-spacing:0;
|
|
785
|
+
line-height:22px;
|
|
786
|
+
}
|
|
787
|
+
.flow-ant-drawer-title{
|
|
788
|
+
color:#fff;
|
|
789
|
+
margin-left:10px;
|
|
790
|
+
}
|
|
791
|
+
.flow-setting-module .flow-setting-content{
|
|
792
|
+
-webkit-box-sizing:border-box;
|
|
793
|
+
box-sizing:border-box;
|
|
794
|
+
color:#575757;
|
|
795
|
+
font-size:14px;
|
|
796
|
+
}
|
|
797
|
+
.flow-setting-module .flow-setting-content .flow-setting-item{
|
|
798
|
+
color:#575757;
|
|
799
|
+
font-size:14px;
|
|
800
|
+
margin-bottom:20px;
|
|
801
|
+
}
|
|
802
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-item-title{
|
|
803
|
+
font-weight:700;
|
|
804
|
+
margin-bottom:10px;
|
|
805
|
+
}
|
|
806
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-item-title .light-text{
|
|
807
|
+
color:#8f959e;
|
|
808
|
+
font-weight:400;
|
|
809
|
+
}
|
|
810
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item{
|
|
811
|
+
-webkit-box-align:center;
|
|
812
|
+
-webkit-box-pack:justify;
|
|
813
|
+
align-items:center;
|
|
814
|
+
border-bottom:1px solid #dee0e3;
|
|
815
|
+
display:-webkit-box;
|
|
816
|
+
display:flex;
|
|
817
|
+
justify-content:space-between;
|
|
818
|
+
padding:14px 0;
|
|
819
|
+
}
|
|
820
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item .flow-setting-option-item-left{
|
|
821
|
+
-webkit-box-align:center;
|
|
822
|
+
align-items:center;
|
|
823
|
+
display:-webkit-box;
|
|
824
|
+
display:flex;
|
|
825
|
+
}
|
|
826
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item .flow-setting-option-item-left .flow-setting-option-desc{
|
|
827
|
+
margin-left:9px;
|
|
828
|
+
}
|
|
829
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item .flow-setting-option-item-left .flow-setting-option-desc p{
|
|
830
|
+
font-family:Microsoft YaHei;
|
|
831
|
+
margin:0;
|
|
832
|
+
padding:0;
|
|
833
|
+
}
|
|
834
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item .flow-setting-option-item-left .flow-setting-option-desc .setting-option-title{
|
|
835
|
+
color:#575757;
|
|
836
|
+
font-size:14px;
|
|
837
|
+
}
|
|
838
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-option .flow-setting-option-item .flow-setting-option-item-left .flow-setting-option-desc .setting-option-desc{
|
|
839
|
+
color:#979797;
|
|
840
|
+
font-size:12px;
|
|
841
|
+
}
|
|
842
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box{
|
|
843
|
+
max-height:90%;
|
|
844
|
+
}
|
|
845
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group{
|
|
846
|
+
background-color:#f2f3f5;
|
|
847
|
+
margin-top:15px;
|
|
848
|
+
padding-bottom:10px;
|
|
849
|
+
}
|
|
850
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group .flow-setting-condition-item{
|
|
851
|
+
-webkit-box-pack:start;
|
|
852
|
+
border-radius:3px;
|
|
853
|
+
display:-webkit-box;
|
|
854
|
+
display:flex;
|
|
855
|
+
justify-content:flex-start;
|
|
856
|
+
padding:10px 10px 5px;
|
|
857
|
+
}
|
|
858
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group .flow-setting-condition-item .flow-setting-condition-option{
|
|
859
|
+
display:-webkit-box;
|
|
860
|
+
display:flex;
|
|
861
|
+
justify-content:space-around;
|
|
862
|
+
width:100%;
|
|
863
|
+
}
|
|
864
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group .flow-setting-condition-item .flow-setting-condition-value{
|
|
865
|
+
background:#fff;
|
|
866
|
+
border:1px solid #dcdfe6;
|
|
867
|
+
border-radius:5px;
|
|
868
|
+
-webkit-box-sizing:border-box;
|
|
869
|
+
box-sizing:border-box;
|
|
870
|
+
color:#c0c4cc;
|
|
871
|
+
font-size:13px;
|
|
872
|
+
height:40px;
|
|
873
|
+
line-height:40px;
|
|
874
|
+
width:45%;
|
|
875
|
+
}
|
|
876
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group .flow-setting-condition-item .flow-setting-condition-del{
|
|
877
|
+
-webkit-box-align:center;
|
|
878
|
+
-webkit-box-pack:center;
|
|
879
|
+
-webkit-box-flex:0;
|
|
880
|
+
align-items:center;
|
|
881
|
+
background-color:#fff;
|
|
882
|
+
border:1px solid #dee0e3;
|
|
883
|
+
border-radius:3px;
|
|
884
|
+
color:#a3a8af;
|
|
885
|
+
cursor:pointer;
|
|
886
|
+
display:-webkit-box;
|
|
887
|
+
display:flex;
|
|
888
|
+
flex:0 0 auto;
|
|
889
|
+
font-size:16px;
|
|
890
|
+
height:38px;
|
|
891
|
+
justify-content:center;
|
|
892
|
+
width:38px;
|
|
893
|
+
}
|
|
894
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group .flow-setting-condition-item .flow-setting-condition-del:hover{
|
|
895
|
+
background-color:#dcdcdc;
|
|
896
|
+
}
|
|
897
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-group-connector{
|
|
898
|
+
color:#8e8e8e;
|
|
899
|
+
font-size:14px;
|
|
900
|
+
margin-top:15px;
|
|
901
|
+
}
|
|
902
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-add{
|
|
903
|
+
background-color:#fff;
|
|
904
|
+
border:1px solid #dee0e3;
|
|
905
|
+
border-radius:3px;
|
|
906
|
+
color:#8e8e8e;
|
|
907
|
+
cursor:pointer;
|
|
908
|
+
font-size:13px;
|
|
909
|
+
height:34px;
|
|
910
|
+
line-height:34px;
|
|
911
|
+
margin-left:13px;
|
|
912
|
+
margin-top:15px;
|
|
913
|
+
text-align:center;
|
|
914
|
+
width:100px;
|
|
915
|
+
}
|
|
916
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .flow-setting-condition-box .flow-setting-condition-add:hover{
|
|
917
|
+
background-color:#dcdcdc;
|
|
918
|
+
}
|
|
919
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .tpl-flex-box{
|
|
920
|
+
-webkit-box-pack:justify;
|
|
921
|
+
color:#575757;
|
|
922
|
+
display:-webkit-box;
|
|
923
|
+
display:flex;
|
|
924
|
+
font-size:14px;
|
|
925
|
+
justify-content:space-between;
|
|
926
|
+
}
|
|
927
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .hint-info{
|
|
928
|
+
color:#646a73;
|
|
929
|
+
line-height:22px;
|
|
930
|
+
}
|
|
931
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .hint-info p{
|
|
932
|
+
padding-left:10px;
|
|
933
|
+
position:relative;
|
|
934
|
+
}
|
|
935
|
+
.flow-setting-module .flow-setting-content .flow-setting-item .hint-info p::before{
|
|
936
|
+
background:#ff8126;
|
|
937
|
+
border-radius:2px;
|
|
938
|
+
content:"";
|
|
939
|
+
height:4px;
|
|
940
|
+
left:0;
|
|
941
|
+
position:absolute;
|
|
942
|
+
top:9px;
|
|
943
|
+
width:4px;
|
|
944
|
+
}
|
|
945
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-title{
|
|
946
|
+
color:#171a1d;
|
|
947
|
+
font-size:14px;
|
|
948
|
+
font-weight:600;
|
|
949
|
+
}
|
|
950
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-desc{
|
|
951
|
+
color:rgba(23,26,29,.4);
|
|
952
|
+
font-size:12px;
|
|
953
|
+
padding-bottom:18px;
|
|
954
|
+
padding-top:6px;
|
|
955
|
+
}
|
|
956
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-content .flow-block-defaultTab{
|
|
957
|
+
margin-top:12px;
|
|
958
|
+
}
|
|
959
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-content .flow-block-defaultTab .flow-block-defaultTpl{
|
|
960
|
+
background:rgba(23,26,29,.04);
|
|
961
|
+
border-radius:6px;
|
|
962
|
+
padding:8px 12px;
|
|
963
|
+
}
|
|
964
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-content .flow-block-defaultTab .flow-block-defaultSample{
|
|
965
|
+
color:rgba(23,26,29,.4);
|
|
966
|
+
font-size:12px;
|
|
967
|
+
padding-top:8px;
|
|
968
|
+
}
|
|
969
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-content .flow-block-var{
|
|
970
|
+
background:hsla(210,7%,53%,.16);
|
|
971
|
+
border-radius:4px;
|
|
972
|
+
margin:0 2px;
|
|
973
|
+
padding:3px 10px;
|
|
974
|
+
}
|
|
975
|
+
.flow-setting-module .flow-setting-content .flow-setting-block .flow-block-content .flow-block-card-header{
|
|
976
|
+
-webkit-box-align:center;
|
|
977
|
+
-webkit-box-pack:justify;
|
|
978
|
+
align-items:center;
|
|
979
|
+
display:-webkit-box;
|
|
980
|
+
display:flex;
|
|
981
|
+
justify-content:space-between;
|
|
982
|
+
}
|
|
983
|
+
.flow-setting-approval-title{
|
|
984
|
+
-webkit-box-pack:justify;
|
|
985
|
+
-webkit-box-align:center;
|
|
986
|
+
align-items:center;
|
|
987
|
+
display:-webkit-box;
|
|
988
|
+
display:flex;
|
|
989
|
+
justify-content:space-between;
|
|
990
|
+
}
|
|
991
|
+
.flow-setting-approval-title .del-icon{
|
|
992
|
+
cursor:pointer;
|
|
993
|
+
}
|
|
994
|
+
.flow-setting-auth-table{
|
|
995
|
+
color:#8e8e8e;
|
|
996
|
+
font-size:14px;
|
|
997
|
+
font-weight:400;
|
|
998
|
+
position:relative;
|
|
999
|
+
}
|
|
1000
|
+
.flow-setting-auth-table div{
|
|
1001
|
+
font-family:Microsoft YaHei;
|
|
1002
|
+
margin:0;
|
|
1003
|
+
padding:0;
|
|
1004
|
+
}
|
|
1005
|
+
.flow-setting-auth-table .flow-setting-auth-table-header{
|
|
1006
|
+
-webkit-box-align:center;
|
|
1007
|
+
align-items:center;
|
|
1008
|
+
background-color:#f2f3f5;
|
|
1009
|
+
-webkit-box-sizing:border-box;
|
|
1010
|
+
box-sizing:border-box;
|
|
1011
|
+
display:-webkit-box;
|
|
1012
|
+
display:flex;
|
|
1013
|
+
height:40px;
|
|
1014
|
+
padding-left:9px;
|
|
1015
|
+
width:100%;
|
|
1016
|
+
}
|
|
1017
|
+
.flow-setting-auth-table .flow-setting-auth-table-body{
|
|
1018
|
+
-webkit-box-align:center;
|
|
1019
|
+
align-items:center;
|
|
1020
|
+
background-color:#fff;
|
|
1021
|
+
-webkit-box-sizing:border-box;
|
|
1022
|
+
box-sizing:border-box;
|
|
1023
|
+
color:#575757;
|
|
1024
|
+
display:block;
|
|
1025
|
+
height:auto;
|
|
1026
|
+
padding-left:9px;
|
|
1027
|
+
width:100%;
|
|
1028
|
+
}
|
|
1029
|
+
.flow-setting-auth-table .flow-setting-auth-table-body .flow-setting-auth-table-name-column-row{
|
|
1030
|
+
-webkit-box-align:center;
|
|
1031
|
+
align-items:center;
|
|
1032
|
+
border-bottom:1px solid #dee0e3;
|
|
1033
|
+
display:-webkit-box;
|
|
1034
|
+
display:flex;
|
|
1035
|
+
height:40px;
|
|
1036
|
+
position:relative;
|
|
1037
|
+
width:100%;
|
|
1038
|
+
}
|
|
1039
|
+
.flow-setting-auth-table .flow-setting-auth-table-name-column-25{
|
|
1040
|
+
width:25%;
|
|
1041
|
+
}
|
|
1042
|
+
.flow-setting-auth-table .flow-setting-auth-table-name-column-30{
|
|
1043
|
+
width:40%;
|
|
1044
|
+
}
|
|
1045
|
+
.flow-setting-auth-table .flow-setting-auth-table-name-column-25 span,.flow-setting-auth-table flow-setting-auth-table-name-column-30 span{
|
|
1046
|
+
display:block;
|
|
1047
|
+
max-width:100px;
|
|
1048
|
+
overflow:hidden;
|
|
1049
|
+
text-overflow:ellipsis;
|
|
1050
|
+
white-space:nowrap;
|
|
1051
|
+
}
|
|
1052
|
+
.flow-setting-auth-table .flow-setting-auth-table-option-column{
|
|
1053
|
+
-webkit-box-flex:1;
|
|
1054
|
+
display:-webkit-box;
|
|
1055
|
+
display:flex;
|
|
1056
|
+
flex-grow:1;
|
|
1057
|
+
position:relative;
|
|
1058
|
+
}
|
|
1059
|
+
.flow-setting-auth-table .flow-setting-auth-table-option-column .flow-setting-auth-table-option-column-item-25{
|
|
1060
|
+
width:25%;
|
|
1061
|
+
}
|
|
1062
|
+
.flow-setting-auth-table .flow-setting-auth-table-option-column .flow-setting-auth-table-option-column-item-25 span{
|
|
1063
|
+
font-size:12px;
|
|
1064
|
+
}
|
|
1065
|
+
.flow-setting-auth-table .flow-setting-auth-table-option-column .flow-setting-auth-table-option-column-item-50{
|
|
1066
|
+
width:50%;
|
|
1067
|
+
}
|
|
1068
|
+
.flow-ant-drawer-footer{
|
|
1069
|
+
background:#fff;
|
|
1070
|
+
border-radius:0 0 4px 4px;
|
|
1071
|
+
border-top:1px solid #e8e8e8;
|
|
1072
|
+
bottom:0;
|
|
1073
|
+
left:0;
|
|
1074
|
+
padding:10px 16px;
|
|
1075
|
+
position:absolute;
|
|
1076
|
+
width:100%;
|
|
1077
|
+
}
|
|
1078
|
+
.flow-helper .flow-helper-strengthen,.flow-helper .flow-helper-template{
|
|
1079
|
+
-webkit-box-align:center;
|
|
1080
|
+
align-items:center;
|
|
1081
|
+
background:#fff;
|
|
1082
|
+
border-radius:0 100px 100px 0;
|
|
1083
|
+
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
|
|
1084
|
+
box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
|
|
1085
|
+
color:#171a1d;
|
|
1086
|
+
cursor:pointer;
|
|
1087
|
+
display:-webkit-box;
|
|
1088
|
+
display:flex;
|
|
1089
|
+
font-family:PingFangSC,PingFangSC-Medium;
|
|
1090
|
+
font-weight:500;
|
|
1091
|
+
padding:10px 10px 10px 12px;
|
|
1092
|
+
position:absolute;
|
|
1093
|
+
z-index:90;
|
|
1094
|
+
}
|
|
1095
|
+
.flow-helper .flow-helper-template{
|
|
1096
|
+
left:0;
|
|
1097
|
+
margin-top:20px;
|
|
1098
|
+
top:55px;
|
|
1099
|
+
}
|
|
1100
|
+
.flow-helper .flow-helper-strengthen{
|
|
1101
|
+
left:0;
|
|
1102
|
+
top:127px;
|
|
1103
|
+
}
|
|
1104
|
+
.flow-helper .flow-helper-strengthen .process-icon{
|
|
1105
|
+
color:#0089ff;
|
|
1106
|
+
font-size:14px;
|
|
1107
|
+
width:16px;
|
|
1108
|
+
}
|
|
1109
|
+
.flow-helper .flow-helper-title{
|
|
1110
|
+
font-family:PingFangSC,PingFangSC-Medium;
|
|
1111
|
+
font-weight:500;
|
|
1112
|
+
height:20px;
|
|
1113
|
+
margin:0 32px 0 6px;
|
|
1114
|
+
}
|
|
1115
|
+
.flow-helper .flow-helper-icon{
|
|
1116
|
+
color:#0089ff;
|
|
1117
|
+
width:16px;
|
|
1118
|
+
}
|
|
1119
|
+
.flow-helper .flow-helper-right-icon{
|
|
1120
|
+
color:rgba(23,26,29,.24);
|
|
1121
|
+
font-size:12px;
|
|
1122
|
+
}
|
|
1123
|
+
.flow-helper .flow-helper-drawer-header{
|
|
1124
|
+
padding-left:8px;
|
|
1125
|
+
}
|
|
1126
|
+
.flow-helper .flow-helper-drawer-header .flow-helper-drawer-header-title{
|
|
1127
|
+
color:#111f2c;
|
|
1128
|
+
font-family:PingFangSC-Medium;
|
|
1129
|
+
font-size:18px;
|
|
1130
|
+
line-height:25px;
|
|
1131
|
+
}
|
|
1132
|
+
.flow-helper .flow-helper-drawer-header .flow-helper-drawer-header-content{
|
|
1133
|
+
color:rgba(17,31,44,.4);
|
|
1134
|
+
font-size:12px;
|
|
1135
|
+
line-height:20px;
|
|
1136
|
+
}
|
|
1137
|
+
.flow-helper .flow-helper-drawer-item{
|
|
1138
|
+
-webkit-box-align:center;
|
|
1139
|
+
align-items:center;
|
|
1140
|
+
background:#f2f2f7;
|
|
1141
|
+
border-radius:4px;
|
|
1142
|
+
cursor:pointer;
|
|
1143
|
+
display:-webkit-inline-box;
|
|
1144
|
+
display:inline-flex;
|
|
1145
|
+
margin:6px 0;
|
|
1146
|
+
padding:12px;
|
|
1147
|
+
width:256px;
|
|
1148
|
+
}
|
|
1149
|
+
.flow-helper .flow-helper-drawer-item .flow-helper-drawer-item-icon{
|
|
1150
|
+
font-size:22px;
|
|
1151
|
+
margin-right:12px;
|
|
1152
|
+
}
|
|
1153
|
+
.flow-helper .flow-helper-drawer-item .flow-helper-drawer-item-title{
|
|
1154
|
+
color:#191f25;
|
|
1155
|
+
font-size:15px;
|
|
1156
|
+
line-height:22px;
|
|
1157
|
+
}
|
|
1158
|
+
.flow-helper .flow-helper-drawer-item .flow-helper-drawer-item-content{
|
|
1159
|
+
color:rgba(17,31,44,.4);
|
|
1160
|
+
font-size:12px;
|
|
1161
|
+
line-height:20px;
|
|
1162
|
+
}
|
|
1163
|
+
.flow-helper .flow-helper-drawer-row{
|
|
1164
|
+
-webkit-box-align:center;
|
|
1165
|
+
align-items:center;
|
|
1166
|
+
display:-webkit-box;
|
|
1167
|
+
display:flex;
|
|
1168
|
+
margin-bottom:10px;
|
|
1169
|
+
padding-left:8px;
|
|
1170
|
+
}
|
|
1171
|
+
.flow-helper .flow-helper-drawer-row .flow-helper-drawer-row-title{
|
|
1172
|
+
color:#171a1d;
|
|
1173
|
+
font-size:15px;
|
|
1174
|
+
line-height:22px;
|
|
1175
|
+
margin-right:10px;
|
|
1176
|
+
vertical-align:middle;
|
|
1177
|
+
}
|
|
1178
|
+
.flow-helper .flow-helper-drawer-row .flow-helper-drawer-row-foot-text{
|
|
1179
|
+
margin-top:5px;
|
|
1180
|
+
padding-left:8px;
|
|
1181
|
+
}
|
|
1182
|
+
.flow-helper-drawer-item-popover-img{
|
|
1183
|
+
display:block;
|
|
1184
|
+
height:500px;
|
|
1185
|
+
margin-bottom:12px;
|
|
1186
|
+
width:500px;
|
|
1187
|
+
}
|
|
1188
|
+
.flow-tips{
|
|
1189
|
+
left:20px;
|
|
1190
|
+
position:absolute;
|
|
1191
|
+
text-align:left;
|
|
1192
|
+
top:20px;
|
|
1193
|
+
z-index:199;
|
|
1194
|
+
}
|
|
1195
|
+
.flow-tips .flow-tips-item{
|
|
1196
|
+
display:inline-block;
|
|
1197
|
+
font-size:16px;
|
|
1198
|
+
line-height:20px;
|
|
1199
|
+
margin-right:15px;
|
|
1200
|
+
}
|
|
1201
|
+
.flow-tips .flow-tips-item .flow-tips-item-icon{
|
|
1202
|
+
font-size:20px;
|
|
1203
|
+
margin-right:5px;
|
|
1204
|
+
}
|
|
1205
|
+
.flow-tips .flow-tips-item .flow-tips-complete{
|
|
1206
|
+
color:#20b2aa;
|
|
1207
|
+
}
|
|
1208
|
+
.flow-tips .flow-tips-item .flow-tips-current{
|
|
1209
|
+
color:#1890ff;
|
|
1210
|
+
}
|
|
1211
|
+
.flow-tips .flow-tips-item .flow-tips-not{
|
|
1212
|
+
color:#909399;
|
|
1213
|
+
}
|
|
1214
|
+
.screenshot{
|
|
1215
|
+
bottom:86px;
|
|
1216
|
+
position:fixed;
|
|
1217
|
+
right:34px;
|
|
1218
|
+
touch-action:none;
|
|
1219
|
+
-webkit-user-select:none;
|
|
1220
|
+
-moz-user-select:none;
|
|
1221
|
+
user-select:none;
|
|
1222
|
+
z-index:2048;
|
|
1223
|
+
}
|
|
1224
|
+
.screenshot .screenshot-dropdown{
|
|
1225
|
+
background-color:#fff;
|
|
1226
|
+
border:1px solid #ebeef5;
|
|
1227
|
+
border-radius:4px;
|
|
1228
|
+
bottom:47px;
|
|
1229
|
+
-webkit-box-shadow:-1px -1px 14px #cccccc6e;
|
|
1230
|
+
box-shadow:-1px -1px 14px #cccccc6e;
|
|
1231
|
+
padding:4px;
|
|
1232
|
+
position:absolute;
|
|
1233
|
+
right:0;
|
|
1234
|
+
width:120px;
|
|
1235
|
+
z-index:2;
|
|
1236
|
+
}
|
|
1237
|
+
.screenshot .screenshot-dropdown > div{
|
|
1238
|
+
border-bottom:1px solid #dddddd63;
|
|
1239
|
+
color:#606266;
|
|
1240
|
+
cursor:pointer;
|
|
1241
|
+
font-size:14px;
|
|
1242
|
+
line-height:36px;
|
|
1243
|
+
margin:0;
|
|
1244
|
+
outline:none;
|
|
1245
|
+
text-align:center;
|
|
1246
|
+
}
|
|
1247
|
+
.screenshot .screenshot-dropdown > div:hover{
|
|
1248
|
+
background-color:#ecf5ff;
|
|
1249
|
+
color:#66b1ff;
|
|
1250
|
+
}
|
|
1251
|
+
.screenshot .screenshot-dropdown > div:last-child{
|
|
1252
|
+
border-bottom:none;
|
|
1253
|
+
}
|
|
1254
|
+
.screenshot .screenshot-dropdown > div img{
|
|
1255
|
+
margin-right:10px;
|
|
1256
|
+
vertical-align:sub;
|
|
1257
|
+
}
|
|
1258
|
+
.screenshot .screenshot-dropdown > div span{
|
|
1259
|
+
color:#575757;
|
|
1260
|
+
font-size:14px;
|
|
1261
|
+
}
|
|
1262
|
+
.screenshot .screenshot-btn{
|
|
1263
|
+
-webkit-box-orient:vertical;
|
|
1264
|
+
-webkit-box-direction:normal;
|
|
1265
|
+
-webkit-box-pack:center;
|
|
1266
|
+
-webkit-box-align:center;
|
|
1267
|
+
align-items:center;
|
|
1268
|
+
border-radius:50%;
|
|
1269
|
+
-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);
|
|
1270
|
+
box-shadow:0 0 6px rgba(0,0,0,.12);
|
|
1271
|
+
display:-webkit-box;
|
|
1272
|
+
display:flex;
|
|
1273
|
+
flex-direction:column;
|
|
1274
|
+
font-size:20px;
|
|
1275
|
+
height:40px;
|
|
1276
|
+
justify-content:center;
|
|
1277
|
+
opacity:.2;
|
|
1278
|
+
padding:20px;
|
|
1279
|
+
-webkit-transition:all .5s;
|
|
1280
|
+
transition:all .5s;
|
|
1281
|
+
width:40px;
|
|
1282
|
+
}
|
|
1283
|
+
.screenshot .screenshot-btn:hover{
|
|
1284
|
+
opacity:1 !important;
|
|
1285
|
+
}
|
|
1286
|
+
.approver-tip-content{
|
|
1287
|
+
width:440px;
|
|
1288
|
+
}
|
|
1289
|
+
.approver-tip-content .main-title{
|
|
1290
|
+
color:#000;
|
|
1291
|
+
font-size:14px;
|
|
1292
|
+
font-weight:500;
|
|
1293
|
+
line-height:22px;
|
|
1294
|
+
margin-bottom:4px;
|
|
1295
|
+
}
|
|
1296
|
+
.approver-tip-content .content{
|
|
1297
|
+
color:#646a73;
|
|
1298
|
+
font-size:14px;
|
|
1299
|
+
line-height:22px;
|
|
1300
|
+
margin-bottom:4px;
|
|
1301
|
+
}
|
|
1302
|
+
.flow-ant-menu-vertical{
|
|
1303
|
+
border-right:0 solid #e8e8e8 !important;
|
|
1304
|
+
width:130px;
|
|
1305
|
+
}
|
|
1306
|
+
.modalClass .ant-modal-body{
|
|
1307
|
+
height:500px;
|
|
1308
|
+
overflow-y:scroll;
|
|
1309
|
+
}
|
|
1310
|
+
body,html{
|
|
1311
|
+
-webkit-font-smoothing:antialiased;
|
|
1312
|
+
}
|
|
1313
|
+
.custom-anchor{
|
|
1314
|
+
cursor:crosshair;
|
|
1315
|
+
}
|
|
1316
|
+
.ant-popover.logic-pop{
|
|
1317
|
+
border-radius:2px;
|
|
1318
|
+
width:-webkit-max-content;
|
|
1319
|
+
width:-moz-max-content;
|
|
1320
|
+
width:max-content;
|
|
1321
|
+
}
|
|
1322
|
+
.ant-popover.logic-pop.ant-popover-placement-right{
|
|
1323
|
+
left:32px !important;
|
|
1324
|
+
}
|
|
1325
|
+
.ant-popover.logic-pop.ant-popover-placement-top{
|
|
1326
|
+
top:-96px !important;
|
|
1327
|
+
}
|
|
1328
|
+
.ant-popover.logic-pop-next .ant-popover-inner-content{
|
|
1329
|
+
padding:6px 8px !important;
|
|
1330
|
+
}
|
|
1331
|
+
.ant-popover.logic-pop-next.ant-popover-placement-right{
|
|
1332
|
+
left:32px !important;
|
|
1333
|
+
}
|
|
1334
|
+
.logic-panel foreignObject{
|
|
1335
|
+
overflow:visible !important;
|
|
1336
|
+
}
|
|
1337
|
+
.smart-align-center{
|
|
1338
|
+
-webkit-box-align:center;
|
|
1339
|
+
align-items:center;
|
|
1340
|
+
}
|
|
1341
|
+
.smart-align-start{
|
|
1342
|
+
-webkit-box-align:start;
|
|
1343
|
+
align-items:start;
|
|
1344
|
+
}
|
|
1345
|
+
.smart-align-end{
|
|
1346
|
+
-webkit-box-align:end;
|
|
1347
|
+
align-items:end;
|
|
1348
|
+
}
|
|
1349
|
+
.w-fill{
|
|
1350
|
+
width:100%;
|
|
1351
|
+
}
|
|
1352
|
+
.h-100{
|
|
1353
|
+
height:100px !important;
|
|
1354
|
+
}
|
|
1355
|
+
.margin-top-10{
|
|
1356
|
+
margin-top:10px;
|
|
1357
|
+
}
|
|
1358
|
+
.margin-bottom-20{
|
|
1359
|
+
margin-bottom:20px;
|
|
1360
|
+
}
|
|
1361
|
+
::-webkit-scrollbar{
|
|
1362
|
+
background-color:transparent;
|
|
1363
|
+
height:8px;
|
|
1364
|
+
width:8px;
|
|
1365
|
+
}
|
|
1366
|
+
::-webkit-scrollbar-thumb{
|
|
1367
|
+
background-color:hsla(0,0%,79%,.5);
|
|
1368
|
+
border-radius:10px;
|
|
1369
|
+
cursor:pointer;
|
|
1370
|
+
}
|
|
1371
|
+
::-webkit-scrollbar-track{
|
|
1372
|
+
background-color:transparent;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
.sub-setting-title[data-v-012168ba]{
|
|
1377
|
+
color:#888;
|
|
1378
|
+
font-size:12px;
|
|
1379
|
+
margin-bottom:8px;
|
|
1380
|
+
}
|
|
1381
|
+
.flex-row[data-v-012168ba]{
|
|
1382
|
+
-webkit-box-align:center;
|
|
1383
|
+
align-items:center;
|
|
1384
|
+
display:-webkit-box;
|
|
1385
|
+
display:flex;
|
|
1386
|
+
gap:8px;
|
|
1387
|
+
margin-bottom:8px;
|
|
1388
|
+
}
|
|
1389
|
+
.flex-row .ant-input[data-v-012168ba]{
|
|
1390
|
+
-webkit-box-flex:1;
|
|
1391
|
+
flex:1;
|
|
1392
|
+
}
|
|
1393
|
+
.flex-row .anticon-minus-circle[data-v-012168ba]{
|
|
1394
|
+
color:#ff4d4f;
|
|
1395
|
+
cursor:pointer;
|
|
1396
|
+
}
|
|
1397
|
+
.table-container[data-v-012168ba]{
|
|
1398
|
+
background:#f9f9f9;
|
|
1399
|
+
border-radius:4px;
|
|
1400
|
+
padding:10px;
|
|
1401
|
+
}
|
|
1402
|
+
.flow-setting-item-title[data-v-012168ba]{
|
|
1403
|
+
border-left:3px solid #ff4056;
|
|
1404
|
+
color:#333;
|
|
1405
|
+
font-weight:700;
|
|
1406
|
+
margin-bottom:12px;
|
|
1407
|
+
padding-left:8px;
|
|
1408
|
+
}
|
|
1409
|
+
.w-full[data-v-012168ba]{
|
|
1410
|
+
width:100%;
|
|
1411
|
+
}
|
|
1412
|
+
[data-v-012168ba] .ant-form-item-label > label{
|
|
1413
|
+
color:#666;
|
|
1414
|
+
font-size:12px;
|
|
1415
|
+
}
|
|
1416
|
+
.ant-form-item[data-v-012168ba]{
|
|
1417
|
+
margin-bottom:8px;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
[data-v-5a4b7ebc] .ant-modal-body{
|
|
1422
|
+
height:80vh;
|
|
1423
|
+
overflow:hidden !important;
|
|
1424
|
+
}
|
|
1425
|
+
[data-v-5a4b7ebc] .hy-form-designer-container{
|
|
1426
|
+
height:100%;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.base[data-v-4086fdcf]{
|
|
1430
|
+
--node-primary-color:#2961ef;
|
|
1431
|
+
}
|
|
1432
|
+
.event[data-v-4086fdcf]{
|
|
1433
|
+
--node-primary-color:#683ced;
|
|
1434
|
+
}
|
|
1435
|
+
.common[data-v-4086fdcf]{
|
|
1436
|
+
--node-primary-color:#26c9f2;
|
|
1437
|
+
}
|
|
1438
|
+
.node-wrap[data-v-4086fdcf]{
|
|
1439
|
+
-webkit-box-align:center;
|
|
1440
|
+
-webkit-box-pack:justify;
|
|
1441
|
+
align-items:center;
|
|
1442
|
+
background:transparent;
|
|
1443
|
+
-webkit-box-sizing:border-box;
|
|
1444
|
+
box-sizing:border-box;
|
|
1445
|
+
color:#1f3252;
|
|
1446
|
+
cursor:move;
|
|
1447
|
+
display:-webkit-box;
|
|
1448
|
+
display:flex;
|
|
1449
|
+
font-family:PingFangSC-Regular;
|
|
1450
|
+
font-size:12px;
|
|
1451
|
+
font-weight:400;
|
|
1452
|
+
height:100%;
|
|
1453
|
+
justify-content:space-between;
|
|
1454
|
+
line-height:16px;
|
|
1455
|
+
-webkit-user-select:none;
|
|
1456
|
+
-moz-user-select:none;
|
|
1457
|
+
user-select:none;
|
|
1458
|
+
width:100%;
|
|
1459
|
+
}
|
|
1460
|
+
.node-wrap .node-content[data-v-4086fdcf]{
|
|
1461
|
+
-webkit-box-orient:vertical;
|
|
1462
|
+
-webkit-box-direction:normal;
|
|
1463
|
+
border:1px solid #bac1d0;
|
|
1464
|
+
display:-webkit-box;
|
|
1465
|
+
display:flex;
|
|
1466
|
+
flex-direction:column;
|
|
1467
|
+
height:100%;
|
|
1468
|
+
}
|
|
1469
|
+
.node-wrap.hovered .node-content[data-v-4086fdcf]{
|
|
1470
|
+
background:rgba(41,97,239,.08);
|
|
1471
|
+
border:1px solid var(--node-primary-color);
|
|
1472
|
+
}
|
|
1473
|
+
.node-wrap.selected .node-content[data-v-4086fdcf]{
|
|
1474
|
+
border:2px solid var(--node-primary-color);
|
|
1475
|
+
-webkit-box-shadow:0 0 6px 0 rgba(41,97,239,.5);
|
|
1476
|
+
box-shadow:0 0 6px 0 rgba(41,97,239,.5);
|
|
1477
|
+
}
|
|
1478
|
+
.node-wrap.execute-failed .node-content[data-v-4086fdcf]{
|
|
1479
|
+
background:rgba(255,77,79,.5);
|
|
1480
|
+
border:2px solid rgba(255,77,79,.7);
|
|
1481
|
+
-webkit-box-shadow:0 0 6px 0 rgba(255,77,79,.5);
|
|
1482
|
+
box-shadow:0 0 6px 0 rgba(255,77,79,.5);
|
|
1483
|
+
}
|
|
1484
|
+
.node-title[data-v-4086fdcf]{
|
|
1485
|
+
-webkit-box-align:center;
|
|
1486
|
+
align-items:center;
|
|
1487
|
+
background:#fff;
|
|
1488
|
+
border-bottom:1px solid #bac1d0;
|
|
1489
|
+
display:-webkit-inline-box;
|
|
1490
|
+
display:inline-flex;
|
|
1491
|
+
display:-webkit-box;
|
|
1492
|
+
display:flex;
|
|
1493
|
+
overflow:hidden;
|
|
1494
|
+
width:auto;
|
|
1495
|
+
}
|
|
1496
|
+
.node-title .node-icon[data-v-4086fdcf]{
|
|
1497
|
+
-webkit-box-pack:center;
|
|
1498
|
+
-webkit-box-align:center;
|
|
1499
|
+
align-items:center;
|
|
1500
|
+
background-color:var(--node-primary-color);
|
|
1501
|
+
background-position:50%;
|
|
1502
|
+
background-repeat:no-repeat;
|
|
1503
|
+
background-size:60%;
|
|
1504
|
+
display:inline-block;
|
|
1505
|
+
display:-webkit-box;
|
|
1506
|
+
display:flex;
|
|
1507
|
+
height:30px;
|
|
1508
|
+
justify-content:center;
|
|
1509
|
+
width:25px;
|
|
1510
|
+
}
|
|
1511
|
+
.node-title .node-icon.node-write[data-v-4086fdcf]{
|
|
1512
|
+
background-color:#29cc80;
|
|
1513
|
+
}
|
|
1514
|
+
.node-title .node-icon.node-approver[data-v-4086fdcf]{
|
|
1515
|
+
background-color:#ddd;
|
|
1516
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAqlJREFUOBF9VM9rE0EUfrMJNUKLihGbpLGtaCOIR8VjQMGDePCgCCIiCNqzCAp2MyYUCXhUtF5E0D+g1t48qAd7CCLqQUQKEWkStcEfVGlLdp/fm3aW2QQdyLzf33zz5m2IsAZ9XhDpyaaIZkTS4ASzK41TFao88GuJ3hsr2pAbipHxuSYyKRugagICGANkfFnNh3HeE2N0b3nN2cgnpcictw5veJIzxmDamSlxxQZicq/mflxhbaH8BLRbuRwNtZp0JAhoplVRUdzmCe/vO27wFuuA3S5qXruGdboy5/PRGFsbFGKo/haRtQHIrM83bVeTrOgNhZReWaYGnE4aUQgTJNvijJFF4jQ8BxJE5xfKatZWmZcTQ+BVgh7s8SgPlCkcec4mGTmieTP4xd7PcpIEg1TX6gdeLW8rTVMVLVvb7ctXoH0Cydl2QOPJBG21STE5OsnbweVYzAnD3A7PVILuY0yiiyDwSm2g441r6rMSgp6iK42yqroI2QoXeJVeA+YeZSa47gZdXaZWQKTrG93rukk/l2Al6Kzh5AZEl7dDQy+JjgFahQjRopSxPbrbvK7GRe9ePWBo1wcU7sYrFZtavXALwGw/7Dnc50urrHJuTPSoO2IMV3gUQGNg87IbSOIY9BpiT9HV7FCZ94nPXb3MSnwHn/FFFE1vG6DTby+r31KAkUktB3Qf6ikUPWxW1BkXSPQeMHHiW0+HAd2GelJsZz1OJegCxqzl+CLVHa/IibuHeJ1HAKzhuDR+ymNaRFM+4jU6UWKXorRmbyqkq/D76FffevwdCp+jN3UAN/C9JRVTDuOxC/oh+EdMnqIOrlYteKSfadVRGLJFJPSB/ti/6K8f0CNymg/iH2gO/f0DwE0yjAFO6l8JaR5j0VPwPwfaYHqOqrCI319WzwhwzNW/aQAAAABJRU5ErkJggg==);
|
|
1517
|
+
}
|
|
1518
|
+
.node-title .node-icon.node-branch[data-v-4086fdcf]{
|
|
1519
|
+
background-color:#fff;
|
|
1520
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABrElEQVQ4jaXUvWsVURAF8F+eiUUSFDHmH1iiqyKLaVNEBT8LRcWgNiKKCCoi1kJA0VrTio2gMRDtJIhIbCLY6GKzSrYUERvxCxJJtNgNXh8v2Ze8A9ucM3tm7p2503Z/9IkV4iD68ywdDsn2lbrhBR5FcdKDy3mWzkGtBcMfeIoLeBDFyerlVrgJe7EVPViFvlIbwrooTo40Y9iHO9hXEbcbz6sMj+EeuptIPI+7ixl24RYuBdw3jOMVPuIXzuEEZnAyz9LHoeEGbMMenEZvoI3hIr7UJR4pEx3Ks3SSoilf0YmOBpX+xtXyx3rEZdLBPEvfLpDtWNvw0LzEFbxZRO/EQJ6l0yFZNYd/ltDmGpE1xb38bKAN4rX/GxNiBlNRnGyvN+xVjMUaDOAGPpV6h2IGHyqaFiLDZ0xGcbIzNFzAd0zhGiLcDrTjmFbM5FkcwA68KwuZiOLkKLRVbJuh0qRrqaAS8zhf1ZQx9GOiCcMazjTzlj9gv3/LYQvWK+53IzaXcc9weDnb5n35hRgvDUdxKs/S2Vb2YbeiOSOKdzxLaxt7F27mWXo9JP8CRCZkA/s07y8AAAAASUVORK5CYII=);
|
|
1521
|
+
}
|
|
1522
|
+
.node-title .node-icon.node-parallel[data-v-4086fdcf]{
|
|
1523
|
+
background-color:#fff;
|
|
1524
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQxJREFUOE+1k8FKAlEUhv9zZu2mTQ+Qq4SkGcI3CMyxCMKLtO81Gl+jveSIbvSi0CvkCBa1atGqZYu2MefECIqSYxODd3n5z3+///IfQs5DOedB98PHgIlvV41EpdWsnwSrd2k6Cm2kxFRqnLmvyUB3ND1U0Rfje2t0abr8BpvQQAhMzWv9FSHRLTG7NrpR0IXx3dq2jw1tZAkYNHzvLtEtDXrj6CiOMQPQFpU3VufZnLv9RNQZTKtKcYWJiwCuHQflq6r3tGYwF44mBxCcquo+M5eh+JzTEPZEZOYQf8Tf/NC8PH5fUG7tQWgnXwCT8d1CWqyNBlm78SvC4pWs3didQdZupBL8Z8Fyb+MPT+yeso8w8AYAAAAASUVORK5CYII=);
|
|
1525
|
+
}
|
|
1526
|
+
.node-title .node-icon.node-condition[data-v-4086fdcf]{
|
|
1527
|
+
background-color:#fff;
|
|
1528
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQBJREFUOE+1k71tAkEUhGdwAGVQBw5WAsl2A4Rwkgs5iWvAVICEQ1dgIxEQcHVcCZDh5Aa9hTO390dgsfHu9+bnLb+m0yf84/BhgJfRwPWorYkTmPzsT0mT0EYFr8+DGFIEYmePCMzbIDXA26i/FTAEtS5PJOkk7qpK/gBeMhSjB0jyk6vHIBBcLk426emizkI0yYRiAZ+Asq5SCkhhicflbHHz2/04AIuRwHcePmZjQquq57urIUYg14EFS73N/w3IYbmVMETrvQPi/edADiZBiGW5PlDK1ZSIEYHsO/2dBPU2rXLYil9FZ36btrH1LxQQm1buvbYbD/tMd2u8XjgDkbSMUIpGC4oAAAAASUVORK5CYII=);
|
|
1529
|
+
}
|
|
1530
|
+
.node-title .node-icon.node-copyer[data-v-4086fdcf]{
|
|
1531
|
+
background-color:#999;
|
|
1532
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAqlJREFUOBF9VM9rE0EUfrMJNUKLihGbpLGtaCOIR8VjQMGDePCgCCIiCNqzCAp2MyYUCXhUtF5E0D+g1t48qAd7CCLqQUQKEWkStcEfVGlLdp/fm3aW2QQdyLzf33zz5m2IsAZ9XhDpyaaIZkTS4ASzK41TFao88GuJ3hsr2pAbipHxuSYyKRugagICGANkfFnNh3HeE2N0b3nN2cgnpcictw5veJIzxmDamSlxxQZicq/mflxhbaH8BLRbuRwNtZp0JAhoplVRUdzmCe/vO27wFuuA3S5qXruGdboy5/PRGFsbFGKo/haRtQHIrM83bVeTrOgNhZReWaYGnE4aUQgTJNvijJFF4jQ8BxJE5xfKatZWmZcTQ+BVgh7s8SgPlCkcec4mGTmieTP4xd7PcpIEg1TX6gdeLW8rTVMVLVvb7ctXoH0Cydl2QOPJBG21STE5OsnbweVYzAnD3A7PVILuY0yiiyDwSm2g441r6rMSgp6iK42yqroI2QoXeJVeA+YeZSa47gZdXaZWQKTrG93rukk/l2Al6Kzh5AZEl7dDQy+JjgFahQjRopSxPbrbvK7GRe9ePWBo1wcU7sYrFZtavXALwGw/7Dnc50urrHJuTPSoO2IMV3gUQGNg87IbSOIY9BpiT9HV7FCZ94nPXb3MSnwHn/FFFE1vG6DTby+r31KAkUktB3Qf6ikUPWxW1BkXSPQeMHHiW0+HAd2GelJsZz1OJegCxqzl+CLVHa/IibuHeJ1HAKzhuDR+ymNaRFM+4jU6UWKXorRmbyqkq/D76FffevwdCp+jN3UAN/C9JRVTDuOxC/oh+EdMnqIOrlYteKSfadVRGLJFJPSB/ti/6K8f0CNymg/iH2gO/f0DwE0yjAFO6l8JaR5j0VPwPwfaYHqOqrCI319WzwhwzNW/aQAAAABJRU5ErkJggg==);
|
|
1533
|
+
}
|
|
1534
|
+
.node-title .node-icon.node-event[data-v-4086fdcf]{
|
|
1535
|
+
background-color:#ddd;
|
|
1536
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMjk2MzY0Mjg4ODMxMUVCOTAwM0VFNUQyOTk4ODY4RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMjk2MzY0Mzg4ODMxMUVCOTAwM0VFNUQyOTk4ODY4RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyOTYzNjQwODg4MzExRUI5MDAzRUU1RDI5OTg4NjhFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyOTYzNjQxODg4MzExRUI5MDAzRUU1RDI5OTg4NjhFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cm+0OQAAAXtJREFUeNqM008oRFEUx/F5Q4OiFCXFRlYWEpFIMSU21iI7SVIWFv7EAsmfEoqS/2WhsGDDhpqFBYqIQhRKKMXCv1LG+N76TT2vybj16U0zd86555x3rcBYgivEikArGpCMQ7TA59zodoVew+jCGhrxgk0U/ydAiv5k7CMXTdjAoHNzZIgAhfjCLo71XaathDi8/nWCgE1wReNZn2PClbCDKGSjDuf4UOYTPIYLcItxTOIKVchTgJxwTYzV8059MNmPsKypBGx7fgWowDUmkIQO9OFev/foFG9qoAlaGpxCieZtsgyhF08YsSU6xajKMz2oxTq8Fm/itl6UbilDJVYc5VkqIw2dmIXHnCAf1cpYoM0XmEG6oz/BJn6ryYtuRTbPd9tmP8rxqXqNS8eJzKj9pgSfIpqZN2NPGxaQoUnU60J5kYp+LJnS3ep4EeaVxZQxh2mcaXSm41tIxA1WkYU2S9fZ3LIB1fiAKWXx6zQeNa4G8bpk7Tj4EWAAMKNjsS2KH3wAAAAASUVORK5CYII=);
|
|
1537
|
+
}
|
|
1538
|
+
.node-title .node-icon.node-notice[data-v-4086fdcf]{
|
|
1539
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMjZBQzJCRENBOUIxMUVCQTkxNEE2RjFDREIxOTNFNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMjZBQzJCRUNBOUIxMUVCQTkxNEE2RjFDREIxOTNFNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyNkFDMkJCQ0E5QjExRUJBOTE0QTZGMUNEQjE5M0U2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyNkFDMkJDQ0E5QjExRUJBOTE0QTZGMUNEQjE5M0U2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xpF4cAAAAGdJREFUeNpiYTj8wJOBgWEuAwQk/7eR3w5iMB55+AFEA/kCUD6KOhYoRxIqAGJLQdn8DKgARR0TEocBjY0OUNQxMZAJRjWOaiRf43Mk/gs8alHUgTSmQDU8BWUXJMmPUAwDKOoAAgwAwSYZ7BpGt0cAAAAASUVORK5CYII=);
|
|
1540
|
+
}
|
|
1541
|
+
.node-title .node-name[data-v-4086fdcf]{
|
|
1542
|
+
-webkit-line-clamp:2;
|
|
1543
|
+
-webkit-box-orient:vertical;
|
|
1544
|
+
display:-webkit-box;
|
|
1545
|
+
height:30px;
|
|
1546
|
+
line-height:30px;
|
|
1547
|
+
margin-left:8px;
|
|
1548
|
+
overflow:hidden;
|
|
1549
|
+
text-align:left;
|
|
1550
|
+
text-overflow:ellipsis;
|
|
1551
|
+
width:152px;
|
|
1552
|
+
}
|
|
1553
|
+
.node-title .node-name.show-priority[data-v-4086fdcf]{
|
|
1554
|
+
line-height:normal;
|
|
1555
|
+
width:80px;
|
|
1556
|
+
}
|
|
1557
|
+
.node-title .node-priority[data-v-4086fdcf]{
|
|
1558
|
+
border-radius:4px;
|
|
1559
|
+
color:#666;
|
|
1560
|
+
font-size:12px;
|
|
1561
|
+
margin-left:2px;
|
|
1562
|
+
overflow:hidden;
|
|
1563
|
+
width:70px;
|
|
1564
|
+
}
|
|
1565
|
+
.node-title img[data-v-4086fdcf]{
|
|
1566
|
+
height:14px;
|
|
1567
|
+
width:14px;
|
|
1568
|
+
}
|
|
1569
|
+
.node-config[data-v-4086fdcf]{
|
|
1570
|
+
-webkit-box-flex:1;
|
|
1571
|
+
background-color:#fff;
|
|
1572
|
+
-webkit-box-sizing:border-box;
|
|
1573
|
+
box-sizing:border-box;
|
|
1574
|
+
flex:1;
|
|
1575
|
+
overflow:hidden;
|
|
1576
|
+
padding:4px 6px;
|
|
1577
|
+
width:190px;
|
|
1578
|
+
}
|
|
1579
|
+
.executed .node-title[data-v-4086fdcf]{
|
|
1580
|
+
background:rgb(79 235 1.8875%);
|
|
1581
|
+
}
|
|
1582
|
+
.option-icon[data-v-4086fdcf]{
|
|
1583
|
+
-webkit-box-align:center;
|
|
1584
|
+
-webkit-box-pack:center;
|
|
1585
|
+
align-items:center;
|
|
1586
|
+
color:#666;
|
|
1587
|
+
cursor:pointer;
|
|
1588
|
+
display:-webkit-inline-box;
|
|
1589
|
+
display:inline-flex;
|
|
1590
|
+
font-size:14px;
|
|
1591
|
+
height:14px;
|
|
1592
|
+
justify-content:center;
|
|
1593
|
+
margin-left:4px;
|
|
1594
|
+
width:14px;
|
|
1595
|
+
}
|
|
1596
|
+
.option-icon img[data-v-4086fdcf]{
|
|
1597
|
+
height:100%;
|
|
1598
|
+
-o-object-fit:contain;
|
|
1599
|
+
object-fit:contain;
|
|
1600
|
+
width:100%;
|
|
1601
|
+
}
|
|
1602
|
+
.option-icon:hover .anticon[data-v-4086fdcf]{
|
|
1603
|
+
color:var(--node-primary-color);
|
|
1604
|
+
}
|
|
1605
|
+
.next-icon[data-v-4086fdcf]{
|
|
1606
|
+
color:#33dd89;
|
|
1607
|
+
cursor:pointer;
|
|
1608
|
+
font-size:16px;
|
|
1609
|
+
}
|
|
1610
|
+
.node-option[data-v-4086fdcf]{
|
|
1611
|
+
display:-webkit-box;
|
|
1612
|
+
display:flex;
|
|
1613
|
+
position:absolute;
|
|
1614
|
+
right:0;
|
|
1615
|
+
top:-14.5px;
|
|
1616
|
+
z-index:111;
|
|
1617
|
+
}
|
|
1618
|
+
.node-option .item[data-v-4086fdcf]{
|
|
1619
|
+
cursor:pointer;
|
|
1620
|
+
height:14px;
|
|
1621
|
+
}
|
|
1622
|
+
.node-warning[data-v-4086fdcf]{
|
|
1623
|
+
display:-webkit-box;
|
|
1624
|
+
display:flex;
|
|
1625
|
+
left:0;
|
|
1626
|
+
position:absolute;
|
|
1627
|
+
top:-16px;
|
|
1628
|
+
}
|
|
1629
|
+
.node-warning .item[data-v-4086fdcf]{
|
|
1630
|
+
color:orange;
|
|
1631
|
+
cursor:pointer;
|
|
1632
|
+
font-size:12px;
|
|
1633
|
+
font-weight:700;
|
|
1634
|
+
height:14px;
|
|
1635
|
+
}
|
|
1636
|
+
.warning-tip[data-v-4086fdcf]{
|
|
1637
|
+
color:red;
|
|
1638
|
+
font-size:12px;
|
|
1639
|
+
margin-left:4px;
|
|
1640
|
+
}
|
|
1641
|
+
.node-next[data-v-4086fdcf]{
|
|
1642
|
+
-webkit-box-align:center;
|
|
1643
|
+
align-items:center;
|
|
1644
|
+
display:-webkit-box;
|
|
1645
|
+
display:flex;
|
|
1646
|
+
height:28px;
|
|
1647
|
+
left:180px;
|
|
1648
|
+
position:absolute;
|
|
1649
|
+
top:29px;
|
|
1650
|
+
width:24px;
|
|
1651
|
+
}
|
|
1652
|
+
.node-next span[data-v-4086fdcf]{
|
|
1653
|
+
-webkit-box-align:center;
|
|
1654
|
+
align-items:center;
|
|
1655
|
+
background:#fff;
|
|
1656
|
+
border-radius:50%;
|
|
1657
|
+
display:-webkit-box;
|
|
1658
|
+
display:flex;
|
|
1659
|
+
height:16px;
|
|
1660
|
+
margin-left:13px;
|
|
1661
|
+
margin-right:2px;
|
|
1662
|
+
width:16px;
|
|
1663
|
+
}
|
|
1664
|
+
.node-next .next-icon[data-v-4086fdcf]{
|
|
1665
|
+
height:16px;
|
|
1666
|
+
width:16px;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.node-panel[data-v-10546327]{
|
|
1670
|
+
background-color:#fff;
|
|
1671
|
+
border-radius:6px;
|
|
1672
|
+
-webkit-box-shadow:0 0 10px 1px #e4e0db;
|
|
1673
|
+
box-shadow:0 0 10px 1px #e4e0db;
|
|
1674
|
+
left:10px;
|
|
1675
|
+
padding:10px;
|
|
1676
|
+
position:absolute;
|
|
1677
|
+
text-align:center;
|
|
1678
|
+
top:70px;
|
|
1679
|
+
width:120px;
|
|
1680
|
+
z-index:101;
|
|
1681
|
+
}
|
|
1682
|
+
.node-panel.popover[data-v-10546327]{
|
|
1683
|
+
background-color:unset;
|
|
1684
|
+
-webkit-box-shadow:none;
|
|
1685
|
+
box-shadow:none;
|
|
1686
|
+
padding:2px;
|
|
1687
|
+
position:static;
|
|
1688
|
+
width:80px;
|
|
1689
|
+
}
|
|
1690
|
+
.node-panel.popover .node-item[data-v-10546327]{
|
|
1691
|
+
margin-bottom:6px;
|
|
1692
|
+
}
|
|
1693
|
+
.node-panel.popover .node-item-icon[data-v-10546327]{
|
|
1694
|
+
background-position:50%;
|
|
1695
|
+
background-size:contain;
|
|
1696
|
+
height:10px;
|
|
1697
|
+
margin-right:6px;
|
|
1698
|
+
width:10px;
|
|
1699
|
+
}
|
|
1700
|
+
.node-panel.popover .node-label[data-v-10546327]{
|
|
1701
|
+
font-size:13px;
|
|
1702
|
+
}
|
|
1703
|
+
.node-choose[data-v-10546327]{
|
|
1704
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAABGdBTUEAALGPC/xhBQAAAOVJREFUOBGtVMENwzAIjKP++2026ETdpv10iy7WFbqFyyW6GBywLCv5gI+Dw2Bluj1znuSjhb99Gkn6QILDY2imo60p8nsnc9bEo3+QJ+AKHfMdZHnl78wyTnyHZD53Zzx73MRSgYvnqgCUHj6gwdck7Zsp1VOrz0Uz8NbKunzAW+Gu4fYW28bUYutYlzSa7B84Fh7d1kjLwhcSdYAYrdkMQVpsBr5XgDGuXwQfQr0y9zwLda+DUYXLaGKdd2ZTtvbolaO87pdo24hP7ov16N0zArH1ur3iwJpXxm+v7oAJNR4JEP8DoAuSFEkYH7cAAAAASUVORK5CYII=) no-repeat;
|
|
1705
|
+
background-size:contain;
|
|
1706
|
+
}
|
|
1707
|
+
.node-start[data-v-10546327]{
|
|
1708
|
+
background:-webkit-gradient(linear, left top, right top, from(#ff6a00), to(#f78b3e)), -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
|
|
1709
|
+
background:linear-gradient(90deg, #ff6a00, #f78b3e), linear-gradient(#ff6a00, #ff6a00);
|
|
1710
|
+
background-size:contain;
|
|
1711
|
+
border-radius:50%;
|
|
1712
|
+
-webkit-box-shadow:0 2px 10px 0 rgba(255,107,2,.5);
|
|
1713
|
+
box-shadow:0 2px 10px 0 rgba(255,107,2,.5);
|
|
1714
|
+
}
|
|
1715
|
+
.node-approver[data-v-10546327]{
|
|
1716
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAqlJREFUOBF9VM9rE0EUfrMJNUKLihGbpLGtaCOIR8VjQMGDePCgCCIiCNqzCAp2MyYUCXhUtF5E0D+g1t48qAd7CCLqQUQKEWkStcEfVGlLdp/fm3aW2QQdyLzf33zz5m2IsAZ9XhDpyaaIZkTS4ASzK41TFao88GuJ3hsr2pAbipHxuSYyKRugagICGANkfFnNh3HeE2N0b3nN2cgnpcictw5veJIzxmDamSlxxQZicq/mflxhbaH8BLRbuRwNtZp0JAhoplVRUdzmCe/vO27wFuuA3S5qXruGdboy5/PRGFsbFGKo/haRtQHIrM83bVeTrOgNhZReWaYGnE4aUQgTJNvijJFF4jQ8BxJE5xfKatZWmZcTQ+BVgh7s8SgPlCkcec4mGTmieTP4xd7PcpIEg1TX6gdeLW8rTVMVLVvb7ctXoH0Cydl2QOPJBG21STE5OsnbweVYzAnD3A7PVILuY0yiiyDwSm2g441r6rMSgp6iK42yqroI2QoXeJVeA+YeZSa47gZdXaZWQKTrG93rukk/l2Al6Kzh5AZEl7dDQy+JjgFahQjRopSxPbrbvK7GRe9ePWBo1wcU7sYrFZtavXALwGw/7Dnc50urrHJuTPSoO2IMV3gUQGNg87IbSOIY9BpiT9HV7FCZ94nPXb3MSnwHn/FFFE1vG6DTby+r31KAkUktB3Qf6ikUPWxW1BkXSPQeMHHiW0+HAd2GelJsZz1OJegCxqzl+CLVHa/IibuHeJ1HAKzhuDR+ymNaRFM+4jU6UWKXorRmbyqkq/D76FffevwdCp+jN3UAN/C9JRVTDuOxC/oh+EdMnqIOrlYteKSfadVRGLJFJPSB/ti/6K8f0CNymg/iH2gO/f0DwE0yjAFO6l8JaR5j0VPwPwfaYHqOqrCI319WzwhwzNW/aQAAAABJRU5ErkJggg==) no-repeat;
|
|
1717
|
+
background-size:contain;
|
|
1718
|
+
}
|
|
1719
|
+
.node-branch[data-v-10546327]{
|
|
1720
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABrElEQVQ4jaXUvWsVURAF8F+eiUUSFDHmH1iiqyKLaVNEBT8LRcWgNiKKCCoi1kJA0VrTio2gMRDtJIhIbCLY6GKzSrYUERvxCxJJtNgNXh8v2Ze8A9ucM3tm7p2503Z/9IkV4iD68ywdDsn2lbrhBR5FcdKDy3mWzkGtBcMfeIoLeBDFyerlVrgJe7EVPViFvlIbwrooTo40Y9iHO9hXEbcbz6sMj+EeuptIPI+7ixl24RYuBdw3jOMVPuIXzuEEZnAyz9LHoeEGbMMenEZvoI3hIr7UJR4pEx3Ks3SSoilf0YmOBpX+xtXyx3rEZdLBPEvfLpDtWNvw0LzEFbxZRO/EQJ6l0yFZNYd/ltDmGpE1xb38bKAN4rX/GxNiBlNRnGyvN+xVjMUaDOAGPpV6h2IGHyqaFiLDZ0xGcbIzNFzAd0zhGiLcDrTjmFbM5FkcwA68KwuZiOLkKLRVbJuh0qRrqaAS8zhf1ZQx9GOiCcMazjTzlj9gv3/LYQvWK+53IzaXcc9weDnb5n35hRgvDUdxKs/S2Vb2YbeiOSOKdzxLaxt7F27mWXo9JP8CRCZkA/s07y8AAAAASUVORK5CYII=) no-repeat;
|
|
1721
|
+
}
|
|
1722
|
+
.node-parallel[data-v-10546327]{
|
|
1723
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQxJREFUOE+1k8FKAlEUhv9zZu2mTQ+Qq4SkGcI3CMyxCMKLtO81Gl+jveSIbvSi0CvkCBa1atGqZYu2MefECIqSYxODd3n5z3+///IfQs5DOedB98PHgIlvV41EpdWsnwSrd2k6Cm2kxFRqnLmvyUB3ND1U0Rfje2t0abr8BpvQQAhMzWv9FSHRLTG7NrpR0IXx3dq2jw1tZAkYNHzvLtEtDXrj6CiOMQPQFpU3VufZnLv9RNQZTKtKcYWJiwCuHQflq6r3tGYwF44mBxCcquo+M5eh+JzTEPZEZOYQf8Tf/NC8PH5fUG7tQWgnXwCT8d1CWqyNBlm78SvC4pWs3didQdZupBL8Z8Fyb+MPT+yeso8w8AYAAAAASUVORK5CYII=) no-repeat;
|
|
1724
|
+
}
|
|
1725
|
+
.node-condition[data-v-10546327]{
|
|
1726
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQBJREFUOE+1k71tAkEUhGdwAGVQBw5WAsl2A4Rwkgs5iWvAVICEQ1dgIxEQcHVcCZDh5Aa9hTO390dgsfHu9+bnLb+m0yf84/BhgJfRwPWorYkTmPzsT0mT0EYFr8+DGFIEYmePCMzbIDXA26i/FTAEtS5PJOkk7qpK/gBeMhSjB0jyk6vHIBBcLk426emizkI0yYRiAZ+Asq5SCkhhicflbHHz2/04AIuRwHcePmZjQquq57urIUYg14EFS73N/w3IYbmVMETrvQPi/edADiZBiGW5PlDK1ZSIEYHsO/2dBPU2rXLYil9FZ36btrH1LxQQm1buvbYbD/tMd2u8XjgDkbSMUIpGC4oAAAAASUVORK5CYII=) no-repeat;
|
|
1727
|
+
}
|
|
1728
|
+
.node-copyer[data-v-10546327]{
|
|
1729
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAqlJREFUOBF9VM9rE0EUfrMJNUKLihGbpLGtaCOIR8VjQMGDePCgCCIiCNqzCAp2MyYUCXhUtF5E0D+g1t48qAd7CCLqQUQKEWkStcEfVGlLdp/fm3aW2QQdyLzf33zz5m2IsAZ9XhDpyaaIZkTS4ASzK41TFao88GuJ3hsr2pAbipHxuSYyKRugagICGANkfFnNh3HeE2N0b3nN2cgnpcictw5veJIzxmDamSlxxQZicq/mflxhbaH8BLRbuRwNtZp0JAhoplVRUdzmCe/vO27wFuuA3S5qXruGdboy5/PRGFsbFGKo/haRtQHIrM83bVeTrOgNhZReWaYGnE4aUQgTJNvijJFF4jQ8BxJE5xfKatZWmZcTQ+BVgh7s8SgPlCkcec4mGTmieTP4xd7PcpIEg1TX6gdeLW8rTVMVLVvb7ctXoH0Cydl2QOPJBG21STE5OsnbweVYzAnD3A7PVILuY0yiiyDwSm2g441r6rMSgp6iK42yqroI2QoXeJVeA+YeZSa47gZdXaZWQKTrG93rukk/l2Al6Kzh5AZEl7dDQy+JjgFahQjRopSxPbrbvK7GRe9ePWBo1wcU7sYrFZtavXALwGw/7Dnc50urrHJuTPSoO2IMV3gUQGNg87IbSOIY9BpiT9HV7FCZ94nPXb3MSnwHn/FFFE1vG6DTby+r31KAkUktB3Qf6ikUPWxW1BkXSPQeMHHiW0+HAd2GelJsZz1OJegCxqzl+CLVHa/IibuHeJ1HAKzhuDR+ymNaRFM+4jU6UWKXorRmbyqkq/D76FffevwdCp+jN3UAN/C9JRVTDuOxC/oh+EdMnqIOrlYteKSfadVRGLJFJPSB/ti/6K8f0CNymg/iH2gO/f0DwE0yjAFO6l8JaR5j0VPwPwfaYHqOqrCI319WzwhwzNW/aQAAAABJRU5ErkJggg==) no-repeat;
|
|
1730
|
+
}
|
|
1731
|
+
.node-event[data-v-10546327]{
|
|
1732
|
+
background:none no-repeat;
|
|
1733
|
+
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMjk2MzY0Mjg4ODMxMUVCOTAwM0VFNUQyOTk4ODY4RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMjk2MzY0Mzg4ODMxMUVCOTAwM0VFNUQyOTk4ODY4RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyOTYzNjQwODg4MzExRUI5MDAzRUU1RDI5OTg4NjhFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyOTYzNjQxODg4MzExRUI5MDAzRUU1RDI5OTg4NjhFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cm+0OQAAAXtJREFUeNqM008oRFEUx/F5Q4OiFCXFRlYWEpFIMSU21iI7SVIWFv7EAsmfEoqS/2WhsGDDhpqFBYqIQhRKKMXCv1LG+N76TT2vybj16U0zd86555x3rcBYgivEikArGpCMQ7TA59zodoVew+jCGhrxgk0U/ydAiv5k7CMXTdjAoHNzZIgAhfjCLo71XaathDi8/nWCgE1wReNZn2PClbCDKGSjDuf4UOYTPIYLcItxTOIKVchTgJxwTYzV8059MNmPsKypBGx7fgWowDUmkIQO9OFev/foFG9qoAlaGpxCieZtsgyhF08YsSU6xajKMz2oxTq8Fm/itl6UbilDJVYc5VkqIw2dmIXHnCAf1cpYoM0XmEG6oz/BJn6ryYtuRTbPd9tmP8rxqXqNS8eJzKj9pgSfIpqZN2NPGxaQoUnU60J5kYp+LJnS3ep4EeaVxZQxh2mcaXSm41tIxA1WkYU2S9fZ3LIB1fiAKWXx6zQeNa4G8bpk7Tj4EWAAMKNjsS2KH3wAAAAASUVORK5CYII=);
|
|
1734
|
+
}
|
|
1735
|
+
.node-notice[data-v-10546327]{
|
|
1736
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMjZBQzJCRENBOUIxMUVCQTkxNEE2RjFDREIxOTNFNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMjZBQzJCRUNBOUIxMUVCQTkxNEE2RjFDREIxOTNFNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyNkFDMkJCQ0E5QjExRUJBOTE0QTZGMUNEQjE5M0U2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyNkFDMkJDQ0E5QjExRUJBOTE0QTZGMUNEQjE5M0U2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xpF4cAAAAGdJREFUeNpiYTj8wJOBgWEuAwQk/7eR3w5iMB55+AFEA/kCUD6KOhYoRxIqAGJLQdn8DKgARR0TEocBjY0OUNQxMZAJRjWOaiRf43Mk/gs8alHUgTSmQDU8BWUXJMmPUAwDKOoAAgwAwSYZ7BpGt0cAAAAASUVORK5CYII=) no-repeat;
|
|
1737
|
+
}
|
|
1738
|
+
.node-end[data-v-10546327]{
|
|
1739
|
+
background:linear-gradient(-30deg, #bbbbc4, #d5d5de), linear-gradient(#bcbcc5, #bcbcc5);
|
|
1740
|
+
background-size:contain;
|
|
1741
|
+
border-radius:50%;
|
|
1742
|
+
-webkit-box-shadow:0 2px 10px 0 hsla(240,4%,58%,.5);
|
|
1743
|
+
box-shadow:0 2px 10px 0 hsla(240,4%,58%,.5);
|
|
1744
|
+
}
|
|
1745
|
+
.node-item[data-v-10546327]{
|
|
1746
|
+
-webkit-box-align:center;
|
|
1747
|
+
align-items:center;
|
|
1748
|
+
border-bottom:1px dashed #ddd;
|
|
1749
|
+
cursor:-webkit-grab;
|
|
1750
|
+
cursor:grab;
|
|
1751
|
+
display:-webkit-box;
|
|
1752
|
+
display:flex;
|
|
1753
|
+
margin-bottom:20px;
|
|
1754
|
+
}
|
|
1755
|
+
.node-item[data-v-10546327]:last-child{
|
|
1756
|
+
border-bottom:none;
|
|
1757
|
+
margin-bottom:10px;
|
|
1758
|
+
}
|
|
1759
|
+
.node-item-icon[data-v-10546327]{
|
|
1760
|
+
height:20px;
|
|
1761
|
+
margin-right:10px;
|
|
1762
|
+
width:20px;
|
|
1763
|
+
}
|
|
1764
|
+
.node-label[data-v-10546327]{
|
|
1765
|
+
font-size:16px;
|
|
1766
|
+
margin-top:5px;
|
|
1767
|
+
-webkit-user-select:none;
|
|
1768
|
+
-moz-user-select:none;
|
|
1769
|
+
user-select:none;
|
|
1770
|
+
}
|
|
1771
|
+
.node-panel-title[data-v-10546327]{
|
|
1772
|
+
cursor:pointer;
|
|
1773
|
+
margin-bottom:10px;
|
|
1774
|
+
-webkit-user-select:none;
|
|
1775
|
+
-moz-user-select:none;
|
|
1776
|
+
user-select:none;
|
|
1777
|
+
}
|
|
1778
|
+
.bpmn-start[data-v-10546327]{
|
|
1779
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAABGdBTUEAALGPC/xhBQAAAnBJREFUOBGdVL1rU1EcPfdGBddmaZLiEhdx1MHZQXApraCzQ7GKLgoRBxMfcRELuihWKcXFRcEWF8HBf0DdDCKYRZpnl7p0svLe9Zzbd29eQhTbC8nv+9zf130AT63jvooOGS8Vf9Nt5zxba7sXQwODfkWpkbjTQfCGUd9gIp3uuPP8bZ946g56dYQvnBg+b1HB8VIQmMFrazKcKSvFW2dQTxJnJdQ77urmXWOMBCmXM2Rke4S7UAW+/8ywwFoewmBps2tu7mbTdp8VMOkIRAkKfrVawalJTtIliclFbaOBqa0M2xImHeVIfd/nKAfVq/LGnPss5Kh00VEdSzfwnBXPUpmykNss4lUI9C1ga+8PNrBD5YeqRY2Zz8PhjooIbfJXjowvQJBqkmEkVnktWhwu2SM7SMx7Cj0N9IC0oQXRo8xwAGzQms+xrB/nNSUWVveI48ayrFGyC2+E2C+aWrZHXvOuz+CiV6iycWe1Rd1Q6+QUG07nb5SbPrL4426d+9E1axKjY3AoRrlEeSQo2Eu0T6BWAAr6COhTcWjRaYfKG5csnvytvUr/WY4rrPMB53Uo7jZRjXaG6/CFfNMaXEu75nG47X+oepU7PKJvvzGDY1YLSKHJrK7vFUwXKkaxwhCW3u+sDFMVrIju54RYYbFKpALZAo7sB6wcKyyrd+aBMryMT2gPyD6GsQoRFkGHr14TthZni9ck0z+Pnmee460mHXbRAypKNy3nuMdrWgVKj8YVV8E7PSzp1BZ9SJnJAsXdryw/h5ctboUVi4AFiCd+lQaYMw5z3LGTBKjLQOeUF35k89f58Vv/tGh+l+PE/wG0rgfIUbZK5AAAAABJRU5ErkJggg==) 50% no-repeat;
|
|
1780
|
+
cursor:-webkit-grab;
|
|
1781
|
+
cursor:grab;
|
|
1782
|
+
}
|
|
1783
|
+
.bpmn-end[data-v-10546327]{
|
|
1784
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAABGdBTUEAALGPC/xhBQAAA1BJREFUOBFtVE1IVUEYPXOf+tq40Y3vPcmFIdSjIorWoRG0ERWUgnb5FwVhYQSl72oUoZAboxKNFtWiwKRN0M+jpfSzqJAQclHo001tKkjl3emc8V69igP3znzfnO/M9zcDcKT67azmjYWTwl9Vn7Vumeqzj1DVb6cleQY4oAVnIOPb+mKAGxQmKI5CWNJ2aLPatxWa3aB9K7/fB+/Z0jUF6TmMlFLQqrkECWQzOZxYGjTlOl8eeKaIY5yHnFn486xBustDjWT6dG7pmjHOJd+33t0iitTPkK6tEvjxq4h2MozQ6WFSX/LkDUGfFwfhEZj1Auz/U4pyAi5Sznd7uKzznXeVHlI/Aywmk6j7fsUsEuCGADrWARXXwjxWQsUbIupDHJI7kF5dRktg0eN81IbiZXiTESic50iwS+t1oJgL83jAiBupLDCQqwziaWSoAFSeIR3P5Xv5az00wyIn35QRYTwdSYbz8pH8fxUUAtxnFvYmEmgI0wYXUXcCCSpeEVpXlsRhBnCEATxWylL9+EKCAYhe1NGstUa6356kS9NVvt3DU2fd+Wtbm/+lSbylJqsqkSm9CRhvoJVlvKPvF1RKY/FcPn5j4UfIMLn8D4UYb54BNsilTDXKnF4CfTobA0FpoW/LSp306wkXM+XaOJhZaFkcNM82ASNAWMrhrUbRfmyeI1FvRBTpN06WKxa9BK0o2E4Pd3zfBBEwPsv9sQBnmLVbLEIZ/Xe9LYwJu/Er17W6HYVBc7vmuk0xUQ+pqxdom5Fnp55SiytXLPYoMXNM4u4SNSCFWnrVIzKG3EGyMXo6n/BQOe+bX3FClY4PwydVhthOZ9NnS+ntiLh0fxtlUJHAuGaFoVmttpVMeum0p3WEXbcll94l1wM/gZ0Ccczop77VvN2I7TlsZCsuXf1WHvWEhjO8DPtyOVg2/mvK9QqboEth+7pD6NUQC1HN/TwvydGBARi9MZSzLE4b8Ru3XhX2PBxf8E1er2A6516o0w4sIA+lwURhAON82Kwe2iDAC1Watq4XHaGQ7skLcFOtI5lDxuM2gZe6WFIotPAhbaeYlU4to5cuarF1QrcZ/lwrLaCJl66JBocYZnrNlvm2+MBCTmUymPrYZVbjdlr/BxlMjmNmNI3SAAAAAElFTkSuQmCC) 50% no-repeat;
|
|
1785
|
+
cursor:-webkit-grab;
|
|
1786
|
+
cursor:grab;
|
|
1787
|
+
}
|
|
1788
|
+
.bpmn-user[data-v-10546327]{
|
|
1789
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAqlJREFUOBF9VM9rE0EUfrMJNUKLihGbpLGtaCOIR8VjQMGDePCgCCIiCNqzCAp2MyYUCXhUtF5E0D+g1t48qAd7CCLqQUQKEWkStcEfVGlLdp/fm3aW2QQdyLzf33zz5m2IsAZ9XhDpyaaIZkTS4ASzK41TFao88GuJ3hsr2pAbipHxuSYyKRugagICGANkfFnNh3HeE2N0b3nN2cgnpcictw5veJIzxmDamSlxxQZicq/mflxhbaH8BLRbuRwNtZp0JAhoplVRUdzmCe/vO27wFuuA3S5qXruGdboy5/PRGFsbFGKo/haRtQHIrM83bVeTrOgNhZReWaYGnE4aUQgTJNvijJFF4jQ8BxJE5xfKatZWmZcTQ+BVgh7s8SgPlCkcec4mGTmieTP4xd7PcpIEg1TX6gdeLW8rTVMVLVvb7ctXoH0Cydl2QOPJBG21STE5OsnbweVYzAnD3A7PVILuY0yiiyDwSm2g441r6rMSgp6iK42yqroI2QoXeJVeA+YeZSa47gZdXaZWQKTrG93rukk/l2Al6Kzh5AZEl7dDQy+JjgFahQjRopSxPbrbvK7GRe9ePWBo1wcU7sYrFZtavXALwGw/7Dnc50urrHJuTPSoO2IMV3gUQGNg87IbSOIY9BpiT9HV7FCZ94nPXb3MSnwHn/FFFE1vG6DTby+r31KAkUktB3Qf6ikUPWxW1BkXSPQeMHHiW0+HAd2GelJsZz1OJegCxqzl+CLVHa/IibuHeJ1HAKzhuDR+ymNaRFM+4jU6UWKXorRmbyqkq/D76FffevwdCp+jN3UAN/C9JRVTDuOxC/oh+EdMnqIOrlYteKSfadVRGLJFJPSB/ti/6K8f0CNymg/iH2gO/f0DwE0yjAFO6l8JaR5j0VPwPwfaYHqOqrCI319WzwhwzNW/aQAAAABJRU5ErkJggg==) 50% no-repeat;
|
|
1790
|
+
cursor:-webkit-grab;
|
|
1791
|
+
cursor:grab;
|
|
1792
|
+
}
|
|
1793
|
+
.bpmn-exclusiveGateway[data-v-10546327]{
|
|
1794
|
+
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAAHeEJUAAAAABGdBTUEAALGPC/xhBQAAAvVJREFUOBGNVEFrE0EU/mY3bQoiFlOkaUJrQUQoWMGePLX24EH0IIoHKQiCV0G8iE1covgLiqA/QTzVm1JPogc9tIJYFaQtlhQxqYjSpunu+L7JvmUTU3AgmTfvffPNN++9WSA1DO182f6xwILzD5btfAoQmwL5KJEwiQyVbSVZ0IgRyV6PTpIJ81E5ZvqfHQR0HUOBHW4L5Et2kQ6Zf7iAOhTFAA8s0pEP7AXO1uAA52SbqGk6h/6J45LaLhO64ByfcUzM39V7ZiAdS2yCePPEIQYvTUHqM/n7dgQNfBKWPjpF4ISk8q3J4nB11qw6X8l+FsF3EhlkEMfrjIer3wJTLwS2aCNcj4DbGxXTw00JmAuO+Ni6bBxVUCvS5d9aa04+so4pHW5jLTywuXAL7jJ+D06sl82Sgl2JuVBQn498zkc2bGKxULHjCnSMadBKYDYYHAtsby1EQ5lNGrQd4Y3v4Zo0XdGEmDno46yCM9Tk+RiJmUYHS/aXHPNTcjxcbTFna000PFJHIVZ5lFRqRpJWk9/+QtlOUYJj9HG5pVFEU7zqIYDVsw2s+AJaD8wTd2umgSCCyUxgGsS1Y6TBwXQQTFuZaHcd8gAGioE90hlsY+wMcs30RduYtxanjMGal8H5dMW67dmT1JFtYUEe8LiQLRsPZ6IIc7A4J5tqco3T0pnv/4u0kyzrYUq7gASuEyI8VXKvB9Odytv6jS/PNaZBln0nioJG/AVQRZvApOdhjj3Jt8QC8Im09SafwdBdvIpztpxWxpeKCC+EsFdS8DCyuCn2munFpL7ctHKp+Xc5cMybeIyMAN33SPL3ZR9QV1XVwLyzHm6Iv0/yeUuUb7PPlZC4D4HZkeu6dpF4v9j9MreGtMbxMMRLIcjJic9yHi7WQ3yVKzZVWUr5UrViJvn1FfUlwe/KYVfYyWRLSGNu16hR01U9IacajXPei0wx/5BqgInvJN+MMNtNme7ReU9SBbgntovn0kKHpFg7UogZvaZiOue/q1SBo9ktHzQAAAAASUVORK5CYII=) 50% no-repeat;
|
|
1795
|
+
cursor:-webkit-grab;
|
|
1796
|
+
cursor:grab;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.lf-popover-floating{
|
|
1800
|
+
background:#fff;
|
|
1801
|
+
border-radius:2px;
|
|
1802
|
+
-webkit-box-shadow:0 2px 12px 0 rgba(31,50,82,.18);
|
|
1803
|
+
box-shadow:0 2px 12px 0 rgba(31,50,82,.18);
|
|
1804
|
+
padding:10px;
|
|
1805
|
+
position:absolute;
|
|
1806
|
+
z-index:5000;
|
|
1807
|
+
}
|
|
1808
|
+
.lf-popover-floating.right{
|
|
1809
|
+
-webkit-transform:translate(12px, -50%);
|
|
1810
|
+
transform:translate(12px, -50%);
|
|
1811
|
+
}
|
|
1812
|
+
.lf-popover-floating.bottom{
|
|
1813
|
+
-webkit-transform:translate(-50%, 12px);
|
|
1814
|
+
transform:translate(-50%, 12px);
|
|
1815
|
+
}
|
|
1816
|
+
.lf-popover-floating.top{
|
|
1817
|
+
-webkit-transform:translate(-50%, -100%);
|
|
1818
|
+
transform:translate(-50%, -100%);
|
|
1819
|
+
}
|
|
1820
|
+
.lf-popover-floating.left{
|
|
1821
|
+
-webkit-transform:translate(-100%, -50%);
|
|
1822
|
+
transform:translate(-100%, -50%);
|
|
1823
|
+
}
|
|
1824
|
+
.lf-popover-arrow{
|
|
1825
|
+
border:6px solid transparent;
|
|
1826
|
+
display:block;
|
|
1827
|
+
-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));
|
|
1828
|
+
filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
|
|
1829
|
+
height:0;
|
|
1830
|
+
position:absolute;
|
|
1831
|
+
width:0;
|
|
1832
|
+
z-index:-1;
|
|
1833
|
+
}
|
|
1834
|
+
.lf-popover-arrow.right{
|
|
1835
|
+
border-left-width:0;
|
|
1836
|
+
border-right-color:#fff;
|
|
1837
|
+
left:-6px;
|
|
1838
|
+
top:50%;
|
|
1839
|
+
-webkit-transform:translateY(-50%);
|
|
1840
|
+
transform:translateY(-50%);
|
|
1841
|
+
}
|
|
1842
|
+
.lf-popover-arrow.bottom{
|
|
1843
|
+
border-bottom-color:#fff;
|
|
1844
|
+
border-top-width:0;
|
|
1845
|
+
left:50%;
|
|
1846
|
+
top:0;
|
|
1847
|
+
-webkit-transform:translate(-50%, -100%);
|
|
1848
|
+
transform:translate(-50%, -100%);
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
.lf-panel-control[data-v-c9ff8330]{
|
|
1853
|
+
position:absolute;
|
|
1854
|
+
right:20px;
|
|
1855
|
+
top:55px;
|
|
1856
|
+
z-index:2;
|
|
1857
|
+
}
|
|
1858
|
+
|