@zscreate/form-component 1.1.652 → 1.1.653
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 +36 -255
- package/dist/form-component.umd.js +143514 -144943
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -185,260 +185,6 @@
|
|
|
185
185
|
height:600px !important;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
.CodeMirror-hints {
|
|
189
|
-
position: absolute;
|
|
190
|
-
z-index: 10;
|
|
191
|
-
overflow: hidden;
|
|
192
|
-
list-style: none;
|
|
193
|
-
|
|
194
|
-
margin: 0;
|
|
195
|
-
padding: 2px;
|
|
196
|
-
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
|
197
|
-
border-radius: 3px;
|
|
198
|
-
border: 1px solid silver;
|
|
199
|
-
|
|
200
|
-
background: white;
|
|
201
|
-
font-size: 90%;
|
|
202
|
-
font-family: monospace;
|
|
203
|
-
|
|
204
|
-
max-height: 20em;
|
|
205
|
-
overflow-y: auto;
|
|
206
|
-
box-sizing: border-box;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.CodeMirror-hint {
|
|
210
|
-
margin: 0;
|
|
211
|
-
padding: 0 4px;
|
|
212
|
-
border-radius: 2px;
|
|
213
|
-
white-space: pre;
|
|
214
|
-
color: black;
|
|
215
|
-
cursor: pointer;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
li.CodeMirror-hint-active {
|
|
219
|
-
background: #08f;
|
|
220
|
-
color: white;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.option_row_header[data-v-2c825458] {
|
|
224
|
-
background: #eee;
|
|
225
|
-
text-align: center;
|
|
226
|
-
line-height: 45px;
|
|
227
|
-
}
|
|
228
|
-
.option_row[data-v-2c825458] {
|
|
229
|
-
border-left: 1px solid #eee;
|
|
230
|
-
}
|
|
231
|
-
.option_row .ant-col[data-v-2c825458] {
|
|
232
|
-
border-right: 1px solid #eee;
|
|
233
|
-
border-bottom: 1px solid #eee;
|
|
234
|
-
text-align: left;
|
|
235
|
-
height: 180px;
|
|
236
|
-
}
|
|
237
|
-
.option_row .ant-col[data-v-2c825458]:not(.code-col) {
|
|
238
|
-
line-height: 180px;
|
|
239
|
-
text-align: center;
|
|
240
|
-
}
|
|
241
|
-
.no-data[data-v-2c825458] {
|
|
242
|
-
border: 1px solid #eee;
|
|
243
|
-
line-height: 45px;
|
|
244
|
-
text-align: center;
|
|
245
|
-
cursor: pointer;
|
|
246
|
-
color: #ccc;
|
|
247
|
-
}
|
|
248
|
-
.code[data-v-2c825458] {
|
|
249
|
-
height: 180px;
|
|
250
|
-
width: 100%;
|
|
251
|
-
}
|
|
252
|
-
.delete[data-v-2c825458] {
|
|
253
|
-
color: #ff0000;
|
|
254
|
-
}
|
|
255
|
-
[data-v-2c825458] .vue-codemirror {
|
|
256
|
-
height: 100%;
|
|
257
|
-
}
|
|
258
|
-
[data-v-2c825458] .CodeMirror {
|
|
259
|
-
height: 178px !important;
|
|
260
|
-
}
|
|
261
|
-
[data-v-2c825458] .CodeMirror-hints {
|
|
262
|
-
z-index: 999999 !important;
|
|
263
|
-
max-height: 200px;
|
|
264
|
-
overflow-y: auto;
|
|
265
|
-
border-radius: 4px;
|
|
266
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
|
267
|
-
background: white !important;
|
|
268
|
-
border: 1px solid #d9d9d9 !important;
|
|
269
|
-
position: fixed !important;
|
|
270
|
-
}
|
|
271
|
-
[data-v-2c825458] .CodeMirror-hint {
|
|
272
|
-
padding: 6px 12px;
|
|
273
|
-
font-size: 13px;
|
|
274
|
-
line-height: 1.5;
|
|
275
|
-
border-radius: 2px;
|
|
276
|
-
color: #333 !important;
|
|
277
|
-
background: white !important;
|
|
278
|
-
cursor: pointer;
|
|
279
|
-
}
|
|
280
|
-
[data-v-2c825458] .CodeMirror-hint:hover {
|
|
281
|
-
background-color: #f5f5f5 !important;
|
|
282
|
-
}
|
|
283
|
-
[data-v-2c825458] .CodeMirror-hint-active {
|
|
284
|
-
background-color: #1890ff !important;
|
|
285
|
-
color: white !important;
|
|
286
|
-
}
|
|
287
|
-
[data-v-2c825458] .custom-hint-item {
|
|
288
|
-
font-weight: 500;
|
|
289
|
-
}
|
|
290
|
-
[data-v-2c825458]:global(.CodeMirror-hints) {
|
|
291
|
-
z-index: 999999 !important;
|
|
292
|
-
position: fixed !important;
|
|
293
|
-
background: white !important;
|
|
294
|
-
border: 1px solid #d9d9d9 !important;
|
|
295
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
|
|
296
|
-
}
|
|
297
|
-
[data-v-2c825458] .CodeMirror-gutter.breakpoints {
|
|
298
|
-
width: 16px !important;
|
|
299
|
-
background: #2c3e50;
|
|
300
|
-
border-right: 1px solid #34495e;
|
|
301
|
-
}
|
|
302
|
-
[data-v-2c825458] .CodeMirror-breakpoint {
|
|
303
|
-
width: 12px !important;
|
|
304
|
-
height: 12px !important;
|
|
305
|
-
border-radius: 50% !important;
|
|
306
|
-
background-color: #e74c3c !important;
|
|
307
|
-
border: 2px solid #c0392b !important;
|
|
308
|
-
margin-left: 2px !important;
|
|
309
|
-
cursor: pointer !important;
|
|
310
|
-
position: relative !important;
|
|
311
|
-
display: inline-block !important;
|
|
312
|
-
}
|
|
313
|
-
[data-v-2c825458] .CodeMirror-breakpoint:hover {
|
|
314
|
-
background-color: #c0392b !important;
|
|
315
|
-
transform: scale(1.1) !important;
|
|
316
|
-
}
|
|
317
|
-
[data-v-2c825458] .CodeMirror-breakpoint-line {
|
|
318
|
-
background-color: rgba(231, 76, 60, 0.1) !important;
|
|
319
|
-
}
|
|
320
|
-
[data-v-2c825458] .CodeMirror-linenumber {
|
|
321
|
-
cursor: pointer !important;
|
|
322
|
-
-webkit-user-select: none !important;
|
|
323
|
-
-moz-user-select: none !important;
|
|
324
|
-
user-select: none !important;
|
|
325
|
-
}
|
|
326
|
-
[data-v-2c825458] .CodeMirror-linenumber:hover {
|
|
327
|
-
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
328
|
-
}
|
|
329
|
-
.debug-result .debug-status[data-v-2c825458] {
|
|
330
|
-
padding: 16px;
|
|
331
|
-
border-radius: 6px;
|
|
332
|
-
margin-bottom: 20px;
|
|
333
|
-
}
|
|
334
|
-
.debug-result .debug-status.success[data-v-2c825458] {
|
|
335
|
-
background-color: #f6ffed;
|
|
336
|
-
border: 1px solid #b7eb8f;
|
|
337
|
-
color: #389e0d;
|
|
338
|
-
}
|
|
339
|
-
.debug-result .debug-status.error[data-v-2c825458] {
|
|
340
|
-
background-color: #fff2f0;
|
|
341
|
-
border: 1px solid #ffccc7;
|
|
342
|
-
color: #cf1322;
|
|
343
|
-
}
|
|
344
|
-
.debug-result .debug-status h3[data-v-2c825458] {
|
|
345
|
-
margin: 0 0 8px 0;
|
|
346
|
-
font-size: 16px;
|
|
347
|
-
font-weight: 600;
|
|
348
|
-
}
|
|
349
|
-
.debug-result .debug-status p[data-v-2c825458] {
|
|
350
|
-
margin: 0;
|
|
351
|
-
white-space: pre-wrap;
|
|
352
|
-
font-family: 'Courier New', monospace;
|
|
353
|
-
font-size: 12px;
|
|
354
|
-
}
|
|
355
|
-
.debug-result .debug-section[data-v-2c825458] {
|
|
356
|
-
margin-bottom: 20px;
|
|
357
|
-
}
|
|
358
|
-
.debug-result .debug-section h4[data-v-2c825458] {
|
|
359
|
-
margin: 0 0 8px 0;
|
|
360
|
-
font-size: 14px;
|
|
361
|
-
font-weight: 600;
|
|
362
|
-
color: #1890ff;
|
|
363
|
-
}
|
|
364
|
-
.debug-result .debug-code[data-v-2c825458] {
|
|
365
|
-
background-color: #f5f5f5;
|
|
366
|
-
border: 1px solid #d9d9d9;
|
|
367
|
-
border-radius: 4px;
|
|
368
|
-
padding: 12px;
|
|
369
|
-
font-family: 'Courier New', monospace;
|
|
370
|
-
font-size: 12px;
|
|
371
|
-
white-space: pre-wrap;
|
|
372
|
-
overflow-x: auto;
|
|
373
|
-
max-height: 200px;
|
|
374
|
-
overflow-y: auto;
|
|
375
|
-
}
|
|
376
|
-
.debug-result .debug-outputs[data-v-2c825458] {
|
|
377
|
-
background-color: #fafafa;
|
|
378
|
-
border: 1px solid #e8e8e8;
|
|
379
|
-
border-radius: 4px;
|
|
380
|
-
padding: 12px;
|
|
381
|
-
max-height: 300px;
|
|
382
|
-
overflow-y: auto;
|
|
383
|
-
}
|
|
384
|
-
.debug-result .debug-outputs .debug-output-item[data-v-2c825458] {
|
|
385
|
-
font-family: 'Courier New', monospace;
|
|
386
|
-
font-size: 12px;
|
|
387
|
-
line-height: 1.5;
|
|
388
|
-
color: #333;
|
|
389
|
-
margin-bottom: 4px;
|
|
390
|
-
}
|
|
391
|
-
.debug-result .debug-outputs .debug-output-item[data-v-2c825458]:last-child {
|
|
392
|
-
margin-bottom: 0;
|
|
393
|
-
}
|
|
394
|
-
.debug-result .debug-actions[data-v-2c825458] {
|
|
395
|
-
text-align: right;
|
|
396
|
-
padding-top: 16px;
|
|
397
|
-
border-top: 1px solid #e8e8e8;
|
|
398
|
-
}
|
|
399
|
-
.debug-result .debug-actions .ant-btn[data-v-2c825458] {
|
|
400
|
-
margin-left: 8px;
|
|
401
|
-
}
|
|
402
|
-
.debug-result .thumbnail-section[data-v-2c825458] {
|
|
403
|
-
margin-top: 16px;
|
|
404
|
-
padding: 12px;
|
|
405
|
-
background-color: #f9f9f9;
|
|
406
|
-
border: 1px solid #e8e8e8;
|
|
407
|
-
border-radius: 4px;
|
|
408
|
-
display: flex;
|
|
409
|
-
justify-content: flex-start;
|
|
410
|
-
}
|
|
411
|
-
.debug-result .thumbnail-section .thumbnail-container[data-v-2c825458] {
|
|
412
|
-
display: flex;
|
|
413
|
-
flex-direction: column;
|
|
414
|
-
align-items: flex-start;
|
|
415
|
-
gap: 8px;
|
|
416
|
-
}
|
|
417
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-2c825458] {
|
|
418
|
-
max-width: 150px;
|
|
419
|
-
max-height: 100px;
|
|
420
|
-
border: 1px solid #d9d9d9;
|
|
421
|
-
border-radius: 4px;
|
|
422
|
-
cursor: pointer;
|
|
423
|
-
transition: all 0.3s ease;
|
|
424
|
-
}
|
|
425
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-2c825458]:hover {
|
|
426
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
427
|
-
transform: scale(1.05);
|
|
428
|
-
}
|
|
429
|
-
.debug-result .thumbnail-section .debug-time[data-v-2c825458] {
|
|
430
|
-
font-size: 12px;
|
|
431
|
-
color: #666;
|
|
432
|
-
text-align: left;
|
|
433
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
434
|
-
padding: 4px 8px;
|
|
435
|
-
border-radius: 4px;
|
|
436
|
-
border: 1px solid #e8e8e8;
|
|
437
|
-
}
|
|
438
|
-
[data-v-2c825458] .ant-message {
|
|
439
|
-
z-index: 100000 !important;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
188
|
.show_select_form {
|
|
443
189
|
line-height: 32px;
|
|
444
190
|
}
|
|
@@ -630,7 +376,7 @@ ul li[data-v-c8780a30] {
|
|
|
630
376
|
}
|
|
631
377
|
|
|
632
378
|
|
|
633
|
-
[data-v-
|
|
379
|
+
[data-v-cbf6f694] .ant-btn > span {
|
|
634
380
|
display: block !important;
|
|
635
381
|
}
|
|
636
382
|
|
|
@@ -1828,6 +1574,41 @@ dd[data-v-f7c20cf8] {
|
|
|
1828
1574
|
color: #cccccc;
|
|
1829
1575
|
}
|
|
1830
1576
|
|
|
1577
|
+
.CodeMirror-hints {
|
|
1578
|
+
position: absolute;
|
|
1579
|
+
z-index: 10;
|
|
1580
|
+
overflow: hidden;
|
|
1581
|
+
list-style: none;
|
|
1582
|
+
|
|
1583
|
+
margin: 0;
|
|
1584
|
+
padding: 2px;
|
|
1585
|
+
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
|
1586
|
+
border-radius: 3px;
|
|
1587
|
+
border: 1px solid silver;
|
|
1588
|
+
|
|
1589
|
+
background: white;
|
|
1590
|
+
font-size: 90%;
|
|
1591
|
+
font-family: monospace;
|
|
1592
|
+
|
|
1593
|
+
max-height: 20em;
|
|
1594
|
+
overflow-y: auto;
|
|
1595
|
+
box-sizing: border-box;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.CodeMirror-hint {
|
|
1599
|
+
margin: 0;
|
|
1600
|
+
padding: 0 4px;
|
|
1601
|
+
border-radius: 2px;
|
|
1602
|
+
white-space: pre;
|
|
1603
|
+
color: black;
|
|
1604
|
+
cursor: pointer;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
li.CodeMirror-hint-active {
|
|
1608
|
+
background: #08f;
|
|
1609
|
+
color: white;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1831
1612
|
.option_row_header[data-v-08dcecee] {
|
|
1832
1613
|
background: #eee;
|
|
1833
1614
|
text-align: center;
|