@zscreate/form-component 1.1.320 → 1.1.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form-component.css +678 -75
- package/dist/form-component.umd.js +121664 -81383
- package/package.json +3 -1
package/dist/form-component.css
CHANGED
|
@@ -1,3 +1,606 @@
|
|
|
1
|
+
.h-model-item[data-v-1c5bd450]{height:30px;line-height:30px;padding-left:10px;font-size:16px}.h-model-item[data-v-1c5bd450]:hover{background-color:#f5f9fd;color:#1890FF !important}.dropMenu[data-v-1c5bd450]{width:100px;padding:0;margin:auto;position:absolute;right:-100px;top:-7px;bottom:0;z-index:100}.dropMenu li[data-v-1c5bd450]{width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;cursor:pointer;font-size:16px;color:#999}.dropMenu li[data-v-1c5bd450]:hover{color:#66a6e0}.dropMenu li.icon-set[data-v-1c5bd450]{font-size:23px}.dropMenuItem[data-v-1c5bd450]{width:30px;height:30px;padding:0;color:#ffa500;margin:auto;position:absolute;cursor:pointer;bottom:0;z-index:100;font-size:20px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(1){left:0;right:0;top:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(2){top:0;bottom:0;right:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(3){left:0;right:0;bottom:-19px}.gate .flow-node-drag[data-v-1c5bd450]:nth-child(4){top:0;bottom:0;left:-19px}.flow-node-header[data-v-1c5bd450]{background-color:#66a6e0;height:25px;cursor:pointer;border-top-left-radius:6px;border-top-right-radius:6px}.flow-node-header a[data-v-1c5bd450]{text-decoration:none;line-height:25px;vertical-align:middle}.flow-node-header a img[data-v-1c5bd450]{line-height:25px;vertical-align:middle;margin-bottom:5px}.flow-node-body[data-v-1c5bd450]{background-color:white;text-align:center;cursor:pointer;height:25px;line-height:25px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.vdr-no-border[data-v-1c5bd450]{border:none}.tool .text[data-v-1c5bd450]{font-size:14px;padding:4px 6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tool .inner[data-v-1c5bd450]{background:orange;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner .icon-user[data-v-1c5bd450]{color:#fff;display:flex;align-items:center;justify-content:center}.tool .inner-blue[data-v-1c5bd450]{background:blue;display:flex;justify-content:start;align-items:center;color:#fff}.tool .inner-blue .icon-user[data-v-1c5bd450]{color:#fff;display:flex;align-items:center}.flow-view .start[data-v-1c5bd450]{border:2px solid #e0c645}.flow-view .end[data-v-1c5bd450]{background-size:cover;border:2px solid #e0c645;position:relative}.flow-view .end[data-v-1c5bd450]:before{content:'';width:12px;height:12px;background:#e0c645;display:block;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}
|
|
2
|
+
|
|
3
|
+
.flow-tool-menu{background-color:#eeeeee;cursor:pointer;padding-left:5px;height:50px;line-height:50px;border-bottom:1px solid #979797}.flow-tool-submenu{background-color:white;padding-left:20px;cursor:pointer;height:50px;line-height:50px;vertical-align:middle;border-bottom:1px solid #d3d3d3}.g1-tools_1 li.start{width:50px;height:50px;border:1px solid #d8d8d8;border-radius:100%}.draggable-item .inner{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.draggable-item .inner svg{font-size:30px;color:#858587}.draggable-item .inner svg use{fill:#858587}.draggable-item .inner span{color:#333;margin:5px}
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.CodeMirror{
|
|
7
|
+
height:600px !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.show_select_form {
|
|
11
|
+
line-height: 32px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
ul[data-v-c8780a30] {
|
|
15
|
+
max-height: 700px;
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
padding-left: 0.5rem;
|
|
18
|
+
}
|
|
19
|
+
ul i[data-v-c8780a30] {
|
|
20
|
+
font-size: 1.5rem;
|
|
21
|
+
border: 1px solid #f1f1f1;
|
|
22
|
+
padding: 0.2rem;
|
|
23
|
+
margin: 0.3rem;
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
ul i.active[data-v-c8780a30],
|
|
27
|
+
ul i[data-v-c8780a30]:hover {
|
|
28
|
+
border-radius: 2px;
|
|
29
|
+
border-color: #4a4a48;
|
|
30
|
+
background-color: #4a4a48;
|
|
31
|
+
color: #fff;
|
|
32
|
+
transition: all 0.3s;
|
|
33
|
+
}
|
|
34
|
+
ul li[data-v-c8780a30] {
|
|
35
|
+
list-style: none;
|
|
36
|
+
float: left;
|
|
37
|
+
width: 5%;
|
|
38
|
+
text-align: center;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
color: #555;
|
|
41
|
+
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
|
|
42
|
+
position: relative;
|
|
43
|
+
margin: 3px 0;
|
|
44
|
+
border-radius: 4px;
|
|
45
|
+
background-color: #fff;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
padding: 10px 0 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.cus-btn_form .ant-form-item{margin-bottom:10px}.ant-modal-footer{text-align:center}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
.warpper .ant-tabs .ant-tabs-content {
|
|
54
|
+
border-top: 1px solid #dddddd;
|
|
55
|
+
border-left: 1px solid #dddddd;
|
|
56
|
+
}
|
|
57
|
+
.warpper .ant-col-8 {
|
|
58
|
+
border-right: 1px solid #dddddd;
|
|
59
|
+
border-bottom: 1px solid #dddddd;
|
|
60
|
+
height: 40px;
|
|
61
|
+
line-height: 40px;
|
|
62
|
+
text-align: center;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.panel-form {
|
|
66
|
+
margin-bottom: 35px;
|
|
67
|
+
}
|
|
68
|
+
.panel-form .ant-row {
|
|
69
|
+
margin-bottom: 10px;
|
|
70
|
+
}
|
|
71
|
+
.panel-form .ant-btn {
|
|
72
|
+
margin-right: 5px;
|
|
73
|
+
}
|
|
74
|
+
.panel-hd {
|
|
75
|
+
height: 43px;
|
|
76
|
+
line-height: 43px;
|
|
77
|
+
margin: 0 -15px 15px -15px;
|
|
78
|
+
padding: 0 15px;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
display: flex;
|
|
81
|
+
justify-content: space-between;
|
|
82
|
+
background-color: #d8d8d89e;
|
|
83
|
+
}
|
|
84
|
+
.node-branch {
|
|
85
|
+
padding: 25px 5px 10px 5px;
|
|
86
|
+
margin: 0 -5px;
|
|
87
|
+
border: 1px solid #d8d8d8;
|
|
88
|
+
position: relative;
|
|
89
|
+
}
|
|
90
|
+
.node-branch .title {
|
|
91
|
+
height: 36px;
|
|
92
|
+
line-height: 36px;
|
|
93
|
+
padding: 0 15px;
|
|
94
|
+
background: #1890ff;
|
|
95
|
+
color: #fff;
|
|
96
|
+
position: absolute;
|
|
97
|
+
left: 15px;
|
|
98
|
+
top: -17px;
|
|
99
|
+
}
|
|
100
|
+
.node-branch .add-btn {
|
|
101
|
+
width: 35px;
|
|
102
|
+
height: 35px;
|
|
103
|
+
line-height: 35px;
|
|
104
|
+
font-size: 23px;
|
|
105
|
+
position: absolute;
|
|
106
|
+
right: 10px;
|
|
107
|
+
text-align: center;
|
|
108
|
+
top: -17px;
|
|
109
|
+
background-color: #fff;
|
|
110
|
+
cursor: pointer;
|
|
111
|
+
}
|
|
112
|
+
.ant-form-item-label label {
|
|
113
|
+
font-size: 12px;
|
|
114
|
+
}
|
|
115
|
+
.node-list_btn {
|
|
116
|
+
padding: 15px 7px;
|
|
117
|
+
}
|
|
118
|
+
.node-list_btn .ant-btn {
|
|
119
|
+
margin: 5px 2px;
|
|
120
|
+
}
|
|
121
|
+
.node-list_btn .ant-btn-success,
|
|
122
|
+
.node-list_btn .ant-btn-info,
|
|
123
|
+
.node-list_btn .ant-btn-warning,
|
|
124
|
+
.node-list_btn .ant-btn-danger {
|
|
125
|
+
color: #fff;
|
|
126
|
+
}
|
|
127
|
+
.node-list_btn .ant-btn-success:hover,
|
|
128
|
+
.node-list_btn .ant-btn-info:hover,
|
|
129
|
+
.node-list_btn .ant-btn-warning:hover,
|
|
130
|
+
.node-list_btn .ant-btn-danger:hover {
|
|
131
|
+
color: #fff;
|
|
132
|
+
}
|
|
133
|
+
.node-list_btn .ant-btn-success {
|
|
134
|
+
border: 1px solid #67c23a;
|
|
135
|
+
background-color: #67c23a;
|
|
136
|
+
}
|
|
137
|
+
.node-list_btn .ant-btn-success:hover {
|
|
138
|
+
border: 1px solid #67c23a;
|
|
139
|
+
background-color: #67c23a;
|
|
140
|
+
}
|
|
141
|
+
.node-list_btn .ant-btn-info {
|
|
142
|
+
border: 1px solid #909399;
|
|
143
|
+
background-color: #909399;
|
|
144
|
+
}
|
|
145
|
+
.node-list_btn .ant-btn-info:hover {
|
|
146
|
+
border: 1px solid #909399;
|
|
147
|
+
background-color: #909399;
|
|
148
|
+
}
|
|
149
|
+
.node-list_btn .ant-btn-warning {
|
|
150
|
+
border: 1px solid #e6a23c;
|
|
151
|
+
background-color: #e6a23c;
|
|
152
|
+
}
|
|
153
|
+
.node-list_btn .ant-btn-warning:hover {
|
|
154
|
+
border: 1px solid #e6a23c;
|
|
155
|
+
background-color: #e6a23c;
|
|
156
|
+
}
|
|
157
|
+
.node-list_btn .ant-btn-danger {
|
|
158
|
+
border: 1px solid #f56c6c;
|
|
159
|
+
background-color: #f56c6c;
|
|
160
|
+
}
|
|
161
|
+
.node-list_btn .ant-btn-danger:hover {
|
|
162
|
+
border: 1px solid #f56c6c;
|
|
163
|
+
background-color: #f56c6c;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.data-condition .data-condition-body .body-Condition[data-v-332b7f67] {
|
|
167
|
+
color: #141e31;
|
|
168
|
+
font-size: 14px;
|
|
169
|
+
}
|
|
170
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item[data-v-332b7f67] {
|
|
171
|
+
margin-top: 20px;
|
|
172
|
+
}
|
|
173
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-332b7f67] .ant-select-selection {
|
|
174
|
+
border: none;
|
|
175
|
+
font-size: 14px;
|
|
176
|
+
}
|
|
177
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-332b7f67] .ant-select-selection__rendered {
|
|
178
|
+
margin: 0 !important;
|
|
179
|
+
margin-left: 5px !important;
|
|
180
|
+
}
|
|
181
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item .body-Condition-item-title[data-v-332b7f67] .ant-select-arrow-icon {
|
|
182
|
+
color: #141e31;
|
|
183
|
+
}
|
|
184
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-332b7f67] {
|
|
185
|
+
padding-top: 10px;
|
|
186
|
+
padding-bottom: 20px;
|
|
187
|
+
border-top: 1px solid #ccc;
|
|
188
|
+
}
|
|
189
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-332b7f67] {
|
|
190
|
+
color: #838c99;
|
|
191
|
+
font-size: 16px;
|
|
192
|
+
cursor: pointer;
|
|
193
|
+
}
|
|
194
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .delete-icon[data-v-332b7f67]:hover {
|
|
195
|
+
color: #eb5096;
|
|
196
|
+
}
|
|
197
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-332b7f67] .ant-calendar-picker {
|
|
198
|
+
min-width: 140px !important;
|
|
199
|
+
}
|
|
200
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-332b7f67] .ant-calendar-picker-input {
|
|
201
|
+
font-size: 12px !important;
|
|
202
|
+
}
|
|
203
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-date-more[data-v-332b7f67] .ant-calendar-picker-icon {
|
|
204
|
+
display: none !important;
|
|
205
|
+
}
|
|
206
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-332b7f67] .ant-select-selection {
|
|
207
|
+
border: none;
|
|
208
|
+
font-size: 14px;
|
|
209
|
+
min-width: 80px;
|
|
210
|
+
}
|
|
211
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-332b7f67] .ant-select-selection__rendered {
|
|
212
|
+
margin-left: 5px !important;
|
|
213
|
+
text-align: center !important;
|
|
214
|
+
}
|
|
215
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-332b7f67] .ant-select-arrow-icon {
|
|
216
|
+
color: #141e31;
|
|
217
|
+
}
|
|
218
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .body-Condition-item-operationType[data-v-332b7f67] .ant-select-selection-selected-value {
|
|
219
|
+
float: initial !important;
|
|
220
|
+
}
|
|
221
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-332b7f67] .ant-calendar-picker-input {
|
|
222
|
+
padding: 4px 2px;
|
|
223
|
+
}
|
|
224
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list .range-picker[data-v-332b7f67] .ant-calendar-picker-input .ant-calendar-range-picker-input {
|
|
225
|
+
width: 47%;
|
|
226
|
+
}
|
|
227
|
+
.data-condition .data-condition-body .body-Condition .body-Condition-item-list[data-v-332b7f67] .ant-select-selection--multiple .ant-select-selection__choice {
|
|
228
|
+
width: initial !important;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.g1-form_main1 .sider-pannel[data-v-385da502] {
|
|
232
|
+
width: 347px !important;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.g1-form_main1 .sider-pannel[data-v-c976b6e2] {
|
|
236
|
+
width: 347px !important;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
ul[data-v-0a5cbb4e],
|
|
240
|
+
li[data-v-0a5cbb4e],
|
|
241
|
+
dl[data-v-0a5cbb4e],
|
|
242
|
+
dt[data-v-0a5cbb4e],
|
|
243
|
+
dd[data-v-0a5cbb4e] {
|
|
244
|
+
list-style-type: none;
|
|
245
|
+
padding: 0;
|
|
246
|
+
margin: 0;
|
|
247
|
+
}
|
|
248
|
+
.flowwork-warp[data-v-0a5cbb4e] {
|
|
249
|
+
position: absolute;
|
|
250
|
+
left: 0;
|
|
251
|
+
right: 0;
|
|
252
|
+
top: 0;
|
|
253
|
+
bottom: 64px;
|
|
254
|
+
background: #fff;
|
|
255
|
+
}
|
|
256
|
+
.g1_workflow_warp[data-v-0a5cbb4e] {
|
|
257
|
+
border: 1px solid #dfdfdf;
|
|
258
|
+
margin: auto;
|
|
259
|
+
position: absolute;
|
|
260
|
+
left: 0;
|
|
261
|
+
right: 0;
|
|
262
|
+
bottom: 0;
|
|
263
|
+
top: 0;
|
|
264
|
+
}
|
|
265
|
+
.g1_workflow_warp li[data-v-0a5cbb4e] {
|
|
266
|
+
width: 100%;
|
|
267
|
+
position: relative;
|
|
268
|
+
text-align: center;
|
|
269
|
+
}
|
|
270
|
+
.g1-sider_tool1[data-v-0a5cbb4e] {
|
|
271
|
+
width: 100px;
|
|
272
|
+
position: absolute;
|
|
273
|
+
left: 0;
|
|
274
|
+
top: 0;
|
|
275
|
+
bottom: 0;
|
|
276
|
+
border-right: 1px solid #dfdfdf;
|
|
277
|
+
overflow-y: auto;
|
|
278
|
+
}
|
|
279
|
+
.g1-sider_tool1 .tool_box[data-v-0a5cbb4e] {
|
|
280
|
+
margin-top: 15px;
|
|
281
|
+
}
|
|
282
|
+
.g1-sider_tool1 .tool_box .tool[data-v-0a5cbb4e] {
|
|
283
|
+
text-align: center;
|
|
284
|
+
font-size: 12px;
|
|
285
|
+
color: #fff;
|
|
286
|
+
}
|
|
287
|
+
/* 公用图形 */
|
|
288
|
+
.end[data-v-0a5cbb4e] {
|
|
289
|
+
border-radius: 100%;
|
|
290
|
+
}
|
|
291
|
+
.comm[data-v-0a5cbb4e] {
|
|
292
|
+
border-radius: 0px;
|
|
293
|
+
}
|
|
294
|
+
.gate[data-v-0a5cbb4e] {
|
|
295
|
+
width: 60px;
|
|
296
|
+
border-radius: 0;
|
|
297
|
+
}
|
|
298
|
+
.gate .inner[data-v-0a5cbb4e] {
|
|
299
|
+
display: inline-block;
|
|
300
|
+
font-size: 16px;
|
|
301
|
+
}
|
|
302
|
+
.g1-form_main1[data-v-0a5cbb4e] {
|
|
303
|
+
position: absolute;
|
|
304
|
+
left: 100px;
|
|
305
|
+
right: 0;
|
|
306
|
+
top: 0;
|
|
307
|
+
bottom: 0;
|
|
308
|
+
}
|
|
309
|
+
.g1-form_main1 .head[data-v-0a5cbb4e] {
|
|
310
|
+
height: 46px;
|
|
311
|
+
line-height: 46px;
|
|
312
|
+
text-align: left;
|
|
313
|
+
padding-left: 10px;
|
|
314
|
+
box-sizing: border-box;
|
|
315
|
+
border-bottom: 1px solid #d8d8d8;
|
|
316
|
+
}
|
|
317
|
+
.g1-form_main1 .head .ant-btn[data-v-0a5cbb4e] {
|
|
318
|
+
height: 32px;
|
|
319
|
+
margin-right: 10px;
|
|
320
|
+
}
|
|
321
|
+
.g1-form_main1 .main[data-v-0a5cbb4e] {
|
|
322
|
+
position: absolute;
|
|
323
|
+
left: 0 !important;
|
|
324
|
+
right: 0px;
|
|
325
|
+
top: 50px !important;
|
|
326
|
+
bottom: 0;
|
|
327
|
+
overflow: auto;
|
|
328
|
+
box-sizing: border-box;
|
|
329
|
+
}
|
|
330
|
+
.g1-form_main1 .main #flowContainer[data-v-0a5cbb4e] {
|
|
331
|
+
background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.15) 10%, rgba(180, 180, 180, 0) 10%), linear-gradient(rgba(180, 180, 180, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
|
|
332
|
+
background-size: 10px 10px;
|
|
333
|
+
background-color: #fbfbfb;
|
|
334
|
+
}
|
|
335
|
+
.g1-form_main1 .sider-pannel[data-v-0a5cbb4e] {
|
|
336
|
+
width: 250px;
|
|
337
|
+
padding: 0 15px;
|
|
338
|
+
position: absolute;
|
|
339
|
+
right: 0;
|
|
340
|
+
top: 0;
|
|
341
|
+
bottom: 0;
|
|
342
|
+
border-left: 1px solid #dfdfdf;
|
|
343
|
+
background-color: #fff;
|
|
344
|
+
}
|
|
345
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-0a5cbb4e] {
|
|
346
|
+
width: 100%;
|
|
347
|
+
height: 100%;
|
|
348
|
+
padding: 15px;
|
|
349
|
+
padding-top: 0;
|
|
350
|
+
box-sizing: border-box;
|
|
351
|
+
position: absolute;
|
|
352
|
+
left: 0;
|
|
353
|
+
top: 0;
|
|
354
|
+
overflow-y: auto;
|
|
355
|
+
}
|
|
356
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-0a5cbb4e] {
|
|
357
|
+
width: 36px;
|
|
358
|
+
height: 60px;
|
|
359
|
+
line-height: 60px;
|
|
360
|
+
margin: auto;
|
|
361
|
+
position: absolute;
|
|
362
|
+
left: -36px;
|
|
363
|
+
top: 0;
|
|
364
|
+
bottom: 0;
|
|
365
|
+
text-align: center;
|
|
366
|
+
font-size: 13px;
|
|
367
|
+
border: 1px solid #c4bfbf;
|
|
368
|
+
border-right: none;
|
|
369
|
+
background-color: #fff;
|
|
370
|
+
}
|
|
371
|
+
/* 视图图形 */
|
|
372
|
+
.flow-view[data-v-0a5cbb4e] {
|
|
373
|
+
position: absolute;
|
|
374
|
+
left: 0;
|
|
375
|
+
right: 0;
|
|
376
|
+
top: 0;
|
|
377
|
+
bottom: 0;
|
|
378
|
+
}
|
|
379
|
+
.flow-view .inner .flow-node-drag[data-v-0a5cbb4e] {
|
|
380
|
+
width: 12px;
|
|
381
|
+
height: 12px;
|
|
382
|
+
display: block;
|
|
383
|
+
margin: auto;
|
|
384
|
+
border-radius: 100%;
|
|
385
|
+
position: absolute;
|
|
386
|
+
z-index: 9999;
|
|
387
|
+
cursor: crosshair;
|
|
388
|
+
background: rgba(24, 144, 255, 0.6);
|
|
389
|
+
}
|
|
390
|
+
.flow-view .inner .flow-node-drag[data-v-0a5cbb4e]:nth-child(1) {
|
|
391
|
+
left: -6px;
|
|
392
|
+
top: 0;
|
|
393
|
+
bottom: 0;
|
|
394
|
+
}
|
|
395
|
+
.flow-view .inner .flow-node-drag[data-v-0a5cbb4e]:nth-child(2) {
|
|
396
|
+
top: -6px;
|
|
397
|
+
left: 0;
|
|
398
|
+
right: 0;
|
|
399
|
+
}
|
|
400
|
+
.flow-view .inner .flow-node-drag[data-v-0a5cbb4e]:nth-child(3) {
|
|
401
|
+
right: -6px;
|
|
402
|
+
top: 0;
|
|
403
|
+
bottom: 0;
|
|
404
|
+
}
|
|
405
|
+
.flow-view .inner .flow-node-drag[data-v-0a5cbb4e]:nth-child(4) {
|
|
406
|
+
bottom: -6px;
|
|
407
|
+
left: 0;
|
|
408
|
+
right: 0;
|
|
409
|
+
}
|
|
410
|
+
.flow-view .tool[data-v-0a5cbb4e] {
|
|
411
|
+
width: 100%;
|
|
412
|
+
height: 100%;
|
|
413
|
+
margin: 0;
|
|
414
|
+
box-sizing: border-box;
|
|
415
|
+
box-shadow: 5px 5px 3px #d4d0d0;
|
|
416
|
+
background: #fbfbfb;
|
|
417
|
+
}
|
|
418
|
+
.flow-view .tool .iconfont[data-v-0a5cbb4e] {
|
|
419
|
+
font-size: 100%;
|
|
420
|
+
color: #858587;
|
|
421
|
+
}
|
|
422
|
+
.flow-view .exclude_gateway[data-v-0a5cbb4e] {
|
|
423
|
+
box-shadow: 0 0 0 #ccc;
|
|
424
|
+
}
|
|
425
|
+
.flow-view .gate[data-v-0a5cbb4e] {
|
|
426
|
+
line-height: 50px;
|
|
427
|
+
position: absolute;
|
|
428
|
+
left: 0;
|
|
429
|
+
right: 0;
|
|
430
|
+
top: 0;
|
|
431
|
+
bottom: 0;
|
|
432
|
+
}
|
|
433
|
+
.flow-view .ordinary_gateway[data-v-0a5cbb4e],
|
|
434
|
+
.flow-view .parall_gateway[data-v-0a5cbb4e],
|
|
435
|
+
.flow-view .exclude_gateway[data-v-0a5cbb4e] {
|
|
436
|
+
border: none;
|
|
437
|
+
border-radius: 0;
|
|
438
|
+
background-size: cover;
|
|
439
|
+
background-repeat: no-repeat;
|
|
440
|
+
background-position: center center;
|
|
441
|
+
box-shadow: 0 0 0 #ccc;
|
|
442
|
+
}
|
|
443
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(1),
|
|
444
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(1),
|
|
445
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(1) {
|
|
446
|
+
left: 0;
|
|
447
|
+
top: 0;
|
|
448
|
+
bottom: 0;
|
|
449
|
+
}
|
|
450
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(2),
|
|
451
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(2),
|
|
452
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(2) {
|
|
453
|
+
top: 0;
|
|
454
|
+
left: 0;
|
|
455
|
+
right: 0;
|
|
456
|
+
}
|
|
457
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(3),
|
|
458
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(3),
|
|
459
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(3) {
|
|
460
|
+
right: 0;
|
|
461
|
+
top: 0;
|
|
462
|
+
bottom: 0;
|
|
463
|
+
}
|
|
464
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(4),
|
|
465
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(4),
|
|
466
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-0a5cbb4e]:nth-child(4) {
|
|
467
|
+
bottom: 0;
|
|
468
|
+
left: 0;
|
|
469
|
+
right: 0;
|
|
470
|
+
}
|
|
471
|
+
.flow-view .exclude_gateway[data-v-0a5cbb4e] {
|
|
472
|
+
width: 70%;
|
|
473
|
+
height: 70%;
|
|
474
|
+
margin: 15%;
|
|
475
|
+
border: 2px solid #7a7a7a;
|
|
476
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
477
|
+
transform: rotate(45deg);
|
|
478
|
+
position: relative;
|
|
479
|
+
}
|
|
480
|
+
.flow-view .exclude_gateway[data-v-0a5cbb4e]::before {
|
|
481
|
+
content: '';
|
|
482
|
+
width: 2px;
|
|
483
|
+
background-color: #7a7a7a;
|
|
484
|
+
height: 20px;
|
|
485
|
+
display: block;
|
|
486
|
+
position: absolute;
|
|
487
|
+
top: calc(50% - 10px);
|
|
488
|
+
left: calc(50% - 1px);
|
|
489
|
+
}
|
|
490
|
+
.flow-view .exclude_gateway[data-v-0a5cbb4e]::after {
|
|
491
|
+
content: '';
|
|
492
|
+
width: 20px;
|
|
493
|
+
background-color: #7a7a7a;
|
|
494
|
+
height: 2px;
|
|
495
|
+
display: block;
|
|
496
|
+
position: absolute;
|
|
497
|
+
top: calc(50% - 1px);
|
|
498
|
+
left: calc(50% - 10px);
|
|
499
|
+
}
|
|
500
|
+
.flow-view .parall_gateway[data-v-0a5cbb4e] {
|
|
501
|
+
width: 70%;
|
|
502
|
+
height: 70%;
|
|
503
|
+
margin: 15%;
|
|
504
|
+
border: 2px solid #7a7a7a;
|
|
505
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
506
|
+
transform: rotate(45deg);
|
|
507
|
+
position: relative;
|
|
508
|
+
}
|
|
509
|
+
.flow-view .parall_gateway[data-v-0a5cbb4e]::after {
|
|
510
|
+
content: '';
|
|
511
|
+
width: 20px;
|
|
512
|
+
background-color: #7a7a7a;
|
|
513
|
+
height: 2px;
|
|
514
|
+
display: block;
|
|
515
|
+
position: absolute;
|
|
516
|
+
top: calc(50% - 1px);
|
|
517
|
+
left: calc(50% - 10px);
|
|
518
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
519
|
+
transform: rotate(45deg);
|
|
520
|
+
}
|
|
521
|
+
.flow-view .parall_gateway[data-v-0a5cbb4e]::before {
|
|
522
|
+
content: '';
|
|
523
|
+
width: 2px;
|
|
524
|
+
background-color: #7a7a7a;
|
|
525
|
+
height: 20px;
|
|
526
|
+
display: block;
|
|
527
|
+
position: absolute;
|
|
528
|
+
top: calc(50% - 10px);
|
|
529
|
+
left: calc(50% - 1px);
|
|
530
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
531
|
+
transform: rotate(45deg);
|
|
532
|
+
}
|
|
533
|
+
/* 线条工具 */
|
|
534
|
+
.lineTool[data-v-0a5cbb4e] {
|
|
535
|
+
width: 130px;
|
|
536
|
+
height: 26px;
|
|
537
|
+
border: 1px solid #1890ff;
|
|
538
|
+
position: fixed;
|
|
539
|
+
background-color: #fff;
|
|
540
|
+
text-align: left;
|
|
541
|
+
}
|
|
542
|
+
.lineTool li[data-v-0a5cbb4e] {
|
|
543
|
+
width: 30px;
|
|
544
|
+
height: 26px;
|
|
545
|
+
display: inline-block;
|
|
546
|
+
font-weight: bold;
|
|
547
|
+
text-align: center;
|
|
548
|
+
color: #1890ff;
|
|
549
|
+
}
|
|
550
|
+
.tool-drag a .inner[data-v-0a5cbb4e] {
|
|
551
|
+
color: #f00 !important;
|
|
552
|
+
}
|
|
553
|
+
.ant-layout-footer[data-v-0a5cbb4e] {
|
|
554
|
+
z-index: 10;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
#flowContainer[data-v-0a5cbb4e] {
|
|
558
|
+
width: 1000000px;
|
|
559
|
+
height: 1000000px;
|
|
560
|
+
position: absolute;
|
|
561
|
+
left: -500000px;
|
|
562
|
+
top: -500000px;
|
|
563
|
+
/* height: 1000000px;
|
|
564
|
+
width: 1000000px;
|
|
565
|
+
position: relative;
|
|
566
|
+
user-select: none;
|
|
567
|
+
left: -500000px;
|
|
568
|
+
top: -500000px; */
|
|
569
|
+
}
|
|
570
|
+
.labelClass[data-v-0a5cbb4e] {
|
|
571
|
+
padding: 0 3px;
|
|
572
|
+
font-size: 12px;
|
|
573
|
+
cursor: pointer;
|
|
574
|
+
-webkit-user-select: none;
|
|
575
|
+
-moz-user-select: none;
|
|
576
|
+
user-select: none;
|
|
577
|
+
color: #fff;
|
|
578
|
+
border-radius: 3px;
|
|
579
|
+
background: rgba(24, 144, 255, 0.6);
|
|
580
|
+
}
|
|
581
|
+
.loading[data-v-0a5cbb4e] {
|
|
582
|
+
height: 100%;
|
|
583
|
+
width: 100%;
|
|
584
|
+
display: flex;
|
|
585
|
+
align-items: center;
|
|
586
|
+
justify-content: center;
|
|
587
|
+
}
|
|
588
|
+
[data-v-0a5cbb4e] .labelClass {
|
|
589
|
+
background-color: #539dfa !important;
|
|
590
|
+
padding: 5px;
|
|
591
|
+
border-radius: 5px;
|
|
592
|
+
color: #fff;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
.svg-icon[data-v-d10df7e8] {
|
|
597
|
+
width: 1em;
|
|
598
|
+
height: 1em;
|
|
599
|
+
position: relative;
|
|
600
|
+
fill: currentColor;
|
|
601
|
+
vertical-align: -2px;
|
|
602
|
+
}
|
|
603
|
+
|
|
1
604
|
.is_required[data-v-32839555]::before {
|
|
2
605
|
content: "*";
|
|
3
606
|
color: #f56c6c;
|
|
@@ -429,21 +1032,21 @@
|
|
|
429
1032
|
.tip_content textarea.ant-input{margin:0;padding:5px 10px;border:none;background:rgba(236,238,243,0.86)}.tip_btn{margin-top:10px;text-align:center}
|
|
430
1033
|
|
|
431
1034
|
|
|
432
|
-
[data-v-
|
|
1035
|
+
[data-v-1a7456ac] .ant-form-item .ant-form-item-label {
|
|
433
1036
|
border-right: 1px solid #333;
|
|
434
1037
|
}
|
|
435
|
-
.table-design[data-v-
|
|
1038
|
+
.table-design[data-v-1a7456ac] {
|
|
436
1039
|
width: 100%;
|
|
437
1040
|
position: relative;
|
|
438
1041
|
}
|
|
439
|
-
.table-design[data-v-
|
|
1042
|
+
.table-design[data-v-1a7456ac] .ant-form-item .ant-form-item-label {
|
|
440
1043
|
border-bottom: 1px solid #333;
|
|
441
1044
|
}
|
|
442
|
-
.table-design[data-v-
|
|
1045
|
+
.table-design[data-v-1a7456ac] .ant-form-item .ant-form-item-control-wrapper {
|
|
443
1046
|
border-bottom: 1px solid #333;
|
|
444
1047
|
border-right: 1px solid #333;
|
|
445
1048
|
}
|
|
446
|
-
.table-design .table_label[data-v-
|
|
1049
|
+
.table-design .table_label[data-v-1a7456ac] {
|
|
447
1050
|
position: relative;
|
|
448
1051
|
width: 100%;
|
|
449
1052
|
height: 40px;
|
|
@@ -452,31 +1055,31 @@
|
|
|
452
1055
|
border-right: 1px solid #333;
|
|
453
1056
|
border-bottom: 1px solid #333;
|
|
454
1057
|
}
|
|
455
|
-
.table-design .table_label .last-one[data-v-
|
|
1058
|
+
.table-design .table_label .last-one[data-v-1a7456ac] {
|
|
456
1059
|
position: absolute;
|
|
457
1060
|
right: 10px;
|
|
458
1061
|
bottom: 0;
|
|
459
1062
|
}
|
|
460
|
-
.table-design .table-design-content[data-v-
|
|
1063
|
+
.table-design .table-design-content[data-v-1a7456ac] {
|
|
461
1064
|
position: relative;
|
|
462
1065
|
}
|
|
463
|
-
.table-design .table-design-content .table-design-delete[data-v-
|
|
1066
|
+
.table-design .table-design-content .table-design-delete[data-v-1a7456ac] {
|
|
464
1067
|
position: absolute;
|
|
465
1068
|
bottom: 3px;
|
|
466
1069
|
right: 3px;
|
|
467
1070
|
display: none;
|
|
468
1071
|
z-index: 101;
|
|
469
1072
|
}
|
|
470
|
-
.table-design .table-design-content:hover .table-design-delete[data-v-
|
|
1073
|
+
.table-design .table-design-content:hover .table-design-delete[data-v-1a7456ac] {
|
|
471
1074
|
display: block;
|
|
472
1075
|
}
|
|
473
|
-
.del-button[data-v-
|
|
1076
|
+
.del-button[data-v-1a7456ac] {
|
|
474
1077
|
bottom: 2px!important;
|
|
475
1078
|
}
|
|
476
|
-
.del-button[data-v-
|
|
1079
|
+
.del-button[data-v-1a7456ac] .ant-btn-sm {
|
|
477
1080
|
transform: scale(0.9);
|
|
478
1081
|
}
|
|
479
|
-
.no-label-add-button[data-v-
|
|
1082
|
+
.no-label-add-button[data-v-1a7456ac] {
|
|
480
1083
|
position: absolute;
|
|
481
1084
|
z-index: 3;
|
|
482
1085
|
right: 3px;
|
|
@@ -484,7 +1087,7 @@
|
|
|
484
1087
|
}
|
|
485
1088
|
|
|
486
1089
|
|
|
487
|
-
[data-v-
|
|
1090
|
+
[data-v-2fba3502] .ant-select-selection__rendered::after {
|
|
488
1091
|
content: "";
|
|
489
1092
|
display: none;
|
|
490
1093
|
height: 0;
|
|
@@ -3460,46 +4063,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3460
4063
|
align-items: center;
|
|
3461
4064
|
}
|
|
3462
4065
|
|
|
3463
|
-
.t-border[data-v-
|
|
4066
|
+
.t-border[data-v-730e64be] {
|
|
3464
4067
|
border-right: 1px solid #333;
|
|
3465
4068
|
border-bottom: 1px solid #333;
|
|
3466
4069
|
}
|
|
3467
|
-
[data-v-
|
|
4070
|
+
[data-v-730e64be] * {
|
|
3468
4071
|
font-size: var(--paperFontSize);
|
|
3469
4072
|
}
|
|
3470
|
-
[data-v-
|
|
4073
|
+
[data-v-730e64be] .custom_form_item {
|
|
3471
4074
|
height: -moz-fit-content;
|
|
3472
4075
|
height: fit-content;
|
|
3473
4076
|
}
|
|
3474
|
-
.save-pdf[data-v-
|
|
4077
|
+
.save-pdf[data-v-730e64be] .ant-input {
|
|
3475
4078
|
border: none !important;
|
|
3476
4079
|
}
|
|
3477
|
-
.save-pdf[data-v-
|
|
4080
|
+
.save-pdf[data-v-730e64be] .ant-select-selection {
|
|
3478
4081
|
border: none !important;
|
|
3479
4082
|
}
|
|
3480
|
-
.save-pdf[data-v-
|
|
4083
|
+
.save-pdf[data-v-730e64be] .ant-select-arrow svg {
|
|
3481
4084
|
display: none;
|
|
3482
4085
|
}
|
|
3483
|
-
.save-pdf[data-v-
|
|
4086
|
+
.save-pdf[data-v-730e64be] .ant-upload.ant-upload-select-picture-card {
|
|
3484
4087
|
display: none;
|
|
3485
4088
|
}
|
|
3486
|
-
.save-pdf[data-v-
|
|
4089
|
+
.save-pdf[data-v-730e64be] .anticon svg {
|
|
3487
4090
|
display: none;
|
|
3488
4091
|
}
|
|
3489
|
-
.save-pdf[data-v-
|
|
4092
|
+
.save-pdf[data-v-730e64be] .ant-time-picker-input {
|
|
3490
4093
|
border: none !important;
|
|
3491
4094
|
}
|
|
3492
|
-
.save-pdf[data-v-
|
|
4095
|
+
.save-pdf[data-v-730e64be] .ant-upload.ant-upload-select {
|
|
3493
4096
|
display: none;
|
|
3494
4097
|
}
|
|
3495
4098
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3496
|
-
.computed-wrap[data-v-
|
|
4099
|
+
.computed-wrap[data-v-730e64be] {
|
|
3497
4100
|
background: #f5f5f5;
|
|
3498
4101
|
}
|
|
3499
|
-
.computed-wrap .item[data-v-
|
|
4102
|
+
.computed-wrap .item[data-v-730e64be] {
|
|
3500
4103
|
display: flex;
|
|
3501
4104
|
}
|
|
3502
|
-
.computed-wrap .item > div[data-v-
|
|
4105
|
+
.computed-wrap .item > div[data-v-730e64be] {
|
|
3503
4106
|
height: 35px;
|
|
3504
4107
|
line-height: 35px;
|
|
3505
4108
|
flex: 1;
|
|
@@ -3507,129 +4110,129 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3507
4110
|
border-bottom: 1px solid #000;
|
|
3508
4111
|
text-align: center;
|
|
3509
4112
|
}
|
|
3510
|
-
.computed-wrap .item > div + div[data-v-
|
|
4113
|
+
.computed-wrap .item > div + div[data-v-730e64be] {
|
|
3511
4114
|
flex: 2;
|
|
3512
4115
|
}
|
|
3513
|
-
.layout .paper[data-v-
|
|
4116
|
+
.layout .paper[data-v-730e64be] {
|
|
3514
4117
|
position: relative;
|
|
3515
4118
|
}
|
|
3516
|
-
.layout .paper .form-title[data-v-
|
|
4119
|
+
.layout .paper .form-title[data-v-730e64be] {
|
|
3517
4120
|
text-align: center;
|
|
3518
4121
|
font-weight: 600;
|
|
3519
4122
|
font-size: 16px;
|
|
3520
4123
|
height: 40px;
|
|
3521
4124
|
}
|
|
3522
|
-
.row-item[data-v-
|
|
4125
|
+
.row-item[data-v-730e64be] {
|
|
3523
4126
|
height: -moz-fit-content;
|
|
3524
4127
|
height: fit-content;
|
|
3525
4128
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3526
4129
|
}
|
|
3527
|
-
.no-row-item[data-v-
|
|
4130
|
+
.no-row-item[data-v-730e64be] {
|
|
3528
4131
|
border-right: none;
|
|
3529
4132
|
border-bottom: none;
|
|
3530
4133
|
}
|
|
3531
4134
|
/****page边框内的 ***/
|
|
3532
|
-
.page-border[data-v-
|
|
4135
|
+
.page-border[data-v-730e64be] {
|
|
3533
4136
|
background: #fff;
|
|
3534
4137
|
box-sizing: border-box;
|
|
3535
4138
|
}
|
|
3536
|
-
.page-border .row-item[data-v-
|
|
4139
|
+
.page-border .row-item[data-v-730e64be]:first-child {
|
|
3537
4140
|
border-top: 1px solid #000;
|
|
3538
4141
|
}
|
|
3539
|
-
.page-border .row-item[data-v-
|
|
4142
|
+
.page-border .row-item[data-v-730e64be] {
|
|
3540
4143
|
border-left: 1px solid #000;
|
|
3541
4144
|
}
|
|
3542
|
-
.page-border .item-bottom[data-v-
|
|
4145
|
+
.page-border .item-bottom[data-v-730e64be] {
|
|
3543
4146
|
border-bottom: 1px solid #000;
|
|
3544
4147
|
}
|
|
3545
|
-
.page-border .row-item[data-v-
|
|
4148
|
+
.page-border .row-item[data-v-730e64be]:not(:last-child) {
|
|
3546
4149
|
position: relative;
|
|
3547
4150
|
}
|
|
3548
|
-
.page-border li.sortable-chosen[data-v-
|
|
4151
|
+
.page-border li.sortable-chosen[data-v-730e64be] {
|
|
3549
4152
|
height: 2px !important;
|
|
3550
4153
|
overflow: hidden !important;
|
|
3551
4154
|
background: red !important;
|
|
3552
4155
|
}
|
|
3553
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4156
|
+
.page-border .ant-time-picker-panel[data-v-730e64be] {
|
|
3554
4157
|
z-index: 200000 !important;
|
|
3555
4158
|
}
|
|
3556
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4159
|
+
.page-border .ant-calendar-picker-container[data-v-730e64be] {
|
|
3557
4160
|
z-index: 200000 !important;
|
|
3558
4161
|
}
|
|
3559
|
-
[data-v-
|
|
4162
|
+
[data-v-730e64be] .ant-time-picker-panel {
|
|
3560
4163
|
z-index: 9999 !important;
|
|
3561
4164
|
}
|
|
3562
|
-
.ant-calendar-picker-container[data-v-
|
|
4165
|
+
.ant-calendar-picker-container[data-v-730e64be] {
|
|
3563
4166
|
z-index: 200000 !important;
|
|
3564
4167
|
}
|
|
3565
|
-
[data-v-
|
|
4168
|
+
[data-v-730e64be] .ant-form-item-children {
|
|
3566
4169
|
display: block;
|
|
3567
4170
|
}
|
|
3568
|
-
[data-v-
|
|
4171
|
+
[data-v-730e64be] .ant-form-item {
|
|
3569
4172
|
width: 100%;
|
|
3570
4173
|
height: 100%;
|
|
3571
4174
|
margin-bottom: 0;
|
|
3572
4175
|
display: flex;
|
|
3573
4176
|
}
|
|
3574
|
-
[data-v-
|
|
4177
|
+
[data-v-730e64be] .ant-form-item .is_required::before {
|
|
3575
4178
|
content: "*";
|
|
3576
4179
|
color: #f56c6c;
|
|
3577
4180
|
margin-right: 4px;
|
|
3578
4181
|
}
|
|
3579
|
-
[data-v-
|
|
4182
|
+
[data-v-730e64be] .ant-form-item .ant-form-item-label {
|
|
3580
4183
|
border-right: 1px solid #000;
|
|
3581
4184
|
}
|
|
3582
|
-
[data-v-
|
|
4185
|
+
[data-v-730e64be] .ant-form-item .ant-form-item-label label {
|
|
3583
4186
|
display: flex;
|
|
3584
4187
|
justify-content: center;
|
|
3585
4188
|
align-items: center;
|
|
3586
4189
|
height: 100%;
|
|
3587
4190
|
}
|
|
3588
|
-
[data-v-
|
|
4191
|
+
[data-v-730e64be] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
3589
4192
|
display: none;
|
|
3590
4193
|
}
|
|
3591
|
-
[data-v-
|
|
4194
|
+
[data-v-730e64be] .ant-form-item .ant-form-item-control-wrapper {
|
|
3592
4195
|
display: flex;
|
|
3593
4196
|
align-items: center;
|
|
3594
4197
|
text-align: left;
|
|
3595
4198
|
}
|
|
3596
|
-
[data-v-
|
|
4199
|
+
[data-v-730e64be] .ant-form-item .ant-form-item-control {
|
|
3597
4200
|
width: 98%;
|
|
3598
4201
|
margin: 0 auto;
|
|
3599
4202
|
}
|
|
3600
|
-
[data-v-
|
|
4203
|
+
[data-v-730e64be] .ant-form-item .is_required::before {
|
|
3601
4204
|
content: "*";
|
|
3602
4205
|
color: #f56c6c;
|
|
3603
4206
|
margin-right: 4px;
|
|
3604
4207
|
}
|
|
3605
|
-
.row-table[data-v-
|
|
4208
|
+
.row-table[data-v-730e64be] {
|
|
3606
4209
|
display: flex;
|
|
3607
4210
|
}
|
|
3608
|
-
.row-table[data-v-
|
|
3609
|
-
.row-table[data-v-
|
|
4211
|
+
.row-table[data-v-730e64be] .ant-spin-container,
|
|
4212
|
+
.row-table[data-v-730e64be] {
|
|
3610
4213
|
display: flex;
|
|
3611
4214
|
width: 100%;
|
|
3612
4215
|
}
|
|
3613
|
-
.row-table[data-v-
|
|
3614
|
-
.row-table .table-left[data-v-
|
|
4216
|
+
.row-table[data-v-730e64be] .ant-spin-container .table-left,
|
|
4217
|
+
.row-table .table-left[data-v-730e64be] {
|
|
3615
4218
|
width: 100px;
|
|
3616
4219
|
text-align: center;
|
|
3617
4220
|
border-right: 1px solid #333;
|
|
3618
4221
|
border-bottom: 1px solid #333;
|
|
3619
4222
|
position: relative;
|
|
3620
4223
|
}
|
|
3621
|
-
.row-table[data-v-
|
|
3622
|
-
.row-table .table-left p[data-v-
|
|
4224
|
+
.row-table[data-v-730e64be] .ant-spin-container .table-left p,
|
|
4225
|
+
.row-table .table-left p[data-v-730e64be] {
|
|
3623
4226
|
position: absolute;
|
|
3624
4227
|
top: 50%;
|
|
3625
4228
|
left: 50%;
|
|
3626
4229
|
transform: translate(-50%, -50%);
|
|
3627
4230
|
}
|
|
3628
|
-
.row-table[data-v-
|
|
3629
|
-
.row-table .table-right[data-v-
|
|
4231
|
+
.row-table[data-v-730e64be] .ant-spin-container .table-right,
|
|
4232
|
+
.row-table .table-right[data-v-730e64be] {
|
|
3630
4233
|
flex: 1;
|
|
3631
4234
|
}
|
|
3632
|
-
.table-content[data-v-
|
|
4235
|
+
.table-content[data-v-730e64be] {
|
|
3633
4236
|
width: 100%;
|
|
3634
4237
|
height: 40px;
|
|
3635
4238
|
line-height: 40px;
|
|
@@ -3638,11 +4241,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3638
4241
|
border-bottom: 1px solid #333;
|
|
3639
4242
|
border-right: 1px solid #333;
|
|
3640
4243
|
}
|
|
3641
|
-
.sub-table-col[data-v-
|
|
4244
|
+
.sub-table-col[data-v-730e64be] {
|
|
3642
4245
|
display: flex;
|
|
3643
4246
|
box-sizing: border-box;
|
|
3644
4247
|
}
|
|
3645
|
-
.sub-table-col > span[data-v-
|
|
4248
|
+
.sub-table-col > span[data-v-730e64be] {
|
|
3646
4249
|
flex: 2;
|
|
3647
4250
|
border-bottom: 1px solid #000;
|
|
3648
4251
|
border-right: 1px solid #000;
|
|
@@ -3650,22 +4253,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3650
4253
|
line-height: 40px;
|
|
3651
4254
|
text-align: center;
|
|
3652
4255
|
}
|
|
3653
|
-
.sub-table-col > .last-one[data-v-
|
|
4256
|
+
.sub-table-col > .last-one[data-v-730e64be] {
|
|
3654
4257
|
width: 87px;
|
|
3655
4258
|
flex: 0 0 87px;
|
|
3656
4259
|
border-right: 1px solid #333;
|
|
3657
4260
|
border-bottom: 1px solid #333;
|
|
3658
4261
|
}
|
|
3659
|
-
.sub-table-col-no-border > span[data-v-
|
|
4262
|
+
.sub-table-col-no-border > span[data-v-730e64be] {
|
|
3660
4263
|
border: none;
|
|
3661
4264
|
height: auto;
|
|
3662
4265
|
width: 0;
|
|
3663
4266
|
}
|
|
3664
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
3665
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4267
|
+
.sub-table-col-no-border > .sub-table-title[data-v-730e64be]:last-child,
|
|
4268
|
+
.sub-table-col-no-border > .sub-table-item[data-v-730e64be]:last-child {
|
|
3666
4269
|
border-right: none !important;
|
|
3667
4270
|
}
|
|
3668
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4271
|
+
.sub-table-col-no-border > .last-one[data-v-730e64be] {
|
|
3669
4272
|
width: 87px;
|
|
3670
4273
|
flex: 0 0 87px;
|
|
3671
4274
|
display: flex;
|
|
@@ -3673,33 +4276,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3673
4276
|
align-items: center;
|
|
3674
4277
|
}
|
|
3675
4278
|
/*****无border *****/
|
|
3676
|
-
.no-border .page-border[data-v-
|
|
4279
|
+
.no-border .page-border[data-v-730e64be] {
|
|
3677
4280
|
border: none;
|
|
3678
4281
|
}
|
|
3679
|
-
.no-border .page-border .row-item[data-v-
|
|
4282
|
+
.no-border .page-border .row-item[data-v-730e64be]:not(:last-child) {
|
|
3680
4283
|
border: none;
|
|
3681
4284
|
}
|
|
3682
|
-
.no-border .page-border[data-v-
|
|
4285
|
+
.no-border .page-border[data-v-730e64be] .ant-form-item .ant-form-item-label {
|
|
3683
4286
|
border: none;
|
|
3684
4287
|
}
|
|
3685
|
-
.table_border[data-v-
|
|
4288
|
+
.table_border[data-v-730e64be] {
|
|
3686
4289
|
border-bottom: 0;
|
|
3687
4290
|
border-right: 0;
|
|
3688
4291
|
}
|
|
3689
4292
|
/*****无border *****/
|
|
3690
|
-
[data-v-
|
|
4293
|
+
[data-v-730e64be] .ant-form-item-children > div > p,[data-v-730e64be] .ant-form-item-children > div > h1,[data-v-730e64be] .ant-form-item-children > div > h2,[data-v-730e64be] .ant-form-item-children > div > h3,[data-v-730e64be] .ant-form-item-children > div > h4,[data-v-730e64be] .ant-form-item-children > div > h5,[data-v-730e64be] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
3691
4294
|
margin: 10px 0;
|
|
3692
4295
|
line-height: 1.5;
|
|
3693
4296
|
}
|
|
3694
|
-
[data-v-
|
|
4297
|
+
[data-v-730e64be] .ant-spin-dot {
|
|
3695
4298
|
font-size: 20px !important;
|
|
3696
4299
|
}
|
|
3697
|
-
.form_skeleton[data-v-
|
|
4300
|
+
.form_skeleton[data-v-730e64be] {
|
|
3698
4301
|
display: block;
|
|
3699
4302
|
width: 700px;
|
|
3700
4303
|
margin: 55px auto;
|
|
3701
4304
|
}
|
|
3702
|
-
.form_skeleton[data-v-
|
|
4305
|
+
.form_skeleton[data-v-730e64be] .ant-skeleton-title {
|
|
3703
4306
|
margin: 0 auto;
|
|
3704
4307
|
}
|
|
3705
4308
|
|