@airpower/web 0.2.20 → 0.2.22
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/components/button/Button.vue.d.ts +1 -1
- package/dist/components/button/index.d.ts +0 -1
- package/dist/components/input/index.d.ts +0 -1
- package/dist/components/menu/ChildMenu.vue.d.ts +1 -1
- package/dist/components/menu/Menu.vue.d.ts +2 -2
- package/dist/components/money/Money.vue.d.ts +1 -1
- package/dist/components/money/index.d.ts +0 -1
- package/dist/components/phone/Call.vue.d.ts +1 -1
- package/dist/components/table/component/Export.vue.d.ts +5 -5
- package/dist/components/upload/Upload.vue.d.ts +3 -3
- package/dist/components/upload/index.d.ts +0 -1
- package/dist/components/user/User.vue.d.ts +1 -1
- package/dist/components/user/index.d.ts +0 -1
- package/dist/config/WebConfig.d.ts +1 -1
- package/dist/decorator/@Form/IFormField.d.ts +1 -1
- package/dist/decorator/@Table/IElementTableColumn.d.ts +1 -1
- package/dist/dialog/DialogUtil.d.ts +1 -1
- package/dist/index.d.ts +80 -0
- package/dist/{components/upload → interface}/IUploadProps.d.ts +2 -2
- package/dist/main.js +19809 -0
- package/dist/{components/button/type.d.ts → type/index.d.ts} +7 -0
- package/dist/web.css +1090 -0
- package/package.json +1 -1
- package/dist/components/money/type.d.ts +0 -1
- /package/dist/decorator/@Table/{TableType.d.ts → type.d.ts} +0 -0
- /package/dist/{components/input → enum}/DateTimeType.d.ts +0 -0
- /package/dist/{components/user → interface}/IUser.d.ts +0 -0
package/dist/web.css
CHANGED
|
@@ -438,4 +438,1094 @@ textarea {
|
|
|
438
438
|
100% {
|
|
439
439
|
transform: rotate(360deg);
|
|
440
440
|
}
|
|
441
|
+
}.a-copy[data-v-cad8cd87] {
|
|
442
|
+
font-size: inherit;
|
|
443
|
+
color: inherit;
|
|
444
|
+
display: flex;
|
|
445
|
+
flex-direction: row;
|
|
446
|
+
align-items: center;
|
|
447
|
+
}
|
|
448
|
+
.a-copy[data-v-cad8cd87] .el-link__inner {
|
|
449
|
+
flex: 1;
|
|
450
|
+
}
|
|
451
|
+
.a-copy .el-button.is-link[data-v-cad8cd87] {
|
|
452
|
+
font-size: inherit;
|
|
453
|
+
padding: 0;
|
|
454
|
+
font-weight: bold;
|
|
455
|
+
}.a-friend-datetime[data-v-58479ad6],
|
|
456
|
+
.a-friend-datetime[data-v-58479ad6] * {
|
|
457
|
+
user-select: none !important;
|
|
458
|
+
}.a-desensitize[data-v-30bf4899] {
|
|
459
|
+
display: flex !important;
|
|
460
|
+
flex-direction: row;
|
|
461
|
+
align-items: center;
|
|
462
|
+
}
|
|
463
|
+
.a-desensitize .icon[data-v-30bf4899] {
|
|
464
|
+
margin-right: 3px;
|
|
465
|
+
font-weight: bold;
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
}
|
|
468
|
+
.a-desensitize .desensitize[data-v-30bf4899] {
|
|
469
|
+
color: red;
|
|
470
|
+
}.web-dialog[data-v-521067c3] {
|
|
471
|
+
z-index: 99;
|
|
472
|
+
position: fixed;
|
|
473
|
+
left: 0;
|
|
474
|
+
right: 0;
|
|
475
|
+
top: 0;
|
|
476
|
+
bottom: 0;
|
|
477
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
478
|
+
font-size: 18px;
|
|
479
|
+
display: flex;
|
|
480
|
+
justify-content: center;
|
|
481
|
+
align-items: center;
|
|
482
|
+
}
|
|
483
|
+
.web-dialog .hidden-button[data-v-521067c3] {
|
|
484
|
+
width: 0;
|
|
485
|
+
height: 0;
|
|
486
|
+
outline: none;
|
|
487
|
+
border: none;
|
|
488
|
+
opacity: 0;
|
|
489
|
+
position: fixed;
|
|
490
|
+
left: 0;
|
|
491
|
+
top: 0;
|
|
492
|
+
}
|
|
493
|
+
.web-dialog .main[data-v-521067c3] {
|
|
494
|
+
animation: dialog-in 0.5s;
|
|
495
|
+
background-color: white;
|
|
496
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
|
497
|
+
max-width: 80%;
|
|
498
|
+
max-height: 80%;
|
|
499
|
+
display: flex;
|
|
500
|
+
flex-direction: column;
|
|
501
|
+
transition: min-width 0.2s, min-height 0.2s;
|
|
502
|
+
user-select: none;
|
|
503
|
+
overflow: hidden;
|
|
504
|
+
}
|
|
505
|
+
.web-dialog .main .header[data-v-521067c3] {
|
|
506
|
+
padding: 15px 20px 20px 20px;
|
|
507
|
+
display: flex;
|
|
508
|
+
flex-direction: row;
|
|
509
|
+
justify-content: center;
|
|
510
|
+
align-items: center;
|
|
511
|
+
}
|
|
512
|
+
.web-dialog .main .header .title[data-v-521067c3] {
|
|
513
|
+
font-weight: normal;
|
|
514
|
+
flex: 1;
|
|
515
|
+
}
|
|
516
|
+
.web-dialog .main .header .right-button[data-v-521067c3] {
|
|
517
|
+
color: #333;
|
|
518
|
+
cursor: pointer;
|
|
519
|
+
transition: all 0.5s;
|
|
520
|
+
margin-left: 12px;
|
|
521
|
+
font-size: 24px;
|
|
522
|
+
font-weight: bold;
|
|
523
|
+
}
|
|
524
|
+
.web-dialog .main .header .button-full[data-v-521067c3] {
|
|
525
|
+
font-size: 20px;
|
|
526
|
+
}
|
|
527
|
+
.web-dialog .main .header .right-button[data-v-521067c3]:hover {
|
|
528
|
+
color: red;
|
|
529
|
+
}
|
|
530
|
+
.web-dialog .main .body[data-v-521067c3] {
|
|
531
|
+
flex: 1;
|
|
532
|
+
height: 0;
|
|
533
|
+
overflow: hidden;
|
|
534
|
+
overflow-y: auto;
|
|
535
|
+
padding: 10px 15px;
|
|
536
|
+
position: relative;
|
|
537
|
+
display: flex;
|
|
538
|
+
flex-direction: column;
|
|
539
|
+
}
|
|
540
|
+
.web-dialog .main .footer[data-v-521067c3] {
|
|
541
|
+
padding: 15px;
|
|
542
|
+
display: flex;
|
|
543
|
+
flex-direction: row;
|
|
544
|
+
font-size: 16px;
|
|
545
|
+
align-items: center;
|
|
546
|
+
}
|
|
547
|
+
.web-dialog .main .footer .status[data-v-521067c3] {
|
|
548
|
+
flex: 1;
|
|
549
|
+
}
|
|
550
|
+
.web-dialog .main .footer .control[data-v-521067c3] {
|
|
551
|
+
display: flex;
|
|
552
|
+
flex-direction: row;
|
|
553
|
+
}
|
|
554
|
+
.web-dialog .main .footer .control[data-v-521067c3] .el-button {
|
|
555
|
+
padding: 6px 30px;
|
|
556
|
+
margin-left: 15px;
|
|
557
|
+
}
|
|
558
|
+
.web-dialog .fullscreen[data-v-521067c3] {
|
|
559
|
+
min-width: 100% !important;
|
|
560
|
+
min-height: 100% !important;
|
|
561
|
+
}.web-dialog .main .body * {
|
|
562
|
+
user-select: text;
|
|
563
|
+
}
|
|
564
|
+
.web-dialog .main .body.el-loading-parent--relative {
|
|
565
|
+
overflow: hidden !important;
|
|
566
|
+
}
|
|
567
|
+
.shake {
|
|
568
|
+
animation: shake-in 0.2s infinite;
|
|
569
|
+
}
|
|
570
|
+
.dialog-selector .main .body {
|
|
571
|
+
display: flex;
|
|
572
|
+
flex-direction: column;
|
|
573
|
+
}
|
|
574
|
+
.dialog-selector .main .body .el-pagination {
|
|
575
|
+
border-top: 1px solid #eee;
|
|
576
|
+
padding-top: 10px;
|
|
577
|
+
}.a-empty[data-v-f633fb7c] {
|
|
578
|
+
position: absolute;
|
|
579
|
+
left: 0;
|
|
580
|
+
right: 0;
|
|
581
|
+
top: 0;
|
|
582
|
+
bottom: 0;
|
|
583
|
+
}
|
|
584
|
+
.a-empty[data-v-f633fb7c] .el-empty__image {
|
|
585
|
+
width: 80px;
|
|
586
|
+
height: 80px;
|
|
587
|
+
}.menu-icon[data-v-cfb70050] {
|
|
588
|
+
margin-right: 5px;
|
|
589
|
+
}.a-menu-tree {
|
|
590
|
+
background-color: transparent;
|
|
591
|
+
border: none;
|
|
592
|
+
width: 100%;
|
|
593
|
+
height: 100%;
|
|
594
|
+
user-select: none;
|
|
595
|
+
}
|
|
596
|
+
.a-menu-tree .is-opened > .el-sub-menu__title {
|
|
597
|
+
background-color: var(--el-menu-hover-bg-color);
|
|
598
|
+
}
|
|
599
|
+
.a-menu-tree .el-sub-menu__title,
|
|
600
|
+
.a-menu-tree .el-menu-item {
|
|
601
|
+
height: 40px;
|
|
602
|
+
border-radius: 5px;
|
|
603
|
+
margin-bottom: 5px;
|
|
604
|
+
}
|
|
605
|
+
.a-menu-tree .el-sub-menu__title:hover,
|
|
606
|
+
.a-menu-tree .el-menu-item:hover {
|
|
607
|
+
background-color: var(--el-menu-hover-bg-color);
|
|
608
|
+
}
|
|
609
|
+
.a-menu-tree .el-menu-item.is-active {
|
|
610
|
+
color: white;
|
|
611
|
+
background-color: var(--primary-color);
|
|
612
|
+
}
|
|
613
|
+
.a-menu-tree .airpower {
|
|
614
|
+
display: inline-block;
|
|
615
|
+
font-size: 16px;
|
|
616
|
+
}.a-frame[data-v-1dc20cb3] {
|
|
617
|
+
position: fixed;
|
|
618
|
+
left: 0;
|
|
619
|
+
right: 0;
|
|
620
|
+
top: 0;
|
|
621
|
+
bottom: 0;
|
|
622
|
+
display: flex;
|
|
623
|
+
flex-direction: column;
|
|
624
|
+
}
|
|
625
|
+
.a-frame .a-header[data-v-1dc20cb3] {
|
|
626
|
+
padding: 5px 15px;
|
|
627
|
+
display: flex;
|
|
628
|
+
flex-direction: row;
|
|
629
|
+
align-items: center;
|
|
630
|
+
justify-content: center;
|
|
631
|
+
background-color: #fff;
|
|
632
|
+
height: 40px;
|
|
633
|
+
}
|
|
634
|
+
.a-frame .a-header .a-logo[data-v-1dc20cb3] {
|
|
635
|
+
word-break: keep-all;
|
|
636
|
+
text-align: center;
|
|
637
|
+
cursor: pointer;
|
|
638
|
+
user-select: none;
|
|
639
|
+
height: 100%;
|
|
640
|
+
}
|
|
641
|
+
.a-frame .a-header .a-logo span[data-v-1dc20cb3] {
|
|
642
|
+
margin-left: 16px;
|
|
643
|
+
font-size: 24px;
|
|
644
|
+
font-weight: bold;
|
|
645
|
+
color: var(--el-color-primary);
|
|
646
|
+
user-select: none;
|
|
647
|
+
}
|
|
648
|
+
.a-frame .a-header .a-navigator[data-v-1dc20cb3] {
|
|
649
|
+
flex: 1;
|
|
650
|
+
font-size: 14px;
|
|
651
|
+
color: #aaa;
|
|
652
|
+
display: flex;
|
|
653
|
+
flex-direction: row;
|
|
654
|
+
overflow: hidden;
|
|
655
|
+
width: 0;
|
|
656
|
+
margin: 0 20px;
|
|
657
|
+
}
|
|
658
|
+
.a-frame .a-main[data-v-1dc20cb3] {
|
|
659
|
+
flex: 1;
|
|
660
|
+
height: 0;
|
|
661
|
+
display: flex;
|
|
662
|
+
flex-direction: row;
|
|
663
|
+
background-color: var(--el-color-primary-light-9);
|
|
664
|
+
}
|
|
665
|
+
.a-frame .a-main .a-left[data-v-1dc20cb3] {
|
|
666
|
+
display: flex;
|
|
667
|
+
flex-direction: column;
|
|
668
|
+
background: #fff;
|
|
669
|
+
margin: 5px;
|
|
670
|
+
border-radius: 4px;
|
|
671
|
+
}
|
|
672
|
+
.a-frame .a-main .a-left .a-menu[data-v-1dc20cb3] {
|
|
673
|
+
display: flex;
|
|
674
|
+
flex-direction: column;
|
|
675
|
+
align-items: center;
|
|
676
|
+
flex: 1;
|
|
677
|
+
height: 0;
|
|
678
|
+
overflow: hidden;
|
|
679
|
+
overflow-y: auto;
|
|
680
|
+
padding: 10px;
|
|
681
|
+
}
|
|
682
|
+
.a-frame .a-main .a-left .a-menu .item[data-v-1dc20cb3] {
|
|
683
|
+
padding: 5px 15px;
|
|
684
|
+
cursor: pointer;
|
|
685
|
+
transition: all 0.3s;
|
|
686
|
+
font-size: 14px;
|
|
687
|
+
border-radius: 5px;
|
|
688
|
+
color: var(--el-color-primary);
|
|
689
|
+
display: flex;
|
|
690
|
+
flex-direction: row;
|
|
691
|
+
justify-content: center;
|
|
692
|
+
align-items: center;
|
|
693
|
+
}
|
|
694
|
+
.a-frame .a-main .a-left .a-menu .item i[data-v-1dc20cb3] {
|
|
695
|
+
margin-right: 3px;
|
|
696
|
+
font-weight: bold;
|
|
697
|
+
}
|
|
698
|
+
.a-frame .a-main .a-left .a-menu .item[data-v-1dc20cb3]:hover {
|
|
699
|
+
background-color: #f5f5f5;
|
|
700
|
+
}
|
|
701
|
+
.a-frame .a-main .a-left .a-menu[data-v-1dc20cb3]::-webkit-scrollbar {
|
|
702
|
+
width: 0;
|
|
703
|
+
height: 0;
|
|
704
|
+
}
|
|
705
|
+
.a-frame .a-main .a-right[data-v-1dc20cb3] {
|
|
706
|
+
flex: 1;
|
|
707
|
+
width: 0;
|
|
708
|
+
display: flex;
|
|
709
|
+
flex-direction: column;
|
|
710
|
+
background: var(--el-color-primary-light-9);
|
|
711
|
+
margin: 5px 5px 5px 0;
|
|
712
|
+
}.a-group {
|
|
713
|
+
margin-bottom: 20px;
|
|
714
|
+
display: flex;
|
|
715
|
+
flex-direction: column;
|
|
716
|
+
}
|
|
717
|
+
.a-group .group-body {
|
|
718
|
+
flex-direction: row;
|
|
719
|
+
flex-wrap: wrap;
|
|
720
|
+
display: flex;
|
|
721
|
+
position: relative;
|
|
722
|
+
}
|
|
723
|
+
.a-group .group-body .el-cascader,
|
|
724
|
+
.a-group .group-body .el-select {
|
|
725
|
+
width: 100%;
|
|
726
|
+
}
|
|
727
|
+
.a-group .column-auto > * {
|
|
728
|
+
width: 320px;
|
|
729
|
+
min-width: 33.333333333%;
|
|
730
|
+
margin: 10px 0;
|
|
731
|
+
}
|
|
732
|
+
.a-group .column-1 > * {
|
|
733
|
+
width: 100%;
|
|
734
|
+
}
|
|
735
|
+
.a-group .column-2 {
|
|
736
|
+
display: flex;
|
|
737
|
+
}
|
|
738
|
+
.a-group .column-2 > * {
|
|
739
|
+
width: 46%;
|
|
740
|
+
margin: 10px 2%;
|
|
741
|
+
}
|
|
742
|
+
.a-group .column-3 {
|
|
743
|
+
display: flex;
|
|
744
|
+
}
|
|
745
|
+
.a-group .column-3 > * {
|
|
746
|
+
width: 29.3333333%;
|
|
747
|
+
margin: 10px 2%;
|
|
748
|
+
}
|
|
749
|
+
.a-group .column-4 {
|
|
750
|
+
display: flex;
|
|
751
|
+
}
|
|
752
|
+
.a-group .column-4 > * {
|
|
753
|
+
width: 24%;
|
|
754
|
+
margin: 10px 0.5%;
|
|
755
|
+
}
|
|
756
|
+
.a-group .group-title {
|
|
757
|
+
font-size: 16px;
|
|
758
|
+
padding-top: 5px;
|
|
759
|
+
display: flex;
|
|
760
|
+
flex-direction: row;
|
|
761
|
+
align-items: center;
|
|
762
|
+
border-bottom: 1px solid #e5e5e5;
|
|
763
|
+
padding-bottom: 0;
|
|
764
|
+
margin-bottom: 10px;
|
|
765
|
+
}
|
|
766
|
+
.a-group .group-title .left {
|
|
767
|
+
flex: 1;
|
|
768
|
+
font-weight: 400;
|
|
769
|
+
display: flex;
|
|
770
|
+
flex-direction: row;
|
|
771
|
+
}
|
|
772
|
+
.a-group .group-title .left .title {
|
|
773
|
+
flex: 1;
|
|
774
|
+
width: 0;
|
|
775
|
+
display: flex;
|
|
776
|
+
flex-direction: row;
|
|
777
|
+
align-items: center;
|
|
778
|
+
}
|
|
779
|
+
.a-group .group-title .left .title span {
|
|
780
|
+
border-bottom: 3px solid var(--primary-color);
|
|
781
|
+
padding-bottom: 0;
|
|
782
|
+
margin-bottom: -2px;
|
|
783
|
+
user-select: none;
|
|
784
|
+
}
|
|
785
|
+
.a-group .group-title .expand .el-icon {
|
|
786
|
+
cursor: pointer;
|
|
787
|
+
padding-left: 10px;
|
|
788
|
+
padding-right: 5px;
|
|
789
|
+
transition: color 0.3s;
|
|
790
|
+
}
|
|
791
|
+
.a-group .group-title .expand .el-icon:hover {
|
|
792
|
+
color: var(--primary-color);
|
|
793
|
+
}
|
|
794
|
+
.a-group.auto-height {
|
|
795
|
+
flex: 1;
|
|
796
|
+
height: 0;
|
|
797
|
+
margin-bottom: 0;
|
|
798
|
+
}
|
|
799
|
+
.a-group.auto-height .group-body {
|
|
800
|
+
flex: 1;
|
|
801
|
+
height: 0;
|
|
802
|
+
overflow: hidden;
|
|
803
|
+
overflow-y: auto;
|
|
804
|
+
display: flex;
|
|
805
|
+
flex-direction: column;
|
|
806
|
+
}.a-image {
|
|
807
|
+
display: inline-block;
|
|
808
|
+
position: relative;
|
|
809
|
+
background: #f5f7fa;
|
|
810
|
+
border-radius: 5px;
|
|
811
|
+
overflow: hidden;
|
|
812
|
+
user-select: none;
|
|
813
|
+
}
|
|
814
|
+
.a-image .el-image {
|
|
815
|
+
position: absolute;
|
|
816
|
+
left: 0;
|
|
817
|
+
right: 0;
|
|
818
|
+
top: 0;
|
|
819
|
+
bottom: 0;
|
|
820
|
+
}
|
|
821
|
+
.a-image .el-image .image-error {
|
|
822
|
+
position: absolute;
|
|
823
|
+
left: 0;
|
|
824
|
+
right: 0;
|
|
825
|
+
top: 0;
|
|
826
|
+
bottom: 0;
|
|
827
|
+
justify-content: center;
|
|
828
|
+
align-items: center;
|
|
829
|
+
display: flex;
|
|
830
|
+
color: #aaa;
|
|
831
|
+
font-size: 14px;
|
|
832
|
+
}
|
|
833
|
+
.a-image .image-upload {
|
|
834
|
+
position: absolute;
|
|
835
|
+
left: 0;
|
|
836
|
+
right: 0;
|
|
837
|
+
top: 0;
|
|
838
|
+
bottom: 0;
|
|
839
|
+
transition: all 0.3s;
|
|
840
|
+
}
|
|
841
|
+
.a-image .image-upload .image-upload-box {
|
|
842
|
+
position: absolute;
|
|
843
|
+
left: 0;
|
|
844
|
+
right: 0;
|
|
845
|
+
top: 0;
|
|
846
|
+
bottom: 0;
|
|
847
|
+
}
|
|
848
|
+
.a-image .image-upload .image-upload-box .el-upload {
|
|
849
|
+
position: absolute;
|
|
850
|
+
left: 0;
|
|
851
|
+
right: 0;
|
|
852
|
+
top: 0;
|
|
853
|
+
bottom: 0;
|
|
854
|
+
}
|
|
855
|
+
.a-image .action {
|
|
856
|
+
position: absolute;
|
|
857
|
+
right: -100px;
|
|
858
|
+
bottom: 5px;
|
|
859
|
+
background-color: white;
|
|
860
|
+
color: orangered;
|
|
861
|
+
border-radius: 100%;
|
|
862
|
+
font-size: 24px;
|
|
863
|
+
display: inline-block;
|
|
864
|
+
overflow: hidden;
|
|
865
|
+
word-break: keep-all;
|
|
866
|
+
white-space: nowrap;
|
|
867
|
+
pointer-events: auto;
|
|
868
|
+
font-weight: bold;
|
|
869
|
+
}
|
|
870
|
+
.a-image:hover {
|
|
871
|
+
cursor: pointer;
|
|
872
|
+
}
|
|
873
|
+
.a-image:hover .action {
|
|
874
|
+
display: flex;
|
|
875
|
+
z-index: 99;
|
|
876
|
+
right: 5px;
|
|
877
|
+
}
|
|
878
|
+
.a-image:hover .image-upload {
|
|
879
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
880
|
+
}
|
|
881
|
+
.a-image:hover .image-preview-color {
|
|
882
|
+
pointer-events: none;
|
|
883
|
+
}.a-input {
|
|
884
|
+
width: 100%;
|
|
885
|
+
}
|
|
886
|
+
.a-input .a-input-cascader {
|
|
887
|
+
display: inline;
|
|
888
|
+
width: 100%;
|
|
889
|
+
}
|
|
890
|
+
.a-input .a-input-cascader-popper {
|
|
891
|
+
margin-top: 8px !important;
|
|
892
|
+
}
|
|
893
|
+
.a-input .a-input-cascader-popper .el-cascader-menu__list {
|
|
894
|
+
width: 100%;
|
|
895
|
+
}
|
|
896
|
+
.a-input .a-input-number .el-input__inner {
|
|
897
|
+
text-align: left;
|
|
898
|
+
}
|
|
899
|
+
.a-input-select {
|
|
900
|
+
display: flex;
|
|
901
|
+
flex-direction: row;
|
|
902
|
+
justify-content: center;
|
|
903
|
+
align-items: center;
|
|
904
|
+
}
|
|
905
|
+
.a-input-select .label {
|
|
906
|
+
width: 0;
|
|
907
|
+
flex: 1;
|
|
908
|
+
}
|
|
909
|
+
.a-input-select .light {
|
|
910
|
+
display: inline-block;
|
|
911
|
+
width: 10px;
|
|
912
|
+
height: 10px;
|
|
913
|
+
margin-right: -15px;
|
|
914
|
+
border-radius: 100%;
|
|
915
|
+
}.web-money[data-v-3d17364f] {
|
|
916
|
+
display: flex;
|
|
917
|
+
flex-direction: row;
|
|
918
|
+
align-items: flex-end;
|
|
919
|
+
justify-content: flex-end;
|
|
920
|
+
width: auto;
|
|
921
|
+
flex: none;
|
|
922
|
+
}
|
|
923
|
+
.web-money[data-v-3d17364f] .el-link__inner {
|
|
924
|
+
display: flex;
|
|
925
|
+
flex-direction: row;
|
|
926
|
+
align-items: center;
|
|
927
|
+
justify-content: flex-end;
|
|
928
|
+
}
|
|
929
|
+
.web-money .money[data-v-3d17364f] {
|
|
930
|
+
font-weight: bold;
|
|
931
|
+
}
|
|
932
|
+
.web-money .prefix[data-v-3d17364f] {
|
|
933
|
+
color: #999;
|
|
934
|
+
font-size: 12px;
|
|
935
|
+
}.web-page {
|
|
936
|
+
user-select: none;
|
|
937
|
+
display: flex;
|
|
938
|
+
flex-direction: row;
|
|
939
|
+
align-items: center;
|
|
940
|
+
font-size: 13px;
|
|
941
|
+
}
|
|
942
|
+
.web-page .web-page-bar {
|
|
943
|
+
margin-right: 10px;
|
|
944
|
+
color: #aaa;
|
|
945
|
+
}
|
|
946
|
+
.web-page .web-page-bar .btn-next,
|
|
947
|
+
.web-page .web-page-bar .btn-prev {
|
|
948
|
+
color: #000;
|
|
949
|
+
font-weight: bolder;
|
|
950
|
+
}
|
|
951
|
+
.web-page .web-page-bar .btn-next:hover,
|
|
952
|
+
.web-page .web-page-bar .btn-prev:hover {
|
|
953
|
+
background-color: var(--el-color-primary-light-9) !important;
|
|
954
|
+
color: var(--el-color-primary);
|
|
955
|
+
}
|
|
956
|
+
.web-page .web-page-count:hover {
|
|
957
|
+
display: inline-block;
|
|
958
|
+
background-color: var(--el-color-primary-light-9);
|
|
959
|
+
color: var(--el-color-primary);
|
|
960
|
+
}
|
|
961
|
+
.web-page .web-page-count:hover * {
|
|
962
|
+
color: var(--el-color-primary);
|
|
963
|
+
}
|
|
964
|
+
.web-page .web-page-count {
|
|
965
|
+
border-radius: 3px;
|
|
966
|
+
}
|
|
967
|
+
.web-page .web-page-count,
|
|
968
|
+
.web-page .web-page-total {
|
|
969
|
+
color: #aaa;
|
|
970
|
+
padding: 3px 8px;
|
|
971
|
+
}
|
|
972
|
+
.web-page .web-page-count span,
|
|
973
|
+
.web-page .web-page-total span {
|
|
974
|
+
cursor: pointer;
|
|
975
|
+
font-weight: bold;
|
|
976
|
+
color: #666;
|
|
977
|
+
margin: 0 3px;
|
|
978
|
+
}
|
|
979
|
+
.web-page-panel-box {
|
|
980
|
+
display: flex;
|
|
981
|
+
flex-direction: column;
|
|
982
|
+
}
|
|
983
|
+
.web-page-panel-box .web-page-header {
|
|
984
|
+
color: #333;
|
|
985
|
+
display: flex;
|
|
986
|
+
flex-direction: row;
|
|
987
|
+
align-items: center;
|
|
988
|
+
}
|
|
989
|
+
.web-page-panel-box .web-page-header .web-page-title {
|
|
990
|
+
font-size: 15px;
|
|
991
|
+
flex: 1;
|
|
992
|
+
}
|
|
993
|
+
.web-page-panel-box .web-page-goto {
|
|
994
|
+
display: flex;
|
|
995
|
+
border-top: 1px solid #f8f8f8;
|
|
996
|
+
margin-top: 20px;
|
|
997
|
+
flex-direction: row;
|
|
998
|
+
align-items: center;
|
|
999
|
+
justify-content: flex-start;
|
|
1000
|
+
flex-wrap: wrap;
|
|
1001
|
+
padding: 10px 0;
|
|
1002
|
+
overflow: hidden;
|
|
1003
|
+
overflow-y: auto;
|
|
1004
|
+
align-content: flex-start;
|
|
1005
|
+
}
|
|
1006
|
+
.web-page-panel-box .web-page-goto .el-button {
|
|
1007
|
+
width: 50px;
|
|
1008
|
+
height: 30px;
|
|
1009
|
+
margin: 5px;
|
|
1010
|
+
padding: 0;
|
|
1011
|
+
font-size: 13px;
|
|
1012
|
+
}
|
|
1013
|
+
.web-page-panel-box .web-page-jumper {
|
|
1014
|
+
display: flex;
|
|
1015
|
+
flex-direction: row;
|
|
1016
|
+
}.web-panel[data-v-d791551d] {
|
|
1017
|
+
display: flex;
|
|
1018
|
+
flex: 1;
|
|
1019
|
+
flex-direction: column;
|
|
1020
|
+
background: white;
|
|
1021
|
+
border-radius: 4px;
|
|
1022
|
+
}
|
|
1023
|
+
.web-panel .panel-header[data-v-d791551d] {
|
|
1024
|
+
display: flex;
|
|
1025
|
+
flex-direction: row;
|
|
1026
|
+
align-items: center;
|
|
1027
|
+
border-bottom: 1px solid #f5f5f5;
|
|
1028
|
+
padding: 10px 15px;
|
|
1029
|
+
user-select: none;
|
|
1030
|
+
}
|
|
1031
|
+
.web-panel .panel-header .panel-left[data-v-d791551d] {
|
|
1032
|
+
display: flex;
|
|
1033
|
+
flex-direction: row;
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
flex: 1;
|
|
1036
|
+
width: 0;
|
|
1037
|
+
}
|
|
1038
|
+
.web-panel .panel-header .panel-left .panel-icon[data-v-d791551d] {
|
|
1039
|
+
font-size: 20px;
|
|
1040
|
+
color: var(--el-color-primary);
|
|
1041
|
+
display: flex;
|
|
1042
|
+
flex-direction: row;
|
|
1043
|
+
align-items: center;
|
|
1044
|
+
}
|
|
1045
|
+
.web-panel .panel-header .panel-left .panel-title[data-v-d791551d] {
|
|
1046
|
+
font-size: 16px;
|
|
1047
|
+
color: #333;
|
|
1048
|
+
font-weight: bold;
|
|
1049
|
+
margin-left: 3px;
|
|
1050
|
+
}
|
|
1051
|
+
.web-panel .panel-header .panel-right[data-v-d791551d] {
|
|
1052
|
+
color: #aaa;
|
|
1053
|
+
font-size: 14px;
|
|
1054
|
+
}
|
|
1055
|
+
.web-panel .panel-header .panel-right .panel-full[data-v-d791551d] {
|
|
1056
|
+
font-size: 20px;
|
|
1057
|
+
cursor: pointer;
|
|
1058
|
+
font-weight: bold;
|
|
1059
|
+
margin: -5px 0px;
|
|
1060
|
+
transition: all 0.3s;
|
|
1061
|
+
}
|
|
1062
|
+
.web-panel .panel-header .panel-right .panel-full[data-v-d791551d]:hover {
|
|
1063
|
+
color: var(--primary-color);
|
|
1064
|
+
}
|
|
1065
|
+
.web-panel .panel-body[data-v-d791551d] {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex: 1;
|
|
1068
|
+
flex-direction: column;
|
|
1069
|
+
overflow-x: hidden;
|
|
1070
|
+
overflow-y: auto;
|
|
1071
|
+
height: 0;
|
|
1072
|
+
padding: 10px;
|
|
1073
|
+
position: relative;
|
|
1074
|
+
}
|
|
1075
|
+
.web-panel .panel-footer[data-v-d791551d] {
|
|
1076
|
+
padding: 0 10px 10px 10px;
|
|
1077
|
+
display: flex;
|
|
1078
|
+
flex-direction: row;
|
|
1079
|
+
}
|
|
1080
|
+
.web-panel .panel-footer .panel-footer-left[data-v-d791551d] {
|
|
1081
|
+
flex-direction: row;
|
|
1082
|
+
justify-content: flex-start;
|
|
1083
|
+
align-items: center;
|
|
1084
|
+
}
|
|
1085
|
+
.web-panel .panel-footer .panel-footer-right[data-v-d791551d] {
|
|
1086
|
+
flex: 1;
|
|
1087
|
+
width: 0;
|
|
1088
|
+
display: flex;
|
|
1089
|
+
flex-direction: row;
|
|
1090
|
+
justify-content: flex-end;
|
|
1091
|
+
align-items: center;
|
|
1092
|
+
}
|
|
1093
|
+
.fullscreen[data-v-d791551d] {
|
|
1094
|
+
position: fixed !important;
|
|
1095
|
+
left: 0;
|
|
1096
|
+
right: 0;
|
|
1097
|
+
top: 0;
|
|
1098
|
+
bottom: 0;
|
|
1099
|
+
width: 100%;
|
|
1100
|
+
height: 100%;
|
|
1101
|
+
background-color: white;
|
|
1102
|
+
z-index: 10;
|
|
1103
|
+
}.export-dialog .tips {
|
|
1104
|
+
position: absolute;
|
|
1105
|
+
right: 0;
|
|
1106
|
+
top: 0;
|
|
1107
|
+
bottom: 0;
|
|
1108
|
+
left: 0;
|
|
1109
|
+
justify-content: center;
|
|
1110
|
+
align-items: center;
|
|
1111
|
+
display: flex;
|
|
1112
|
+
color: #999;
|
|
1113
|
+
flex-direction: column;
|
|
1114
|
+
font-size: 14px;
|
|
1115
|
+
}
|
|
1116
|
+
.export-dialog .tips .el-progress {
|
|
1117
|
+
width: 300px;
|
|
1118
|
+
margin-bottom: 50px;
|
|
1119
|
+
margin-top: -20px;
|
|
1120
|
+
}
|
|
1121
|
+
.export-dialog .tips .el-progress .el-progress__text {
|
|
1122
|
+
display: none;
|
|
1123
|
+
}
|
|
1124
|
+
.export-dialog .el-result {
|
|
1125
|
+
padding: 0;
|
|
1126
|
+
margin-top: -30px;
|
|
1127
|
+
}.upload-dialog .body {
|
|
1128
|
+
padding-bottom: 0 !important;
|
|
1129
|
+
}
|
|
1130
|
+
.upload-dialog .main {
|
|
1131
|
+
min-width: 500px !important;
|
|
1132
|
+
}
|
|
1133
|
+
.upload-dialog .file-upload-pack {
|
|
1134
|
+
display: flex;
|
|
1135
|
+
flex-direction: column;
|
|
1136
|
+
align-items: center;
|
|
1137
|
+
}
|
|
1138
|
+
.upload-dialog .file-upload-pack .upload {
|
|
1139
|
+
display: flex;
|
|
1140
|
+
flex-direction: column;
|
|
1141
|
+
align-items: center;
|
|
1142
|
+
width: 100%;
|
|
1143
|
+
}
|
|
1144
|
+
.upload-dialog .file-upload-pack .upload .el-upload {
|
|
1145
|
+
width: 100%;
|
|
1146
|
+
}
|
|
1147
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload__text {
|
|
1148
|
+
display: flex;
|
|
1149
|
+
flex-direction: column;
|
|
1150
|
+
}
|
|
1151
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload__text > b {
|
|
1152
|
+
font-size: 18px;
|
|
1153
|
+
}
|
|
1154
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload__text span {
|
|
1155
|
+
font-size: 12px;
|
|
1156
|
+
margin-top: 10px;
|
|
1157
|
+
color: #ccc;
|
|
1158
|
+
}
|
|
1159
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload__text span b {
|
|
1160
|
+
color: #999;
|
|
1161
|
+
margin: 0 3px;
|
|
1162
|
+
}
|
|
1163
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload__text .tips {
|
|
1164
|
+
text-align: center;
|
|
1165
|
+
position: absolute;
|
|
1166
|
+
left: 0;
|
|
1167
|
+
right: 0;
|
|
1168
|
+
bottom: 10px;
|
|
1169
|
+
color: orangered;
|
|
1170
|
+
font-size: 14px;
|
|
1171
|
+
}
|
|
1172
|
+
.upload-dialog .file-upload-pack .upload .el-upload .el-upload-dragger {
|
|
1173
|
+
width: 100%;
|
|
1174
|
+
}
|
|
1175
|
+
::v-deep(.a-dialog) .main {
|
|
1176
|
+
min-height: 200px !important;
|
|
1177
|
+
}.a-phone-call__content[data-v-f02dfed7] {
|
|
1178
|
+
display: flex;
|
|
1179
|
+
align-items: center;
|
|
1180
|
+
justify-content: center;
|
|
1181
|
+
flex-direction: column;
|
|
1182
|
+
}
|
|
1183
|
+
.a-phone-call__content .phone[data-v-f02dfed7] {
|
|
1184
|
+
font-size: 18px;
|
|
1185
|
+
margin-top: 10px;
|
|
1186
|
+
font-weight: bold;
|
|
1187
|
+
}
|
|
1188
|
+
.a-phone-call__content > span[data-v-f02dfed7] {
|
|
1189
|
+
font-size: 12px;
|
|
1190
|
+
color: var(--text-danger-color);
|
|
1191
|
+
margin-top: 10px;
|
|
1192
|
+
display: flex;
|
|
1193
|
+
flex-direction: row;
|
|
1194
|
+
align-items: center;
|
|
1195
|
+
justify-content: center;
|
|
1196
|
+
}
|
|
1197
|
+
.a-phone-call__content > span .icon[data-v-f02dfed7] {
|
|
1198
|
+
margin-right: 3px;
|
|
1199
|
+
}.a-phone[data-v-7f508993] {
|
|
1200
|
+
display: flex;
|
|
1201
|
+
flex-direction: row;
|
|
1202
|
+
align-items: center;
|
|
1203
|
+
cursor: pointer;
|
|
1204
|
+
transition: all 0.3s;
|
|
1205
|
+
}
|
|
1206
|
+
.a-phone[data-v-7f508993]:hover {
|
|
1207
|
+
color: var(--primary-color);
|
|
1208
|
+
}.a-qrcode[data-v-ac255c28] {
|
|
1209
|
+
position: relative;
|
|
1210
|
+
display: flex;
|
|
1211
|
+
background-color: #fff;
|
|
1212
|
+
padding: 10px;
|
|
1213
|
+
border-radius: 5px;
|
|
1214
|
+
cursor: default;
|
|
1215
|
+
user-select: none;
|
|
1216
|
+
pointer-events: none;
|
|
1217
|
+
}.a-tabs[data-v-e84efaee] {
|
|
1218
|
+
min-height: 100px;
|
|
1219
|
+
flex: 1;
|
|
1220
|
+
height: 0;
|
|
1221
|
+
}
|
|
1222
|
+
.a-tabs[data-v-e84efaee] .el-tabs__content {
|
|
1223
|
+
display: flex;
|
|
1224
|
+
flex-direction: column;
|
|
1225
|
+
flex: 1;
|
|
1226
|
+
height: 0;
|
|
1227
|
+
padding: 10px 20px;
|
|
1228
|
+
}
|
|
1229
|
+
.a-tabs[data-v-e84efaee] .el-tabs__content .el-tab-pane {
|
|
1230
|
+
display: flex;
|
|
1231
|
+
flex-direction: column;
|
|
1232
|
+
flex: 1;
|
|
1233
|
+
height: 0;
|
|
1234
|
+
overflow: hidden;
|
|
1235
|
+
overflow-y: auto;
|
|
1236
|
+
}.a-field-selector[data-v-dbd88409] {
|
|
1237
|
+
position: relative;
|
|
1238
|
+
}
|
|
1239
|
+
.el-check-tag[data-v-dbd88409] {
|
|
1240
|
+
font-weight: normal !important;
|
|
1241
|
+
user-select: none;
|
|
1242
|
+
font-size: 13px;
|
|
1243
|
+
margin-right: 5px;
|
|
1244
|
+
margin-bottom: 5px;
|
|
1245
|
+
padding: 4px 10px;
|
|
1246
|
+
}
|
|
1247
|
+
.a-field-selector-bg[data-v-dbd88409] {
|
|
1248
|
+
position: fixed;
|
|
1249
|
+
left: 0;
|
|
1250
|
+
right: 0;
|
|
1251
|
+
top: 0;
|
|
1252
|
+
bottom: 0;
|
|
1253
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1254
|
+
z-index: 9999999;
|
|
1255
|
+
}
|
|
1256
|
+
.a-field-selector-dialog[data-v-dbd88409] {
|
|
1257
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
|
|
1258
|
+
position: absolute;
|
|
1259
|
+
right: 0;
|
|
1260
|
+
top: 40px;
|
|
1261
|
+
background-color: white;
|
|
1262
|
+
width: 350px;
|
|
1263
|
+
border-radius: 6px;
|
|
1264
|
+
display: flex;
|
|
1265
|
+
flex-direction: column;
|
|
1266
|
+
overflow: hidden;
|
|
1267
|
+
z-index: 99999991;
|
|
1268
|
+
}
|
|
1269
|
+
.a-field-selector-dialog .a-field-selector-title[data-v-dbd88409] {
|
|
1270
|
+
margin-bottom: 10px;
|
|
1271
|
+
border-bottom: 1px solid var(--el-color-primary-light-9);
|
|
1272
|
+
padding: 8px 16px;
|
|
1273
|
+
font-size: 15px;
|
|
1274
|
+
}
|
|
1275
|
+
.a-field-selector-dialog .a-field-selector-list[data-v-dbd88409] {
|
|
1276
|
+
padding: 5px 15px 10px 15px;
|
|
1277
|
+
display: flex;
|
|
1278
|
+
flex-wrap: wrap;
|
|
1279
|
+
overflow: hidden;
|
|
1280
|
+
overflow-y: auto;
|
|
1281
|
+
flex: 1;
|
|
1282
|
+
height: 0;
|
|
1283
|
+
align-content: flex-start;
|
|
1284
|
+
}.a-enum-column[data-v-c27bd252] {
|
|
1285
|
+
display: flex;
|
|
1286
|
+
flex-direction: row;
|
|
1287
|
+
justify-content: flex-start;
|
|
1288
|
+
align-items: center;
|
|
1289
|
+
}
|
|
1290
|
+
.a-enum-column .light[data-v-c27bd252] {
|
|
1291
|
+
width: 8px;
|
|
1292
|
+
height: 8px;
|
|
1293
|
+
border-radius: 100%;
|
|
1294
|
+
display: inline-block;
|
|
1295
|
+
margin-right: 4px;
|
|
1296
|
+
margin-top: -1px;
|
|
1297
|
+
}.a-table-container {
|
|
1298
|
+
display: flex;
|
|
1299
|
+
flex-direction: column;
|
|
1300
|
+
flex: 1;
|
|
1301
|
+
min-height: 300px;
|
|
1302
|
+
position: relative;
|
|
1303
|
+
}
|
|
1304
|
+
.a-table-container .a-table-toolbar {
|
|
1305
|
+
display: flex;
|
|
1306
|
+
align-items: center;
|
|
1307
|
+
margin-bottom: 10px;
|
|
1308
|
+
}
|
|
1309
|
+
.a-table-container .a-table-toolbar .a-table-toolbar-left {
|
|
1310
|
+
flex: 1;
|
|
1311
|
+
}
|
|
1312
|
+
.a-table-container .a-table-toolbar .a-table-toolbar-left .el-button + .el-button {
|
|
1313
|
+
margin-left: 5px;
|
|
1314
|
+
}
|
|
1315
|
+
.a-table-container .a-table-toolbar .a-table-toolbar-right {
|
|
1316
|
+
flex: 1;
|
|
1317
|
+
display: flex;
|
|
1318
|
+
justify-content: flex-end;
|
|
1319
|
+
}
|
|
1320
|
+
.a-table-container .a-table-toolbar .a-table-toolbar-right .el-button + .el-button {
|
|
1321
|
+
margin-left: 5px;
|
|
1322
|
+
}
|
|
1323
|
+
.a-table-container .a-table-toolbar .a-table-toolbar-right .a-table-toolbar-search-item {
|
|
1324
|
+
margin-right: 5px;
|
|
1325
|
+
}
|
|
1326
|
+
.a-table-container .a-table {
|
|
1327
|
+
flex: 1;
|
|
1328
|
+
height: 0;
|
|
1329
|
+
overflow: hidden;
|
|
1330
|
+
display: flex;
|
|
1331
|
+
flex-direction: column;
|
|
1332
|
+
}
|
|
1333
|
+
.a-table-container .a-table .disable-row {
|
|
1334
|
+
background: #f5f5f5;
|
|
1335
|
+
cursor: not-allowed;
|
|
1336
|
+
position: relative;
|
|
1337
|
+
}
|
|
1338
|
+
.a-table-container .a-table .disable-row > * {
|
|
1339
|
+
user-select: none;
|
|
1340
|
+
filter: blur(1px);
|
|
1341
|
+
}
|
|
1342
|
+
.a-table-container .a-table thead .cell {
|
|
1343
|
+
overflow: hidden;
|
|
1344
|
+
white-space: nowrap;
|
|
1345
|
+
word-break: keep-all;
|
|
1346
|
+
text-overflow: ellipsis;
|
|
1347
|
+
}
|
|
1348
|
+
.a-table-container .a-table td .cell {
|
|
1349
|
+
display: flex;
|
|
1350
|
+
flex-direction: row;
|
|
1351
|
+
align-items: center;
|
|
1352
|
+
}
|
|
1353
|
+
.a-table-container .a-table .is-right .cell {
|
|
1354
|
+
justify-content: flex-end;
|
|
1355
|
+
}
|
|
1356
|
+
.a-table-container .a-table .a-table-column.nowrap {
|
|
1357
|
+
overflow: hidden;
|
|
1358
|
+
text-overflow: ellipsis;
|
|
1359
|
+
white-space: nowrap;
|
|
1360
|
+
word-break: keep-all;
|
|
1361
|
+
cursor: pointer;
|
|
1362
|
+
user-select: none;
|
|
1363
|
+
}
|
|
1364
|
+
.a-table-container .a-table .a-table-column.nowrap * {
|
|
1365
|
+
width: 100%;
|
|
1366
|
+
overflow: hidden;
|
|
1367
|
+
text-overflow: ellipsis;
|
|
1368
|
+
white-space: nowrap;
|
|
1369
|
+
word-break: keep-all;
|
|
1370
|
+
cursor: pointer;
|
|
1371
|
+
user-select: none;
|
|
1372
|
+
display: inherit;
|
|
1373
|
+
}
|
|
1374
|
+
.a-table-container .a-table .el-table__empty-text {
|
|
1375
|
+
line-height: 40px;
|
|
1376
|
+
}
|
|
1377
|
+
.a-table-container .a-table .el-table__header-wrapper {
|
|
1378
|
+
background-color: var(--el-color-primary-light-9);
|
|
1379
|
+
border-radius: 5px;
|
|
1380
|
+
}
|
|
1381
|
+
.a-table-container .a-table .el-table__header-wrapper th {
|
|
1382
|
+
background-color: var(--el-color-primary-light-9) !important;
|
|
1383
|
+
}
|
|
1384
|
+
.a-table-container .a-table .el-table__body-wrapper {
|
|
1385
|
+
flex: 1;
|
|
1386
|
+
height: 0;
|
|
1387
|
+
overflow: hidden;
|
|
1388
|
+
overflow-y: auto;
|
|
1389
|
+
}
|
|
1390
|
+
.a-table-container .a-table .el-table__body-wrapper .el-scrollbar__view {
|
|
1391
|
+
height: 100%;
|
|
1392
|
+
}
|
|
1393
|
+
.a-table-container .a-table .custom-header {
|
|
1394
|
+
display: flex;
|
|
1395
|
+
flex-direction: row;
|
|
1396
|
+
align-items: center;
|
|
1397
|
+
justify-content: flex-end;
|
|
1398
|
+
}
|
|
1399
|
+
.a-table-container .a-table .custom-header .el-icon:hover {
|
|
1400
|
+
color: var(--primary-color);
|
|
1401
|
+
}
|
|
1402
|
+
.a-table-container .a-table .row-delete {
|
|
1403
|
+
color: var(--el-color-error);
|
|
1404
|
+
}
|
|
1405
|
+
.a-table-container .a-table .ctrlRow {
|
|
1406
|
+
display: flex;
|
|
1407
|
+
padding-right: 8px;
|
|
1408
|
+
}
|
|
1409
|
+
.a-table-container .a-table .ctrlRow .el-link {
|
|
1410
|
+
user-select: none;
|
|
1411
|
+
padding: 0 3px;
|
|
1412
|
+
}.a-tree-box {
|
|
1413
|
+
display: flex;
|
|
1414
|
+
flex-direction: row;
|
|
1415
|
+
flex: 1;
|
|
1416
|
+
height: 0;
|
|
1417
|
+
overflow: hidden;
|
|
1418
|
+
position: relative;
|
|
1419
|
+
}
|
|
1420
|
+
.a-tree-box-left {
|
|
1421
|
+
width: 300px;
|
|
1422
|
+
display: flex;
|
|
1423
|
+
flex-direction: row;
|
|
1424
|
+
margin-right: 5px;
|
|
1425
|
+
}
|
|
1426
|
+
.a-tree-box-left .collapse-bar {
|
|
1427
|
+
background-color: white;
|
|
1428
|
+
width: 5px;
|
|
1429
|
+
margin-left: 5px;
|
|
1430
|
+
cursor: pointer;
|
|
1431
|
+
transition: all 0.3s;
|
|
1432
|
+
border-radius: 3px;
|
|
1433
|
+
}
|
|
1434
|
+
.a-tree-box-left .collapse-bar:hover {
|
|
1435
|
+
background-color: var(--el-color-primary-light-3);
|
|
1436
|
+
}
|
|
1437
|
+
.a-tree-box-panel {
|
|
1438
|
+
height: 100% !important;
|
|
1439
|
+
}
|
|
1440
|
+
.a-tree-box-panel .panel-body {
|
|
1441
|
+
padding: 10px !important;
|
|
1442
|
+
padding-right: 0 !important;
|
|
1443
|
+
}
|
|
1444
|
+
.a-tree-box-panel .panel-body .search-box {
|
|
1445
|
+
padding-right: 10px;
|
|
1446
|
+
}
|
|
1447
|
+
.a-tree-box-panel .panel-body .el-tree {
|
|
1448
|
+
padding-top: 10px;
|
|
1449
|
+
height: 0;
|
|
1450
|
+
flex: 1;
|
|
1451
|
+
overflow: hidden;
|
|
1452
|
+
overflow-y: auto;
|
|
1453
|
+
padding-right: 5px;
|
|
1454
|
+
}
|
|
1455
|
+
.a-tree-box-right {
|
|
1456
|
+
flex: 1;
|
|
1457
|
+
width: 0;
|
|
1458
|
+
display: flex;
|
|
1459
|
+
flex-direction: column;
|
|
1460
|
+
}
|
|
1461
|
+
.a-tree-box .el-tree-node__label {
|
|
1462
|
+
flex: 1;
|
|
1463
|
+
width: 0;
|
|
1464
|
+
margin-right: 10px;
|
|
1465
|
+
overflow: hidden;
|
|
1466
|
+
text-overflow: ellipsis;
|
|
1467
|
+
user-select: none;
|
|
1468
|
+
}.a-user[data-v-afb12987] {
|
|
1469
|
+
display: flex;
|
|
1470
|
+
flex-direction: row;
|
|
1471
|
+
align-items: center;
|
|
1472
|
+
position: relative;
|
|
1473
|
+
}
|
|
1474
|
+
.a-user .a-user-head[data-v-afb12987] {
|
|
1475
|
+
border-radius: 8px;
|
|
1476
|
+
cursor: pointer;
|
|
1477
|
+
width: 36px;
|
|
1478
|
+
height: 36px;
|
|
1479
|
+
background-color: #eee;
|
|
1480
|
+
overflow: hidden;
|
|
1481
|
+
}
|
|
1482
|
+
.a-user .a-user-head[data-v-afb12987] * {
|
|
1483
|
+
width: 100%;
|
|
1484
|
+
height: 100%;
|
|
1485
|
+
}
|
|
1486
|
+
.a-user .a-user-cover[data-v-afb12987] {
|
|
1487
|
+
position: fixed;
|
|
1488
|
+
left: 0;
|
|
1489
|
+
right: 0;
|
|
1490
|
+
top: 0;
|
|
1491
|
+
bottom: 0;
|
|
1492
|
+
z-index: 99;
|
|
1493
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
1494
|
+
}
|
|
1495
|
+
.a-user .a-user-dialog[data-v-afb12987] {
|
|
1496
|
+
position: absolute;
|
|
1497
|
+
right: 0;
|
|
1498
|
+
top: 50px;
|
|
1499
|
+
background-color: white;
|
|
1500
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
1501
|
+
border-radius: 6px;
|
|
1502
|
+
z-index: 99;
|
|
1503
|
+
display: flex;
|
|
1504
|
+
flex-direction: column;
|
|
1505
|
+
}
|
|
1506
|
+
.a-user .a-user-dialog .a-user-body[data-v-afb12987] {
|
|
1507
|
+
flex: 1;
|
|
1508
|
+
height: 0;
|
|
1509
|
+
overflow: hidden;
|
|
1510
|
+
overflow-y: auto;
|
|
1511
|
+
padding: 10px;
|
|
1512
|
+
}
|
|
1513
|
+
.a-user .a-user-dialog .a-user-body .slot[data-v-afb12987] {
|
|
1514
|
+
display: flex;
|
|
1515
|
+
align-items: center;
|
|
1516
|
+
justify-content: center;
|
|
1517
|
+
height: 100%;
|
|
1518
|
+
}
|
|
1519
|
+
.a-user .a-user-dialog .a-user-header[data-v-afb12987] {
|
|
1520
|
+
border-bottom: 1px solid #f5f5f5;
|
|
1521
|
+
padding: 10px;
|
|
1522
|
+
display: flex;
|
|
1523
|
+
flex-direction: row;
|
|
1524
|
+
align-items: center;
|
|
1525
|
+
}
|
|
1526
|
+
.a-user .a-user-dialog .a-user-header .a-user-title[data-v-afb12987] {
|
|
1527
|
+
flex: 1;
|
|
1528
|
+
font-size: 16px;
|
|
1529
|
+
font-weight: bold;
|
|
1530
|
+
margin-left: 10px;
|
|
441
1531
|
}
|