agilebuilder-ui 1.1.65-tmp6 → 1.1.65-tmp7

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
@@ -42,23 +42,6 @@
42
42
  }
43
43
  .yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
44
44
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
45
- }.app-wrapper[data-v-46185fa7] {
46
- position: relative;
47
- height: 100%;
48
- width: 100%;
49
- }
50
- .app-wrapper.mobile.openSidebar[data-v-46185fa7] {
51
- position: fixed;
52
- top: 0;
53
- }
54
- .drawer-bg[data-v-46185fa7] {
55
- background: #000;
56
- opacity: 0.3;
57
- width: 100%;
58
- top: 0;
59
- height: 100%;
60
- position: absolute;
61
- z-index: 999;
62
45
  }
63
46
  iframe.tab-main-content[data-v-3c90505e] {
64
47
  width: 100%;
@@ -119,7 +102,24 @@ iframe.tab-main-content[data-v-3c90505e] {
119
102
  .default-page-tip-item {
120
103
  padding-top: 10px;
121
104
  }
122
- .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
105
+ .app-wrapper[data-v-46185fa7] {
106
+ position: relative;
107
+ height: 100%;
108
+ width: 100%;
109
+ }
110
+ .app-wrapper.mobile.openSidebar[data-v-46185fa7] {
111
+ position: fixed;
112
+ top: 0;
113
+ }
114
+ .drawer-bg[data-v-46185fa7] {
115
+ background: #000;
116
+ opacity: 0.3;
117
+ width: 100%;
118
+ top: 0;
119
+ height: 100%;
120
+ position: absolute;
121
+ z-index: 999;
122
+ }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
123
123
  display: inline-block;
124
124
  font-size: 14px;
125
125
  line-height: 50px;
@@ -128,6 +128,19 @@ iframe.tab-main-content[data-v-3c90505e] {
128
128
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
129
129
  color: #97a8be;
130
130
  cursor: text;
131
+ }.amd-hamburger-container-main[data-v-79c35667] {
132
+ padding: 0;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: end;
136
+ }
137
+ .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ width: var(--admin-layout-left-menu-collapse, 54px);
142
+ font-size: 18px;
143
+ cursor: pointer;
131
144
  }
132
145
  .svg-icon[data-v-67e4e504] {
133
146
  width: 1.2em;
@@ -279,20 +292,21 @@ iframe.tab-main-content[data-v-3c90505e] {
279
292
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
280
293
  flex-wrap: wrap;
281
294
  gap: var(--layout-form-flex-gap, 15px) 0;
282
- }.amd-hamburger-container-main[data-v-79c35667] {
283
- padding: 0;
284
- display: flex;
285
- align-items: center;
286
- justify-content: end;
287
295
  }
288
- .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
289
- display: flex;
290
- align-items: center;
291
- justify-content: center;
292
- width: var(--admin-layout-left-menu-collapse, 54px);
293
- font-size: 18px;
294
- cursor: pointer;
296
+ .searchResult[data-v-22410ec9] {
297
+ color: red;
298
+ }
299
+ .inline-input-custom[data-v-22410ec9] {
300
+ width: 90%;
301
+ }
302
+
303
+ .searchResult {
304
+ color: red;
295
305
  }
306
+ .inline-input-custom {
307
+ width: 90%;
308
+ }
309
+
296
310
  .red-circle[data-v-998f4283] {
297
311
  width: 20px; /* 圆圈的宽度 */
298
312
  height: 20px; /* 圆圈的高度 */
@@ -307,13 +321,6 @@ iframe.tab-main-content[data-v-3c90505e] {
307
321
  border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
308
322
  display: inline-block; /* 确保元素以块级元素显示 */
309
323
  }
310
-
311
- .searchResult {
312
- color: red;
313
- }
314
- .inline-input-custom {
315
- width: 90%;
316
- }
317
324
  .ValidCode[data-v-aa77e3bd] {
318
325
  display: flex;
319
326
  background-color: #fff;
@@ -324,11 +331,14 @@ iframe.tab-main-content[data-v-3c90505e] {
324
331
  .ValidCode span[data-v-aa77e3bd] {
325
332
  display: inline-block;
326
333
  }
327
- .searchResult[data-v-22410ec9] {
328
- color: red;
334
+ .select-top-span {
335
+ width: 100%;
336
+ }
337
+ [data-v-34406c62] .el-select-dropdown__item {
338
+ display: inline-block;
329
339
  }
330
- .inline-input-custom[data-v-22410ec9] {
331
- width: 90%;
340
+ .organization-input .el-input-group__append {
341
+ padding: 0 10px 0 0;
332
342
  }
333
343
  .nine-grid-area[data-v-80f6a26f] {
334
344
  padding: 10px;
@@ -441,16 +451,6 @@ iframe.tab-main-content[data-v-3c90505e] {
441
451
  display: grid;
442
452
  grid-template-columns: 20% 80%;
443
453
  }
444
- .select-top-span {
445
- width: 100%;
446
- }
447
- [data-v-34406c62] .el-select-dropdown__item {
448
- display: inline-block;
449
- }
450
- .organization-input .el-input-group__append {
451
- padding: 0 10px 0 0;
452
- }
453
-
454
454
  .fs-preview-container[data-v-2448d898] {
455
455
  display: flex;
456
456
  align-items: center;
@@ -569,7 +569,65 @@ iframe.tab-main-content[data-v-3c90505e] {
569
569
  }iframe[data-v-e5fb3b56] {
570
570
  width: 100%;
571
571
  height: calc(100vh - 50px);
572
- }.wscn-http404-container[data-v-4f824f28] {
572
+ }
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;
579
+ }
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;
586
+ }
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
589
+ }
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
592
+ }
593
+ .organization-tree .item-row-all {
594
+ margin-bottom: 10px;
595
+ }
596
+ .organization-tree .item-row {
597
+ display: flex;
598
+ width: 100%;
599
+ }
600
+ .organization-tree .item-label {
601
+ flex: 0 0 90%;
602
+ text-align: left;
603
+ }
604
+ .organization-tree .item-side {
605
+ flex: 0 0 10%;
606
+ text-align: right;
607
+ }
608
+ .organization-tree .el-tree-node {
609
+ margin-bottom: 10px;
610
+ }
611
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
612
+ padding: 0;
613
+ display: none;
614
+ }
615
+ .organization-tree .card-footer {
616
+ padding: 20px;
617
+ }
618
+ .organization-tree .card-footer .select-result {
619
+ color: #409eff;
620
+ flex: 1 1 75%;
621
+ text-align: left;
622
+ }
623
+ .organization-tree .card-footer .button-area {
624
+ flex: 0 0 20%;
625
+ text-align: right;
626
+ }
627
+ .organization-tree .dept-path .breadcrumb-label-link {
628
+ color: #409eff;
629
+ }
630
+ .wscn-http404-container[data-v-4f824f28] {
573
631
  transform: translate(-50%, -50%);
574
632
  position: absolute;
575
633
  top: 40%;
@@ -760,7 +818,13 @@ iframe.tab-main-content[data-v-3c90505e] {
760
818
  transform: translateY(0);
761
819
  opacity: 1;
762
820
  }
763
- }.errPage-container[data-v-6bef0241] {
821
+ }
822
+ .graphDiv[data-v-a936569d] {
823
+ overflow: auto;
824
+ height: 100%;
825
+ height: calc(100vh - 20px);
826
+ }
827
+ .errPage-container[data-v-6bef0241] {
764
828
  width: 800px;
765
829
  max-width: 100%;
766
830
  margin: 100px auto;
@@ -796,16 +860,9 @@ iframe.tab-main-content[data-v-3c90505e] {
796
860
  }
797
861
  .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
798
862
  text-decoration: underline;
799
- }
800
- .graphDiv[data-v-a936569d] {
801
- overflow: auto;
802
- height: 100%;
803
- height: calc(100vh - 20px);
804
- }
805
- .super-icon[data-v-875fd31c] {
806
- width: 1em;
807
- height: 1em;
808
- font-size: 14px;
863
+ }iframe[data-v-20dccb82] {
864
+ width: 100%;
865
+ height: calc(100vh - 50px);
809
866
  }.app-wrapper[data-v-5c0a6bf6] {
810
867
  position: relative;
811
868
  height: 100%;
@@ -823,65 +880,103 @@ iframe.tab-main-content[data-v-3c90505e] {
823
880
  height: 100%;
824
881
  position: absolute;
825
882
  z-index: 999;
883
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
884
+ position: relative;
885
+ --el-menu-item-height: 45px;
886
+ --el-menu-sub-item-height: 45px;
826
887
  }
827
- .organization-tree,
828
- .organization-tree .el-checkbox__label,
829
- .organization-tree .el-breadcrumb__inner,
830
- .organization-tree .el-tree {
831
- font-size: 17px;
832
- font-weight: 700;
888
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
889
+ padding: 0 !important;
833
890
  }
834
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
835
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
836
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
837
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
838
- font-size: 17px;
839
- font-weight: 700;
891
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
892
+ display: flex;
893
+ flex-direction: row;
840
894
  }
841
- .organization-tree .el-card__body {
842
- padding-top: 10px;
895
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
896
+ display: flex;
897
+ flex-direction: row;
898
+ padding: 0 !important;
843
899
  }
844
- .organization-tree .card-content {
845
- margin-top: 10px;
900
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
901
+ display: flex;
902
+ align-items: center;
903
+ justify-content: center;
904
+ width: var(--admin-layout-left-menu-collapse, 54px);
905
+ font-size: 16px;
846
906
  }
847
- .organization-tree .item-row-all {
848
- margin-bottom: 10px;
907
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
908
+ width: 20px;
849
909
  }
850
- .organization-tree .item-row {
851
- display: flex;
852
- width: 100%;
910
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
911
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
912
+ overflow: hidden;
913
+ white-space: nowrap;
914
+ overflow: hidden;
915
+ text-overflow: ellipsis;
853
916
  }
854
- .organization-tree .item-label {
855
- flex: 0 0 90%;
856
- text-align: left;
917
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
918
+ overflow: hidden;
919
+ white-space: nowrap;
920
+ overflow: hidden;
921
+ text-overflow: ellipsis;
857
922
  }
858
- .organization-tree .item-side {
859
- flex: 0 0 10%;
860
- text-align: right;
923
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
924
+ flex: 0 0 calc(100% - 20px - 20px);
925
+ }.app-main[data-v-2d98e845] {
926
+ padding: var(--app-main-padding, 15px);
927
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
928
+ position: relative;
929
+ overflow: hidden;
861
930
  }
862
- .organization-tree .el-tree-node {
863
- margin-bottom: 10px;
931
+ .app-main[data-v-2d98e845] > .app-container {
932
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
933
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
934
+ overflow: auto;
935
+ }.smb-sidebar-menu-item[data-v-da857302] {
936
+ position: relative;
937
+ --el-menu-item-height: 45px;
938
+ --el-menu-sub-item-height: 45px;
864
939
  }
865
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
866
- padding: 0;
867
- display: none;
940
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
941
+ padding: 0 !important;
868
942
  }
869
- .organization-tree .card-footer {
870
- padding: 20px;
943
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
944
+ display: flex;
945
+ flex-direction: row;
871
946
  }
872
- .organization-tree .card-footer .select-result {
873
- color: #409eff;
874
- flex: 1 1 75%;
875
- text-align: left;
947
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
948
+ display: flex;
949
+ flex-direction: row;
950
+ padding: 0 !important;
876
951
  }
877
- .organization-tree .card-footer .button-area {
878
- flex: 0 0 20%;
879
- text-align: right;
952
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
953
+ display: flex;
954
+ align-items: center;
955
+ justify-content: center;
956
+ width: var(--admin-layout-left-menu-collapse, 54px);
957
+ font-size: 16px;
958
+ }
959
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
960
+ width: 20px;
961
+ }
962
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
963
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
964
+ overflow: hidden;
965
+ white-space: nowrap;
966
+ overflow: hidden;
967
+ text-overflow: ellipsis;
968
+ }
969
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
970
+ overflow: hidden;
971
+ white-space: nowrap;
972
+ overflow: hidden;
973
+ text-overflow: ellipsis;
974
+ }
975
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
976
+ flex: 0 0 calc(100% - 20px - 20px);
977
+ }.row-form-item[data-v-4b5a56cc] {
978
+ width: 50%;
880
979
  }
