agilebuilder-ui 1.1.65-tmp24 → 1.1.65-tmp26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/style.css CHANGED
@@ -119,15 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  height: 100%;
120
120
  position: absolute;
121
121
  z-index: 999;
122
- }
123
- .svg-icon[data-v-67e4e504] {
124
- width: 1.2em;
125
- height: 1.2em;
126
- vertical-align: -0.25em;
127
- fill: currentColor;
128
- overflow: initial;
129
- }
130
- .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
122
+ }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
131
123
  display: inline-block;
132
124
  font-size: 14px;
133
125
  line-height: 50px;
@@ -136,7 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
136
128
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
137
129
  color: #97a8be;
138
130
  cursor: text;
139
- }.amd-hamburger-container-main[data-v-79c35667] {
131
+ }
132
+ .svg-icon[data-v-67e4e504] {
133
+ width: 1.2em;
134
+ height: 1.2em;
135
+ vertical-align: -0.25em;
136
+ fill: currentColor;
137
+ overflow: initial;
138
+ }
139
+ .amd-hamburger-container-main[data-v-79c35667] {
140
140
  padding: 0;
141
141
  display: flex;
142
142
  align-items: center;
@@ -150,6 +150,13 @@ iframe.tab-main-content[data-v-3c90505e] {
150
150
  font-size: 18px;
151
151
  cursor: pointer;
152
152
  }
153
+ .searchResult {
154
+ color: red;
155
+ }
156
+ .inline-input-custom {
157
+ width: 90%;
158
+ }
159
+
153
160
  .searchResult[data-v-22410ec9] {
154
161
  color: red;
155
162
  }
@@ -299,7 +306,20 @@ iframe.tab-main-content[data-v-3c90505e] {
299
306
  .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
300
307
  flex-wrap: wrap;
301
308
  gap: var(--layout-form-flex-gap, 15px) 0;
309
+ }.ValidCode[data-v-aa77e3bd] {
310
+ display: flex;
311
+ background-color: #fff;
312
+ justify-content: center;
313
+ align-items: center;
314
+ cursor: pointer;
302
315
  }
316
+ .ValidCode span[data-v-aa77e3bd] {
317
+ display: inline-block;
318
+ }
319
+ .organization-input .el-input-group__append {
320
+ padding: 0 10px 0 0;
321
+ }
322
+
303
323
  .red-circle[data-v-998f4283] {
304
324
  width: 20px; /* 圆圈的宽度 */
305
325
  height: 20px; /* 圆圈的高度 */
@@ -314,32 +334,6 @@ iframe.tab-main-content[data-v-3c90505e] {
314
334
  border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
335
  display: inline-block; /* 确保元素以块级元素显示 */
316
336
  }
317
- .ValidCode[data-v-aa77e3bd] {
318
- display: flex;
319
- background-color: #fff;
320
- justify-content: center;
321
- align-items: center;
322
- cursor: pointer;
323
- }
324
- .ValidCode span[data-v-aa77e3bd] {
325
- display: inline-block;
326
- }
327
- .searchResult {
328
- color: red;
329
- }
330
- .inline-input-custom {
331
- width: 90%;
332
- }
333
-
334
- .select-top-span {
335
- width: 100%;
336
- }
337
- [data-v-34406c62] .el-select-dropdown__item {
338
- display: inline-block;
339
- }
340
- .organization-input .el-input-group__append {
341
- padding: 0 10px 0 0;
342
- }
343
337
  .nine-grid-area[data-v-80f6a26f] {
344
338
  padding: 10px;
345
339
  }
@@ -451,6 +445,41 @@ iframe.tab-main-content[data-v-3c90505e] {
451
445
  display: grid;
452
446
  grid-template-columns: 20% 80%;
453
447
  }
448
+ .select-top-span {
449
+ width: 100%;
450
+ }
451
+ [data-v-34406c62] .el-select-dropdown__item {
452
+ display: inline-block;
453
+ }.amb-color-iconfont[data-v-5254701d] {
454
+ width: 30px;
455
+ height: 30px;
456
+ }
457
+ .amb-list-preivew-name[data-v-5254701d] {
458
+ margin-left: 10px;
459
+ cursor: pointer;
460
+ overflow: hidden;
461
+ text-overflow: ellipsis;
462
+ white-space: nowrap;
463
+ }
464
+ .fs-upload-tag[data-v-5254701d] {
465
+ border: 1px solid #dcdfe6;
466
+ padding: 4px 8px;
467
+ background-clip: padding-box;
468
+ overflow: hidden;
469
+ display: inline-flex;
470
+ align-items: center;
471
+ }
472
+ .fs-upload-tag-text[data-v-5254701d] {
473
+ margin-right: 8px;
474
+ max-width: 120px;
475
+ overflow: hidden;
476
+ text-overflow: ellipsis;
477
+ white-space: nowrap;
478
+ }
479
+ .fs-upload-tag-percent[data-v-5254701d] {
480
+ font-weight: 600;
481
+ margin-left: 4px;
482
+ }
454
483
  .fs-preview-container[data-v-7f109349] {
455
484
  display: flex;
456
485
  align-items: center;
@@ -526,230 +555,84 @@ iframe.tab-main-content[data-v-3c90505e] {
526
555
  .fs-preview-container[data-v-7f109349] .el-button.is-round {
527
556
  padding: 5px 11px;
528
557
  height: var(--el-button-size);
529
- }.amb-color-iconfont[data-v-5254701d] {
530
- width: 30px;
531
- height: 30px;
532
- }
533
- .amb-list-preivew-name[data-v-5254701d] {
534
- margin-left: 10px;
535
- cursor: pointer;
536
- overflow: hidden;
537
- text-overflow: ellipsis;
538
- white-space: nowrap;
539
- }
540
- .fs-upload-tag[data-v-5254701d] {
541
- border: 1px solid #dcdfe6;
542
- padding: 4px 8px;
543
- background-clip: padding-box;
544
- overflow: hidden;
545
- display: inline-flex;
558
+ }.select[data-v-52983a24] {
559
+ width: 100%;
560
+ height: 100%;
561
+ display: grid;
562
+ grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
546
563
  align-items: center;
547
564
  }
548
- .fs-upload-tag-text[data-v-5254701d] {
549
- margin-right: 8px;
550
- max-width: 120px;
551
- overflow: hidden;
552
- text-overflow: ellipsis;
553
- white-space: nowrap;
554
- }
555
- .fs-upload-tag-percent[data-v-5254701d] {
556
- font-weight: 600;
557
- margin-left: 4px;
565
+ .select .intervalCenter[data-v-52983a24] {
566
+ width: 100%;
567
+ height: 100%;
568
+ text-align: center;
558
569
  }iframe[data-v-e5fb3b56] {
559
570
  width: 100%;
560
571
  height: calc(100vh - 50px);
561
- }.wscn-http404-container[data-v-4f824f28] {
562
- transform: translate(-50%, -50%);
563
- position: absolute;
564
- top: 40%;
565
- left: 50%;
566
- }
567
- .wscn-http404[data-v-4f824f28] {
568
- position: relative;
569
- width: 1200px;
570
- padding: 0 50px;
571
- overflow: hidden;
572
572
  }
573
- .wscn-http404 .pic-404[data-v-4f824f28] {
574
- position: relative;
575
- float: left;
576
- width: 600px;
577
- overflow: hidden;
573
+ .organization-tree,
574
+ .organization-tree .el-checkbox__label,
575
+ .organization-tree .el-breadcrumb__inner,
576
+ .organization-tree .el-tree {
577
+ font-size: 17px;
578
+ font-weight: 700;
578
579
  }
579
- .wscn-http404 .pic-404__parent[data-v-4f824f28] {
580
- width: 100%;
580
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
581
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
582
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
583
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
584
+ font-size: 17px;
585
+ font-weight: 700;
581
586
  }
582
- .wscn-http404 .pic-404__child[data-v-4f824f28] {
583
- position: absolute;
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
584
589
  }
585
- .wscn-http404 .pic-404__child.left[data-v-4f824f28] {
586
- width: 80px;
587
- top: 17px;
588
- left: 220px;
589
- opacity: 0;
590
- animation-name: cloudLeft-4f824f28;
591
- animation-duration: 2s;
592
- animation-timing-function: linear;
593
- animation-fill-mode: forwards;
594
- animation-delay: 1s;
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
595
592
  }
596
- .wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
597
- width: 46px;
598
- top: 10px;
599
- left: 420px;
600
- opacity: 0;
601
- animation-name: cloudMid-4f824f28;
602
- animation-duration: 2s;
603
- animation-timing-function: linear;
604
- animation-fill-mode: forwards;
605
- animation-delay: 1.2s;
593
+ .organization-tree .item-row-all {
594
+ margin-bottom: 10px;
606
595
  }
607
- .wscn-http404 .pic-404__child.right[data-v-4f824f28] {
608
- width: 62px;
609
- top: 100px;
610
- left: 500px;
611
- opacity: 0;
612
- animation-name: cloudRight-4f824f28;
613
- animation-duration: 2s;
614
- animation-timing-function: linear;
615
- animation-fill-mode: forwards;
616
- animation-delay: 1s;
596
+ .organization-tree .item-row {
597
+ display: flex;
598
+ width: 100%;
617
599
  }
618
- @keyframes cloudLeft-4f824f28 {
619
- 0% {
620
- top: 17px;
621
- left: 220px;
622
- opacity: 0;
600
+ .organization-tree .item-label {
601
+ flex: 0 0 90%;
602
+ text-align: left;
623
603
  }
624
- 20% {
625
- top: 33px;
626
- left: 188px;
627
- opacity: 1;
604
+ .organization-tree .item-label .item-description {
605
+ font-size: 14px;
606
+ color: #9ea0a2;
607
+ margin-left: 8px;
628
608
  }
629
- 80% {
630
- top: 81px;
631
- left: 92px;
632
- opacity: 1;
609
+ .organization-tree .item-side {
610
+ flex: 0 0 10%;
611
+ text-align: right;
633
612
  }
634
- 100% {
635
- top: 97px;
636
- left: 60px;
637
- opacity: 0;
613
+ .organization-tree .el-tree-node {
614
+ margin-bottom: 10px;
638
615
  }
616
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
617
+ padding: 0;
618
+ display: none;
639
619
  }
640
- @keyframes cloudMid-4f824f28 {
641
- 0% {
642
- top: 10px;
643
- left: 420px;
644
- opacity: 0;
620
+ .organization-tree .card-footer {
621
+ padding: 20px;
645
622
  }
646
- 20% {
647
- top: 40px;
648
- left: 360px;
649
- opacity: 1;
650
- }
651
- 70% {
652
- top: 130px;
653
- left: 180px;
654
- opacity: 1;
655
- }
656
- 100% {
657
- top: 160px;
658
- left: 120px;
659
- opacity: 0;
660
- }
661
- }
662
- @keyframes cloudRight-4f824f28 {
663
- 0% {
664
- top: 100px;
665
- left: 500px;
666
- opacity: 0;
667
- }
668
- 20% {
669
- top: 120px;
670
- left: 460px;
671
- opacity: 1;
672
- }
673
- 80% {
674
- top: 180px;
675
- left: 340px;
676
- opacity: 1;
677
- }
678
- 100% {
679
- top: 200px;
680
- left: 300px;
681
- opacity: 0;
682
- }
683
- }
684
- .wscn-http404 .bullshit[data-v-4f824f28] {
685
- position: relative;
686
- float: left;
687
- width: 300px;
688
- padding: 30px 0;
689
- overflow: hidden;
690
- }
691
- .wscn-http404 .bullshit__oops[data-v-4f824f28] {
692
- font-size: 32px;
693
- font-weight: bold;
694
- line-height: 40px;
695
- color: #1482f0;
696
- opacity: 0;
697
- margin-bottom: 20px;
698
- animation-name: slideUp-4f824f28;
699
- animation-duration: 0.5s;
700
- animation-fill-mode: forwards;
701
- }
702
- .wscn-http404 .bullshit__headline[data-v-4f824f28] {
703
- font-size: 20px;
704
- line-height: 24px;
705
- color: #222;
706
- font-weight: bold;
707
- opacity: 0;
708
- margin-bottom: 10px;
709
- animation-name: slideUp-4f824f28;
710
- animation-duration: 0.5s;
711
- animation-delay: 0.1s;
712
- animation-fill-mode: forwards;
713
- }
714
- .wscn-http404 .bullshit__info[data-v-4f824f28] {
715
- font-size: 13px;
716
- line-height: 21px;
717
- color: grey;
718
- opacity: 0;
719
- margin-bottom: 30px;
720
- animation-name: slideUp-4f824f28;
721
- animation-duration: 0.5s;
722
- animation-delay: 0.2s;
723
- animation-fill-mode: forwards;
724
- }
725
- .wscn-http404 .bullshit__return-home[data-v-4f824f28] {
726
- display: block;
727
- float: left;
728
- width: 110px;
729
- height: 36px;
730
- background: #1482f0;
731
- border-radius: 100px;
732
- text-align: center;
733
- color: #ffffff;
734
- opacity: 0;
735
- font-size: 14px;
736
- line-height: 36px;
737
- cursor: pointer;
738
- animation-name: slideUp-4f824f28;
739
- animation-duration: 0.5s;
740
- animation-delay: 0.3s;
741
- animation-fill-mode: forwards;
742
- }
743
- @keyframes slideUp-4f824f28 {
744
- 0% {
745
- transform: translateY(60px);
746
- opacity: 0;
747
- }
748
- 100% {
749
- transform: translateY(0);
750
- opacity: 1;
623
+ .organization-tree .card-footer .select-result {
624
+ color: #409eff;
625
+ flex: 1 1 75%;
626
+ text-align: left;
751
627
  }
628
+ .organization-tree .card-footer .button-area {
629
+ flex: 0 0 20%;
630
+ text-align: right;
752
631
  }
632
+ .organization-tree .dept-path .breadcrumb-label-link {
633
+ color: #409eff;
634
+ }
635
+
753
636
  .organization-tree,
754
637
  .organization-tree .el-checkbox__label,
755
638
  .organization-tree .el-breadcrumb__inner,
@@ -781,11 +664,6 @@ iframe.tab-main-content[data-v-3c90505e] {
781
664
  flex: 0 0 90%;
782
665
  text-align: left;
783
666
  }
784
- .organization-tree .item-label .item-description {
785
- font-size: 14px;
786
- color: #9ea0a2;
787
- margin-left: 8px;
788
- }
789
667
  .organization-tree .item-side {
790
668
  flex: 0 0 10%;
791
669
  text-align: right;
@@ -812,21 +690,8 @@ iframe.tab-main-content[data-v-3c90505e] {
812
690
  .organization-tree .dept-path .breadcrumb-label-link {
813
691
  color: #409eff;
814
692
  }
815
- .super-icon[data-v-875fd31c] {
816
- width: 1em;
817
- height: 1em;
818
- font-size: 14px;
819
- }.select[data-v-52983a24] {
820
- width: 100%;
821
- height: 100%;
822
- display: grid;
823
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
824
- align-items: center;
825
- }
826
- .select .intervalCenter[data-v-52983a24] {
827
- width: 100%;
828
- height: 100%;
829
- text-align: center;
693
+ .row-form-item[data-v-4b5a56cc] {
694
+ width: 50%;
830
695
  }
831
696
  .organization-tree,
832
697
  .organization-tree .el-checkbox__label,
@@ -885,15 +750,11 @@ iframe.tab-main-content[data-v-3c90505e] {
885
750
  .organization-tree .dept-path .breadcrumb-label-link {
886
751
  color: #409eff;
887
752
  }
888
- .row-form-item[data-v-4b5a56cc] {
889
- width: 50%;
890
- }
891
- .graphDiv[data-v-a936569d] {
892
- overflow: auto;
893
- height: 100%;
894
- height: calc(100vh - 20px);
895
- }
896
- .errPage-container[data-v-6bef0241] {
753
+ .super-icon[data-v-875fd31c] {
754
+ width: 1em;
755
+ height: 1em;
756
+ font-size: 14px;
757
+ }.errPage-container[data-v-6bef0241] {
897
758
  width: 800px;
898
759
  max-width: 100%;
899
760
  margin: 100px auto;
@@ -929,94 +790,223 @@ iframe.tab-main-content[data-v-3c90505e] {
929
790
  }
930
791
  .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
931
792
  text-decoration: underline;
932
- }iframe[data-v-20dccb82] {
793
+ }.app-wrapper[data-v-5c0a6bf6] {
794
+ position: relative;
795
+ height: 100%;
933
796
  width: 100%;
934
- height: calc(100vh - 50px);
935
797
  }
936
- .organization-tree,
937
- .organization-tree .el-checkbox__label,
938
- .organization-tree .el-breadcrumb__inner,
939
- .organization-tree .el-tree {
940
- font-size: 17px;
941
- font-weight: 700;
798
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
799
+ position: fixed;
800
+ top: 0;
942
801
  }
943
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
944
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
945
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
946
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
947
- font-size: 17px;
948
- font-weight: 700;
802
+ .drawer-bg[data-v-5c0a6bf6] {
803
+ background: #000;
804
+ opacity: 0.3;
805
+ width: 100%;
806
+ top: 0;
807
+ height: 100%;
808
+ position: absolute;
809
+ z-index: 999;
810
+ }
811
+ .graphDiv[data-v-a936569d] {
812
+ overflow: auto;
813
+ height: 100%;
814
+ height: calc(100vh - 20px);
815
+ }
816
+ .wscn-http404-container[data-v-4f824f28] {
817
+ transform: translate(-50%, -50%);
818
+ position: absolute;
819
+ top: 40%;
820
+ left: 50%;
821
+ }
822
+ .wscn-http404[data-v-4f824f28] {
823
+ position: relative;
824
+ width: 1200px;
825
+ padding: 0 50px;
826
+ overflow: hidden;
827
+ }
828
+ .wscn-http404 .pic-404[data-v-4f824f28] {
829
+ position: relative;
830
+ float: left;
831
+ width: 600px;
832
+ overflow: hidden;
833
+ }
834
+ .wscn-http404 .pic-404__parent[data-v-4f824f28] {
835
+ width: 100%;
836
+ }
837
+ .wscn-http404 .pic-404__child[data-v-4f824f28] {
838
+ position: absolute;
839
+ }
840
+ .wscn-http404 .pic-404__child.left[data-v-4f824f28] {
841
+ width: 80px;
842
+ top: 17px;
843
+ left: 220px;
844
+ opacity: 0;
845
+ animation-name: cloudLeft-4f824f28;
846
+ animation-duration: 2s;
847
+ animation-timing-function: linear;
848
+ animation-fill-mode: forwards;
849
+ animation-delay: 1s;
850
+ }
851
+ .wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
852
+ width: 46px;
853
+ top: 10px;
854
+ left: 420px;
855
+ opacity: 0;
856
+ animation-name: cloudMid-4f824f28;
857
+ animation-duration: 2s;
858
+ animation-timing-function: linear;
859
+ animation-fill-mode: forwards;
860
+ animation-delay: 1.2s;
861
+ }
862
+ .wscn-http404 .pic-404__child.right[data-v-4f824f28] {
863
+ width: 62px;
864
+ top: 100px;
865
+ left: 500px;
866
+ opacity: 0;
867
+ animation-name: cloudRight-4f824f28;
868
+ animation-duration: 2s;
869
+ animation-timing-function: linear;
870
+ animation-fill-mode: forwards;
871
+ animation-delay: 1s;
872
+ }
873
+ @keyframes cloudLeft-4f824f28 {
874
+ 0% {
875
+ top: 17px;
876
+ left: 220px;
877
+ opacity: 0;
878
+ }
879
+ 20% {
880
+ top: 33px;
881
+ left: 188px;
882
+ opacity: 1;
883
+ }
884
+ 80% {
885
+ top: 81px;
886
+ left: 92px;
887
+ opacity: 1;
888
+ }
889
+ 100% {
890
+ top: 97px;
891
+ left: 60px;
892
+ opacity: 0;
893
+ }
894
+ }
895
+ @keyframes cloudMid-4f824f28 {
896
+ 0% {
897
+ top: 10px;
898
+ left: 420px;
899
+ opacity: 0;
900
+ }
901
+ 20% {
902
+ top: 40px;
903
+ left: 360px;
904
+ opacity: 1;
905
+ }
906
+ 70% {
907
+ top: 130px;
908
+ left: 180px;
909
+ opacity: 1;
910
+ }
911
+ 100% {
912
+ top: 160px;
913
+ left: 120px;
914
+ opacity: 0;
949
915
  }
950
- .organization-tree .el-card__body {
951
- padding-top: 10px;
952
916
  }
953
- .organization-tree .card-content {
954
- margin-top: 10px;
917
+ @keyframes cloudRight-4f824f28 {
918
+ 0% {
919
+ top: 100px;
920
+ left: 500px;
921
+ opacity: 0;
955
922
  }
956
- .organization-tree .item-row-all {
957
- margin-bottom: 10px;
923
+ 20% {
924
+ top: 120px;
925
+ left: 460px;
926
+ opacity: 1;
958
927
  }
959
- .organization-tree .item-row {
960
- display: flex;
961
- width: 100%;
928
+ 80% {
929
+ top: 180px;
930
+ left: 340px;
931
+ opacity: 1;
962
932
  }
963
- .organization-tree .item-label {
964
- flex: 0 0 90%;
965
- text-align: left;
933
+ 100% {
934
+ top: 200px;
935
+ left: 300px;
936
+ opacity: 0;
966
937
  }
967
- .organization-tree .item-side {
968
- flex: 0 0 10%;
969
- text-align: right;
970
938
  }
971
- .organization-tree .el-tree-node {
972
- margin-bottom: 10px;
939
+ .wscn-http404 .bullshit[data-v-4f824f28] {
940
+ position: relative;
941
+ float: left;
942
+ width: 300px;
943
+ padding: 30px 0;
944
+ overflow: hidden;
973
945
  }
974
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
975
- padding: 0;
976
- display: none;
946
+ .wscn-http404 .bullshit__oops[data-v-4f824f28] {
947
+ font-size: 32px;
948
+ font-weight: bold;
949
+ line-height: 40px;
950
+ color: #1482f0;
951
+ opacity: 0;
952
+ margin-bottom: 20px;
953
+ animation-name: slideUp-4f824f28;
954
+ animation-duration: 0.5s;
955
+ animation-fill-mode: forwards;
977
956
  }
978
- .organization-tree .card-footer {
979
- padding: 20px;
957
+ .wscn-http404 .bullshit__headline[data-v-4f824f28] {
958
+ font-size: 20px;
959
+ line-height: 24px;
960
+ color: #222;
961
+ font-weight: bold;
962
+ opacity: 0;
963
+ margin-bottom: 10px;
964
+ animation-name: slideUp-4f824f28;
965
+ animation-duration: 0.5s;
966
+ animation-delay: 0.1s;
967
+ animation-fill-mode: forwards;
980
968
  }
981
- .organization-tree .card-footer .select-result {
982
- color: #409eff;
983
- flex: 1 1 75%;
984
- text-align: left;
969
+ .wscn-http404 .bullshit__info[data-v-4f824f28] {
970
+ font-size: 13px;
971
+ line-height: 21px;
972
+ color: grey;
973
+ opacity: 0;
974
+ margin-bottom: 30px;
975
+ animation-name: slideUp-4f824f28;
976
+ animation-duration: 0.5s;
977
+ animation-delay: 0.2s;
978
+ animation-fill-mode: forwards;
985
979
  }
986
- .organization-tree .card-footer .button-area {
987
- flex: 0 0 20%;
988
- text-align: right;
980
+ .wscn-http404 .bullshit__return-home[data-v-4f824f28] {
981
+ display: block;
982
+ float: left;
983
+ width: 110px;
984
+ height: 36px;
985
+ background: #1482f0;
986
+ border-radius: 100px;
987
+ text-align: center;
988
+ color: #ffffff;
989
+ opacity: 0;
990
+ font-size: 14px;
991
+ line-height: 36px;
992
+ cursor: pointer;
993
+ animation-name: slideUp-4f824f28;
994
+ animation-duration: 0.5s;
995
+ animation-delay: 0.3s;
996
+ animation-fill-mode: forwards;
989
997
  }
990
- .organization-tree .dept-path .breadcrumb-label-link {
991
- color: #409eff;
992
- }
993
- .app-wrapper[data-v-5c0a6bf6] {
994
- position: relative;
995
- height: 100%;
996
- width: 100%;
998
+ @keyframes slideUp-4f824f28 {
999
+ 0% {
1000
+ transform: translateY(60px);
1001
+ opacity: 0;
997
1002
  }
998
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
999
- position: fixed;
1000
- top: 0;
1003
+ 100% {
1004
+ transform: translateY(0);
1005
+ opacity: 1;
1001
1006
  }
1002
- .drawer-bg[data-v-5c0a6bf6] {
1003
- background: #000;
1004
- opacity: 0.3;
1007
+ }iframe[data-v-20dccb82] {
1005
1008
  width: 100%;
1006
- top: 0;
1007
- height: 100%;
1008
- position: absolute;
1009
- z-index: 999;
1010
- }.app-main[data-v-2d98e845] {
1011
- padding: var(--app-main-padding, 15px);
1012
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1013
- position: relative;
1014
- overflow: hidden;
1015
- }
1016
- .app-main[data-v-2d98e845] > .app-container {
1017
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1018
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1019
- overflow: auto;
1009
+ height: calc(100vh - 50px);
1020
1010
  }.smb-sidebar-menu-item[data-v-38e3eafc] {
1021
1011
  position: relative;
1022
1012
  --el-menu-item-height: 45px;
@@ -1101,6 +1091,16 @@ iframe.tab-main-content[data-v-3c90505e] {
1101
1091
  }
1102
1092
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1103
1093
  flex: 0 0 calc(100% - 20px - 20px);
1094
+ }.app-main[data-v-2d98e845] {
1095
+ padding: var(--app-main-padding, 15px);
1096
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1097
+ position: relative;
1098
+ overflow: hidden;
1099
+ }
1100
+ .app-main[data-v-2d98e845] > .app-container {
1101
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1102
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1103
+ overflow: auto;
1104
1104
  }
1105
1105
  .searchResult {
1106
1106
  color: red;
@@ -1341,116 +1341,12 @@ iframe.tab-main-content[data-v-3c90505e] {
1341
1341
  .ab-date-range[data-v-2aeaa81d] .el-input {
1342
1342
  width: 100%;
1343
1343
  min-width: 0;
1344
- }
1345
- .sep[data-v-2aeaa81d] {
1346
- padding: 0 8px;
1347
- color: var(--el-text-color-secondary);
1348
- white-space: nowrap;
1349
- flex: 0 0 auto;
1350
- }
1351
-
1352
- .searchResult {
1353
- color: red;
1354
- }
1355
- .inline-select-custom {
1356
- width: 100px;
1357
- }
1358
- .inline-input-custom {
1359
- width: 98%;
1360
- }
1361
-
1362
- .grid-search-form[data-v-8f3059a4] .el-form-item {
1363
- margin-bottom: 0px;
1364
- }
1365
- .grid-search-form[data-v-8f3059a4] .search-btn {
1366
- margin-bottom: 5px;
1367
- text-align: center;
1368
- }
1369
- .grid-search-form[data-v-8f3059a4] .el-select,
1370
- .grid-search-form[data-v-8f3059a4] .customComponent {
1371
- width: 100%;
1372
- }
1373
- .amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
1374
- display: none;
1375
- }
1376
-
1377
- /* .search-condition-mobile {
1378
- padding-bottom: 10px;
1379
- position: fixed;
1380
- top: 37px;
1381
- background-color: #ffffff;
1382
- width: 46%;
1383
- height: 40px;
1384
- z-index: 1500;
1385
- } */
1386
- .normal-column-header[data-v-aecac200] {
1387
- display: inline-flex;
1388
- vertical-align: middle;
1389
- }
1390
- .normal-column-header-icon[data-v-aecac200] {
1391
- font-size: 20px;
1392
- color: var(--el-color-primary);
1393
- cursor: pointer;
1394
- }li[data-v-040fcf55] {
1395
- color: #333;
1396
- }
1397
- .context-menu[data-v-040fcf55] {
1398
- position: fixed;
1399
- background: #fff;
1400
- z-index: 999;
1401
- padding: 5px;
1402
- margin: 0;
1403
- margin-top: 30px;
1404
- }
1405
- .context-menu li[data-v-040fcf55] {
1406
- min-width: 75px;
1407
- height: 28px;
1408
- line-height: 28px;
1409
- text-align: left;
1410
- color: #1a1a1a;
1411
- }
1412
- .context-menu li[data-v-040fcf55]:hover {
1413
- background: #42b983;
1414
- color: #fff;
1415
- }
1416
- .context-menu[data-v-040fcf55] {
1417
- border: 1px solid #eee;
1418
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1419
- border-radius: 5px;
1420
- }
1421
- li[data-v-040fcf55] {
1422
- list-style-type: none;
1423
- }
1424
- .searchResult {
1425
- color: red;
1426
- }
1427
- .inline-select-custom {
1428
- width: 100px;
1429
- }
1430
- .inline-input-custom {
1431
- width: 98%;
1432
- }
1433
- .searchDepartmentUser {
1434
- width: 250px;
1435
- }
1436
- .el-autocomplete-suggestion.el-popper {
1437
- min-width: 300px;
1438
- }
1439
-
1440
- .searchResult {
1441
- color: red;
1442
- }
1443
- .inline-select-custom {
1444
- width: 100px;
1445
- }
1446
- .inline-input-custom {
1447
- width: 98%;
1448
- }
1449
- .searchDepartmentUser {
1450
- width: 250px;
1451
- }
1452
- .el-autocomplete-suggestion.el-popper {
1453
- min-width: 300px;
1344
+ }
1345
+ .sep[data-v-2aeaa81d] {
1346
+ padding: 0 8px;
1347
+ color: var(--el-text-color-secondary);
1348
+ white-space: nowrap;
1349
+ flex: 0 0 auto;
1454
1350
  }
1455
1351
 
1456
1352
  .searchResult {
@@ -1483,6 +1379,49 @@ li[data-v-040fcf55] {
1483
1379
  width: 98%;
1484
1380
  }
1485
1381
 
1382
+ .searchResult {
1383
+ color: red;
1384
+ }
1385
+ .inline-select-custom {
1386
+ width: 100px;
1387
+ }
1388
+ .inline-input-custom {
1389
+ width: 98%;
1390
+ }
1391
+ .normal-column-header[data-v-aecac200] {
1392
+ display: inline-flex;
1393
+ vertical-align: middle;
1394
+ }
1395
+ .normal-column-header-icon[data-v-aecac200] {
1396
+ font-size: 20px;
1397
+ color: var(--el-color-primary);
1398
+ cursor: pointer;
1399
+ }
1400
+ .grid-search-form[data-v-8f3059a4] .el-form-item {
1401
+ margin-bottom: 0px;
1402
+ }
1403
+ .grid-search-form[data-v-8f3059a4] .search-btn {
1404
+ margin-bottom: 5px;
1405
+ text-align: center;
1406
+ }
1407
+ .grid-search-form[data-v-8f3059a4] .el-select,
1408
+ .grid-search-form[data-v-8f3059a4] .customComponent {
1409
+ width: 100%;
1410
+ }
1411
+ .amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
1412
+ display: none;
1413
+ }
1414
+
1415
+ /* .search-condition-mobile {
1416
+ padding-bottom: 10px;
1417
+ position: fixed;
1418
+ top: 37px;
1419
+ background-color: #ffffff;
1420
+ width: 46%;
1421
+ height: 40px;
1422
+ z-index: 1500;
1423
+ } */
1424
+
1486
1425
  .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1487
1426
  font-size: 17px;
1488
1427
  font-weight: 700;
@@ -1534,6 +1473,67 @@ li[data-v-040fcf55] {
1534
1473
  .organization-tree .dept-path .breadcrumb-label-link{
1535
1474
  color:#409EFF
1536
1475
  }
1476
+ li[data-v-040fcf55] {
1477
+ color: #333;
1478
+ }
1479
+ .context-menu[data-v-040fcf55] {
1480
+ position: fixed;
1481
+ background: #fff;
1482
+ z-index: 999;
1483
+ padding: 5px;
1484
+ margin: 0;
1485
+ margin-top: 30px;
1486
+ }
1487
+ .context-menu li[data-v-040fcf55] {
1488
+ min-width: 75px;
1489
+ height: 28px;
1490
+ line-height: 28px;
1491
+ text-align: left;
1492
+ color: #1a1a1a;
1493
+ }
1494
+ .context-menu li[data-v-040fcf55]:hover {
1495
+ background: #42b983;
1496
+ color: #fff;
1497
+ }
1498
+ .context-menu[data-v-040fcf55] {
1499
+ border: 1px solid #eee;
1500
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1501
+ border-radius: 5px;
1502
+ }
1503
+ li[data-v-040fcf55] {
1504
+ list-style-type: none;
1505
+ }
1506
+ .searchResult {
1507
+ color: red;
1508
+ }
1509
+ .inline-select-custom {
1510
+ width: 100px;
1511
+ }
1512
+ .inline-input-custom {
1513
+ width: 98%;
1514
+ }
1515
+ .searchDepartmentUser {
1516
+ width: 250px;
1517
+ }
1518
+ .el-autocomplete-suggestion.el-popper {
1519
+ min-width: 300px;
1520
+ }
1521
+
1522
+ .searchResult {
1523
+ color: red;
1524
+ }
1525
+ .inline-select-custom {
1526
+ width: 100px;
1527
+ }
1528
+ .inline-input-custom {
1529
+ width: 98%;
1530
+ }
1531
+ .searchDepartmentUser {
1532
+ width: 250px;
1533
+ }
1534
+ .el-autocomplete-suggestion.el-popper {
1535
+ min-width: 300px;
1536
+ }
1537
1537
 
1538
1538
  .grid-search-form[data-v-04817310] {
1539
1539
  overflow: auto;
@@ -1550,6 +1550,30 @@ li[data-v-040fcf55] {
1550
1550
  width: 100%;
1551
1551
  }
1552
1552
 
1553
+ .nav-tab .el-tabs__header {
1554
+ margin: 0;
1555
+ /* border-bottom: 0px; */
1556
+ }
1557
+ .menu-tab-container .el-tabs__content {
1558
+ padding: 0;
1559
+ }
1560
+ .default-page-tip {
1561
+ width: 100%;
1562
+ height: 100%;
1563
+ background: #f7f7f8;
1564
+ }
1565
+ .default-page-tip-msg {
1566
+ padding-top: 25%;
1567
+ padding-bottom: 30%;
1568
+ font-size: 24px;
1569
+ font-weight: 600;
1570
+ text-align: center;
1571
+ color: gray;
1572
+ }
1573
+ .default-page-tip-item {
1574
+ padding-top: 10px;
1575
+ }
1576
+
1553
1577
  iframe.tab-main-content[data-v-80f8eb5e] {
1554
1578
  width: 100%;
1555
1579
  height: calc(100vh - 48px);
@@ -1587,31 +1611,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1587
1611
  /* 去掉卡片和tab表头的距离 */
1588
1612
  [data-v-80f8eb5e] .el-tabs__header {
1589
1613
  margin: 0;
1590
- }
1591
- .nav-tab .el-tabs__header {
1592
- margin: 0;
1593
- /* border-bottom: 0px; */
1594
- }
1595
- .menu-tab-container .el-tabs__content {
1596
- padding: 0;
1597
- }
1598
- .default-page-tip {
1599
- width: 100%;
1600
- height: 100%;
1601
- background: #f7f7f8;
1602
- }
1603
- .default-page-tip-msg {
1604
- padding-top: 25%;
1605
- padding-bottom: 30%;
1606
- font-size: 24px;
1607
- font-weight: 600;
1608
- text-align: center;
1609
- color: gray;
1610
- }
1611
- .default-page-tip-item {
1612
- padding-top: 10px;
1613
- }
1614
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1614
+ }[data-v-455b2ba2] .super-icon {
1615
+ width: 20px !important;
1616
+ height: 20px !important;
1617
+ }[data-v-0fb85d6e] .super-icon {
1618
+ width: 20px !important;
1619
+ height: 20px !important;
1620
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1615
1621
  background-color: #eee;
1616
1622
  width: 100%;
1617
1623
  border: 1px solid #ccc;
@@ -1630,13 +1636,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1636
  }
1631
1637
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1632
1638
  margin: 0 5px;
1633
- }[data-v-455b2ba2] .super-icon {
1634
- width: 20px !important;
1635
- height: 20px !important;
1636
- }[data-v-0fb85d6e] .super-icon {
1637
- width: 20px !important;
1638
- height: 20px !important;
1639
- }.grid-search-form[data-v-d462769a] .el-form-item {
1639
+ }
1640
+ .searchResult {
1641
+ color: red;
1642
+ }
1643
+ .inline-select-custom {
1644
+ width: 100px;
1645
+ }
1646
+ .inline-input-custom {
1647
+ width: 98%;
1648
+ }
1649
+ .grid-search-form[data-v-d462769a] .el-form-item {
1640
1650
  margin-bottom: 0px;
1641
1651
  }
1642
1652
  .grid-search-form[data-v-d462769a] .el-form-item__label {
@@ -1661,54 +1671,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1661
1671
  .grid-search-form[data-v-d462769a] .el-col {
1662
1672
  padding-left: 10px;
1663
1673
  padding-bottom: 16px;
1664
- }
1665
- .grid-search-form[data-v-0b145154] .el-form-item {
1666
- margin-bottom: 0px;
1667
- }
1668
- .grid-search-form[data-v-0b145154] .search-btn {
1669
- margin-bottom: 5px;
1670
- text-align: center;
1671
- }
1672
- .grid-search-form[data-v-0b145154] .el-select,
1673
- .grid-search-form[data-v-0b145154] .customComponent {
1674
- width: 100%;
1675
- }
1676
- .grid-search-form-mobile[data-v-c8fb4788] {
1677
- overflow: auto;
1678
- }
1679
- .grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
1680
- margin-bottom: 5px;
1681
- }
1682
- .grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
1683
- overflow: hidden;
1684
- text-overflow: ellipsis;
1685
- white-space: nowrap;
1686
- word-break: keep-all;
1687
- }
1688
- .grid-search-form-mobile[data-v-c8fb4788] .search-btn {
1689
- margin-bottom: 5px;
1690
- text-align: center;
1691
- }
1692
- .grid-search-form-mobile[data-v-c8fb4788] .el-select {
1693
- width: 100%;
1694
- }
1695
- .grid-search-form-mobile[data-v-c8fb4788] .customComponent {
1696
- width: 100%;
1697
- }
1698
- .grid-search-form-mobile[data-v-c8fb4788] .el-row {
1699
- padding-right: 24px;
1700
- }
1701
- .grid-search-form-mobile[data-v-c8fb4788] .el-col {
1702
- padding-left: 10px;
1703
- padding-bottom: 16px;
1704
- }
1705
- .search-btn-mobile[data-v-c8fb4788] {
1706
- padding-top: 10px;
1707
- position: fixed;
1708
- bottom: 10px;
1709
- background-color: #ffffff;
1710
- width: 50%;
1711
- height: 40px;
1712
1674
  }.annex-cell[data-v-30804a71] {
1713
1675
  padding-right: 5px;
1714
1676
  cursor: pointer;
@@ -1748,25 +1710,63 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1748
1710
  bottom: 0;
1749
1711
  cursor: pointer;
1750
1712
  }
1751
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1752
- text-align: left;
1713
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1714
+ text-align: left;
1715
+ }
1716
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1717
+ display: none;
1718
+ }
1719
+ .normal-column-content-view[data-v-30804a71] {
1720
+ display: inline;
1721
+ }
1722
+ .grid-search-form[data-v-0b145154] .el-form-item {
1723
+ margin-bottom: 0px;
1724
+ }
1725
+ .grid-search-form[data-v-0b145154] .search-btn {
1726
+ margin-bottom: 5px;
1727
+ text-align: center;
1728
+ }
1729
+ .grid-search-form[data-v-0b145154] .el-select,
1730
+ .grid-search-form[data-v-0b145154] .customComponent {
1731
+ width: 100%;
1732
+ }
1733
+ .grid-search-form-mobile[data-v-c8fb4788] {
1734
+ overflow: auto;
1735
+ }
1736
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
1737
+ margin-bottom: 5px;
1738
+ }
1739
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
1740
+ overflow: hidden;
1741
+ text-overflow: ellipsis;
1742
+ white-space: nowrap;
1743
+ word-break: keep-all;
1744
+ }
1745
+ .grid-search-form-mobile[data-v-c8fb4788] .search-btn {
1746
+ margin-bottom: 5px;
1747
+ text-align: center;
1753
1748
  }
1754
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1755
- display: none;
1749
+ .grid-search-form-mobile[data-v-c8fb4788] .el-select {
1750
+ width: 100%;
1756
1751
  }
1757
- .normal-column-content-view[data-v-30804a71] {
1758
- display: inline;
1752
+ .grid-search-form-mobile[data-v-c8fb4788] .customComponent {
1753
+ width: 100%;
1759
1754
  }
1760
- .searchResult {
1761
- color: red;
1755
+ .grid-search-form-mobile[data-v-c8fb4788] .el-row {
1756
+ padding-right: 24px;
1762
1757
  }
1763
- .inline-select-custom {
1764
- width: 100px;
1758
+ .grid-search-form-mobile[data-v-c8fb4788] .el-col {
1759
+ padding-left: 10px;
1760
+ padding-bottom: 16px;
1761
+ }
1762
+ .search-btn-mobile[data-v-c8fb4788] {
1763
+ padding-top: 10px;
1764
+ position: fixed;
1765
+ bottom: 10px;
1766
+ background-color: #ffffff;
1767
+ width: 50%;
1768
+ height: 40px;
1765
1769
  }
1766
- .inline-input-custom {
1767
- width: 98%;
1768
- }
1769
-
1770
1770
  .searchResult {
1771
1771
  color: red;
1772
1772
  }
@@ -1812,17 +1812,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1812
1812
  white-space: nowrap;
1813
1813
  overflow: hidden;
1814
1814
  text-overflow: ellipsis;
1815
- }[data-v-41b4cbbd] .el-range-separator {
1816
- min-width: 20px;
1817
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1818
- margin-right: 5px;
1819
- }
1820
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1821
- margin-left: 5px;
1822
- }.el-button > span[data-v-5bb8bf7f] {
1823
- font-size: 12px;
1824
- }
1825
- .fs-upload-tag[data-v-5bb8bf7f] {
1815
+ }.fs-upload-tag[data-v-e5cde7de] {
1826
1816
  border: 1px solid #dcdfe6;
1827
1817
  padding: 4px 8px;
1828
1818
  background-clip: padding-box;
@@ -1830,25 +1820,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1830
1820
  display: inline-flex;
1831
1821
  align-items: center;
1832
1822
  }
1833
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1823
+ .fs-upload-tag-text[data-v-e5cde7de] {
1834
1824
  margin-right: 18px;
1835
1825
  max-width: 160px;
1836
1826
  overflow: hidden;
1837
1827
  text-overflow: ellipsis;
1838
1828
  white-space: nowrap;
1839
1829
  }
1840
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1830
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1841
1831
  font-weight: 600;
1842
1832
  margin-left: 4px;
1833
+ }.el-button > span[data-v-5bb8bf7f] {
1834
+ font-size: 12px;
1843
1835
  }
1844
- .svg-icon[data-v-019891df] {
1845
- width: 1.2em;
1846
- height: 1.2em;
1847
- vertical-align: -0.25em;
1848
- fill: currentColor;
1849
- overflow: initial;
1850
- }
1851
- .fs-upload-tag[data-v-e5cde7de] {
1836
+ .fs-upload-tag[data-v-5bb8bf7f] {
1852
1837
  border: 1px solid #dcdfe6;
1853
1838
  padding: 4px 8px;
1854
1839
  background-clip: padding-box;
@@ -1856,58 +1841,40 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1856
1841
  display: inline-flex;
1857
1842
  align-items: center;
1858
1843
  }
1859
- .fs-upload-tag-text[data-v-e5cde7de] {
1844
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1860
1845
  margin-right: 18px;
1861
1846
  max-width: 160px;
1862
1847
  overflow: hidden;
1863
1848
  text-overflow: ellipsis;
1864
1849
  white-space: nowrap;
1865
1850
  }
1866
- .fs-upload-tag-percent[data-v-e5cde7de] {
1851
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1867
1852
  font-weight: 600;
1868
1853
  margin-left: 4px;
1854
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1855
+ margin-right: 5px;
1869
1856
  }
1870
- .home-chart-iframe[data-v-73352a50] {
1871
- width: 100%;
1872
- height: 100%;
1873
- border: none;
1874
- opacity: 1;
1875
- }
1876
-
1877
- .additional-data-tag[data-v-7aaab83c] {
1878
- display: flex;
1879
- align-items: center;
1880
- flex-shrink: 0;
1881
- min-width: max-content;
1882
- margin-left: auto;
1883
- gap: 10px;
1884
- }
1885
- .additional-data-button[data-v-7aaab83c] {
1886
- display: flex;
1887
- align-items: center;
1888
- justify-content: center;
1889
- margin-top: 10px;
1890
- gap: 10px;
1891
- }
1892
- [data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
1857
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1858
+ margin-left: 5px;
1859
+ }[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
1893
1860
  user-select: text !important;
1894
1861
  -webkit-user-select: text !important;
1895
1862
  -moz-user-select: text !important;
1896
1863
  -ms-user-select: text !important;
1897
1864
  }
1898
- .slide-up-enter-active[data-v-6da81be3],
1899
- .slide-up-leave-active[data-v-6da81be3] {
1865
+ .slide-up-enter-active[data-v-bc196b97],
1866
+ .slide-up-leave-active[data-v-bc196b97] {
1900
1867
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1901
1868
  }
1902
- .slide-up-enter-from[data-v-6da81be3],
1903
- .slide-up-leave-to[data-v-6da81be3] {
1869
+ .slide-up-enter-from[data-v-bc196b97],
1870
+ .slide-up-leave-to[data-v-bc196b97] {
1904
1871
  transform: translateY(100%);
1905
1872
  }
1906
1873
 
1907
1874
  /**
1908
1875
  * 聊天窗口的样式设置
1909
1876
  */
1910
- .chat-container[data-v-6da81be3] {
1877
+ .chat-container[data-v-bc196b97] {
1911
1878
  --header-height: 56px;
1912
1879
  --chat-padding: 12px;
1913
1880
  --bubble-content-max-width: 0px;
@@ -1919,25 +1886,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1919
1886
  flex-direction: row; /* 横向排列 */
1920
1887
  height: 100%; /* 父容器高度 */
1921
1888
  }
1922
- .small-window[data-v-6da81be3] {
1889
+ .small-window[data-v-bc196b97] {
1923
1890
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1924
1891
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1925
1892
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1926
1893
  border-radius: 8px;
1927
1894
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1928
1895
  }
1929
- .full-screen[data-v-6da81be3] {
1896
+ .full-screen[data-v-bc196b97] {
1930
1897
  right: 0;
1931
1898
  bottom: 0;
1932
1899
  --main-content-height: calc(100vh - var(--header-height));
1933
1900
  }
1934
- .chat-container > *[data-v-6da81be3] {
1901
+ .chat-container > *[data-v-bc196b97] {
1935
1902
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1936
1903
  }
1937
1904
 
1938
1905
  /* 聊天窗口的头部样式设置
1939
1906
  */
1940
- .chat-embed__header_container[data-v-6da81be3] {
1907
+ .chat-embed__header_container[data-v-bc196b97] {
1941
1908
  /* border-bottom: 1px solid #ddd; */
1942
1909
  display: flex;
1943
1910
  align-items: center;
@@ -1947,7 +1914,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1947
1914
  overflow: hidden;
1948
1915
  position: relative;
1949
1916
  }
1950
- .session-subject[data-v-6da81be3] {
1917
+ .session-subject[data-v-bc196b97] {
1951
1918
  display: block;
1952
1919
  margin: 0 auto;
1953
1920
  text-align: center;
@@ -1962,17 +1929,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1962
1929
 
1963
1930
  /* 聊天窗口的头部图标样式设置
1964
1931
  */
1965
- .chat-embed__header_avatar[data-v-6da81be3] {
1932
+ .chat-embed__header_avatar[data-v-bc196b97] {
1966
1933
  margin-left: calc(var(--chat-padding) * 2);
1967
1934
  margin-right: var(--chat-padding);
1968
1935
  }
1969
- .chat-embed__header_tool_icon[data-v-6da81be3] {
1936
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
1970
1937
  right: 20px;
1971
1938
  position: absolute;
1972
1939
  gap: 28px;
1973
1940
  display: flex;
1974
1941
  }
1975
- .chat-embed__sidebar[data-v-6da81be3] {
1942
+ .chat-embed__sidebar[data-v-bc196b97] {
1976
1943
  background: #f6f7fa;
1977
1944
  display: flex;
1978
1945
  flex-direction: column; /* 设置为上下排列 */
@@ -1981,7 +1948,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1981
1948
  width: 260px;
1982
1949
  height: 100%;
1983
1950
  }
1984
- .chat-embed__main[data-v-6da81be3] {
1951
+ .chat-embed__main[data-v-bc196b97] {
1985
1952
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1986
1953
  box-sizing: border-box;
1987
1954
  overflow: hidden;
@@ -1992,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1992
1959
  flex: 1; /* 聊天内容区域占据剩余空间 */
1993
1960
  overflow: hidden; /* 防止内容溢出 */
1994
1961
  }
1995
- .chat-embed__main_content[data-v-6da81be3] {
1962
+ .chat-embed__main_content[data-v-bc196b97] {
1996
1963
  flex: 1;
1997
1964
  box-sizing: border-box;
1998
1965
  min-height: 0;
@@ -2000,21 +1967,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2000
1967
  /* overflow-y: auto;
2001
1968
  margin-bottom: 12px; */
2002
1969
  }
2003
- .chat-embed__input_container[data-v-6da81be3] {
1970
+ .chat-embed__input_container[data-v-bc196b97] {
2004
1971
  flex-shrink: 0; /* 不允许收缩 */
2005
1972
  /* margin-bottom: 50px; 距离底部 */
2006
1973
  }
2007
- .header-icon[data-v-6da81be3] {
1974
+ .header-icon[data-v-bc196b97] {
2008
1975
  cursor: pointer;
2009
1976
  font-size: 20px;
2010
1977
  }
2011
1978
 
2012
1979
  /* 聊天默认推荐内容样式
2013
1980
  */
2014
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
1981
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2015
1982
  margin-top: 5px;
2016
1983
  }
2017
- .content-container[data-v-6da81be3] {
1984
+ .content-container[data-v-bc196b97] {
2018
1985
  padding: 16px;
2019
1986
  border-radius: 4px;
2020
1987
  background: #ffffff;
@@ -2022,7 +1989,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2022
1989
  border-radius: 0px 30px 30px 30px;
2023
1990
  /* opacity: 0.6; */
2024
1991
  }
2025
- .chat-content-font[data-v-6da81be3] {
1992
+ .chat-content-font[data-v-bc196b97] {
2026
1993
  font-family: PingFang SC, PingFang SC;
2027
1994
  font-weight: 500;
2028
1995
  font-size: 16px;
@@ -2032,154 +1999,50 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2032
1999
  font-style: normal;
2033
2000
  text-transform: none;
2034
2001
  }
2035
- [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2036
- border: none !important;
2037
- }
2038
- .content-container-header[data-v-6da81be3] {
2039
- font-size: 12px;
2040
- color: #909399;
2041
- }
2042
-
2043
- /**
2044
- // 用户消息
2045
- */
2046
- .content-borderless-container[data-v-6da81be3] {
2047
- background: #e1ecfd;
2048
- border-radius: 20px 0px 20px 20px;
2049
- user-select: none;
2050
- padding: 12px;
2051
- cursor: pointer;
2052
- transition: background-color 0.3s;
2053
- &[data-v-6da81be3]:hover {
2054
- background-color: #ebeef5;
2055
- }
2056
- }
2057
- .footer-container[data-v-6da81be3] {
2058
- [data-v-6da81be3] .el-button + .el-button {
2059
- margin-left: 8px;
2060
- }
2061
- }
2062
- .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2063
- padding: 0;
2064
- }
2065
-
2066
- /* 引用文件样式 */
2067
- .doc-agg-item[data-v-6da81be3] {
2068
- width: 100%;
2069
- padding: 10px;
2070
- margin-bottom: 5px;
2071
- border: 1px solid #eee;
2072
- border-radius: 4px;
2073
- cursor: pointer;
2074
- font-size: 12px;
2075
- color: var(--el-color-primary);
2076
- }
2077
- .elx-xmarkdown-container[data-v-6da81be3] {
2078
- padding: 0;
2079
- }
2080
- h4[data-v-6da81be3] {
2081
- font-size: 16px;
2082
- margin-top: 0px;
2083
- margin-bottom: 0px;
2084
- }
2085
- [data-v-6da81be3] .el-divider--horizontal {
2086
- margin: 5px 0;
2087
- }
2088
- .sender-additional-data-tag[data-v-6da81be3] {
2089
- display: flex;
2090
- align-items: center;
2091
- flex-shrink: 0;
2092
- min-width: max-content;
2093
- margin-left: auto;
2094
- gap: 10px;
2095
- }
2096
- .amb-color-iconfont[data-v-6da81be3] {
2097
- display: inline-block;
2098
- width: 12px;
2099
- height: 12px;
2100
- background-repeat: no-repeat;
2101
- background-position: center;
2102
- background-size: 100%;
2103
- cursor: pointer;
2104
- }
2105
- .el-button + .el-button[data-v-6da81be3] {
2106
- margin-left: 5px;
2107
- }
2108
- .header-self-wrap[data-v-6da81be3] {
2109
- display: flex;
2110
- flex-direction: column;
2111
- padding: 16px;
2112
- }
2113
- [data-v-6da81be3] .el-sender-header {
2114
- border-bottom-color: #ffffff !important;
2115
- }
2116
- [data-v-6da81be3] .el-sender {
2117
- background: #ffffff !important;
2118
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2119
- border-radius: 30px 30px 30px 30px !important;
2120
- font-family: Noto Sans SC, Noto Sans SC;
2121
- font-weight: 400;
2122
- font-size: 16px;
2123
- color: #bbbbbb;
2124
- text-align: left;
2125
- font-style: normal;
2126
- text-transform: none;
2127
- }
2128
- [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2129
- font-family: Noto Sans SC, Noto Sans SC !important;
2130
- font-weight: 400 !important;
2131
- font-size: 16px !important;
2132
- line-height: 21px !important;
2133
- font-style: normal !important;
2134
- text-transform: none !important;
2135
- }
2136
- [data-v-6da81be3] .el-sender-content {
2137
- padding: 16px !important;
2138
- }
2139
- [data-v-6da81be3] .el-select__wrapper {
2140
- border-radius: 100px 100px 100px 100px;
2141
- border: 1px solid #dcdfe6;
2142
- }
2143
- .ai-generate-tip[data-v-6da81be3] {
2144
- padding: 12px;
2145
- font-family: PingFang SC, PingFang SC;
2146
- font-weight: 400;
2147
- font-size: 14px;
2148
- color: #808080;
2149
- line-height: 21px;
2150
- font-style: normal;
2151
- text-align: center;
2152
- }
2153
- .el-button.is-circle[data-v-6da81be3] {
2154
- border-radius: 50% !important;
2155
- padding: 8px;
2156
- width: 32px;
2002
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2003
+ border: none !important;
2157
2004
  }
2158
- .send-icon[data-v-6da81be3] {
2159
- cursor: pointer;
2005
+ .content-container-header[data-v-bc196b97] {
2006
+ font-size: 12px;
2007
+ color: #909399;
2008
+ }
2009
+
2010
+ /**
2011
+ // 用户消息
2012
+ */
2013
+ .content-borderless-container[data-v-bc196b97] {
2014
+ background: #e1ecfd;
2015
+ border-radius: 20px 0px 20px 20px;
2016
+ user-select: none;
2017
+ padding: 12px;
2018
+ cursor: pointer;
2019
+ transition: background-color 0.3s;
2020
+ &[data-v-bc196b97]:hover {
2021
+ background-color: #ebeef5;
2160
2022
  }
2161
- .el-divider--vertical[data-v-6da81be3] {
2162
- margin: 0 0;
2163
2023
  }
2164
- .footer-wrapper[data-v-ffbde6f9] {
2165
- display: flex;
2166
- align-items: center;
2167
- justify-content: space-between;
2168
- gap: 10px;
2169
- width: 100%;
2170
- .footer-time[data-v-ffbde6f9] {
2171
- font-size: 10px;
2172
- color: #999;
2173
- margin-top: 3px;
2174
- flex-shrink: 0;
2024
+ .footer-container[data-v-bc196b97] {
2025
+ [data-v-bc196b97] .el-button + .el-button {
2026
+ margin-left: 8px;
2175
2027
  }
2176
2028
  }
2177
- .footer-container[data-v-ffbde6f9] {
2178
- display: flex;
2179
- gap: 8px;
2180
- [data-v-ffbde6f9] .el-button + .el-button {
2181
- margin-left: 0;
2029
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2030
+ padding: 0;
2031
+ }
2032
+
2033
+ /* 引用文件样式 */
2034
+ .doc-agg-item[data-v-bc196b97] {
2035
+ width: 100%;
2036
+ padding: 10px;
2037
+ margin-bottom: 5px;
2038
+ border: 1px solid #eee;
2039
+ border-radius: 4px;
2040
+ cursor: pointer;
2041
+ font-size: 12px;
2042
+ color: var(--el-color-primary);
2182
2043
  }
2044
+ .elx-xmarkdown-container[data-v-bc196b97] {
2045
+ padding: 0;
2183
2046
  }
2184
2047
  [data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
2185
2048
  user-select: text !important;
@@ -2369,6 +2232,13 @@ h4[data-v-6da81be3] {
2369
2232
  .elx-xmarkdown-container[data-v-45fbaf17] {
2370
2233
  padding: 0;
2371
2234
  }
2235
+
2236
+ .home-chart-iframe[data-v-73352a50] {
2237
+ width: 100%;
2238
+ height: 100%;
2239
+ border: none;
2240
+ opacity: 1;
2241
+ }
2372
2242
  [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2373
2243
  user-select: text !important;
2374
2244
  -webkit-user-select: text !important;
@@ -2557,25 +2427,25 @@ h4[data-v-6da81be3] {
2557
2427
  .elx-xmarkdown-container[data-v-e9aa835d] {
2558
2428
  padding: 0;
2559
2429
  }
2560
- [data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
2430
+ [data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
2561
2431
  user-select: text !important;
2562
2432
  -webkit-user-select: text !important;
2563
2433
  -moz-user-select: text !important;
2564
2434
  -ms-user-select: text !important;
2565
2435
  }
2566
- .slide-up-enter-active[data-v-bc196b97],
2567
- .slide-up-leave-active[data-v-bc196b97] {
2436
+ .slide-up-enter-active[data-v-6da81be3],
2437
+ .slide-up-leave-active[data-v-6da81be3] {
2568
2438
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2569
2439
  }
2570
- .slide-up-enter-from[data-v-bc196b97],
2571
- .slide-up-leave-to[data-v-bc196b97] {
2440
+ .slide-up-enter-from[data-v-6da81be3],
2441
+ .slide-up-leave-to[data-v-6da81be3] {
2572
2442
  transform: translateY(100%);
2573
2443
  }
2574
2444
 
2575
2445
  /**
2576
2446
  * 聊天窗口的样式设置
2577
2447
  */
2578
- .chat-container[data-v-bc196b97] {
2448
+ .chat-container[data-v-6da81be3] {
2579
2449
  --header-height: 56px;
2580
2450
  --chat-padding: 12px;
2581
2451
  --bubble-content-max-width: 0px;
@@ -2587,25 +2457,25 @@ h4[data-v-6da81be3] {
2587
2457
  flex-direction: row; /* 横向排列 */
2588
2458
  height: 100%; /* 父容器高度 */
2589
2459
  }
2590
- .small-window[data-v-bc196b97] {
2460
+ .small-window[data-v-6da81be3] {
2591
2461
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2592
2462
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2593
2463
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2594
2464
  border-radius: 8px;
2595
2465
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2596
2466
  }
2597
- .full-screen[data-v-bc196b97] {
2467
+ .full-screen[data-v-6da81be3] {
2598
2468
  right: 0;
2599
2469
  bottom: 0;
2600
2470
  --main-content-height: calc(100vh - var(--header-height));
2601
2471
  }
2602
- .chat-container > *[data-v-bc196b97] {
2472
+ .chat-container > *[data-v-6da81be3] {
2603
2473
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2604
2474
  }
2605
2475
 
2606
2476
  /* 聊天窗口的头部样式设置
2607
2477
  */
2608
- .chat-embed__header_container[data-v-bc196b97] {
2478
+ .chat-embed__header_container[data-v-6da81be3] {
2609
2479
  /* border-bottom: 1px solid #ddd; */
2610
2480
  display: flex;
2611
2481
  align-items: center;
@@ -2615,7 +2485,7 @@ h4[data-v-6da81be3] {
2615
2485
  overflow: hidden;
2616
2486
  position: relative;
2617
2487
  }
2618
- .session-subject[data-v-bc196b97] {
2488
+ .session-subject[data-v-6da81be3] {
2619
2489
  display: block;
2620
2490
  margin: 0 auto;
2621
2491
  text-align: center;
@@ -2630,17 +2500,17 @@ h4[data-v-6da81be3] {
2630
2500
 
2631
2501
  /* 聊天窗口的头部图标样式设置
2632
2502
  */
2633
- .chat-embed__header_avatar[data-v-bc196b97] {
2503
+ .chat-embed__header_avatar[data-v-6da81be3] {
2634
2504
  margin-left: calc(var(--chat-padding) * 2);
2635
2505
  margin-right: var(--chat-padding);
2636
2506
  }
2637
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2507
+ .chat-embed__header_tool_icon[data-v-6da81be3] {
2638
2508
  right: 20px;
2639
2509
  position: absolute;
2640
2510
  gap: 28px;
2641
2511
  display: flex;
2642
2512
  }
2643
- .chat-embed__sidebar[data-v-bc196b97] {
2513
+ .chat-embed__sidebar[data-v-6da81be3] {
2644
2514
  background: #f6f7fa;
2645
2515
  display: flex;
2646
2516
  flex-direction: column; /* 设置为上下排列 */
@@ -2649,7 +2519,7 @@ h4[data-v-6da81be3] {
2649
2519
  width: 260px;
2650
2520
  height: 100%;
2651
2521
  }
2652
- .chat-embed__main[data-v-bc196b97] {
2522
+ .chat-embed__main[data-v-6da81be3] {
2653
2523
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2654
2524
  box-sizing: border-box;
2655
2525
  overflow: hidden;
@@ -2660,7 +2530,7 @@ h4[data-v-6da81be3] {
2660
2530
  flex: 1; /* 聊天内容区域占据剩余空间 */
2661
2531
  overflow: hidden; /* 防止内容溢出 */
2662
2532
  }
2663
- .chat-embed__main_content[data-v-bc196b97] {
2533
+ .chat-embed__main_content[data-v-6da81be3] {
2664
2534
  flex: 1;
2665
2535
  box-sizing: border-box;
2666
2536
  min-height: 0;
@@ -2668,21 +2538,21 @@ h4[data-v-6da81be3] {
2668
2538
  /* overflow-y: auto;
2669
2539
  margin-bottom: 12px; */
2670
2540
  }
2671
- .chat-embed__input_container[data-v-bc196b97] {
2541
+ .chat-embed__input_container[data-v-6da81be3] {
2672
2542
  flex-shrink: 0; /* 不允许收缩 */
2673
2543
  /* margin-bottom: 50px; 距离底部 */
2674
2544
  }
2675
- .header-icon[data-v-bc196b97] {
2545
+ .header-icon[data-v-6da81be3] {
2676
2546
  cursor: pointer;
2677
2547
  font-size: 20px;
2678
2548
  }
2679
2549
 
2680
2550
  /* 聊天默认推荐内容样式
2681
2551
  */
2682
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2552
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
2683
2553
  margin-top: 5px;
2684
2554
  }
2685
- .content-container[data-v-bc196b97] {
2555
+ .content-container[data-v-6da81be3] {
2686
2556
  padding: 16px;
2687
2557
  border-radius: 4px;
2688
2558
  background: #ffffff;
@@ -2690,7 +2560,7 @@ h4[data-v-6da81be3] {
2690
2560
  border-radius: 0px 30px 30px 30px;
2691
2561
  /* opacity: 0.6; */
2692
2562
  }
2693
- .chat-content-font[data-v-bc196b97] {
2563
+ .chat-content-font[data-v-6da81be3] {
2694
2564
  font-family: PingFang SC, PingFang SC;
2695
2565
  font-weight: 500;
2696
2566
  font-size: 16px;
@@ -2700,10 +2570,10 @@ h4[data-v-6da81be3] {
2700
2570
  font-style: normal;
2701
2571
  text-transform: none;
2702
2572
  }
2703
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2573
+ [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2704
2574
  border: none !important;
2705
2575
  }
2706
- .content-container-header[data-v-bc196b97] {
2576
+ .content-container-header[data-v-6da81be3] {
2707
2577
  font-size: 12px;
2708
2578
  color: #909399;
2709
2579
  }
@@ -2711,28 +2581,28 @@ h4[data-v-6da81be3] {
2711
2581
  /**
2712
2582
  // 用户消息
2713
2583
  */
2714
- .content-borderless-container[data-v-bc196b97] {
2584
+ .content-borderless-container[data-v-6da81be3] {
2715
2585
  background: #e1ecfd;
2716
2586
  border-radius: 20px 0px 20px 20px;
2717
2587
  user-select: none;
2718
2588
  padding: 12px;
2719
2589
  cursor: pointer;
2720
2590
  transition: background-color 0.3s;
2721
- &[data-v-bc196b97]:hover {
2591
+ &[data-v-6da81be3]:hover {
2722
2592
  background-color: #ebeef5;
2723
2593
  }
2724
2594
  }
2725
- .footer-container[data-v-bc196b97] {
2726
- [data-v-bc196b97] .el-button + .el-button {
2595
+ .footer-container[data-v-6da81be3] {
2596
+ [data-v-6da81be3] .el-button + .el-button {
2727
2597
  margin-left: 8px;
2728
2598
  }
2729
2599
  }
2730
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2600
+ .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2731
2601
  padding: 0;
2732
2602
  }
2733
2603
 
2734
2604
  /* 引用文件样式 */
2735
- .doc-agg-item[data-v-bc196b97] {
2605
+ .doc-agg-item[data-v-6da81be3] {
2736
2606
  width: 100%;
2737
2607
  padding: 10px;
2738
2608
  margin-bottom: 5px;
@@ -2742,10 +2612,93 @@ h4[data-v-6da81be3] {
2742
2612
  font-size: 12px;
2743
2613
  color: var(--el-color-primary);
2744
2614
  }
2745
- .elx-xmarkdown-container[data-v-bc196b97] {
2615
+ .elx-xmarkdown-container[data-v-6da81be3] {
2746
2616
  padding: 0;
2747
- }
2748
-
2617
+ }
2618
+ h4[data-v-6da81be3] {
2619
+ font-size: 16px;
2620
+ margin-top: 0px;
2621
+ margin-bottom: 0px;
2622
+ }
2623
+ [data-v-6da81be3] .el-divider--horizontal {
2624
+ margin: 5px 0;
2625
+ }
2626
+ .sender-additional-data-tag[data-v-6da81be3] {
2627
+ display: flex;
2628
+ align-items: center;
2629
+ flex-shrink: 0;
2630
+ min-width: max-content;
2631
+ margin-left: auto;
2632
+ gap: 10px;
2633
+ }
2634
+ .amb-color-iconfont[data-v-6da81be3] {
2635
+ display: inline-block;
2636
+ width: 12px;
2637
+ height: 12px;
2638
+ background-repeat: no-repeat;
2639
+ background-position: center;
2640
+ background-size: 100%;
2641
+ cursor: pointer;
2642
+ }
2643
+ .el-button + .el-button[data-v-6da81be3] {
2644
+ margin-left: 5px;
2645
+ }
2646
+ .header-self-wrap[data-v-6da81be3] {
2647
+ display: flex;
2648
+ flex-direction: column;
2649
+ padding: 16px;
2650
+ }
2651
+ [data-v-6da81be3] .el-sender-header {
2652
+ border-bottom-color: #ffffff !important;
2653
+ }
2654
+ [data-v-6da81be3] .el-sender {
2655
+ background: #ffffff !important;
2656
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2657
+ border-radius: 30px 30px 30px 30px !important;
2658
+ font-family: Noto Sans SC, Noto Sans SC;
2659
+ font-weight: 400;
2660
+ font-size: 16px;
2661
+ color: #bbbbbb;
2662
+ text-align: left;
2663
+ font-style: normal;
2664
+ text-transform: none;
2665
+ }
2666
+ [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2667
+ font-family: Noto Sans SC, Noto Sans SC !important;
2668
+ font-weight: 400 !important;
2669
+ font-size: 16px !important;
2670
+ line-height: 21px !important;
2671
+ font-style: normal !important;
2672
+ text-transform: none !important;
2673
+ }
2674
+ [data-v-6da81be3] .el-sender-content {
2675
+ padding: 16px !important;
2676
+ }
2677
+ [data-v-6da81be3] .el-select__wrapper {
2678
+ border-radius: 100px 100px 100px 100px;
2679
+ border: 1px solid #dcdfe6;
2680
+ }
2681
+ .ai-generate-tip[data-v-6da81be3] {
2682
+ padding: 12px;
2683
+ font-family: PingFang SC, PingFang SC;
2684
+ font-weight: 400;
2685
+ font-size: 14px;
2686
+ color: #808080;
2687
+ line-height: 21px;
2688
+ font-style: normal;
2689
+ text-align: center;
2690
+ }
2691
+ .el-button.is-circle[data-v-6da81be3] {
2692
+ border-radius: 50% !important;
2693
+ padding: 8px;
2694
+ width: 32px;
2695
+ }
2696
+ .send-icon[data-v-6da81be3] {
2697
+ cursor: pointer;
2698
+ }
2699
+ .el-divider--vertical[data-v-6da81be3] {
2700
+ margin: 0 0;
2701
+ }
2749
2702
  .home-chart-iframe[data-v-b9f40acf] {
2750
2703
  width: 100%;
2751
2704
  height: 100%;
@@ -2759,7 +2712,54 @@ h4[data-v-6da81be3] {
2759
2712
  border: none;
2760
2713
  opacity: 1;
2761
2714
  }
2762
- [data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2715
+
2716
+ .additional-data-tag[data-v-7aaab83c] {
2717
+ display: flex;
2718
+ align-items: center;
2719
+ flex-shrink: 0;
2720
+ min-width: max-content;
2721
+ margin-left: auto;
2722
+ gap: 10px;
2723
+ }
2724
+ .additional-data-button[data-v-7aaab83c] {
2725
+ display: flex;
2726
+ align-items: center;
2727
+ justify-content: center;
2728
+ margin-top: 10px;
2729
+ gap: 10px;
2730
+ }
2731
+
2732
+ .footer-wrapper[data-v-ffbde6f9] {
2733
+ display: flex;
2734
+ align-items: center;
2735
+ justify-content: space-between;
2736
+ gap: 10px;
2737
+ width: 100%;
2738
+ .footer-time[data-v-ffbde6f9] {
2739
+ font-size: 10px;
2740
+ color: #999;
2741
+ margin-top: 3px;
2742
+ flex-shrink: 0;
2743
+ }
2744
+ }
2745
+ .footer-container[data-v-ffbde6f9] {
2746
+ display: flex;
2747
+ gap: 8px;
2748
+ [data-v-ffbde6f9] .el-button + .el-button {
2749
+ margin-left: 0;
2750
+ }
2751
+ }
2752
+
2753
+ .svg-icon[data-v-019891df] {
2754
+ width: 1.2em;
2755
+ height: 1.2em;
2756
+ vertical-align: -0.25em;
2757
+ fill: currentColor;
2758
+ overflow: initial;
2759
+ }
2760
+ [data-v-41b4cbbd] .el-range-separator {
2761
+ min-width: 20px;
2762
+ }[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2763
2763
  user-select: text !important;
2764
2764
  -webkit-user-select: text !important;
2765
2765
  -moz-user-select: text !important;