@zscreate/form-component 1.1.569 → 1.1.570
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 +63 -63
- package/dist/form-component.umd.js +42675 -42623
- package/package.json +1 -1
- package/readme.md +3 -1
package/dist/form-component.css
CHANGED
|
@@ -345,16 +345,16 @@ ul li[data-v-c8780a30] {
|
|
|
345
345
|
z-index: 101;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
ul[data-v-
|
|
349
|
-
li[data-v-
|
|
350
|
-
dl[data-v-
|
|
351
|
-
dt[data-v-
|
|
352
|
-
dd[data-v-
|
|
348
|
+
ul[data-v-f7c20cf8],
|
|
349
|
+
li[data-v-f7c20cf8],
|
|
350
|
+
dl[data-v-f7c20cf8],
|
|
351
|
+
dt[data-v-f7c20cf8],
|
|
352
|
+
dd[data-v-f7c20cf8] {
|
|
353
353
|
list-style-type: none;
|
|
354
354
|
padding: 0;
|
|
355
355
|
margin: 0;
|
|
356
356
|
}
|
|
357
|
-
.flowwork-warp[data-v-
|
|
357
|
+
.flowwork-warp[data-v-f7c20cf8] {
|
|
358
358
|
position: absolute;
|
|
359
359
|
left: 0;
|
|
360
360
|
right: 0;
|
|
@@ -362,7 +362,7 @@ dd[data-v-3fa458e1] {
|
|
|
362
362
|
bottom: 64px;
|
|
363
363
|
background: #fff;
|
|
364
364
|
}
|
|
365
|
-
.g1_workflow_warp[data-v-
|
|
365
|
+
.g1_workflow_warp[data-v-f7c20cf8] {
|
|
366
366
|
border: 1px solid #dfdfdf;
|
|
367
367
|
margin: auto;
|
|
368
368
|
position: absolute;
|
|
@@ -371,12 +371,12 @@ dd[data-v-3fa458e1] {
|
|
|
371
371
|
bottom: 0;
|
|
372
372
|
top: 0;
|
|
373
373
|
}
|
|
374
|
-
.g1_workflow_warp li[data-v-
|
|
374
|
+
.g1_workflow_warp li[data-v-f7c20cf8] {
|
|
375
375
|
width: 100%;
|
|
376
376
|
position: relative;
|
|
377
377
|
text-align: center;
|
|
378
378
|
}
|
|
379
|
-
.g1-sider_tool1[data-v-
|
|
379
|
+
.g1-sider_tool1[data-v-f7c20cf8] {
|
|
380
380
|
width: 100px;
|
|
381
381
|
position: absolute;
|
|
382
382
|
left: 0;
|
|
@@ -385,37 +385,37 @@ dd[data-v-3fa458e1] {
|
|
|
385
385
|
border-right: 1px solid #dfdfdf;
|
|
386
386
|
overflow-y: auto;
|
|
387
387
|
}
|
|
388
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
388
|
+
.g1-sider_tool1 .tool_box[data-v-f7c20cf8] {
|
|
389
389
|
margin-top: 15px;
|
|
390
390
|
}
|
|
391
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
391
|
+
.g1-sider_tool1 .tool_box .tool[data-v-f7c20cf8] {
|
|
392
392
|
text-align: center;
|
|
393
393
|
font-size: 12px;
|
|
394
394
|
color: #fff;
|
|
395
395
|
}
|
|
396
396
|
/* 公用图形 */
|
|
397
|
-
.end[data-v-
|
|
397
|
+
.end[data-v-f7c20cf8] {
|
|
398
398
|
border-radius: 100%;
|
|
399
399
|
}
|
|
400
|
-
.comm[data-v-
|
|
400
|
+
.comm[data-v-f7c20cf8] {
|
|
401
401
|
border-radius: 0px;
|
|
402
402
|
}
|
|
403
|
-
.gate[data-v-
|
|
403
|
+
.gate[data-v-f7c20cf8] {
|
|
404
404
|
width: 60px;
|
|
405
405
|
border-radius: 0;
|
|
406
406
|
}
|
|
407
|
-
.gate .inner[data-v-
|
|
407
|
+
.gate .inner[data-v-f7c20cf8] {
|
|
408
408
|
display: inline-block;
|
|
409
409
|
font-size: 16px;
|
|
410
410
|
}
|
|
411
|
-
.g1-form_main1[data-v-
|
|
411
|
+
.g1-form_main1[data-v-f7c20cf8] {
|
|
412
412
|
position: absolute;
|
|
413
413
|
left: 100px;
|
|
414
414
|
right: 0;
|
|
415
415
|
top: 0;
|
|
416
416
|
bottom: 0;
|
|
417
417
|
}
|
|
418
|
-
.g1-form_main1 .head[data-v-
|
|
418
|
+
.g1-form_main1 .head[data-v-f7c20cf8] {
|
|
419
419
|
height: 46px;
|
|
420
420
|
line-height: 46px;
|
|
421
421
|
text-align: left;
|
|
@@ -423,11 +423,11 @@ dd[data-v-3fa458e1] {
|
|
|
423
423
|
box-sizing: border-box;
|
|
424
424
|
border-bottom: 1px solid #d8d8d8;
|
|
425
425
|
}
|
|
426
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
426
|
+
.g1-form_main1 .head .ant-btn[data-v-f7c20cf8] {
|
|
427
427
|
height: 32px;
|
|
428
428
|
margin-right: 10px;
|
|
429
429
|
}
|
|
430
|
-
.g1-form_main1 .main[data-v-
|
|
430
|
+
.g1-form_main1 .main[data-v-f7c20cf8] {
|
|
431
431
|
position: absolute;
|
|
432
432
|
left: 0 !important;
|
|
433
433
|
right: 0px;
|
|
@@ -436,12 +436,12 @@ dd[data-v-3fa458e1] {
|
|
|
436
436
|
overflow: auto;
|
|
437
437
|
box-sizing: border-box;
|
|
438
438
|
}
|
|
439
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
439
|
+
.g1-form_main1 .main #flowContainer[data-v-f7c20cf8] {
|
|
440
440
|
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%);
|
|
441
441
|
background-size: 10px 10px;
|
|
442
442
|
background-color: #fbfbfb;
|
|
443
443
|
}
|
|
444
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
444
|
+
.g1-form_main1 .sider-pannel[data-v-f7c20cf8] {
|
|
445
445
|
width: 250px;
|
|
446
446
|
padding: 0 15px;
|
|
447
447
|
position: absolute;
|
|
@@ -452,7 +452,7 @@ dd[data-v-3fa458e1] {
|
|
|
452
452
|
background-color: #fff;
|
|
453
453
|
z-index: 101;
|
|
454
454
|
}
|
|
455
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
455
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-f7c20cf8] {
|
|
456
456
|
width: 100%;
|
|
457
457
|
height: 100%;
|
|
458
458
|
padding: 15px;
|
|
@@ -463,7 +463,7 @@ dd[data-v-3fa458e1] {
|
|
|
463
463
|
top: 0;
|
|
464
464
|
overflow-y: auto;
|
|
465
465
|
}
|
|
466
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
466
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-f7c20cf8] {
|
|
467
467
|
width: 36px;
|
|
468
468
|
height: 60px;
|
|
469
469
|
line-height: 60px;
|
|
@@ -479,14 +479,14 @@ dd[data-v-3fa458e1] {
|
|
|
479
479
|
background-color: #fff;
|
|
480
480
|
}
|
|
481
481
|
/* 视图图形 */
|
|
482
|
-
.flow-view[data-v-
|
|
482
|
+
.flow-view[data-v-f7c20cf8] {
|
|
483
483
|
position: absolute;
|
|
484
484
|
left: 0;
|
|
485
485
|
right: 0;
|
|
486
486
|
top: 0;
|
|
487
487
|
bottom: 0;
|
|
488
488
|
}
|
|
489
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
489
|
+
.flow-view .inner .flow-node-drag[data-v-f7c20cf8] {
|
|
490
490
|
width: 12px;
|
|
491
491
|
height: 12px;
|
|
492
492
|
display: block;
|
|
@@ -497,27 +497,27 @@ dd[data-v-3fa458e1] {
|
|
|
497
497
|
cursor: crosshair;
|
|
498
498
|
background: rgba(24, 144, 255, 0.6);
|
|
499
499
|
}
|
|
500
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
500
|
+
.flow-view .inner .flow-node-drag[data-v-f7c20cf8]:nth-child(1) {
|
|
501
501
|
left: -6px;
|
|
502
502
|
top: 0;
|
|
503
503
|
bottom: 0;
|
|
504
504
|
}
|
|
505
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
505
|
+
.flow-view .inner .flow-node-drag[data-v-f7c20cf8]:nth-child(2) {
|
|
506
506
|
top: -6px;
|
|
507
507
|
left: 0;
|
|
508
508
|
right: 0;
|
|
509
509
|
}
|
|
510
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
510
|
+
.flow-view .inner .flow-node-drag[data-v-f7c20cf8]:nth-child(3) {
|
|
511
511
|
right: -6px;
|
|
512
512
|
top: 0;
|
|
513
513
|
bottom: 0;
|
|
514
514
|
}
|
|
515
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
515
|
+
.flow-view .inner .flow-node-drag[data-v-f7c20cf8]:nth-child(4) {
|
|
516
516
|
bottom: -6px;
|
|
517
517
|
left: 0;
|
|
518
518
|
right: 0;
|
|
519
519
|
}
|
|
520
|
-
.flow-view .tool[data-v-
|
|
520
|
+
.flow-view .tool[data-v-f7c20cf8] {
|
|
521
521
|
width: 100%;
|
|
522
522
|
height: 100%;
|
|
523
523
|
margin: 0;
|
|
@@ -525,14 +525,14 @@ dd[data-v-3fa458e1] {
|
|
|
525
525
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
526
526
|
background: #fbfbfb;
|
|
527
527
|
}
|
|
528
|
-
.flow-view .tool .iconfont[data-v-
|
|
528
|
+
.flow-view .tool .iconfont[data-v-f7c20cf8] {
|
|
529
529
|
font-size: 100%;
|
|
530
530
|
color: #858587;
|
|
531
531
|
}
|
|
532
|
-
.flow-view .exclude_gateway[data-v-
|
|
532
|
+
.flow-view .exclude_gateway[data-v-f7c20cf8] {
|
|
533
533
|
box-shadow: 0 0 0 #ccc;
|
|
534
534
|
}
|
|
535
|
-
.flow-view .gate[data-v-
|
|
535
|
+
.flow-view .gate[data-v-f7c20cf8] {
|
|
536
536
|
line-height: 50px;
|
|
537
537
|
position: absolute;
|
|
538
538
|
left: 0;
|
|
@@ -540,9 +540,9 @@ dd[data-v-3fa458e1] {
|
|
|
540
540
|
top: 0;
|
|
541
541
|
bottom: 0;
|
|
542
542
|
}
|
|
543
|
-
.flow-view .ordinary_gateway[data-v-
|
|
544
|
-
.flow-view .parall_gateway[data-v-
|
|
545
|
-
.flow-view .exclude_gateway[data-v-
|
|
543
|
+
.flow-view .ordinary_gateway[data-v-f7c20cf8],
|
|
544
|
+
.flow-view .parall_gateway[data-v-f7c20cf8],
|
|
545
|
+
.flow-view .exclude_gateway[data-v-f7c20cf8] {
|
|
546
546
|
border: none;
|
|
547
547
|
border-radius: 0;
|
|
548
548
|
background-size: cover;
|
|
@@ -550,35 +550,35 @@ dd[data-v-3fa458e1] {
|
|
|
550
550
|
background-position: center center;
|
|
551
551
|
box-shadow: 0 0 0 #ccc;
|
|
552
552
|
}
|
|
553
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
554
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
555
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
553
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(1),
|
|
554
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(1),
|
|
555
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(1) {
|
|
556
556
|
left: 0;
|
|
557
557
|
top: 0;
|
|
558
558
|
bottom: 0;
|
|
559
559
|
}
|
|
560
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
561
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
562
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
560
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(2),
|
|
561
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(2),
|
|
562
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(2) {
|
|
563
563
|
top: 0;
|
|
564
564
|
left: 0;
|
|
565
565
|
right: 0;
|
|
566
566
|
}
|
|
567
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
568
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
569
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
567
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(3),
|
|
568
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(3),
|
|
569
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(3) {
|
|
570
570
|
right: 0;
|
|
571
571
|
top: 0;
|
|
572
572
|
bottom: 0;
|
|
573
573
|
}
|
|
574
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
575
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
576
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
574
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(4),
|
|
575
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(4),
|
|
576
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f7c20cf8]:nth-child(4) {
|
|
577
577
|
bottom: 0;
|
|
578
578
|
left: 0;
|
|
579
579
|
right: 0;
|
|
580
580
|
}
|
|
581
|
-
.flow-view .exclude_gateway[data-v-
|
|
581
|
+
.flow-view .exclude_gateway[data-v-f7c20cf8] {
|
|
582
582
|
width: 70%;
|
|
583
583
|
height: 70%;
|
|
584
584
|
margin: 15%;
|
|
@@ -587,7 +587,7 @@ dd[data-v-3fa458e1] {
|
|
|
587
587
|
transform: rotate(45deg);
|
|
588
588
|
position: relative;
|
|
589
589
|
}
|
|
590
|
-
.flow-view .exclude_gateway[data-v-
|
|
590
|
+
.flow-view .exclude_gateway[data-v-f7c20cf8]::before {
|
|
591
591
|
content: '';
|
|
592
592
|
width: 2px;
|
|
593
593
|
background-color: #7a7a7a;
|
|
@@ -597,7 +597,7 @@ dd[data-v-3fa458e1] {
|
|
|
597
597
|
top: calc(50% - 10px);
|
|
598
598
|
left: calc(50% - 1px);
|
|
599
599
|
}
|
|
600
|
-
.flow-view .exclude_gateway[data-v-
|
|
600
|
+
.flow-view .exclude_gateway[data-v-f7c20cf8]::after {
|
|
601
601
|
content: '';
|
|
602
602
|
width: 20px;
|
|
603
603
|
background-color: #7a7a7a;
|
|
@@ -607,7 +607,7 @@ dd[data-v-3fa458e1] {
|
|
|
607
607
|
top: calc(50% - 1px);
|
|
608
608
|
left: calc(50% - 10px);
|
|
609
609
|
}
|
|
610
|
-
.flow-view .parall_gateway[data-v-
|
|
610
|
+
.flow-view .parall_gateway[data-v-f7c20cf8] {
|
|
611
611
|
width: 70%;
|
|
612
612
|
height: 70%;
|
|
613
613
|
margin: 15%;
|
|
@@ -616,7 +616,7 @@ dd[data-v-3fa458e1] {
|
|
|
616
616
|
transform: rotate(45deg);
|
|
617
617
|
position: relative;
|
|
618
618
|
}
|
|
619
|
-
.flow-view .parall_gateway[data-v-
|
|
619
|
+
.flow-view .parall_gateway[data-v-f7c20cf8]::after {
|
|
620
620
|
content: '';
|
|
621
621
|
width: 20px;
|
|
622
622
|
background-color: #7a7a7a;
|
|
@@ -628,7 +628,7 @@ dd[data-v-3fa458e1] {
|
|
|
628
628
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
629
629
|
transform: rotate(45deg);
|
|
630
630
|
}
|
|
631
|
-
.flow-view .parall_gateway[data-v-
|
|
631
|
+
.flow-view .parall_gateway[data-v-f7c20cf8]::before {
|
|
632
632
|
content: '';
|
|
633
633
|
width: 2px;
|
|
634
634
|
background-color: #7a7a7a;
|
|
@@ -641,7 +641,7 @@ dd[data-v-3fa458e1] {
|
|
|
641
641
|
transform: rotate(45deg);
|
|
642
642
|
}
|
|
643
643
|
/* 线条工具 */
|
|
644
|
-
.lineTool[data-v-
|
|
644
|
+
.lineTool[data-v-f7c20cf8] {
|
|
645
645
|
width: 130px;
|
|
646
646
|
height: 26px;
|
|
647
647
|
border: 1px solid #1890ff;
|
|
@@ -649,7 +649,7 @@ dd[data-v-3fa458e1] {
|
|
|
649
649
|
background-color: #fff;
|
|
650
650
|
text-align: left;
|
|
651
651
|
}
|
|
652
|
-
.lineTool li[data-v-
|
|
652
|
+
.lineTool li[data-v-f7c20cf8] {
|
|
653
653
|
width: 30px;
|
|
654
654
|
height: 26px;
|
|
655
655
|
display: inline-block;
|
|
@@ -657,14 +657,14 @@ dd[data-v-3fa458e1] {
|
|
|
657
657
|
text-align: center;
|
|
658
658
|
color: #1890ff;
|
|
659
659
|
}
|
|
660
|
-
.tool-drag a .inner[data-v-
|
|
660
|
+
.tool-drag a .inner[data-v-f7c20cf8] {
|
|
661
661
|
color: #f00 !important;
|
|
662
662
|
}
|
|
663
|
-
.ant-layout-footer[data-v-
|
|
663
|
+
.ant-layout-footer[data-v-f7c20cf8] {
|
|
664
664
|
z-index: 10;
|
|
665
665
|
}
|
|
666
666
|
|
|
667
|
-
#flowContainer[data-v-
|
|
667
|
+
#flowContainer[data-v-f7c20cf8] {
|
|
668
668
|
width: 1000000px;
|
|
669
669
|
height: 1000000px;
|
|
670
670
|
position: absolute;
|
|
@@ -677,14 +677,14 @@ dd[data-v-3fa458e1] {
|
|
|
677
677
|
left: -500000px;
|
|
678
678
|
top: -500000px; */
|
|
679
679
|
}
|
|
680
|
-
.loading[data-v-
|
|
680
|
+
.loading[data-v-f7c20cf8] {
|
|
681
681
|
height: 100%;
|
|
682
682
|
width: 100%;
|
|
683
683
|
display: flex;
|
|
684
684
|
align-items: center;
|
|
685
685
|
justify-content: center;
|
|
686
686
|
}
|
|
687
|
-
[data-v-
|
|
687
|
+
[data-v-f7c20cf8] .labelClass {
|
|
688
688
|
z-index: 1;
|
|
689
689
|
background-color: #539dfa !important;
|
|
690
690
|
padding: 5px;
|
|
@@ -3749,7 +3749,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3749
3749
|
.w-e-text-container [data-slate-editor] ol,.w-e-text-container [data-slate-editor] ul{padding-left:20px}.w-e-text-container [data-slate-editor] li{line-height:inherit;margin:10px 0}
|
|
3750
3750
|
.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
|
|
3751
3751
|
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}
|
|
3752
|
-
.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
3752
|
+
.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
3753
3753
|
.editor ul li {
|
|
3754
3754
|
list-style-type: initial;
|
|
3755
3755
|
}
|
|
@@ -4011,7 +4011,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4011
4011
|
.w-e-text-container [data-slate-editor] ol,.w-e-text-container [data-slate-editor] ul{padding-left:20px}.w-e-text-container [data-slate-editor] li{line-height:inherit;margin:10px 0}
|
|
4012
4012
|
.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
|
|
4013
4013
|
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}
|
|
4014
|
-
.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
4014
|
+
.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
4015
4015
|
@media print {
|
|
4016
4016
|
.w-e-scroll {
|
|
4017
4017
|
overflow: hidden !important;
|