881
- .organization-tree .dept-path .breadcrumb-label-link {
882
- color: #409eff;
883
- }
884
-
885
980
  .organization-tree,
886
981
  .organization-tree .el-checkbox__label,
887
982
  .organization-tree .el-breadcrumb__inner,
@@ -997,196 +1092,11 @@ iframe.tab-main-content[data-v-3c90505e] {
997
1092
  .organization-tree .dept-path .breadcrumb-label-link {
998
1093
  color: #409eff;
999
1094
  }
1000
- .row-form-item[data-v-4b5a56cc] {
1001
- width: 50%;
1002
- }iframe[data-v-20dccb82] {
1003
- width: 100%;
1004
- height: calc(100vh - 50px);
1005
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
1006
- position: relative;
1007
- --el-menu-item-height: 45px;
1008
- --el-menu-sub-item-height: 45px;
1009
- }
1010
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1011
- padding: 0 !important;
1012
- }
1013
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
1014
- display: flex;
1015
- flex-direction: row;
1016
- }
1017
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1018
- display: flex;
1019
- flex-direction: row;
1020
- padding: 0 !important;
1021
- }
1022
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1023
- display: flex;
1024
- align-items: center;
1025
- justify-content: center;
1026
- width: var(--admin-layout-left-menu-collapse, 54px);
1027
- font-size: 16px;
1028
- }
1029
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1030
- width: 20px;
1031
- }
1032
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1033
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1034
- overflow: hidden;
1035
- white-space: nowrap;
1036
- overflow: hidden;
1037
- text-overflow: ellipsis;
1038
- }
1039
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1040
- overflow: hidden;
1041
- white-space: nowrap;
1042
- overflow: hidden;
1043
- text-overflow: ellipsis;
1044
- }
1045
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1046
- flex: 0 0 calc(100% - 20px - 20px);
1047
- }.smb-sidebar-menu-item[data-v-da857302] {
1048
- position: relative;
1049
- --el-menu-item-height: 45px;
1050
- --el-menu-sub-item-height: 45px;
1051
- }
1052
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1053
- padding: 0 !important;
1054
- }
1055
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
1056
- display: flex;
1057
- flex-direction: row;
1058
- }
1059
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1060
- display: flex;
1061
- flex-direction: row;
1062
- padding: 0 !important;
1063
- }
1064
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1065
- display: flex;
1066
- align-items: center;
1067
- justify-content: center;
1068
- width: var(--admin-layout-left-menu-collapse, 54px);
1069
- font-size: 16px;
1070
- }
1071
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1072
- width: 20px;
1073
- }
1074
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1075
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1076
- overflow: hidden;
1077
- white-space: nowrap;
1078
- overflow: hidden;
1079
- text-overflow: ellipsis;
1080
- }
1081
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1082
- overflow: hidden;
1083
- white-space: nowrap;
1084
- overflow: hidden;
1085
- text-overflow: ellipsis;
1086
- }
1087
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1088
- flex: 0 0 calc(100% - 20px - 20px);
1089
- }.app-main[data-v-2d98e845] {
1090
- padding: var(--app-main-padding, 15px);
1091
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1092
- position: relative;
1093
- overflow: hidden;
1094
- }
1095
- .app-main[data-v-2d98e845] > .app-container {
1096
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1097
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1098
- overflow: auto;
1099
- }.normal-column-header[data-v-562b2e0d] {
1100
- display: inline-flex;
1101
- vertical-align: middle;
1102
- }
1103
- .normal-column-header-icon[data-v-562b2e0d] {
1104
- font-size: 20px;
1105
- color: var(--el-color-primary);
1106
- cursor: pointer;
1107
- }
1108
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1109
- margin-bottom: 0px;
1110
- }
1111
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1112
- margin-bottom: 5px;
1113
- text-align: center;
1114
- }
1115
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1116
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1117
- width: 100%;
1118
- }
1119
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1120
- display: none;
1121
- }
1122
- .search-condition-mobile[data-v-8ae4e3f5] {
1123
- padding-bottom: 10px;
1124
- position: fixed;
1125
- top: 37px;
1126
- background-color: #ffffff;
1127
- width: 46%;
1128
- height: 40px;
1129
- z-index: 1500;
1130
- }
1131
-
1132
- .searchResult {
1133
- color: red;
1134
- }
1135
- .inline-input-custom {
1136
- width: 90%;
1137
- }
1138
- .el-autocomplete-suggestion.el-popper {
1139
- min-width: 300px;
1140
- }
1141
- li[data-v-040fcf55] {
1142
- color: #333;
1143
- }
1144
- .context-menu[data-v-040fcf55] {
1145
- position: fixed;
1146
- background: #fff;
1147
- z-index: 999;
1148
- padding: 5px;
1149
- margin: 0;
1150
- margin-top: 30px;
1151
- }
1152
- .context-menu li[data-v-040fcf55] {
1153
- min-width: 75px;
1154
- height: 28px;
1155
- line-height: 28px;
1156
- text-align: left;
1157
- color: #1a1a1a;
1158
- }
1159
- .context-menu li[data-v-040fcf55]:hover {
1160
- background: #42b983;
1161
- color: #fff;
1162
- }
1163
- .context-menu[data-v-040fcf55] {
1164
- border: 1px solid #eee;
1165
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1166
- border-radius: 5px;
1167
- }
1168
- li[data-v-040fcf55] {
1169
- list-style-type: none;
1170
- }
1171
- .ab-date-range[data-v-2aeaa81d] {
1172
- display: flex;
1173
- align-items: center;
1174
- width: 100%;
1175
- gap: 8px;
1176
- box-sizing: border-box;
1177
- min-width: 0;
1178
- }
1179
- .ab-date-range[data-v-2aeaa81d] .el-input {
1180
- width: 100%;
1181
- min-width: 0;
1182
- }
1183
- .sep[data-v-2aeaa81d] {
1184
- padding: 0 8px;
1185
- color: var(--el-text-color-secondary);
1186
- white-space: nowrap;
1187
- flex: 0 0 auto;
1188
- }
1189
- [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1095
+ .super-icon[data-v-875fd31c] {
1096
+ width: 1em;
1097
+ height: 1em;
1098
+ font-size: 14px;
1099
+ }[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1190
1100
  user-select: text !important;
1191
1101
  -webkit-user-select: text !important;
1192
1102
  -moz-user-select: text !important;
@@ -1404,28 +1314,102 @@ li[data-v-040fcf55] {
1404
1314
  [data-v-e25b360d] .el-divider--horizontal {
1405
1315
  margin: 5px 0;
1406
1316
  }
1407
-
1408
- .searchResult {
1409
- color: red;
1317
+ .normal-column-header[data-v-562b2e0d] {
1318
+ display: inline-flex;
1319
+ vertical-align: middle;
1410
1320
  }
1411
- .inline-input-custom {
1412
- width: 100% !important;
1321
+ .normal-column-header-icon[data-v-562b2e0d] {
1322
+ font-size: 20px;
1323
+ color: var(--el-color-primary);
1324
+ cursor: pointer;
1413
1325
  }
1414
- .el-autocomplete-suggestion.el-popper {
1415
- min-width: 300px;
1416
- }
1417
-
1418
- .searchResult {
1419
- color: red;
1326
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1327
+ margin-bottom: 0px;
1328
+ }
1329
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1330
+ margin-bottom: 5px;
1331
+ text-align: center;
1332
+ }
1333
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1334
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1335
+ width: 100%;
1336
+ }
1337
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1338
+ display: none;
1339
+ }
1340
+ .search-condition-mobile[data-v-8ae4e3f5] {
1341
+ padding-bottom: 10px;
1342
+ position: fixed;
1343
+ top: 37px;
1344
+ background-color: #ffffff;
1345
+ width: 46%;
1346
+ height: 40px;
1347
+ z-index: 1500;
1348
+ }
1349
+ li[data-v-040fcf55] {
1350
+ color: #333;
1351
+ }
1352
+ .context-menu[data-v-040fcf55] {
1353
+ position: fixed;
1354
+ background: #fff;
1355
+ z-index: 999;
1356
+ padding: 5px;
1357
+ margin: 0;
1358
+ margin-top: 30px;
1359
+ }
1360
+ .context-menu li[data-v-040fcf55] {
1361
+ min-width: 75px;
1362
+ height: 28px;
1363
+ line-height: 28px;
1364
+ text-align: left;
1365
+ color: #1a1a1a;
1366
+ }
1367
+ .context-menu li[data-v-040fcf55]:hover {
1368
+ background: #42b983;
1369
+ color: #fff;
1370
+ }
1371
+ .context-menu[data-v-040fcf55] {
1372
+ border: 1px solid #eee;
1373
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1374
+ border-radius: 5px;
1375
+ }
1376
+ li[data-v-040fcf55] {
1377
+ list-style-type: none;
1378
+ }
1379
+ .ab-date-range[data-v-2aeaa81d] {
1380
+ display: flex;
1381
+ align-items: center;
1382
+ width: 100%;
1383
+ gap: 8px;
1384
+ box-sizing: border-box;
1385
+ min-width: 0;
1386
+ }
1387
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1388
+ width: 100%;
1389
+ min-width: 0;
1390
+ }
1391
+ .sep[data-v-2aeaa81d] {
1392
+ padding: 0 8px;
1393
+ color: var(--el-text-color-secondary);
1394
+ white-space: nowrap;
1395
+ flex: 0 0 auto;
1396
+ }
1397
+
1398
+ .searchResult {
1399
+ color: red;
1420
1400
  }
1421
1401
  .inline-select-custom {
1422
1402
  width: 100px;
1423
1403
  }
1424
1404
  .inline-input-custom {
1425
1405
  width: 98%;
1406
+ }
1407
+
1408
+ .searchResult {
1409
+ color: red;
1426
1410
  }
1427
- .searchDepartmentUser {
1428
- width: 250px;
1411
+ .inline-input-custom {
1412
+ width: 90%;
1429
1413
  }
1430
1414
  .el-autocomplete-suggestion.el-popper {
1431
1415
  min-width: 300px;
@@ -1448,13 +1432,29 @@ li[data-v-040fcf55] {
1448
1432
  }
1449
1433
 
1450
1434
  .searchResult {
1451
- color: red;
1435
+ color: red;
1452
1436
  }
1453
1437
  .inline-select-custom {
1454
- width: 100px;
1438
+ width: 100px;
1455
1439
  }
1456
1440
  .inline-input-custom {
1457
- width: 98%;
1441
+ width: 98%;
1442
+ }
1443
+ .searchDepartmentUser {
1444
+ width: 250px;
1445
+ }
1446
+ .el-autocomplete-suggestion.el-popper {
1447
+ min-width: 300px;
1448
+ }
1449
+
1450
+ .searchResult {
1451
+ color: red;
1452
+ }
1453
+ .inline-input-custom {
1454
+ width: 100% !important;
1455
+ }
1456
+ .el-autocomplete-suggestion.el-popper {
1457
+ min-width: 300px;
1458
1458
  }
1459
1459
 
1460
1460
  .searchResult {
@@ -1468,28 +1468,13 @@ li[data-v-040fcf55] {
1468
1468
  }
1469
1469
 
1470
1470
  .searchResult {
1471
- color: red;
1471
+ color: red;
1472
1472
  }
1473
1473
  .inline-select-custom {
1474
- width: 100px;
1474
+ width: 100px;
1475
1475
  }
1476
1476
  .inline-input-custom {
1477
- width: 98%;
1478
- }
1479
-
1480
- .grid-search-form[data-v-04817310] {
1481
- overflow: auto;
1482
- }
1483
- .grid-search-form[data-v-04817310] .el-form-item {
1484
- margin-bottom: 0px;
1485
- }
1486
- .grid-search-form[data-v-04817310] .search-btn {
1487
- justify-content: center; /* 确保按钮居中 */
1488
- /* 可选:间距更美观 */
1489
- }
1490
- .grid-search-form[data-v-04817310] .el-select,
1491
- .grid-search-form[data-v-04817310] .customComponent {
1492
- width: 100%;
1477
+ width: 98%;
1493
1478
  }
1494
1479
 
1495
1480
  .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
@@ -1544,6 +1529,21 @@ li[data-v-040fcf55] {
1544
1529
  color:#409EFF
1545
1530
  }
1546
1531
 
1532
+ .grid-search-form[data-v-04817310] {
1533
+ overflow: auto;
1534
+ }
1535
+ .grid-search-form[data-v-04817310] .el-form-item {
1536
+ margin-bottom: 0px;
1537
+ }
1538
+ .grid-search-form[data-v-04817310] .search-btn {
1539
+ justify-content: center; /* 确保按钮居中 */
1540
+ /* 可选:间距更美观 */
1541
+ }
1542
+ .grid-search-form[data-v-04817310] .el-select,
1543
+ .grid-search-form[data-v-04817310] .customComponent {
1544
+ width: 100%;
1545
+ }
1546
+
1547
1547
  iframe.tab-main-content[data-v-80f8eb5e] {
1548
1548
  width: 100%;
1549
1549
  height: calc(100vh - 48px);
@@ -1630,7 +1630,44 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1630
  }[data-v-0fb85d6e] .super-icon {
1631
1631
  width: 20px !important;
1632
1632
  height: 20px !important;
1633
- }.annex-cell[data-v-1e660925] {
1633
+ }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1634
+ margin-bottom: 0px;
1635
+ }
1636
+ .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1637
+ overflow: hidden;
1638
+ text-overflow: ellipsis;
1639
+ white-space: nowrap;
1640
+ word-break: keep-all;
1641
+ }
1642
+ .grid-search-form[data-v-3e0adbf6] .search-btn {
1643
+ margin-bottom: 5px;
1644
+ text-align: center;
1645
+ }
1646
+ .grid-search-form[data-v-3e0adbf6] .el-select {
1647
+ width: 100%;
1648
+ }
1649
+ .grid-search-form[data-v-3e0adbf6] .customComponent {
1650
+ width: 100%;
1651
+ }
1652
+ .grid-search-form[data-v-3e0adbf6] .el-row {
1653
+ padding-right: 24px;
1654
+ }
1655
+ .grid-search-form[data-v-3e0adbf6] .el-col {
1656
+ padding-left: 10px;
1657
+ padding-bottom: 16px;
1658
+ }
1659
+ .grid-search-form[data-v-0b145154] .el-form-item {
1660
+ margin-bottom: 0px;
1661
+ }
1662
+ .grid-search-form[data-v-0b145154] .search-btn {
1663
+ margin-bottom: 5px;
1664
+ text-align: center;
1665
+ }
1666
+ .grid-search-form[data-v-0b145154] .el-select,
1667
+ .grid-search-form[data-v-0b145154] .customComponent {
1668
+ width: 100%;
1669
+ }
1670
+ .annex-cell[data-v-1e660925] {
1634
1671
  padding-right: 5px;
1635
1672
  cursor: pointer;
1636
1673
  color: #409eff;
@@ -1677,44 +1714,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1677
1714
  }
1678
1715
  .normal-column-content-view[data-v-1e660925] {
1679
1716
  display: inline;
1680
- }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1681
- margin-bottom: 0px;
1682
- }
1683
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1684
- overflow: hidden;
1685
- text-overflow: ellipsis;
1686
- white-space: nowrap;
1687
- word-break: keep-all;
1688
- }
1689
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1690
- margin-bottom: 5px;
1691
- text-align: center;
1692
- }
1693
- .grid-search-form[data-v-3e0adbf6] .el-select {
1694
- width: 100%;
1695
- }
1696
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1697
- width: 100%;
1698
- }
1699
- .grid-search-form[data-v-3e0adbf6] .el-row {
1700
- padding-right: 24px;
1701
- }
1702
- .grid-search-form[data-v-3e0adbf6] .el-col {
1703
- padding-left: 10px;
1704
- padding-bottom: 16px;
1705
- }
1706
- .grid-search-form[data-v-0b145154] .el-form-item {
1707
- margin-bottom: 0px;
1708
- }
1709
- .grid-search-form[data-v-0b145154] .search-btn {
1710
- margin-bottom: 5px;
1711
- text-align: center;
1712
- }
1713
- .grid-search-form[data-v-0b145154] .el-select,
1714
- .grid-search-form[data-v-0b145154] .customComponent {
1715
- width: 100%;
1716
- }
1717
- .grid-search-form-mobile[data-v-832e8a9d] {
1717
+ }.grid-search-form-mobile[data-v-832e8a9d] {
1718
1718
  overflow: auto;
1719
1719
  }
1720
1720
  .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
@@ -1822,86 +1822,31 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1822
1822
  [data-v-90635647] .el-range-separator {
1823
1823
  min-width: 20px;
1824
1824
  }
1825
- .footer-wrapper[data-v-ffbde6f9] {
1826
- display: flex;
1827
- align-items: center;
1828
- justify-content: space-between;
1829
- gap: 10px;
1830
- width: 100%;
1831
- .footer-time[data-v-ffbde6f9] {
1832
- font-size: 10px;
1833
- color: #999;
1834
- margin-top: 3px;
1835
- flex-shrink: 0;
1836
- }
1825
+ .home-chart-iframe[data-v-b9f40acf] {
1826
+ width: 100%;
1827
+ height: 100%;
1828
+ border: none;
1829
+ opacity: 1;
1830
+ }
1831
+ [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 {
1832
+ user-select: text !important;
1833
+ -webkit-user-select: text !important;
1834
+ -moz-user-select: text !important;
1835
+ -ms-user-select: text !important;
1837
1836
  }
1838
- .footer-container[data-v-ffbde6f9] {
1839
- display: flex;
1840
- gap: 8px;
1841
- [data-v-ffbde6f9] .el-button + .el-button {
1842
- margin-left: 0;
1837
+ .slide-up-enter-active[data-v-45fbaf17],
1838
+ .slide-up-leave-active[data-v-45fbaf17] {
1839
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1843
1840
  }
1844
- }
1845
-
1846
- .additional-data-tag[data-v-7aaab83c] {
1847
- display: flex;
1848
- align-items: center;
1849
- flex-shrink: 0;
1850
- min-width: max-content;
1851
- margin-left: auto;
1852
- gap: 10px;
1853
- }
1854
- .additional-data-button[data-v-7aaab83c] {
1855
- display: flex;
1856
- align-items: center;
1857
- justify-content: center;
1858
- margin-top: 10px;
1859
- gap: 10px;
1860
- }
1861
- .fs-upload-tag[data-v-e5cde7de] {
1862
- border: 1px solid #dcdfe6;
1863
- padding: 4px 8px;
1864
- background-clip: padding-box;
1865
- overflow: hidden;
1866
- display: inline-flex;
1867
- align-items: center;
1868
- }
1869
- .fs-upload-tag-text[data-v-e5cde7de] {
1870
- margin-right: 18px;
1871
- max-width: 160px;
1872
- overflow: hidden;
1873
- text-overflow: ellipsis;
1874
- white-space: nowrap;
1875
- }
1876
- .fs-upload-tag-percent[data-v-e5cde7de] {
1877
- font-weight: 600;
1878
- margin-left: 4px;
1879
- }
1880
- .home-chart-iframe[data-v-873e1ba1] {
1881
- width: 100%;
1882
- height: 100%;
1883
- border: none;
1884
- opacity: 1;
1885
- }
1886
- [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
1887
- user-select: text !important;
1888
- -webkit-user-select: text !important;
1889
- -moz-user-select: text !important;
1890
- -ms-user-select: text !important;
1891
- }
1892
- .slide-up-enter-active[data-v-0b0c189e],
1893
- .slide-up-leave-active[data-v-0b0c189e] {
1894
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1895
- }
1896
- .slide-up-enter-from[data-v-0b0c189e],
1897
- .slide-up-leave-to[data-v-0b0c189e] {
1898
- transform: translateY(100%);
1841
+ .slide-up-enter-from[data-v-45fbaf17],
1842
+ .slide-up-leave-to[data-v-45fbaf17] {
1843
+ transform: translateY(100%);
1899
1844
  }
1900
1845
 
1901
1846
  /**
1902
1847
  * 聊天窗口的样式设置
1903
1848
  */
1904
- .chat-container[data-v-0b0c189e] {
1849
+ .chat-container[data-v-45fbaf17] {
1905
1850
  --header-height: 56px;
1906
1851
  --chat-padding: 12px;
1907
1852
  --bubble-content-max-width: 0px;
@@ -1913,25 +1858,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1913
1858
  flex-direction: row; /* 横向排列 */
1914
1859
  height: 100%; /* 父容器高度 */
1915
1860
  }
1916
- .small-window[data-v-0b0c189e] {
1861
+ .small-window[data-v-45fbaf17] {
1917
1862
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1918
1863
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1919
1864
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1920
1865
  border-radius: 8px;
1921
1866
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1922
1867
  }
1923
- .full-screen[data-v-0b0c189e] {
1868
+ .full-screen[data-v-45fbaf17] {
1924
1869
  right: 0;
1925
1870
  bottom: 0;
1926
1871
  --main-content-height: calc(100vh - var(--header-height));
1927
1872
  }
1928
- .chat-container > *[data-v-0b0c189e] {
1873
+ .chat-container > *[data-v-45fbaf17] {
1929
1874
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1930
1875
  }
1931
1876
 
1932
1877
  /* 聊天窗口的头部样式设置
1933
1878
  */
1934
- .chat-embed__header_container[data-v-0b0c189e] {
1879
+ .chat-embed__header_container[data-v-45fbaf17] {
1935
1880
  /* border-bottom: 1px solid #ddd; */
1936
1881
  display: flex;
1937
1882
  align-items: center;
@@ -1941,7 +1886,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1941
1886
  overflow: hidden;
1942
1887
  position: relative;
1943
1888
  }
1944
- .session-subject[data-v-0b0c189e] {
1889
+ .session-subject[data-v-45fbaf17] {
1945
1890
  display: block;
1946
1891
  margin: 0 auto;
1947
1892
  text-align: center;
@@ -1956,17 +1901,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1956
1901
 
1957
1902
  /* 聊天窗口的头部图标样式设置
1958
1903
  */
1959
- .chat-embed__header_avatar[data-v-0b0c189e] {
1904
+ .chat-embed__header_avatar[data-v-45fbaf17] {
1960
1905
  margin-left: calc(var(--chat-padding) * 2);
1961
1906
  margin-right: var(--chat-padding);
1962
1907
  }
1963
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
1908
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
1964
1909
  right: 20px;
1965
1910
  position: absolute;
1966
1911
  gap: 28px;
1967
1912
  display: flex;
1968
1913
  }
1969
- .chat-embed__sidebar[data-v-0b0c189e] {
1914
+ .chat-embed__sidebar[data-v-45fbaf17] {
1970
1915
  background: #f6f7fa;
1971
1916
  display: flex;
1972
1917
  flex-direction: column; /* 设置为上下排列 */
@@ -1975,7 +1920,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1975
1920
  width: 260px;
1976
1921
  height: 100%;
1977
1922
  }
1978
- .chat-embed__main[data-v-0b0c189e] {
1923
+ .chat-embed__main[data-v-45fbaf17] {
1979
1924
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1980
1925
  box-sizing: border-box;
1981
1926
  overflow: hidden;
@@ -1986,7 +1931,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1986
1931
  flex: 1; /* 聊天内容区域占据剩余空间 */
1987
1932
  overflow: hidden; /* 防止内容溢出 */
1988
1933
  }
1989
- .chat-embed__main_content[data-v-0b0c189e] {
1934
+ .chat-embed__main_content[data-v-45fbaf17] {
1990
1935
  flex: 1;
1991
1936
  box-sizing: border-box;
1992
1937
  min-height: 0;
@@ -1994,21 +1939,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1994
1939
  /* overflow-y: auto;
1995
1940
  margin-bottom: 12px; */
1996
1941
  }
1997
- .chat-embed__input_container[data-v-0b0c189e] {
1942
+ .chat-embed__input_container[data-v-45fbaf17] {
1998
1943
  flex-shrink: 0; /* 不允许收缩 */
1999
1944
  /* margin-bottom: 50px; 距离底部 */
2000
1945
  }
2001
- .header-icon[data-v-0b0c189e] {
1946
+ .header-icon[data-v-45fbaf17] {
2002
1947
  cursor: pointer;
2003
1948
  font-size: 20px;
2004
1949
  }
2005
1950
 
2006
1951
  /* 聊天默认推荐内容样式
2007
1952
  */
2008
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
1953
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2009
1954
  margin-top: 5px;
2010
1955
  }
2011
- .content-container[data-v-0b0c189e] {
1956
+ .content-container[data-v-45fbaf17] {
2012
1957
  padding: 16px;
2013
1958
  border-radius: 4px;
2014
1959
  background: #ffffff;
@@ -2016,7 +1961,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2016
1961
  border-radius: 0px 30px 30px 30px;
2017
1962
  /* opacity: 0.6; */
2018
1963
  }
2019
- .chat-content-font[data-v-0b0c189e] {
1964
+ .chat-content-font[data-v-45fbaf17] {
2020
1965
  font-family: PingFang SC, PingFang SC;
2021
1966
  font-weight: 500;
2022
1967
  font-size: 16px;
@@ -2026,10 +1971,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2026
1971
  font-style: normal;
2027
1972
  text-transform: none;
2028
1973
  }
2029
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
1974
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2030
1975
  border: none !important;
2031
1976
  }
2032
- .content-container-header[data-v-0b0c189e] {
1977
+ .content-container-header[data-v-45fbaf17] {
2033
1978
  font-size: 12px;
2034
1979
  color: #909399;
2035
1980
  }
@@ -2037,28 +1982,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2037
1982
  /**
2038
1983
  // 用户消息
2039
1984
  */
2040
- .content-borderless-container[data-v-0b0c189e] {
1985
+ .content-borderless-container[data-v-45fbaf17] {
2041
1986
  background: #e1ecfd;
2042
1987
  border-radius: 20px 0px 20px 20px;
2043
1988
  user-select: none;
2044
1989
  padding: 12px;
2045
1990
  cursor: pointer;
2046
1991
  transition: background-color 0.3s;
2047
- &[data-v-0b0c189e]:hover {
1992
+ &[data-v-45fbaf17]:hover {
2048
1993
  background-color: #ebeef5;
2049
1994
  }
2050
1995
  }
2051
- .footer-container[data-v-0b0c189e] {
2052
- [data-v-0b0c189e] .el-button + .el-button {
1996
+ .footer-container[data-v-45fbaf17] {
1997
+ [data-v-45fbaf17] .el-button + .el-button {
2053
1998
  margin-left: 8px;
2054
1999
  }
2055
2000
  }
2056
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2001
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2057
2002
  padding: 0;
2058
2003
  }
2059
2004
 
2060
2005
  /* 引用文件样式 */
2061
- .doc-agg-item[data-v-0b0c189e] {
2006
+ .doc-agg-item[data-v-45fbaf17] {
2062
2007
  width: 100%;
2063
2008
  padding: 10px;
2064
2009
  margin-bottom: 5px;
@@ -2068,125 +2013,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2068
2013
  font-size: 12px;
2069
2014
  color: var(--el-color-primary);
2070
2015
  }
2071
- .elx-xmarkdown-container[data-v-0b0c189e] {
2016
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2072
2017
  padding: 0;
2073
- }
2074
- h4[data-v-0b0c189e] {
2075
- font-size: 16px;
2076
- margin-top: 0px;
2077
- margin-bottom: 0px;
2078
- }
2079
- [data-v-0b0c189e] .el-divider--horizontal {
2080
- margin: 5px 0;
2081
- }
2082
- .sender-additional-data-tag[data-v-0b0c189e] {
2083
- display: flex;
2084
- align-items: center;
2085
- flex-shrink: 0;
2086
- min-width: max-content;
2087
- margin-left: auto;
2088
- gap: 10px;
2089
- }
2090
- .amb-color-iconfont[data-v-0b0c189e] {
2091
- display: inline-block;
2092
- width: 12px;
2093
- height: 12px;
2094
- background-repeat: no-repeat;
2095
- background-position: center;
2096
- background-size: 100%;
2097
- cursor: pointer;
2098
- }
2099
- .el-button + .el-button[data-v-0b0c189e] {
2100
- margin-left: 5px;
2101
- }
2102
- .header-self-wrap[data-v-0b0c189e] {
2103
- display: flex;
2104
- flex-direction: column;
2105
- padding: 16px;
2106
- }
2107
- [data-v-0b0c189e] .el-sender-header {
2108
- border-bottom-color: #ffffff !important;
2109
- }
2110
- [data-v-0b0c189e] .el-sender {
2111
- background: #ffffff !important;
2112
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2113
- border-radius: 30px 30px 30px 30px !important;
2114
- font-family: Noto Sans SC, Noto Sans SC;
2115
- font-weight: 400;
2116
- font-size: 16px;
2117
- color: #bbbbbb;
2118
- text-align: left;
2119
- font-style: normal;
2120
- text-transform: none;
2121
- }
2122
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2123
- font-family: Noto Sans SC, Noto Sans SC !important;
2124
- font-weight: 400 !important;
2125
- font-size: 16px !important;
2126
- line-height: 21px !important;
2127
- font-style: normal !important;
2128
- text-transform: none !important;
2129
- }
2130
- [data-v-0b0c189e] .el-sender-content {
2131
- padding: 16px !important;
2132
- }
2133
- [data-v-0b0c189e] .el-select__wrapper {
2134
- border-radius: 100px 100px 100px 100px;
2135
- border: 1px solid #dcdfe6;
2136
- }
2137
- .ai-generate-tip[data-v-0b0c189e] {
2138
- padding: 12px;
2139
- font-family: PingFang SC, PingFang SC;
2140
- font-weight: 400;
2141
- font-size: 14px;
2142
- color: #808080;
2143
- line-height: 21px;
2144
- font-style: normal;
2145
- text-align: center;
2146
- }
2147
- .el-button.is-circle[data-v-0b0c189e] {
2148
- border-radius: 50% !important;
2149
- padding: 8px;
2150
- width: 32px;
2151
- }
2152
- .send-icon[data-v-0b0c189e] {
2153
- cursor: pointer;
2154
- }
2155
- .el-divider--vertical[data-v-0b0c189e] {
2156
- margin: 0 0;
2157
- }
2158
- .home-chart-iframe[data-v-b9f40acf] {
2159
- width: 100%;
2160
- height: 100%;
2161
- border: none;
2162
- opacity: 1;
2163
2018
  }
2164
2019
 
2165
- .home-chart-iframe[data-v-73352a50] {
2020
+ .home-chart-iframe[data-v-873e1ba1] {
2166
2021
  width: 100%;
2167
2022
  height: 100%;
2168
2023
  border: none;
2169
2024
  opacity: 1;
2170
2025
  }
2171
- [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 {
2026
+ [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 {
2172
2027
  user-select: text !important;
2173
2028
  -webkit-user-select: text !important;
2174
2029
  -moz-user-select: text !important;
2175
2030
  -ms-user-select: text !important;
2176
2031
  }
2177
- .slide-up-enter-active[data-v-45fbaf17],
2178
- .slide-up-leave-active[data-v-45fbaf17] {
2032
+ .slide-up-enter-active[data-v-e9aa835d],
2033
+ .slide-up-leave-active[data-v-e9aa835d] {
2179
2034
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2180
2035
  }
2181
- .slide-up-enter-from[data-v-45fbaf17],
2182
- .slide-up-leave-to[data-v-45fbaf17] {
2036
+ .slide-up-enter-from[data-v-e9aa835d],
2037
+ .slide-up-leave-to[data-v-e9aa835d] {
2183
2038
  transform: translateY(100%);
2184
2039
  }
2185
2040
 
2186
2041
  /**
2187
2042
  * 聊天窗口的样式设置
2188
2043
  */
2189
- .chat-container[data-v-45fbaf17] {
2044
+ .chat-container[data-v-e9aa835d] {
2190
2045
  --header-height: 56px;
2191
2046
  --chat-padding: 12px;
2192
2047
  --bubble-content-max-width: 0px;
@@ -2198,25 +2053,25 @@ h4[data-v-0b0c189e] {
2198
2053
  flex-direction: row; /* 横向排列 */
2199
2054
  height: 100%; /* 父容器高度 */
2200
2055
  }
2201
- .small-window[data-v-45fbaf17] {
2056
+ .small-window[data-v-e9aa835d] {
2202
2057
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2203
2058
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2204
2059
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2205
2060
  border-radius: 8px;
2206
2061
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2207
2062
  }
2208
- .full-screen[data-v-45fbaf17] {
2063
+ .full-screen[data-v-e9aa835d] {
2209
2064
  right: 0;
2210
2065
  bottom: 0;
2211
2066
  --main-content-height: calc(100vh - var(--header-height));
2212
2067
  }
2213
- .chat-container > *[data-v-45fbaf17] {
2068
+ .chat-container > *[data-v-e9aa835d] {
2214
2069
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2215
2070
  }
2216
2071
 
2217
2072
  /* 聊天窗口的头部样式设置
2218
2073
  */
2219
- .chat-embed__header_container[data-v-45fbaf17] {
2074
+ .chat-embed__header_container[data-v-e9aa835d] {
2220
2075
  /* border-bottom: 1px solid #ddd; */
2221
2076
  display: flex;
2222
2077
  align-items: center;
@@ -2226,7 +2081,7 @@ h4[data-v-0b0c189e] {
2226
2081
  overflow: hidden;
2227
2082
  position: relative;
2228
2083
  }
2229
- .session-subject[data-v-45fbaf17] {
2084
+ .session-subject[data-v-e9aa835d] {
2230
2085
  display: block;
2231
2086
  margin: 0 auto;
2232
2087
  text-align: center;
@@ -2241,17 +2096,17 @@ h4[data-v-0b0c189e] {
2241
2096
 
2242
2097
  /* 聊天窗口的头部图标样式设置
2243
2098
  */
2244
- .chat-embed__header_avatar[data-v-45fbaf17] {
2099
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2245
2100
  margin-left: calc(var(--chat-padding) * 2);
2246
2101
  margin-right: var(--chat-padding);
2247
2102
  }
2248
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2103
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2249
2104
  right: 20px;
2250
2105
  position: absolute;
2251
2106
  gap: 28px;
2252
2107
  display: flex;
2253
2108
  }
2254
- .chat-embed__sidebar[data-v-45fbaf17] {
2109
+ .chat-embed__sidebar[data-v-e9aa835d] {
2255
2110
  background: #f6f7fa;
2256
2111
  display: flex;
2257
2112
  flex-direction: column; /* 设置为上下排列 */
@@ -2260,7 +2115,7 @@ h4[data-v-0b0c189e] {
2260
2115
  width: 260px;
2261
2116
  height: 100%;
2262
2117
  }
2263
- .chat-embed__main[data-v-45fbaf17] {
2118
+ .chat-embed__main[data-v-e9aa835d] {
2264
2119
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2265
2120
  box-sizing: border-box;
2266
2121
  overflow: hidden;
@@ -2271,7 +2126,7 @@ h4[data-v-0b0c189e] {
2271
2126
  flex: 1; /* 聊天内容区域占据剩余空间 */
2272
2127
  overflow: hidden; /* 防止内容溢出 */
2273
2128
  }
2274
- .chat-embed__main_content[data-v-45fbaf17] {
2129
+ .chat-embed__main_content[data-v-e9aa835d] {
2275
2130
  flex: 1;
2276
2131
  box-sizing: border-box;
2277
2132
  min-height: 0;
@@ -2279,21 +2134,21 @@ h4[data-v-0b0c189e] {
2279
2134
  /* overflow-y: auto;
2280
2135
  margin-bottom: 12px; */
2281
2136
  }
2282
- .chat-embed__input_container[data-v-45fbaf17] {
2137
+ .chat-embed__input_container[data-v-e9aa835d] {
2283
2138
  flex-shrink: 0; /* 不允许收缩 */
2284
2139
  /* margin-bottom: 50px; 距离底部 */
2285
2140
  }
2286
- .header-icon[data-v-45fbaf17] {
2141
+ .header-icon[data-v-e9aa835d] {
2287
2142
  cursor: pointer;
2288
2143
  font-size: 20px;
2289
2144
  }
2290
2145
 
2291
2146
  /* 聊天默认推荐内容样式
2292
2147
  */
2293
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2148
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2294
2149
  margin-top: 5px;
2295
2150
  }
2296
- .content-container[data-v-45fbaf17] {
2151
+ .content-container[data-v-e9aa835d] {
2297
2152
  padding: 16px;
2298
2153
  border-radius: 4px;
2299
2154
  background: #ffffff;
@@ -2301,7 +2156,7 @@ h4[data-v-0b0c189e] {
2301
2156
  border-radius: 0px 30px 30px 30px;
2302
2157
  /* opacity: 0.6; */
2303
2158
  }
2304
- .chat-content-font[data-v-45fbaf17] {
2159
+ .chat-content-font[data-v-e9aa835d] {
2305
2160
  font-family: PingFang SC, PingFang SC;
2306
2161
  font-weight: 500;
2307
2162
  font-size: 16px;
@@ -2311,10 +2166,10 @@ h4[data-v-0b0c189e] {
2311
2166
  font-style: normal;
2312
2167
  text-transform: none;
2313
2168
  }
2314
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2169
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2315
2170
  border: none !important;
2316
2171
  }
2317
- .content-container-header[data-v-45fbaf17] {
2172
+ .content-container-header[data-v-e9aa835d] {
2318
2173
  font-size: 12px;
2319
2174
  color: #909399;
2320
2175
  }
@@ -2322,28 +2177,28 @@ h4[data-v-0b0c189e] {
2322
2177
  /**
2323
2178
  // 用户消息
2324
2179
  */
2325
- .content-borderless-container[data-v-45fbaf17] {
2180
+ .content-borderless-container[data-v-e9aa835d] {
2326
2181
  background: #e1ecfd;
2327
2182
  border-radius: 20px 0px 20px 20px;
2328
2183
  user-select: none;
2329
2184
  padding: 12px;
2330
2185
  cursor: pointer;
2331
2186
  transition: background-color 0.3s;
2332
- &[data-v-45fbaf17]:hover {
2187
+ &[data-v-e9aa835d]:hover {
2333
2188
  background-color: #ebeef5;
2334
2189
  }
2335
2190
  }
2336
- .footer-container[data-v-45fbaf17] {
2337
- [data-v-45fbaf17] .el-button + .el-button {
2191
+ .footer-container[data-v-e9aa835d] {
2192
+ [data-v-e9aa835d] .el-button + .el-button {
2338
2193
  margin-left: 8px;
2339
2194
  }
2340
2195
  }
2341
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2196
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2342
2197
  padding: 0;
2343
2198
  }
2344
2199
 
2345
2200
  /* 引用文件样式 */
2346
- .doc-agg-item[data-v-45fbaf17] {
2201
+ .doc-agg-item[data-v-e9aa835d] {
2347
2202
  width: 100%;
2348
2203
  padding: 10px;
2349
2204
  margin-bottom: 5px;
@@ -2353,49 +2208,44 @@ h4[data-v-0b0c189e] {
2353
2208
  font-size: 12px;
2354
2209
  color: var(--el-color-primary);
2355
2210
  }
2356
- .elx-xmarkdown-container[data-v-45fbaf17] {
2211
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2357
2212
  padding: 0;
2358
2213
  }
2359
- .el-button > span[data-v-5bb8bf7f] {
2360
- font-size: 12px;
2214
+
2215
+ .additional-data-tag[data-v-7aaab83c] {
2216
+ display: flex;
2217
+ align-items: center;
2218
+ flex-shrink: 0;
2219
+ min-width: max-content;
2220
+ margin-left: auto;
2221
+ gap: 10px;
2361
2222
  }
2362
- .fs-upload-tag[data-v-5bb8bf7f] {
2363
- border: 1px solid #dcdfe6;
2364
- padding: 4px 8px;
2365
- background-clip: padding-box;
2366
- overflow: hidden;
2367
- display: inline-flex;
2368
- align-items: center;
2369
- }
2370
- .fs-upload-tag-text[data-v-5bb8bf7f] {
2371
- margin-right: 18px;
2372
- max-width: 160px;
2373
- overflow: hidden;
2374
- text-overflow: ellipsis;
2375
- white-space: nowrap;
2376
- }
2377
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
2378
- font-weight: 600;
2379
- margin-left: 4px;
2380
- }[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 {
2223
+ .additional-data-button[data-v-7aaab83c] {
2224
+ display: flex;
2225
+ align-items: center;
2226
+ justify-content: center;
2227
+ margin-top: 10px;
2228
+ gap: 10px;
2229
+ }
2230
+ [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
2381
2231
  user-select: text !important;
2382
2232
  -webkit-user-select: text !important;
2383
2233
  -moz-user-select: text !important;
2384
2234
  -ms-user-select: text !important;
2385
2235
  }
2386
- .slide-up-enter-active[data-v-e9aa835d],
2387
- .slide-up-leave-active[data-v-e9aa835d] {
2236
+ .slide-up-enter-active[data-v-0b0c189e],
2237
+ .slide-up-leave-active[data-v-0b0c189e] {
2388
2238
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2389
2239
  }
2390
- .slide-up-enter-from[data-v-e9aa835d],
2391
- .slide-up-leave-to[data-v-e9aa835d] {
2240
+ .slide-up-enter-from[data-v-0b0c189e],
2241
+ .slide-up-leave-to[data-v-0b0c189e] {
2392
2242
  transform: translateY(100%);
2393
2243
  }
2394
2244
 
2395
2245
  /**
2396
2246
  * 聊天窗口的样式设置
2397
2247
  */
2398
- .chat-container[data-v-e9aa835d] {
2248
+ .chat-container[data-v-0b0c189e] {
2399
2249
  --header-height: 56px;
2400
2250
  --chat-padding: 12px;
2401
2251
  --bubble-content-max-width: 0px;
@@ -2407,25 +2257,25 @@ h4[data-v-0b0c189e] {
2407
2257
  flex-direction: row; /* 横向排列 */
2408
2258
  height: 100%; /* 父容器高度 */
2409
2259
  }
2410
- .small-window[data-v-e9aa835d] {
2260
+ .small-window[data-v-0b0c189e] {
2411
2261
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2412
2262
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2413
2263
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2414
2264
  border-radius: 8px;
2415
2265
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2416
2266
  }
2417
- .full-screen[data-v-e9aa835d] {
2267
+ .full-screen[data-v-0b0c189e] {
2418
2268
  right: 0;
2419
2269
  bottom: 0;
2420
2270
  --main-content-height: calc(100vh - var(--header-height));
2421
2271
  }
2422
- .chat-container > *[data-v-e9aa835d] {
2272
+ .chat-container > *[data-v-0b0c189e] {
2423
2273
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2424
2274
  }
2425
2275
 
2426
2276
  /* 聊天窗口的头部样式设置
2427
2277
  */
2428
- .chat-embed__header_container[data-v-e9aa835d] {
2278
+ .chat-embed__header_container[data-v-0b0c189e] {
2429
2279
  /* border-bottom: 1px solid #ddd; */
2430
2280
  display: flex;
2431
2281
  align-items: center;
@@ -2435,7 +2285,7 @@ h4[data-v-0b0c189e] {
2435
2285
  overflow: hidden;
2436
2286
  position: relative;
2437
2287
  }
2438
- .session-subject[data-v-e9aa835d] {
2288
+ .session-subject[data-v-0b0c189e] {
2439
2289
  display: block;
2440
2290
  margin: 0 auto;
2441
2291
  text-align: center;
@@ -2450,17 +2300,17 @@ h4[data-v-0b0c189e] {
2450
2300
 
2451
2301
  /* 聊天窗口的头部图标样式设置
2452
2302
  */
2453
- .chat-embed__header_avatar[data-v-e9aa835d] {
2303
+ .chat-embed__header_avatar[data-v-0b0c189e] {
2454
2304
  margin-left: calc(var(--chat-padding) * 2);
2455
2305
  margin-right: var(--chat-padding);
2456
2306
  }
2457
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2307
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
2458
2308
  right: 20px;
2459
2309
  position: absolute;
2460
2310
  gap: 28px;
2461
2311
  display: flex;
2462
2312
  }
2463
- .chat-embed__sidebar[data-v-e9aa835d] {
2313
+ .chat-embed__sidebar[data-v-0b0c189e] {
2464
2314
  background: #f6f7fa;
2465
2315
  display: flex;
2466
2316
  flex-direction: column; /* 设置为上下排列 */
@@ -2469,7 +2319,7 @@ h4[data-v-0b0c189e] {
2469
2319
  width: 260px;
2470
2320
  height: 100%;
2471
2321
  }
2472
- .chat-embed__main[data-v-e9aa835d] {
2322
+ .chat-embed__main[data-v-0b0c189e] {
2473
2323
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2474
2324
  box-sizing: border-box;
2475
2325
  overflow: hidden;
@@ -2480,7 +2330,7 @@ h4[data-v-0b0c189e] {
2480
2330
  flex: 1; /* 聊天内容区域占据剩余空间 */
2481
2331
  overflow: hidden; /* 防止内容溢出 */
2482
2332
  }
2483
- .chat-embed__main_content[data-v-e9aa835d] {
2333
+ .chat-embed__main_content[data-v-0b0c189e] {
2484
2334
  flex: 1;
2485
2335
  box-sizing: border-box;
2486
2336
  min-height: 0;
@@ -2488,21 +2338,21 @@ h4[data-v-0b0c189e] {
2488
2338
  /* overflow-y: auto;
2489
2339
  margin-bottom: 12px; */
2490
2340
  }
2491
- .chat-embed__input_container[data-v-e9aa835d] {
2341
+ .chat-embed__input_container[data-v-0b0c189e] {
2492
2342
  flex-shrink: 0; /* 不允许收缩 */
2493
2343
  /* margin-bottom: 50px; 距离底部 */
2494
2344
  }
2495
- .header-icon[data-v-e9aa835d] {
2345
+ .header-icon[data-v-0b0c189e] {
2496
2346
  cursor: pointer;
2497
2347
  font-size: 20px;
2498
2348
  }
2499
2349
 
2500
2350
  /* 聊天默认推荐内容样式
2501
2351
  */
2502
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2352
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2503
2353
  margin-top: 5px;
2504
2354
  }
2505
- .content-container[data-v-e9aa835d] {
2355
+ .content-container[data-v-0b0c189e] {
2506
2356
  padding: 16px;
2507
2357
  border-radius: 4px;
2508
2358
  background: #ffffff;
@@ -2510,7 +2360,7 @@ h4[data-v-0b0c189e] {
2510
2360
  border-radius: 0px 30px 30px 30px;
2511
2361
  /* opacity: 0.6; */
2512
2362
  }
2513
- .chat-content-font[data-v-e9aa835d] {
2363
+ .chat-content-font[data-v-0b0c189e] {
2514
2364
  font-family: PingFang SC, PingFang SC;
2515
2365
  font-weight: 500;
2516
2366
  font-size: 16px;
@@ -2520,10 +2370,10 @@ h4[data-v-0b0c189e] {
2520
2370
  font-style: normal;
2521
2371
  text-transform: none;
2522
2372
  }
2523
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2373
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2524
2374
  border: none !important;
2525
2375
  }
2526
- .content-container-header[data-v-e9aa835d] {
2376
+ .content-container-header[data-v-0b0c189e] {
2527
2377
  font-size: 12px;
2528
2378
  color: #909399;
2529
2379
  }
@@ -2531,28 +2381,28 @@ h4[data-v-0b0c189e] {
2531
2381
  /**
2532
2382
  // 用户消息
2533
2383
  */
2534
- .content-borderless-container[data-v-e9aa835d] {
2384
+ .content-borderless-container[data-v-0b0c189e] {
2535
2385
  background: #e1ecfd;
2536
2386
  border-radius: 20px 0px 20px 20px;
2537
2387
  user-select: none;
2538
2388
  padding: 12px;
2539
2389
  cursor: pointer;
2540
2390
  transition: background-color 0.3s;
2541
- &[data-v-e9aa835d]:hover {
2391
+ &[data-v-0b0c189e]:hover {
2542
2392
  background-color: #ebeef5;
2543
2393
  }
2544
2394
  }
2545
- .footer-container[data-v-e9aa835d] {
2546
- [data-v-e9aa835d] .el-button + .el-button {
2395
+ .footer-container[data-v-0b0c189e] {
2396
+ [data-v-0b0c189e] .el-button + .el-button {
2547
2397
  margin-left: 8px;
2548
2398
  }
2549
2399
  }
2550
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2400
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2551
2401
  padding: 0;
2552
2402
  }
2553
2403
 
2554
2404
  /* 引用文件样式 */
2555
- .doc-agg-item[data-v-e9aa835d] {
2405
+ .doc-agg-item[data-v-0b0c189e] {
2556
2406
  width: 100%;
2557
2407
  padding: 10px;
2558
2408
  margin-bottom: 5px;
@@ -2562,28 +2412,132 @@ h4[data-v-0b0c189e] {
2562
2412
  font-size: 12px;
2563
2413
  color: var(--el-color-primary);
2564
2414
  }
2565
- .elx-xmarkdown-container[data-v-e9aa835d] {
2415
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2566
2416
  padding: 0;
2417
+ }
2418
+ h4[data-v-0b0c189e] {
2419
+ font-size: 16px;
2420
+ margin-top: 0px;
2421
+ margin-bottom: 0px;
2422
+ }
2423
+ [data-v-0b0c189e] .el-divider--horizontal {
2424
+ margin: 5px 0;
2425
+ }
2426
+ .sender-additional-data-tag[data-v-0b0c189e] {
2427
+ display: flex;
2428
+ align-items: center;
2429
+ flex-shrink: 0;
2430
+ min-width: max-content;
2431
+ margin-left: auto;
2432
+ gap: 10px;
2433
+ }
2434
+ .amb-color-iconfont[data-v-0b0c189e] {
2435
+ display: inline-block;
2436
+ width: 12px;
2437
+ height: 12px;
2438
+ background-repeat: no-repeat;
2439
+ background-position: center;
2440
+ background-size: 100%;
2441
+ cursor: pointer;
2442
+ }
2443
+ .el-button + .el-button[data-v-0b0c189e] {
2444
+ margin-left: 5px;
2445
+ }
2446
+ .header-self-wrap[data-v-0b0c189e] {
2447
+ display: flex;
2448
+ flex-direction: column;
2449
+ padding: 16px;
2450
+ }
2451
+ [data-v-0b0c189e] .el-sender-header {
2452
+ border-bottom-color: #ffffff !important;
2453
+ }
2454
+ [data-v-0b0c189e] .el-sender {
2455
+ background: #ffffff !important;
2456
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2457
+ border-radius: 30px 30px 30px 30px !important;
2458
+ font-family: Noto Sans SC, Noto Sans SC;
2459
+ font-weight: 400;
2460
+ font-size: 16px;
2461
+ color: #bbbbbb;
2462
+ text-align: left;
2463
+ font-style: normal;
2464
+ text-transform: none;
2465
+ }
2466
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2467
+ font-family: Noto Sans SC, Noto Sans SC !important;
2468
+ font-weight: 400 !important;
2469
+ font-size: 16px !important;
2470
+ line-height: 21px !important;
2471
+ font-style: normal !important;
2472
+ text-transform: none !important;
2473
+ }
2474
+ [data-v-0b0c189e] .el-sender-content {
2475
+ padding: 16px !important;
2476
+ }
2477
+ [data-v-0b0c189e] .el-select__wrapper {
2478
+ border-radius: 100px 100px 100px 100px;
2479
+ border: 1px solid #dcdfe6;
2480
+ }
2481
+ .ai-generate-tip[data-v-0b0c189e] {
2482
+ padding: 12px;
2483
+ font-family: PingFang SC, PingFang SC;
2484
+ font-weight: 400;
2485
+ font-size: 14px;
2486
+ color: #808080;
2487
+ line-height: 21px;
2488
+ font-style: normal;
2489
+ text-align: center;
2490
+ }
2491
+ .el-button.is-circle[data-v-0b0c189e] {
2492
+ border-radius: 50% !important;
2493
+ padding: 8px;
2494
+ width: 32px;
2495
+ }
2496
+ .send-icon[data-v-0b0c189e] {
2497
+ cursor: pointer;
2498
+ }
2499
+ .el-divider--vertical[data-v-0b0c189e] {
2500
+ margin: 0 0;
2501
+ }
2502
+ .footer-wrapper[data-v-ffbde6f9] {
2503
+ display: flex;
2504
+ align-items: center;
2505
+ justify-content: space-between;
2506
+ gap: 10px;
2507
+ width: 100%;
2508
+ .footer-time[data-v-ffbde6f9] {
2509
+ font-size: 10px;
2510
+ color: #999;
2511
+ margin-top: 3px;
2512
+ flex-shrink: 0;
2513
+ }
2514
+ }
2515
+ .footer-container[data-v-ffbde6f9] {
2516
+ display: flex;
2517
+ gap: 8px;
2518
+ [data-v-ffbde6f9] .el-button + .el-button {
2519
+ margin-left: 0;
2520
+ }
2567
2521
  }
2568
- [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 {
2522
+ [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 {
2569
2523
  user-select: text !important;
2570
2524
  -webkit-user-select: text !important;
2571
2525
  -moz-user-select: text !important;
2572
2526
  -ms-user-select: text !important;
2573
2527
  }
2574
- .slide-up-enter-active[data-v-bc196b97],
2575
- .slide-up-leave-active[data-v-bc196b97] {
2528
+ .slide-up-enter-active[data-v-1e62eff8],
2529
+ .slide-up-leave-active[data-v-1e62eff8] {
2576
2530
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2577
2531
  }
2578
- .slide-up-enter-from[data-v-bc196b97],
2579
- .slide-up-leave-to[data-v-bc196b97] {
2532
+ .slide-up-enter-from[data-v-1e62eff8],
2533
+ .slide-up-leave-to[data-v-1e62eff8] {
2580
2534
  transform: translateY(100%);
2581
2535
  }
2582
2536
 
2583
2537
  /**
2584
2538
  * 聊天窗口的样式设置
2585
2539
  */
2586
- .chat-container[data-v-bc196b97] {
2540
+ .chat-container[data-v-1e62eff8] {
2587
2541
  --header-height: 56px;
2588
2542
  --chat-padding: 12px;
2589
2543
  --bubble-content-max-width: 0px;
@@ -2595,25 +2549,25 @@ h4[data-v-0b0c189e] {
2595
2549
  flex-direction: row; /* 横向排列 */
2596
2550
  height: 100%; /* 父容器高度 */
2597
2551
  }
2598
- .small-window[data-v-bc196b97] {
2552
+ .small-window[data-v-1e62eff8] {
2599
2553
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2600
2554
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2601
2555
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2602
2556
  border-radius: 8px;
2603
2557
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2604
2558
  }
2605
- .full-screen[data-v-bc196b97] {
2559
+ .full-screen[data-v-1e62eff8] {
2606
2560
  right: 0;
2607
2561
  bottom: 0;
2608
2562
  --main-content-height: calc(100vh - var(--header-height));
2609
2563
  }
2610
- .chat-container > *[data-v-bc196b97] {
2564
+ .chat-container > *[data-v-1e62eff8] {
2611
2565
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2612
2566
  }
2613
2567
 
2614
2568
  /* 聊天窗口的头部样式设置
2615
2569
  */
2616
- .chat-embed__header_container[data-v-bc196b97] {
2570
+ .chat-embed__header_container[data-v-1e62eff8] {
2617
2571
  /* border-bottom: 1px solid #ddd; */
2618
2572
  display: flex;
2619
2573
  align-items: center;
@@ -2623,7 +2577,7 @@ h4[data-v-0b0c189e] {
2623
2577
  overflow: hidden;
2624
2578
  position: relative;
2625
2579
  }
2626
- .session-subject[data-v-bc196b97] {
2580
+ .session-subject[data-v-1e62eff8] {
2627
2581
  display: block;
2628
2582
  margin: 0 auto;
2629
2583
  text-align: center;
@@ -2638,17 +2592,17 @@ h4[data-v-0b0c189e] {
2638
2592
 
2639
2593
  /* 聊天窗口的头部图标样式设置
2640
2594
  */
2641
- .chat-embed__header_avatar[data-v-bc196b97] {
2595
+ .chat-embed__header_avatar[data-v-1e62eff8] {
2642
2596
  margin-left: calc(var(--chat-padding) * 2);
2643
2597
  margin-right: var(--chat-padding);
2644
2598
  }
2645
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2599
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
2646
2600
  right: 20px;
2647
2601
  position: absolute;
2648
2602
  gap: 28px;
2649
2603
  display: flex;
2650
2604
  }
2651
- .chat-embed__sidebar[data-v-bc196b97] {
2605
+ .chat-embed__sidebar[data-v-1e62eff8] {
2652
2606
  background: #f6f7fa;
2653
2607
  display: flex;
2654
2608
  flex-direction: column; /* 设置为上下排列 */
@@ -2657,7 +2611,7 @@ h4[data-v-0b0c189e] {
2657
2611
  width: 260px;
2658
2612
  height: 100%;
2659
2613
  }
2660
- .chat-embed__main[data-v-bc196b97] {
2614
+ .chat-embed__main[data-v-1e62eff8] {
2661
2615
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2662
2616
  box-sizing: border-box;
2663
2617
  overflow: hidden;
@@ -2668,7 +2622,7 @@ h4[data-v-0b0c189e] {
2668
2622
  flex: 1; /* 聊天内容区域占据剩余空间 */
2669
2623
  overflow: hidden; /* 防止内容溢出 */
2670
2624
  }
2671
- .chat-embed__main_content[data-v-bc196b97] {
2625
+ .chat-embed__main_content[data-v-1e62eff8] {
2672
2626
  flex: 1;
2673
2627
  box-sizing: border-box;
2674
2628
  min-height: 0;
@@ -2676,21 +2630,21 @@ h4[data-v-0b0c189e] {
2676
2630
  /* overflow-y: auto;
2677
2631
  margin-bottom: 12px; */
2678
2632
  }
2679
- .chat-embed__input_container[data-v-bc196b97] {
2633
+ .chat-embed__input_container[data-v-1e62eff8] {
2680
2634
  flex-shrink: 0; /* 不允许收缩 */
2681
2635
  /* margin-bottom: 50px; 距离底部 */
2682
2636
  }
2683
- .header-icon[data-v-bc196b97] {
2637
+ .header-icon[data-v-1e62eff8] {
2684
2638
  cursor: pointer;
2685
2639
  font-size: 20px;
2686
2640
  }
2687
2641
 
2688
2642
  /* 聊天默认推荐内容样式
2689
2643
  */
2690
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2644
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2691
2645
  margin-top: 5px;
2692
2646
  }
2693
- .content-container[data-v-bc196b97] {
2647
+ .content-container[data-v-1e62eff8] {
2694
2648
  padding: 16px;
2695
2649
  border-radius: 4px;
2696
2650
  background: #ffffff;
@@ -2698,7 +2652,7 @@ h4[data-v-0b0c189e] {
2698
2652
  border-radius: 0px 30px 30px 30px;
2699
2653
  /* opacity: 0.6; */
2700
2654
  }
2701
- .chat-content-font[data-v-bc196b97] {
2655
+ .chat-content-font[data-v-1e62eff8] {
2702
2656
  font-family: PingFang SC, PingFang SC;
2703
2657
  font-weight: 500;
2704
2658
  font-size: 16px;
@@ -2708,10 +2662,10 @@ h4[data-v-0b0c189e] {
2708
2662
  font-style: normal;
2709
2663
  text-transform: none;
2710
2664
  }
2711
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2665
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2712
2666
  border: none !important;
2713
2667
  }
2714
- .content-container-header[data-v-bc196b97] {
2668
+ .content-container-header[data-v-1e62eff8] {
2715
2669
  font-size: 12px;
2716
2670
  color: #909399;
2717
2671
  }
@@ -2719,28 +2673,28 @@ h4[data-v-0b0c189e] {
2719
2673
  /**
2720
2674
  // 用户消息
2721
2675
  */
2722
- .content-borderless-container[data-v-bc196b97] {
2676
+ .content-borderless-container[data-v-1e62eff8] {
2723
2677
  background: #e1ecfd;
2724
2678
  border-radius: 20px 0px 20px 20px;
2725
2679
  user-select: none;
2726
2680
  padding: 12px;
2727
2681
  cursor: pointer;
2728
2682
  transition: background-color 0.3s;
2729
- &[data-v-bc196b97]:hover {
2683
+ &[data-v-1e62eff8]:hover {
2730
2684
  background-color: #ebeef5;
2731
2685
  }
2732
2686
  }
2733
- .footer-container[data-v-bc196b97] {
2734
- [data-v-bc196b97] .el-button + .el-button {
2687
+ .footer-container[data-v-1e62eff8] {
2688
+ [data-v-1e62eff8] .el-button + .el-button {
2735
2689
  margin-left: 8px;
2736
2690
  }
2737
2691
  }
2738
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2692
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2739
2693
  padding: 0;
2740
2694
  }
2741
2695
 
2742
2696
  /* 引用文件样式 */
2743
- .doc-agg-item[data-v-bc196b97] {
2697
+ .doc-agg-item[data-v-1e62eff8] {
2744
2698
  width: 100%;
2745
2699
  padding: 10px;
2746
2700
  margin-bottom: 5px;
@@ -2750,28 +2704,154 @@ h4[data-v-0b0c189e] {
2750
2704
  font-size: 12px;
2751
2705
  color: var(--el-color-primary);
2752
2706
  }
2753
- .elx-xmarkdown-container[data-v-bc196b97] {
2707
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2754
2708
  padding: 0;
2755
- }
2756
- [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 {
2757
- user-select: text !important;
2758
- -webkit-user-select: text !important;
2759
- -moz-user-select: text !important;
2760
- -ms-user-select: text !important;
2761
2709
  }
2762
- .slide-up-enter-active[data-v-1e62eff8],
2763
- .slide-up-leave-active[data-v-1e62eff8] {
2764
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2710
+ .flex-avatar[data-v-1e62eff8] {
2711
+ position: absolute;
2712
+ padding: 20px 36px;
2713
+ gap: 16px;
2714
+ display: flex;
2715
+ z-index: 1;
2765
2716
  }
2766
- .slide-up-enter-from[data-v-1e62eff8],
2767
- .slide-up-leave-to[data-v-1e62eff8] {
2717
+ .flex-function-icon[data-v-1e62eff8] {
2718
+ display: flex;
2719
+ height: 40px;
2720
+ padding: 10px 14px;
2721
+ gap: 14px;
2722
+ border-radius: 100px 100px 100px 100px;
2723
+ border: 1px solid #e5e5e5;
2724
+ width: 82px;
2725
+ font-size: 20px;
2726
+ }
2727
+ .sidebar-header[data-v-1e62eff8] {
2728
+ display: flex; /* 设置为水平排列 */
2729
+ align-items: center; /* 垂直居中 */
2730
+ margin-bottom: 22px;
2731
+ font-size: 20px;
2732
+ }
2733
+ .sidebar-header > span[data-v-1e62eff8] {
2734
+ font-family: PingFang SC, PingFang SC;
2735
+ font-weight: 600;
2736
+ font-size: 16px;
2737
+ color: #181818;
2738
+ text-align: left;
2739
+ font-style: normal;
2740
+ text-transform: none;
2741
+ }
2742
+ .right-icon[data-v-1e62eff8] {
2743
+ cursor: pointer;
2744
+ margin-left: auto;
2745
+ }
2746
+ .shousuo-icon[data-v-1e62eff8] {
2747
+ cursor: pointer;
2748
+ }
2749
+ .sidebar-menu[data-v-1e62eff8] {
2750
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2751
+ margin-bottom: 10px;
2752
+ }
2753
+ .scrollbar-container[data-v-1e62eff8] {
2754
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2755
+ overflow-y: auto; /* 添加垂直滚动条 */
2756
+ margin-bottom: 10px;
2757
+ }
2758
+ .new-session-button[data-v-1e62eff8] {
2759
+ flex-shrink: 0; /* 固定高度,位于底部 */
2760
+ margin-top: 10px;
2761
+ margin-bottom: 20px;
2762
+ }
2763
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2764
+ background-color: #ffffff;
2765
+ }
2766
+ .date-group[data-v-1e62eff8] {
2767
+ margin-top: 16px;
2768
+ }
2769
+ .date-group-item[data-v-1e62eff8] {
2770
+ color: #81858c;
2771
+ font-size: 12px;
2772
+ user-select: none;
2773
+ margin-bottom: 2px;
2774
+ padding-left: calc(var(--chat-padding) * 2);
2775
+ }
2776
+ .menu-item[data-v-1e62eff8] {
2777
+ padding: 0px calc(var(--chat-padding) * 2);
2778
+ font-size: 16px;
2779
+ line-height: 50px;
2780
+ cursor: pointer;
2781
+ gap: 8px;
2782
+ border-radius: 8px;
2783
+ display: flex;
2784
+ align-items: center;
2785
+ }
2786
+ .active-item[data-v-1e62eff8] {
2787
+ background: #e2ebf5;
2788
+ color: var(--el-color-primary);
2789
+ }
2790
+ .history-item[data-v-1e62eff8] {
2791
+ padding: 0px calc(var(--chat-padding) * 2);
2792
+ cursor: pointer;
2793
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2794
+ align-items: center; /* 垂直居中 */
2795
+ line-height: 40px;
2796
+ gap: 8px;
2797
+ border-radius: 8px;
2798
+ }
2799
+ .history-subject[data-v-1e62eff8] {
2800
+ flex-grow: 1; /* 占据剩余空间 */
2801
+ overflow: hidden; /* 超出部分隐藏 */
2802
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2803
+ white-space: nowrap; /* 不换行 */
2804
+ }
2805
+ .dropdown-right[data-v-1e62eff8] {
2806
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2807
+ }
2808
+ .history-item[data-v-1e62eff8]:hover {
2809
+ background-color: #f5f5f5;
2810
+ }
2811
+
2812
+ .home-chart-iframe[data-v-73352a50] {
2813
+ width: 100%;
2814
+ height: 100%;
2815
+ border: none;
2816
+ opacity: 1;
2817
+ }
2818
+ .fs-upload-tag[data-v-e5cde7de] {
2819
+ border: 1px solid #dcdfe6;
2820
+ padding: 4px 8px;
2821
+ background-clip: padding-box;
2822
+ overflow: hidden;
2823
+ display: inline-flex;
2824
+ align-items: center;
2825
+ }
2826
+ .fs-upload-tag-text[data-v-e5cde7de] {
2827
+ margin-right: 18px;
2828
+ max-width: 160px;
2829
+ overflow: hidden;
2830
+ text-overflow: ellipsis;
2831
+ white-space: nowrap;
2832
+ }
2833
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2834
+ font-weight: 600;
2835
+ margin-left: 4px;
2836
+ }[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 {
2837
+ user-select: text !important;
2838
+ -webkit-user-select: text !important;
2839
+ -moz-user-select: text !important;
2840
+ -ms-user-select: text !important;
2841
+ }
2842
+ .slide-up-enter-active[data-v-bc196b97],
2843
+ .slide-up-leave-active[data-v-bc196b97] {
2844
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2845
+ }
2846
+ .slide-up-enter-from[data-v-bc196b97],
2847
+ .slide-up-leave-to[data-v-bc196b97] {
2768
2848
  transform: translateY(100%);
2769
2849
  }
2770
2850
 
2771
2851
  /**
2772
2852
  * 聊天窗口的样式设置
2773
2853
  */
2774
- .chat-container[data-v-1e62eff8] {
2854
+ .chat-container[data-v-bc196b97] {
2775
2855
  --header-height: 56px;
2776
2856
  --chat-padding: 12px;
2777
2857
  --bubble-content-max-width: 0px;
@@ -2783,25 +2863,25 @@ h4[data-v-0b0c189e] {
2783
2863
  flex-direction: row; /* 横向排列 */
2784
2864
  height: 100%; /* 父容器高度 */
2785
2865
  }
2786
- .small-window[data-v-1e62eff8] {
2866
+ .small-window[data-v-bc196b97] {
2787
2867
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2788
2868
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2789
2869
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2790
2870
  border-radius: 8px;
2791
2871
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2792
2872
  }
2793
- .full-screen[data-v-1e62eff8] {
2873
+ .full-screen[data-v-bc196b97] {
2794
2874
  right: 0;
2795
2875
  bottom: 0;
2796
2876
  --main-content-height: calc(100vh - var(--header-height));
2797
2877
  }
2798
- .chat-container > *[data-v-1e62eff8] {
2878
+ .chat-container > *[data-v-bc196b97] {
2799
2879
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2800
2880
  }
2801
2881
 
2802
2882
  /* 聊天窗口的头部样式设置
2803
2883
  */
2804
- .chat-embed__header_container[data-v-1e62eff8] {
2884
+ .chat-embed__header_container[data-v-bc196b97] {
2805
2885
  /* border-bottom: 1px solid #ddd; */
2806
2886
  display: flex;
2807
2887
  align-items: center;
@@ -2811,7 +2891,7 @@ h4[data-v-0b0c189e] {
2811
2891
  overflow: hidden;
2812
2892
  position: relative;
2813
2893
  }
2814
- .session-subject[data-v-1e62eff8] {
2894
+ .session-subject[data-v-bc196b97] {
2815
2895
  display: block;
2816
2896
  margin: 0 auto;
2817
2897
  text-align: center;
@@ -2826,17 +2906,17 @@ h4[data-v-0b0c189e] {
2826
2906
 
2827
2907
  /* 聊天窗口的头部图标样式设置
2828
2908
  */
2829
- .chat-embed__header_avatar[data-v-1e62eff8] {
2909
+ .chat-embed__header_avatar[data-v-bc196b97] {
2830
2910
  margin-left: calc(var(--chat-padding) * 2);
2831
2911
  margin-right: var(--chat-padding);
2832
2912
  }
2833
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2913
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2834
2914
  right: 20px;
2835
2915
  position: absolute;
2836
2916
  gap: 28px;
2837
2917
  display: flex;
2838
2918
  }
2839
- .chat-embed__sidebar[data-v-1e62eff8] {
2919
+ .chat-embed__sidebar[data-v-bc196b97] {
2840
2920
  background: #f6f7fa;
2841
2921
  display: flex;
2842
2922
  flex-direction: column; /* 设置为上下排列 */
@@ -2845,7 +2925,7 @@ h4[data-v-0b0c189e] {
2845
2925
  width: 260px;
2846
2926
  height: 100%;
2847
2927
  }
2848
- .chat-embed__main[data-v-1e62eff8] {
2928
+ .chat-embed__main[data-v-bc196b97] {
2849
2929
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2850
2930
  box-sizing: border-box;
2851
2931
  overflow: hidden;
@@ -2856,7 +2936,7 @@ h4[data-v-0b0c189e] {
2856
2936
  flex: 1; /* 聊天内容区域占据剩余空间 */
2857
2937
  overflow: hidden; /* 防止内容溢出 */
2858
2938
  }
2859
- .chat-embed__main_content[data-v-1e62eff8] {
2939
+ .chat-embed__main_content[data-v-bc196b97] {
2860
2940
  flex: 1;
2861
2941
  box-sizing: border-box;
2862
2942
  min-height: 0;
@@ -2864,21 +2944,21 @@ h4[data-v-0b0c189e] {
2864
2944
  /* overflow-y: auto;
2865
2945
  margin-bottom: 12px; */
2866
2946
  }
2867
- .chat-embed__input_container[data-v-1e62eff8] {
2947
+ .chat-embed__input_container[data-v-bc196b97] {
2868
2948
  flex-shrink: 0; /* 不允许收缩 */
2869
2949
  /* margin-bottom: 50px; 距离底部 */
2870
2950
  }
2871
- .header-icon[data-v-1e62eff8] {
2951
+ .header-icon[data-v-bc196b97] {
2872
2952
  cursor: pointer;
2873
2953
  font-size: 20px;
2874
2954
  }
2875
2955
 
2876
2956
  /* 聊天默认推荐内容样式
2877
2957
  */
2878
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2958
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2879
2959
  margin-top: 5px;
2880
2960
  }
2881
- .content-container[data-v-1e62eff8] {
2961
+ .content-container[data-v-bc196b97] {
2882
2962
  padding: 16px;
2883
2963
  border-radius: 4px;
2884
2964
  background: #ffffff;
@@ -2886,7 +2966,7 @@ h4[data-v-0b0c189e] {
2886
2966
  border-radius: 0px 30px 30px 30px;
2887
2967
  /* opacity: 0.6; */
2888
2968
  }
2889
- .chat-content-font[data-v-1e62eff8] {
2969
+ .chat-content-font[data-v-bc196b97] {
2890
2970
  font-family: PingFang SC, PingFang SC;
2891
2971
  font-weight: 500;
2892
2972
  font-size: 16px;
@@ -2896,10 +2976,10 @@ h4[data-v-0b0c189e] {
2896
2976
  font-style: normal;
2897
2977
  text-transform: none;
2898
2978
  }
2899
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2979
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2900
2980
  border: none !important;
2901
2981
  }
2902
- .content-container-header[data-v-1e62eff8] {
2982
+ .content-container-header[data-v-bc196b97] {
2903
2983
  font-size: 12px;
2904
2984
  color: #909399;
2905
2985
  }
@@ -2907,28 +2987,28 @@ h4[data-v-0b0c189e] {
2907
2987
  /**
2908
2988
  // 用户消息
2909
2989
  */
2910
- .content-borderless-container[data-v-1e62eff8] {
2990
+ .content-borderless-container[data-v-bc196b97] {
2911
2991
  background: #e1ecfd;
2912
2992
  border-radius: 20px 0px 20px 20px;
2913
2993
  user-select: none;
2914
2994
  padding: 12px;
2915
2995
  cursor: pointer;
2916
2996
  transition: background-color 0.3s;
2917
- &[data-v-1e62eff8]:hover {
2997
+ &[data-v-bc196b97]:hover {
2918
2998
  background-color: #ebeef5;
2919
2999
  }
2920
3000
  }
2921
- .footer-container[data-v-1e62eff8] {
2922
- [data-v-1e62eff8] .el-button + .el-button {
3001
+ .footer-container[data-v-bc196b97] {
3002
+ [data-v-bc196b97] .el-button + .el-button {
2923
3003
  margin-left: 8px;
2924
3004
  }
2925
3005
  }
2926
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
3006
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2927
3007
  padding: 0;
2928
3008
  }
2929
3009
 
2930
3010
  /* 引用文件样式 */
2931
- .doc-agg-item[data-v-1e62eff8] {
3011
+ .doc-agg-item[data-v-bc196b97] {
2932
3012
  width: 100%;
2933
3013
  padding: 10px;
2934
3014
  margin-bottom: 5px;
@@ -2938,111 +3018,31 @@ h4[data-v-0b0c189e] {
2938
3018
  font-size: 12px;
2939
3019
  color: var(--el-color-primary);
2940
3020
  }
2941
- .elx-xmarkdown-container[data-v-1e62eff8] {
3021
+ .elx-xmarkdown-container[data-v-bc196b97] {
2942
3022
  padding: 0;
3023
+ }
3024
+ .el-button > span[data-v-5bb8bf7f] {
3025
+ font-size: 12px;
2943
3026
  }
2944
- .flex-avatar[data-v-1e62eff8] {
2945
- position: absolute;
2946
- padding: 20px 36px;
2947
- gap: 16px;
2948
- display: flex;
2949
- z-index: 1;
2950
- }
2951
- .flex-function-icon[data-v-1e62eff8] {
2952
- display: flex;
2953
- height: 40px;
2954
- padding: 10px 14px;
2955
- gap: 14px;
2956
- border-radius: 100px 100px 100px 100px;
2957
- border: 1px solid #e5e5e5;
2958
- width: 82px;
2959
- font-size: 20px;
2960
- }
2961
- .sidebar-header[data-v-1e62eff8] {
2962
- display: flex; /* 设置为水平排列 */
2963
- align-items: center; /* 垂直居中 */
2964
- margin-bottom: 22px;
2965
- font-size: 20px;
2966
- }
2967
- .sidebar-header > span[data-v-1e62eff8] {
2968
- font-family: PingFang SC, PingFang SC;
2969
- font-weight: 600;
2970
- font-size: 16px;
2971
- color: #181818;
2972
- text-align: left;
2973
- font-style: normal;
2974
- text-transform: none;
2975
- }
2976
- .right-icon[data-v-1e62eff8] {
2977
- cursor: pointer;
2978
- margin-left: auto;
2979
- }
2980
- .shousuo-icon[data-v-1e62eff8] {
2981
- cursor: pointer;
2982
- }
2983
- .sidebar-menu[data-v-1e62eff8] {
2984
- flex-shrink: 0; /* 固定高度,位于顶部 */
2985
- margin-bottom: 10px;
2986
- }
2987
- .scrollbar-container[data-v-1e62eff8] {
2988
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2989
- overflow-y: auto; /* 添加垂直滚动条 */
2990
- margin-bottom: 10px;
2991
- }
2992
- .new-session-button[data-v-1e62eff8] {
2993
- flex-shrink: 0; /* 固定高度,位于底部 */
2994
- margin-top: 10px;
2995
- margin-bottom: 20px;
2996
- }
2997
- .sidebar-menu div[data-v-1e62eff8]:hover {
2998
- background-color: #ffffff;
2999
- }
3000
- .date-group[data-v-1e62eff8] {
3001
- margin-top: 16px;
3002
- }
3003
- .date-group-item[data-v-1e62eff8] {
3004
- color: #81858c;
3005
- font-size: 12px;
3006
- user-select: none;
3007
- margin-bottom: 2px;
3008
- padding-left: calc(var(--chat-padding) * 2);
3009
- }
3010
- .menu-item[data-v-1e62eff8] {
3011
- padding: 0px calc(var(--chat-padding) * 2);
3012
- font-size: 16px;
3013
- line-height: 50px;
3014
- cursor: pointer;
3015
- gap: 8px;
3016
- border-radius: 8px;
3017
- display: flex;
3027
+ .fs-upload-tag[data-v-5bb8bf7f] {
3028
+ border: 1px solid #dcdfe6;
3029
+ padding: 4px 8px;
3030
+ background-clip: padding-box;
3031
+ overflow: hidden;
3032
+ display: inline-flex;
3018
3033
  align-items: center;
3019
3034
  }
3020
- .active-item[data-v-1e62eff8] {
3021
- background: #e2ebf5;
3022
- color: var(--el-color-primary);
3023
- }
3024
- .history-item[data-v-1e62eff8] {
3025
- padding: 0px calc(var(--chat-padding) * 2);
3026
- cursor: pointer;
3027
- display: flex; /* 确保子元素可以使用 flex 布局 */
3028
- align-items: center; /* 垂直居中 */
3029
- line-height: 40px;
3030
- gap: 8px;
3031
- border-radius: 8px;
3032
- }
3033
- .history-subject[data-v-1e62eff8] {
3034
- flex-grow: 1; /* 占据剩余空间 */
3035
- overflow: hidden; /* 超出部分隐藏 */
3036
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3037
- white-space: nowrap; /* 不换行 */
3038
- }
3039
- .dropdown-right[data-v-1e62eff8] {
3040
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3035
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
3036
+ margin-right: 18px;
3037
+ max-width: 160px;
3038
+ overflow: hidden;
3039
+ text-overflow: ellipsis;
3040
+ white-space: nowrap;
3041
3041
  }
3042
- .history-item[data-v-1e62eff8]:hover {
3043
- background-color: #f5f5f5;
3042
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
3043
+ font-weight: 600;
3044
+ margin-left: 4px;
3044
3045
  }
3045
-
3046
3046
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3047
3047
  .mobile-item-action[data-v-13b41596] {
3048
3048
  z-index: 2000;