agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp5

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,6 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  height: 100%;
120
120
  position: absolute;
121
121
  z-index: 999;
122
- }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
123
- display: inline-block;
124
- font-size: 14px;
125
- line-height: 50px;
126
- margin-left: 10px;
127
- }
128
- .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
129
- color: #97a8be;
130
- cursor: text;
131
122
  }.amd-hamburger-container-main[data-v-79c35667] {
132
123
  padding: 0;
133
124
  display: flex;
@@ -149,12 +140,29 @@ iframe.tab-main-content[data-v-3c90505e] {
149
140
  fill: currentColor;
150
141
  overflow: initial;
151
142
  }
152
-
153
- .searchResult[data-v-22410ec9] {
154
- color: red;
143
+ .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
144
+ display: inline-block;
145
+ font-size: 14px;
146
+ line-height: 50px;
147
+ margin-left: 10px;
155
148
  }
156
- .inline-input-custom[data-v-22410ec9] {
157
- width: 90%;
149
+ .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
150
+ color: #97a8be;
151
+ cursor: text;
152
+ }
153
+ .red-circle[data-v-998f4283] {
154
+ width: 20px; /* 圆圈的宽度 */
155
+ height: 20px; /* 圆圈的高度 */
156
+ background-color: red; /* 背景色设置为红色 */
157
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
158
+ display: inline-block; /* 确保元素以块级元素显示 */
159
+ }
160
+ .green-circle[data-v-998f4283] {
161
+ width: 20px; /* 圆圈的宽度 */
162
+ height: 20px; /* 圆圈的高度 */
163
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
164
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
+ display: inline-block; /* 确保元素以块级元素显示 */
158
166
  }
159
167
  .grid-area .elTable th[data-v-2eb1c8ec] {
160
168
  padding: 2px 0 !important;
@@ -299,15 +307,6 @@ iframe.tab-main-content[data-v-3c90505e] {
299
307
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
300
308
  flex-wrap: wrap;
301
309
  gap: var(--layout-form-flex-gap, 15px) 0;
302
- }.ValidCode[data-v-aa77e3bd] {
303
- display: flex;
304
- background-color: #fff;
305
- justify-content: center;
306
- align-items: center;
307
- cursor: pointer;
308
- }
309
- .ValidCode span[data-v-aa77e3bd] {
310
- display: inline-block;
311
310
  }
312
311
  .searchResult {
313
312
  color: red;
@@ -316,23 +315,24 @@ iframe.tab-main-content[data-v-3c90505e] {
316
315
  width: 90%;
317
316
  }
318
317
 
319
- .organization-input .el-input-group__append {
320
- padding: 0 10px 0 0;
318
+ .searchResult[data-v-22410ec9] {
319
+ color: red;
320
+ }
321
+ .inline-input-custom[data-v-22410ec9] {
322
+ width: 90%;
321
323
  }
322
-
323
- .red-circle[data-v-998f4283] {
324
- width: 20px; /* 圆圈的宽度 */
325
- height: 20px; /* 圆圈的高度 */
326
- background-color: red; /* 背景色设置为红色 */
327
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
328
- display: inline-block; /* 确保元素以块级元素显示 */
324
+ .ValidCode[data-v-aa77e3bd] {
325
+ display: flex;
326
+ background-color: #fff;
327
+ justify-content: center;
328
+ align-items: center;
329
+ cursor: pointer;
329
330
  }
330
- .green-circle[data-v-998f4283] {
331
- width: 20px; /* 圆圈的宽度 */
332
- height: 20px; /* 圆圈的高度 */
333
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
334
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
335
- display: inline-block; /* 确保元素以块级元素显示 */
331
+ .ValidCode span[data-v-aa77e3bd] {
332
+ display: inline-block;
333
+ }
334
+ .select-top-span {
335
+ width: 100%;
336
336
  }
337
337
 
338
338
  .fs-preview-container[data-v-2448d898] {
@@ -410,6 +410,8 @@ iframe.tab-main-content[data-v-3c90505e] {
410
410
  .fs-preview-container[data-v-2448d898] .el-button.is-round {
411
411
  padding: 5px 11px;
412
412
  height: var(--el-button-size);
413
+ }[data-v-34406c62] .el-select-dropdown__item {
414
+ display: inline-block;
413
415
  }.nine-grid-area[data-v-80f6a26f] {
414
416
  padding: 10px;
415
417
  }
@@ -550,12 +552,10 @@ iframe.tab-main-content[data-v-3c90505e] {
550
552
  font-weight: 600;
551
553
  margin-left: 4px;
552
554
  }
553
- .select-top-span {
554
- width: 100%;
555
+ .organization-input .el-input-group__append {
556
+ padding: 0 10px 0 0;
555
557
  }
556
- [data-v-34406c62] .el-select-dropdown__item {
557
- display: inline-block;
558
- }.select[data-v-52983a24] {
558
+ .select[data-v-52983a24] {
559
559
  width: 100%;
560
560
  height: 100%;
561
561
  display: grid;
@@ -760,48 +760,6 @@ iframe.tab-main-content[data-v-3c90505e] {
760
760
  transform: translateY(0);
761
761
  opacity: 1;
762
762
  }
763
- }.errPage-container[data-v-6bef0241] {
764
- width: 800px;
765
- max-width: 100%;
766
- margin: 100px auto;
767
- }
768
- .errPage-container .pan-back-btn[data-v-6bef0241] {
769
- background: #008489;
770
- color: #fff;
771
- border: none !important;
772
- }
773
- .errPage-container .pan-gif[data-v-6bef0241] {
774
- margin: 0 auto;
775
- display: block;
776
- }
777
- .errPage-container .pan-img[data-v-6bef0241] {
778
- display: block;
779
- margin: 0 auto;
780
- width: 100%;
781
- }
782
- .errPage-container .text-jumbo[data-v-6bef0241] {
783
- font-size: 60px;
784
- font-weight: 700;
785
- color: #484848;
786
- }
787
- .errPage-container .list-unstyled[data-v-6bef0241] {
788
- font-size: 14px;
789
- }
790
- .errPage-container .list-unstyled li[data-v-6bef0241] {
791
- padding-bottom: 5px;
792
- }
793
- .errPage-container .list-unstyled a[data-v-6bef0241] {
794
- color: #008489;
795
- text-decoration: none;
796
- }
797
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
798
- text-decoration: underline;
799
- }.row-form-item[data-v-4b5a56cc] {
800
- width: 50%;
801
- }.super-icon[data-v-875fd31c] {
802
- width: 1em;
803
- height: 1em;
804
- font-size: 14px;
805
763
  }
806
764
  .organization-tree,
807
765
  .organization-tree .el-checkbox__label,
@@ -860,7 +818,11 @@ iframe.tab-main-content[data-v-3c90505e] {
860
818
  .organization-tree .dept-path .breadcrumb-label-link {
861
819
  color: #409eff;
862
820
  }
863
-
821
+ .super-icon[data-v-875fd31c] {
822
+ width: 1em;
823
+ height: 1em;
824
+ font-size: 14px;
825
+ }
864
826
  .organization-tree,
865
827
  .organization-tree .el-checkbox__label,
866
828
  .organization-tree .el-breadcrumb__inner,
@@ -918,13 +880,9 @@ iframe.tab-main-content[data-v-3c90505e] {
918
880
  .organization-tree .dept-path .breadcrumb-label-link {
919
881
  color: #409eff;
920
882
  }
921
-
922
- .graphDiv[data-v-a936569d] {
923
- overflow: auto;
924
- height: 100%;
925
- height: calc(100vh - 20px);
926
- }
927
-
883
+ .row-form-item[data-v-4b5a56cc] {
884
+ width: 50%;
885
+ }
928
886
  .organization-tree,
929
887
  .organization-tree .el-checkbox__label,
930
888
  .organization-tree .el-breadcrumb__inner,
@@ -982,7 +940,43 @@ iframe.tab-main-content[data-v-3c90505e] {
982
940
  .organization-tree .dept-path .breadcrumb-label-link {
983
941
  color: #409eff;
984
942
  }
985
- .app-wrapper[data-v-5c0a6bf6] {
943
+ .errPage-container[data-v-6bef0241] {
944
+ width: 800px;
945
+ max-width: 100%;
946
+ margin: 100px auto;
947
+ }
948
+ .errPage-container .pan-back-btn[data-v-6bef0241] {
949
+ background: #008489;
950
+ color: #fff;
951
+ border: none !important;
952
+ }
953
+ .errPage-container .pan-gif[data-v-6bef0241] {
954
+ margin: 0 auto;
955
+ display: block;
956
+ }
957
+ .errPage-container .pan-img[data-v-6bef0241] {
958
+ display: block;
959
+ margin: 0 auto;
960
+ width: 100%;
961
+ }
962
+ .errPage-container .text-jumbo[data-v-6bef0241] {
963
+ font-size: 60px;
964
+ font-weight: 700;
965
+ color: #484848;
966
+ }
967
+ .errPage-container .list-unstyled[data-v-6bef0241] {
968
+ font-size: 14px;
969
+ }
970
+ .errPage-container .list-unstyled li[data-v-6bef0241] {
971
+ padding-bottom: 5px;
972
+ }
973
+ .errPage-container .list-unstyled a[data-v-6bef0241] {
974
+ color: #008489;
975
+ text-decoration: none;
976
+ }
977
+ .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
978
+ text-decoration: underline;
979
+ }.app-wrapper[data-v-5c0a6bf6] {
986
980
  position: relative;
987
981
  height: 100%;
988
982
  width: 100%;
@@ -999,50 +993,56 @@ iframe.tab-main-content[data-v-3c90505e] {
999
993
  height: 100%;
1000
994
  position: absolute;
1001
995
  z-index: 999;
1002
- }iframe[data-v-20dccb82] {
996
+ }
997
+ .graphDiv[data-v-a936569d] {
998
+ overflow: auto;
999
+ height: 100%;
1000
+ height: calc(100vh - 20px);
1001
+ }
1002
+ iframe[data-v-20dccb82] {
1003
1003
  width: 100%;
1004
1004
  height: calc(100vh - 50px);
1005
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
1005
+ }.smb-sidebar-menu-item[data-v-da857302] {
1006
1006
  position: relative;
1007
1007
  --el-menu-item-height: 45px;
1008
1008
  --el-menu-sub-item-height: 45px;
1009
1009
  }
1010
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1010
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1011
1011
  padding: 0 !important;
1012
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)) {
1013
+ .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)) {
1014
1014
  display: flex;
1015
1015
  flex-direction: row;
1016
1016
  }
1017
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1017
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1018
1018
  display: flex;
1019
1019
  flex-direction: row;
1020
1020
  padding: 0 !important;
1021
1021
  }
1022
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1022
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1023
1023
  display: flex;
1024
1024
  align-items: center;
1025
1025
  justify-content: center;
1026
1026
  width: var(--admin-layout-left-menu-collapse, 54px);
1027
1027
  font-size: 16px;
1028
1028
  }
1029
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1029
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1030
1030
  width: 20px;
1031
1031
  }
1032
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1032
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1033
1033
  flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1034
1034
  overflow: hidden;
1035
1035
  white-space: nowrap;
1036
1036
  overflow: hidden;
1037
1037
  text-overflow: ellipsis;
1038
1038
  }
1039
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1039
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1040
1040
  overflow: hidden;
1041
1041
  white-space: nowrap;
1042
1042
  overflow: hidden;
1043
1043
  text-overflow: ellipsis;
1044
1044
  }
1045
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1045
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1046
1046
  flex: 0 0 calc(100% - 20px - 20px);
1047
1047
  }.app-main[data-v-2d98e845] {
1048
1048
  padding: var(--app-main-padding, 15px);
@@ -1054,49 +1054,59 @@ iframe.tab-main-content[data-v-3c90505e] {
1054
1054
  max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1055
1055
  height: calc(100vh - var(--app-main-padding, 15px) * 2);
1056
1056
  overflow: auto;
1057
- }.smb-sidebar-menu-item[data-v-da857302] {
1057
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
1058
1058
  position: relative;
1059
1059
  --el-menu-item-height: 45px;
1060
1060
  --el-menu-sub-item-height: 45px;
1061
1061
  }
1062
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1062
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1063
1063
  padding: 0 !important;
1064
1064
  }
1065
- .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)) {
1065
+ .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)) {
1066
1066
  display: flex;
1067
1067
  flex-direction: row;
1068
1068
  }
1069
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1069
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1070
1070
  display: flex;
1071
1071
  flex-direction: row;
1072
1072
  padding: 0 !important;
1073
1073
  }
1074
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1074
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1075
1075
  display: flex;
1076
1076
  align-items: center;
1077
1077
  justify-content: center;
1078
1078
  width: var(--admin-layout-left-menu-collapse, 54px);
1079
1079
  font-size: 16px;
1080
1080
  }
1081
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1081
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1082
1082
  width: 20px;
1083
1083
  }
1084
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1084
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1085
1085
  flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1086
1086
  overflow: hidden;
1087
1087
  white-space: nowrap;
1088
1088
  overflow: hidden;
1089
1089
  text-overflow: ellipsis;
1090
1090
  }
1091
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1091
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1092
1092
  overflow: hidden;
1093
1093
  white-space: nowrap;
1094
1094
  overflow: hidden;
1095
1095
  text-overflow: ellipsis;
1096
1096
  }
1097
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1097
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1098
1098
  flex: 0 0 calc(100% - 20px - 20px);
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 {
1099
+ }
1100
+ .searchResult {
1101
+ color: red;
1102
+ }
1103
+ .inline-select-custom {
1104
+ width: 100px;
1105
+ }
1106
+ .inline-input-custom {
1107
+ width: 98%;
1108
+ }
1109
+ [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 {
1100
1110
  user-select: text !important;
1101
1111
  -webkit-user-select: text !important;
1102
1112
  -moz-user-select: text !important;
@@ -1315,16 +1325,6 @@ iframe.tab-main-content[data-v-3c90505e] {
1315
1325
  margin: 5px 0;
1316
1326
  }
1317
1327
 
1318
- .searchResult {
1319
- color: red;
1320
- }
1321
- .inline-select-custom {
1322
- width: 100px;
1323
- }
1324
- .inline-input-custom {
1325
- width: 98%;
1326
- }
1327
-
1328
1328
  .ab-date-range[data-v-2aeaa81d] {
1329
1329
  display: flex;
1330
1330
  align-items: center;
@@ -1376,16 +1376,6 @@ iframe.tab-main-content[data-v-3c90505e] {
1376
1376
  min-width: 300px;
1377
1377
  }
1378
1378
 
1379
- .searchResult {
1380
- color: red;
1381
- }
1382
- .inline-select-custom {
1383
- width: 100px;
1384
- }
1385
- .inline-input-custom {
1386
- width: 98%;
1387
- }
1388
-
1389
1379
  .searchResult {
1390
1380
  color: red;
1391
1381
  }
@@ -1395,16 +1385,6 @@ iframe.tab-main-content[data-v-3c90505e] {
1395
1385
  .el-autocomplete-suggestion.el-popper {
1396
1386
  min-width: 300px;
1397
1387
  }
1398
-
1399
- .searchResult {
1400
- color: red;
1401
- }
1402
- .inline-input-custom {
1403
- width: 100% !important;
1404
- }
1405
- .el-autocomplete-suggestion.el-popper {
1406
- min-width: 300px;
1407
- }
1408
1388
  .normal-column-header[data-v-562b2e0d] {
1409
1389
  display: inline-flex;
1410
1390
  vertical-align: middle;
@@ -1414,12 +1394,22 @@ iframe.tab-main-content[data-v-3c90505e] {
1414
1394
  color: var(--el-color-primary);
1415
1395
  cursor: pointer;
1416
1396
  }
1417
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1418
- margin-bottom: 0px;
1419
- }
1420
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1421
- margin-bottom: 5px;
1422
- text-align: center;
1397
+ .searchResult {
1398
+ color: red;
1399
+ }
1400
+ .inline-input-custom {
1401
+ width: 100% !important;
1402
+ }
1403
+ .el-autocomplete-suggestion.el-popper {
1404
+ min-width: 300px;
1405
+ }
1406
+
1407
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1408
+ margin-bottom: 0px;
1409
+ }
1410
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1411
+ margin-bottom: 5px;
1412
+ text-align: center;
1423
1413
  }
1424
1414
  .grid-search-form[data-v-8ae4e3f5] .el-select,
1425
1415
  .grid-search-form[data-v-8ae4e3f5] .customComponent {
@@ -1529,6 +1519,16 @@ li[data-v-040fcf55] {
1529
1519
  width: 98%;
1530
1520
  }
1531
1521
 
1522
+ .searchResult {
1523
+ color: red;
1524
+ }
1525
+ .inline-select-custom {
1526
+ width: 100px;
1527
+ }
1528
+ .inline-input-custom {
1529
+ width: 98%;
1530
+ }
1531
+
1532
1532
  .grid-search-form[data-v-04817310] {
1533
1533
  overflow: auto;
1534
1534
  }
@@ -1605,10 +1605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1605
1605
  .default-page-tip-item {
1606
1606
  padding-top: 10px;
1607
1607
  }
1608
- [data-v-455b2ba2] .super-icon {
1609
- width: 20px !important;
1610
- height: 20px !important;
1611
- }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1608
+ .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1612
1609
  background-color: #eee;
1613
1610
  width: 100%;
1614
1611
  border: 1px solid #ccc;
@@ -1630,6 +1627,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1627
  }[data-v-0fb85d6e] .super-icon {
1631
1628
  width: 20px !important;
1632
1629
  height: 20px !important;
1630
+ }[data-v-455b2ba2] .super-icon {
1631
+ width: 20px !important;
1632
+ height: 20px !important;
1633
1633
  }
1634
1634
  .searchResult {
1635
1635
  color: red;
@@ -1770,45 +1770,42 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1770
1770
  background-color: #ffffff;
1771
1771
  width: 50%;
1772
1772
  height: 40px;
1773
- }.el-button > span[data-v-5bb8bf7f] {
1774
- font-size: 12px;
1773
+ }.smb-sidebar-menu-item[data-v-74b8f009] {
1774
+ position: relative;
1775
+ --el-menu-item-height: 45px;
1776
+ --el-menu-sub-item-height: 45px;
1775
1777
  }
1776
- .fs-upload-tag[data-v-5bb8bf7f] {
1777
- border: 1px solid #dcdfe6;
1778
- padding: 4px 8px;
1779
- background-clip: padding-box;
1780
- overflow: hidden;
1781
- display: inline-flex;
1778
+ .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
1779
+ padding: 0 !important;
1780
+ }
1781
+ .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
1782
+ display: flex;
1783
+ flex-direction: row;
1784
+ }
1785
+ .smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
1786
+ display: flex;
1787
+ flex-direction: row;
1788
+ padding: 0 !important;
1789
+ }
1790
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
1791
+ display: flex;
1782
1792
  align-items: center;
1793
+ justify-content: center;
1794
+ width: var(--admin-layout-left-menu-collapse, 54px);
1795
+ font-size: 16px;
1783
1796
  }
1784
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1785
- margin-right: 18px;
1786
- max-width: 160px;
1797
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
1798
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1787
1799
  overflow: hidden;
1788
- text-overflow: ellipsis;
1789
1800
  white-space: nowrap;
1790
- }
1791
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1792
- font-weight: 600;
1793
- margin-left: 4px;
1794
- }.fs-upload-tag[data-v-e5cde7de] {
1795
- border: 1px solid #dcdfe6;
1796
- padding: 4px 8px;
1797
- background-clip: padding-box;
1798
1801
  overflow: hidden;
1799
- display: inline-flex;
1800
- align-items: center;
1802
+ text-overflow: ellipsis;
1801
1803
  }
1802
- .fs-upload-tag-text[data-v-e5cde7de] {
1803
- margin-right: 18px;
1804
- max-width: 160px;
1804
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
1805
1805
  overflow: hidden;
1806
- text-overflow: ellipsis;
1807
1806
  white-space: nowrap;
1808
- }
1809
- .fs-upload-tag-percent[data-v-e5cde7de] {
1810
- font-weight: 600;
1811
- margin-left: 4px;
1807
+ overflow: hidden;
1808
+ text-overflow: ellipsis;
1812
1809
  }[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 {
1813
1810
  user-select: text !important;
1814
1811
  -webkit-user-select: text !important;
@@ -1998,6 +1995,22 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1998
1995
  padding: 0;
1999
1996
  }
2000
1997
 
1998
+ .additional-data-tag[data-v-7aaab83c] {
1999
+ display: flex;
2000
+ align-items: center;
2001
+ flex-shrink: 0;
2002
+ min-width: max-content;
2003
+ margin-left: auto;
2004
+ gap: 10px;
2005
+ }
2006
+ .additional-data-button[data-v-7aaab83c] {
2007
+ display: flex;
2008
+ align-items: center;
2009
+ justify-content: center;
2010
+ margin-top: 10px;
2011
+ gap: 10px;
2012
+ }
2013
+
2001
2014
  .footer-wrapper[data-v-ffbde6f9] {
2002
2015
  display: flex;
2003
2016
  align-items: center;
@@ -2018,61 +2031,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2018
2031
  margin-left: 0;
2019
2032
  }
2020
2033
  }
2021
- .smb-sidebar-menu-item[data-v-74b8f009] {
2022
- position: relative;
2023
- --el-menu-item-height: 45px;
2024
- --el-menu-sub-item-height: 45px;
2025
- }
2026
- .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
2027
- padding: 0 !important;
2028
- }
2029
- .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
2030
- display: flex;
2031
- flex-direction: row;
2032
- }
2033
- .smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
2034
- display: flex;
2035
- flex-direction: row;
2036
- padding: 0 !important;
2037
- }
2038
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
2039
- display: flex;
2040
- align-items: center;
2041
- justify-content: center;
2042
- width: var(--admin-layout-left-menu-collapse, 54px);
2043
- font-size: 16px;
2044
- }
2045
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
2046
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
2047
- overflow: hidden;
2048
- white-space: nowrap;
2049
- overflow: hidden;
2050
- text-overflow: ellipsis;
2051
- }
2052
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
2053
- overflow: hidden;
2054
- white-space: nowrap;
2055
- overflow: hidden;
2056
- text-overflow: ellipsis;
2057
- }[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 {
2034
+ [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 {
2058
2035
  user-select: text !important;
2059
2036
  -webkit-user-select: text !important;
2060
2037
  -moz-user-select: text !important;
2061
2038
  -ms-user-select: text !important;
2062
2039
  }
2063
- .slide-up-enter-active[data-v-45fbaf17],
2064
- .slide-up-leave-active[data-v-45fbaf17] {
2040
+ .slide-up-enter-active[data-v-e9aa835d],
2041
+ .slide-up-leave-active[data-v-e9aa835d] {
2065
2042
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2066
2043
  }
2067
- .slide-up-enter-from[data-v-45fbaf17],
2068
- .slide-up-leave-to[data-v-45fbaf17] {
2044
+ .slide-up-enter-from[data-v-e9aa835d],
2045
+ .slide-up-leave-to[data-v-e9aa835d] {
2069
2046
  transform: translateY(100%);
2070
2047
  }
2071
2048
 
2072
2049
  /**
2073
2050
  * 聊天窗口的样式设置
2074
2051
  */
2075
- .chat-container[data-v-45fbaf17] {
2052
+ .chat-container[data-v-e9aa835d] {
2076
2053
  --header-height: 56px;
2077
2054
  --chat-padding: 12px;
2078
2055
  --bubble-content-max-width: 0px;
@@ -2084,25 +2061,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2084
2061
  flex-direction: row; /* 横向排列 */
2085
2062
  height: 100%; /* 父容器高度 */
2086
2063
  }
2087
- .small-window[data-v-45fbaf17] {
2064
+ .small-window[data-v-e9aa835d] {
2088
2065
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2089
2066
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2090
2067
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2091
2068
  border-radius: 8px;
2092
2069
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2093
2070
  }
2094
- .full-screen[data-v-45fbaf17] {
2071
+ .full-screen[data-v-e9aa835d] {
2095
2072
  right: 0;
2096
2073
  bottom: 0;
2097
2074
  --main-content-height: calc(100vh - var(--header-height));
2098
2075
  }
2099
- .chat-container > *[data-v-45fbaf17] {
2076
+ .chat-container > *[data-v-e9aa835d] {
2100
2077
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2101
2078
  }
2102
2079
 
2103
2080
  /* 聊天窗口的头部样式设置
2104
2081
  */
2105
- .chat-embed__header_container[data-v-45fbaf17] {
2082
+ .chat-embed__header_container[data-v-e9aa835d] {
2106
2083
  /* border-bottom: 1px solid #ddd; */
2107
2084
  display: flex;
2108
2085
  align-items: center;
@@ -2112,7 +2089,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2112
2089
  overflow: hidden;
2113
2090
  position: relative;
2114
2091
  }
2115
- .session-subject[data-v-45fbaf17] {
2092
+ .session-subject[data-v-e9aa835d] {
2116
2093
  display: block;
2117
2094
  margin: 0 auto;
2118
2095
  text-align: center;
@@ -2127,17 +2104,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2127
2104
 
2128
2105
  /* 聊天窗口的头部图标样式设置
2129
2106
  */
2130
- .chat-embed__header_avatar[data-v-45fbaf17] {
2107
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2131
2108
  margin-left: calc(var(--chat-padding) * 2);
2132
2109
  margin-right: var(--chat-padding);
2133
2110
  }
2134
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2111
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2135
2112
  right: 20px;
2136
2113
  position: absolute;
2137
2114
  gap: 28px;
2138
2115
  display: flex;
2139
2116
  }
2140
- .chat-embed__sidebar[data-v-45fbaf17] {
2117
+ .chat-embed__sidebar[data-v-e9aa835d] {
2141
2118
  background: #f6f7fa;
2142
2119
  display: flex;
2143
2120
  flex-direction: column; /* 设置为上下排列 */
@@ -2146,7 +2123,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2146
2123
  width: 260px;
2147
2124
  height: 100%;
2148
2125
  }
2149
- .chat-embed__main[data-v-45fbaf17] {
2126
+ .chat-embed__main[data-v-e9aa835d] {
2150
2127
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2151
2128
  box-sizing: border-box;
2152
2129
  overflow: hidden;
@@ -2157,7 +2134,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2157
2134
  flex: 1; /* 聊天内容区域占据剩余空间 */
2158
2135
  overflow: hidden; /* 防止内容溢出 */
2159
2136
  }
2160
- .chat-embed__main_content[data-v-45fbaf17] {
2137
+ .chat-embed__main_content[data-v-e9aa835d] {
2161
2138
  flex: 1;
2162
2139
  box-sizing: border-box;
2163
2140
  min-height: 0;
@@ -2165,21 +2142,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2165
2142
  /* overflow-y: auto;
2166
2143
  margin-bottom: 12px; */
2167
2144
  }
2168
- .chat-embed__input_container[data-v-45fbaf17] {
2145
+ .chat-embed__input_container[data-v-e9aa835d] {
2169
2146
  flex-shrink: 0; /* 不允许收缩 */
2170
2147
  /* margin-bottom: 50px; 距离底部 */
2171
2148
  }
2172
- .header-icon[data-v-45fbaf17] {
2149
+ .header-icon[data-v-e9aa835d] {
2173
2150
  cursor: pointer;
2174
2151
  font-size: 20px;
2175
2152
  }
2176
2153
 
2177
2154
  /* 聊天默认推荐内容样式
2178
2155
  */
2179
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2156
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2180
2157
  margin-top: 5px;
2181
2158
  }
2182
- .content-container[data-v-45fbaf17] {
2159
+ .content-container[data-v-e9aa835d] {
2183
2160
  padding: 16px;
2184
2161
  border-radius: 4px;
2185
2162
  background: #ffffff;
@@ -2187,7 +2164,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2187
2164
  border-radius: 0px 30px 30px 30px;
2188
2165
  /* opacity: 0.6; */
2189
2166
  }
2190
- .chat-content-font[data-v-45fbaf17] {
2167
+ .chat-content-font[data-v-e9aa835d] {
2191
2168
  font-family: PingFang SC, PingFang SC;
2192
2169
  font-weight: 500;
2193
2170
  font-size: 16px;
@@ -2197,10 +2174,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2197
2174
  font-style: normal;
2198
2175
  text-transform: none;
2199
2176
  }
2200
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2177
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2201
2178
  border: none !important;
2202
2179
  }
2203
- .content-container-header[data-v-45fbaf17] {
2180
+ .content-container-header[data-v-e9aa835d] {
2204
2181
  font-size: 12px;
2205
2182
  color: #909399;
2206
2183
  }
@@ -2208,28 +2185,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2208
2185
  /**
2209
2186
  // 用户消息
2210
2187
  */
2211
- .content-borderless-container[data-v-45fbaf17] {
2188
+ .content-borderless-container[data-v-e9aa835d] {
2212
2189
  background: #e1ecfd;
2213
2190
  border-radius: 20px 0px 20px 20px;
2214
2191
  user-select: none;
2215
2192
  padding: 12px;
2216
2193
  cursor: pointer;
2217
2194
  transition: background-color 0.3s;
2218
- &[data-v-45fbaf17]:hover {
2195
+ &[data-v-e9aa835d]:hover {
2219
2196
  background-color: #ebeef5;
2220
2197
  }
2221
2198
  }
2222
- .footer-container[data-v-45fbaf17] {
2223
- [data-v-45fbaf17] .el-button + .el-button {
2199
+ .footer-container[data-v-e9aa835d] {
2200
+ [data-v-e9aa835d] .el-button + .el-button {
2224
2201
  margin-left: 8px;
2225
2202
  }
2226
2203
  }
2227
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2204
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2228
2205
  padding: 0;
2229
2206
  }
2230
2207
 
2231
2208
  /* 引用文件样式 */
2232
- .doc-agg-item[data-v-45fbaf17] {
2209
+ .doc-agg-item[data-v-e9aa835d] {
2233
2210
  width: 100%;
2234
2211
  padding: 10px;
2235
2212
  margin-bottom: 5px;
@@ -2239,28 +2216,46 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2239
2216
  font-size: 12px;
2240
2217
  color: var(--el-color-primary);
2241
2218
  }
2242
- .elx-xmarkdown-container[data-v-45fbaf17] {
2219
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2243
2220
  padding: 0;
2244
2221
  }
2245
- [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 {
2222
+ .fs-upload-tag[data-v-e5cde7de] {
2223
+ border: 1px solid #dcdfe6;
2224
+ padding: 4px 8px;
2225
+ background-clip: padding-box;
2226
+ overflow: hidden;
2227
+ display: inline-flex;
2228
+ align-items: center;
2229
+ }
2230
+ .fs-upload-tag-text[data-v-e5cde7de] {
2231
+ margin-right: 18px;
2232
+ max-width: 160px;
2233
+ overflow: hidden;
2234
+ text-overflow: ellipsis;
2235
+ white-space: nowrap;
2236
+ }
2237
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2238
+ font-weight: 600;
2239
+ margin-left: 4px;
2240
+ }[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 {
2246
2241
  user-select: text !important;
2247
2242
  -webkit-user-select: text !important;
2248
2243
  -moz-user-select: text !important;
2249
2244
  -ms-user-select: text !important;
2250
2245
  }
2251
- .slide-up-enter-active[data-v-0b0c189e],
2252
- .slide-up-leave-active[data-v-0b0c189e] {
2246
+ .slide-up-enter-active[data-v-45fbaf17],
2247
+ .slide-up-leave-active[data-v-45fbaf17] {
2253
2248
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2254
2249
  }
2255
- .slide-up-enter-from[data-v-0b0c189e],
2256
- .slide-up-leave-to[data-v-0b0c189e] {
2250
+ .slide-up-enter-from[data-v-45fbaf17],
2251
+ .slide-up-leave-to[data-v-45fbaf17] {
2257
2252
  transform: translateY(100%);
2258
2253
  }
2259
2254
 
2260
2255
  /**
2261
2256
  * 聊天窗口的样式设置
2262
2257
  */
2263
- .chat-container[data-v-0b0c189e] {
2258
+ .chat-container[data-v-45fbaf17] {
2264
2259
  --header-height: 56px;
2265
2260
  --chat-padding: 12px;
2266
2261
  --bubble-content-max-width: 0px;
@@ -2272,25 +2267,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2272
2267
  flex-direction: row; /* 横向排列 */
2273
2268
  height: 100%; /* 父容器高度 */
2274
2269
  }
2275
- .small-window[data-v-0b0c189e] {
2270
+ .small-window[data-v-45fbaf17] {
2276
2271
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2277
2272
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2278
2273
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2279
2274
  border-radius: 8px;
2280
2275
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2281
2276
  }
2282
- .full-screen[data-v-0b0c189e] {
2277
+ .full-screen[data-v-45fbaf17] {
2283
2278
  right: 0;
2284
2279
  bottom: 0;
2285
2280
  --main-content-height: calc(100vh - var(--header-height));
2286
2281
  }
2287
- .chat-container > *[data-v-0b0c189e] {
2282
+ .chat-container > *[data-v-45fbaf17] {
2288
2283
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2289
2284
  }
2290
2285
 
2291
2286
  /* 聊天窗口的头部样式设置
2292
2287
  */
2293
- .chat-embed__header_container[data-v-0b0c189e] {
2288
+ .chat-embed__header_container[data-v-45fbaf17] {
2294
2289
  /* border-bottom: 1px solid #ddd; */
2295
2290
  display: flex;
2296
2291
  align-items: center;
@@ -2300,7 +2295,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2300
2295
  overflow: hidden;
2301
2296
  position: relative;
2302
2297
  }
2303
- .session-subject[data-v-0b0c189e] {
2298
+ .session-subject[data-v-45fbaf17] {
2304
2299
  display: block;
2305
2300
  margin: 0 auto;
2306
2301
  text-align: center;
@@ -2315,17 +2310,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2315
2310
 
2316
2311
  /* 聊天窗口的头部图标样式设置
2317
2312
  */
2318
- .chat-embed__header_avatar[data-v-0b0c189e] {
2313
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2319
2314
  margin-left: calc(var(--chat-padding) * 2);
2320
2315
  margin-right: var(--chat-padding);
2321
2316
  }
2322
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
2317
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2323
2318
  right: 20px;
2324
2319
  position: absolute;
2325
2320
  gap: 28px;
2326
2321
  display: flex;
2327
2322
  }
2328
- .chat-embed__sidebar[data-v-0b0c189e] {
2323
+ .chat-embed__sidebar[data-v-45fbaf17] {
2329
2324
  background: #f6f7fa;
2330
2325
  display: flex;
2331
2326
  flex-direction: column; /* 设置为上下排列 */
@@ -2334,7 +2329,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2334
2329
  width: 260px;
2335
2330
  height: 100%;
2336
2331
  }
2337
- .chat-embed__main[data-v-0b0c189e] {
2332
+ .chat-embed__main[data-v-45fbaf17] {
2338
2333
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2339
2334
  box-sizing: border-box;
2340
2335
  overflow: hidden;
@@ -2345,7 +2340,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2345
2340
  flex: 1; /* 聊天内容区域占据剩余空间 */
2346
2341
  overflow: hidden; /* 防止内容溢出 */
2347
2342
  }
2348
- .chat-embed__main_content[data-v-0b0c189e] {
2343
+ .chat-embed__main_content[data-v-45fbaf17] {
2349
2344
  flex: 1;
2350
2345
  box-sizing: border-box;
2351
2346
  min-height: 0;
@@ -2353,21 +2348,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2353
2348
  /* overflow-y: auto;
2354
2349
  margin-bottom: 12px; */
2355
2350
  }
2356
- .chat-embed__input_container[data-v-0b0c189e] {
2351
+ .chat-embed__input_container[data-v-45fbaf17] {
2357
2352
  flex-shrink: 0; /* 不允许收缩 */
2358
2353
  /* margin-bottom: 50px; 距离底部 */
2359
2354
  }
2360
- .header-icon[data-v-0b0c189e] {
2355
+ .header-icon[data-v-45fbaf17] {
2361
2356
  cursor: pointer;
2362
2357
  font-size: 20px;
2363
2358
  }
2364
2359
 
2365
2360
  /* 聊天默认推荐内容样式
2366
2361
  */
2367
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2362
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2368
2363
  margin-top: 5px;
2369
2364
  }
2370
- .content-container[data-v-0b0c189e] {
2365
+ .content-container[data-v-45fbaf17] {
2371
2366
  padding: 16px;
2372
2367
  border-radius: 4px;
2373
2368
  background: #ffffff;
@@ -2375,7 +2370,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2375
2370
  border-radius: 0px 30px 30px 30px;
2376
2371
  /* opacity: 0.6; */
2377
2372
  }
2378
- .chat-content-font[data-v-0b0c189e] {
2373
+ .chat-content-font[data-v-45fbaf17] {
2379
2374
  font-family: PingFang SC, PingFang SC;
2380
2375
  font-weight: 500;
2381
2376
  font-size: 16px;
@@ -2385,10 +2380,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2385
2380
  font-style: normal;
2386
2381
  text-transform: none;
2387
2382
  }
2388
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2383
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2389
2384
  border: none !important;
2390
2385
  }
2391
- .content-container-header[data-v-0b0c189e] {
2386
+ .content-container-header[data-v-45fbaf17] {
2392
2387
  font-size: 12px;
2393
2388
  color: #909399;
2394
2389
  }
@@ -2396,28 +2391,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2396
2391
  /**
2397
2392
  // 用户消息
2398
2393
  */
2399
- .content-borderless-container[data-v-0b0c189e] {
2394
+ .content-borderless-container[data-v-45fbaf17] {
2400
2395
  background: #e1ecfd;
2401
2396
  border-radius: 20px 0px 20px 20px;
2402
2397
  user-select: none;
2403
2398
  padding: 12px;
2404
2399
  cursor: pointer;
2405
2400
  transition: background-color 0.3s;
2406
- &[data-v-0b0c189e]:hover {
2401
+ &[data-v-45fbaf17]:hover {
2407
2402
  background-color: #ebeef5;
2408
2403
  }
2409
2404
  }
2410
- .footer-container[data-v-0b0c189e] {
2411
- [data-v-0b0c189e] .el-button + .el-button {
2405
+ .footer-container[data-v-45fbaf17] {
2406
+ [data-v-45fbaf17] .el-button + .el-button {
2412
2407
  margin-left: 8px;
2413
2408
  }
2414
2409
  }
2415
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2410
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2416
2411
  padding: 0;
2417
2412
  }
2418
2413
 
2419
2414
  /* 引用文件样式 */
2420
- .doc-agg-item[data-v-0b0c189e] {
2415
+ .doc-agg-item[data-v-45fbaf17] {
2421
2416
  width: 100%;
2422
2417
  padding: 10px;
2423
2418
  margin-bottom: 5px;
@@ -2427,118 +2422,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2427
2422
  font-size: 12px;
2428
2423
  color: var(--el-color-primary);
2429
2424
  }
2430
- .elx-xmarkdown-container[data-v-0b0c189e] {
2425
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2431
2426
  padding: 0;
2432
- }
2433
- h4[data-v-0b0c189e] {
2434
- font-size: 16px;
2435
- margin-top: 0px;
2436
- margin-bottom: 0px;
2437
- }
2438
- [data-v-0b0c189e] .el-divider--horizontal {
2439
- margin: 5px 0;
2440
- }
2441
- .sender-additional-data-tag[data-v-0b0c189e] {
2442
- display: flex;
2443
- align-items: center;
2444
- flex-shrink: 0;
2445
- min-width: max-content;
2446
- margin-left: auto;
2447
- gap: 10px;
2448
- }
2449
- .amb-color-iconfont[data-v-0b0c189e] {
2450
- display: inline-block;
2451
- width: 12px;
2452
- height: 12px;
2453
- background-repeat: no-repeat;
2454
- background-position: center;
2455
- background-size: 100%;
2456
- cursor: pointer;
2457
- }
2458
- .el-button + .el-button[data-v-0b0c189e] {
2459
- margin-left: 5px;
2460
- }
2461
- .header-self-wrap[data-v-0b0c189e] {
2462
- display: flex;
2463
- flex-direction: column;
2464
- padding: 16px;
2465
- }
2466
- [data-v-0b0c189e] .el-sender-header {
2467
- border-bottom-color: #ffffff !important;
2468
- }
2469
- [data-v-0b0c189e] .el-sender {
2470
- background: #ffffff !important;
2471
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2472
- border-radius: 30px 30px 30px 30px !important;
2473
- font-family: Noto Sans SC, Noto Sans SC;
2474
- font-weight: 400;
2475
- font-size: 16px;
2476
- color: #bbbbbb;
2477
- text-align: left;
2478
- font-style: normal;
2479
- text-transform: none;
2480
- }
2481
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2482
- font-family: Noto Sans SC, Noto Sans SC !important;
2483
- font-weight: 400 !important;
2484
- font-size: 16px !important;
2485
- line-height: 21px !important;
2486
- font-style: normal !important;
2487
- text-transform: none !important;
2488
- }
2489
- [data-v-0b0c189e] .el-sender-content {
2490
- padding: 16px !important;
2491
- }
2492
- [data-v-0b0c189e] .el-select__wrapper {
2493
- border-radius: 100px 100px 100px 100px;
2494
- border: 1px solid #dcdfe6;
2495
- }
2496
- .ai-generate-tip[data-v-0b0c189e] {
2497
- padding: 12px;
2498
- font-family: PingFang SC, PingFang SC;
2499
- font-weight: 400;
2500
- font-size: 14px;
2501
- color: #808080;
2502
- line-height: 21px;
2503
- font-style: normal;
2504
- text-align: center;
2505
- }
2506
- .el-button.is-circle[data-v-0b0c189e] {
2507
- border-radius: 50% !important;
2508
- padding: 8px;
2509
- width: 32px;
2510
- }
2511
- .send-icon[data-v-0b0c189e] {
2512
- cursor: pointer;
2513
- }
2514
- .el-divider--vertical[data-v-0b0c189e] {
2515
- margin: 0 0;
2516
- }
2517
- .home-chart-iframe[data-v-873e1ba1] {
2427
+ }
2428
+
2429
+ .home-chart-iframe[data-v-b9f40acf] {
2518
2430
  width: 100%;
2519
2431
  height: 100%;
2520
2432
  border: none;
2521
2433
  opacity: 1;
2522
2434
  }
2523
- [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 {
2435
+ [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 {
2524
2436
  user-select: text !important;
2525
2437
  -webkit-user-select: text !important;
2526
2438
  -moz-user-select: text !important;
2527
2439
  -ms-user-select: text !important;
2528
2440
  }
2529
- .slide-up-enter-active[data-v-e9aa835d],
2530
- .slide-up-leave-active[data-v-e9aa835d] {
2441
+ .slide-up-enter-active[data-v-1e62eff8],
2442
+ .slide-up-leave-active[data-v-1e62eff8] {
2531
2443
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2532
2444
  }
2533
- .slide-up-enter-from[data-v-e9aa835d],
2534
- .slide-up-leave-to[data-v-e9aa835d] {
2445
+ .slide-up-enter-from[data-v-1e62eff8],
2446
+ .slide-up-leave-to[data-v-1e62eff8] {
2535
2447
  transform: translateY(100%);
2536
2448
  }
2537
2449
 
2538
2450
  /**
2539
2451
  * 聊天窗口的样式设置
2540
2452
  */
2541
- .chat-container[data-v-e9aa835d] {
2453
+ .chat-container[data-v-1e62eff8] {
2542
2454
  --header-height: 56px;
2543
2455
  --chat-padding: 12px;
2544
2456
  --bubble-content-max-width: 0px;
@@ -2550,25 +2462,25 @@ h4[data-v-0b0c189e] {
2550
2462
  flex-direction: row; /* 横向排列 */
2551
2463
  height: 100%; /* 父容器高度 */
2552
2464
  }
2553
- .small-window[data-v-e9aa835d] {
2465
+ .small-window[data-v-1e62eff8] {
2554
2466
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2555
2467
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2556
2468
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2557
2469
  border-radius: 8px;
2558
2470
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2559
2471
  }
2560
- .full-screen[data-v-e9aa835d] {
2472
+ .full-screen[data-v-1e62eff8] {
2561
2473
  right: 0;
2562
2474
  bottom: 0;
2563
2475
  --main-content-height: calc(100vh - var(--header-height));
2564
2476
  }
2565
- .chat-container > *[data-v-e9aa835d] {
2477
+ .chat-container > *[data-v-1e62eff8] {
2566
2478
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2567
2479
  }
2568
2480
 
2569
2481
  /* 聊天窗口的头部样式设置
2570
2482
  */
2571
- .chat-embed__header_container[data-v-e9aa835d] {
2483
+ .chat-embed__header_container[data-v-1e62eff8] {
2572
2484
  /* border-bottom: 1px solid #ddd; */
2573
2485
  display: flex;
2574
2486
  align-items: center;
@@ -2578,7 +2490,7 @@ h4[data-v-0b0c189e] {
2578
2490
  overflow: hidden;
2579
2491
  position: relative;
2580
2492
  }
2581
- .session-subject[data-v-e9aa835d] {
2493
+ .session-subject[data-v-1e62eff8] {
2582
2494
  display: block;
2583
2495
  margin: 0 auto;
2584
2496
  text-align: center;
@@ -2593,17 +2505,17 @@ h4[data-v-0b0c189e] {
2593
2505
 
2594
2506
  /* 聊天窗口的头部图标样式设置
2595
2507
  */
2596
- .chat-embed__header_avatar[data-v-e9aa835d] {
2508
+ .chat-embed__header_avatar[data-v-1e62eff8] {
2597
2509
  margin-left: calc(var(--chat-padding) * 2);
2598
2510
  margin-right: var(--chat-padding);
2599
2511
  }
2600
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2512
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
2601
2513
  right: 20px;
2602
2514
  position: absolute;
2603
2515
  gap: 28px;
2604
2516
  display: flex;
2605
2517
  }
2606
- .chat-embed__sidebar[data-v-e9aa835d] {
2518
+ .chat-embed__sidebar[data-v-1e62eff8] {
2607
2519
  background: #f6f7fa;
2608
2520
  display: flex;
2609
2521
  flex-direction: column; /* 设置为上下排列 */
@@ -2612,7 +2524,7 @@ h4[data-v-0b0c189e] {
2612
2524
  width: 260px;
2613
2525
  height: 100%;
2614
2526
  }
2615
- .chat-embed__main[data-v-e9aa835d] {
2527
+ .chat-embed__main[data-v-1e62eff8] {
2616
2528
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2617
2529
  box-sizing: border-box;
2618
2530
  overflow: hidden;
@@ -2623,7 +2535,7 @@ h4[data-v-0b0c189e] {
2623
2535
  flex: 1; /* 聊天内容区域占据剩余空间 */
2624
2536
  overflow: hidden; /* 防止内容溢出 */
2625
2537
  }
2626
- .chat-embed__main_content[data-v-e9aa835d] {
2538
+ .chat-embed__main_content[data-v-1e62eff8] {
2627
2539
  flex: 1;
2628
2540
  box-sizing: border-box;
2629
2541
  min-height: 0;
@@ -2631,21 +2543,21 @@ h4[data-v-0b0c189e] {
2631
2543
  /* overflow-y: auto;
2632
2544
  margin-bottom: 12px; */
2633
2545
  }
2634
- .chat-embed__input_container[data-v-e9aa835d] {
2546
+ .chat-embed__input_container[data-v-1e62eff8] {
2635
2547
  flex-shrink: 0; /* 不允许收缩 */
2636
2548
  /* margin-bottom: 50px; 距离底部 */
2637
2549
  }
2638
- .header-icon[data-v-e9aa835d] {
2550
+ .header-icon[data-v-1e62eff8] {
2639
2551
  cursor: pointer;
2640
2552
  font-size: 20px;
2641
2553
  }
2642
2554
 
2643
2555
  /* 聊天默认推荐内容样式
2644
2556
  */
2645
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2557
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2646
2558
  margin-top: 5px;
2647
2559
  }
2648
- .content-container[data-v-e9aa835d] {
2560
+ .content-container[data-v-1e62eff8] {
2649
2561
  padding: 16px;
2650
2562
  border-radius: 4px;
2651
2563
  background: #ffffff;
@@ -2653,7 +2565,7 @@ h4[data-v-0b0c189e] {
2653
2565
  border-radius: 0px 30px 30px 30px;
2654
2566
  /* opacity: 0.6; */
2655
2567
  }
2656
- .chat-content-font[data-v-e9aa835d] {
2568
+ .chat-content-font[data-v-1e62eff8] {
2657
2569
  font-family: PingFang SC, PingFang SC;
2658
2570
  font-weight: 500;
2659
2571
  font-size: 16px;
@@ -2663,10 +2575,10 @@ h4[data-v-0b0c189e] {
2663
2575
  font-style: normal;
2664
2576
  text-transform: none;
2665
2577
  }
2666
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2578
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2667
2579
  border: none !important;
2668
2580
  }
2669
- .content-container-header[data-v-e9aa835d] {
2581
+ .content-container-header[data-v-1e62eff8] {
2670
2582
  font-size: 12px;
2671
2583
  color: #909399;
2672
2584
  }
@@ -2674,28 +2586,28 @@ h4[data-v-0b0c189e] {
2674
2586
  /**
2675
2587
  // 用户消息
2676
2588
  */
2677
- .content-borderless-container[data-v-e9aa835d] {
2589
+ .content-borderless-container[data-v-1e62eff8] {
2678
2590
  background: #e1ecfd;
2679
2591
  border-radius: 20px 0px 20px 20px;
2680
2592
  user-select: none;
2681
2593
  padding: 12px;
2682
2594
  cursor: pointer;
2683
2595
  transition: background-color 0.3s;
2684
- &[data-v-e9aa835d]:hover {
2596
+ &[data-v-1e62eff8]:hover {
2685
2597
  background-color: #ebeef5;
2686
2598
  }
2687
2599
  }
2688
- .footer-container[data-v-e9aa835d] {
2689
- [data-v-e9aa835d] .el-button + .el-button {
2600
+ .footer-container[data-v-1e62eff8] {
2601
+ [data-v-1e62eff8] .el-button + .el-button {
2690
2602
  margin-left: 8px;
2691
2603
  }
2692
2604
  }
2693
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2605
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2694
2606
  padding: 0;
2695
2607
  }
2696
2608
 
2697
2609
  /* 引用文件样式 */
2698
- .doc-agg-item[data-v-e9aa835d] {
2610
+ .doc-agg-item[data-v-1e62eff8] {
2699
2611
  width: 100%;
2700
2612
  padding: 10px;
2701
2613
  margin-bottom: 5px;
@@ -2705,103 +2617,173 @@ h4[data-v-0b0c189e] {
2705
2617
  font-size: 12px;
2706
2618
  color: var(--el-color-primary);
2707
2619
  }
2708
- .elx-xmarkdown-container[data-v-e9aa835d] {
2620
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2709
2621
  padding: 0;
2710
- }
2711
-
2712
- .home-chart-iframe[data-v-73352a50] {
2713
- width: 100%;
2714
- height: 100%;
2715
- border: none;
2716
- opacity: 1;
2717
- }
2718
-
2719
- .additional-data-tag[data-v-7aaab83c] {
2622
+ }
2623
+ .flex-avatar[data-v-1e62eff8] {
2624
+ position: absolute;
2625
+ padding: 20px 36px;
2626
+ gap: 16px;
2720
2627
  display: flex;
2721
- align-items: center;
2722
- flex-shrink: 0;
2723
- min-width: max-content;
2724
- margin-left: auto;
2725
- gap: 10px;
2628
+ z-index: 1;
2726
2629
  }
2727
- .additional-data-button[data-v-7aaab83c] {
2630
+ .flex-function-icon[data-v-1e62eff8] {
2728
2631
  display: flex;
2729
- align-items: center;
2730
- justify-content: center;
2731
- margin-top: 10px;
2732
- gap: 10px;
2733
- }
2734
-
2735
- .home-chart-iframe[data-v-b9f40acf] {
2736
- width: 100%;
2737
- height: 100%;
2738
- border: none;
2739
- opacity: 1;
2740
- }
2741
- .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2742
- margin-right: 5px;
2632
+ height: 40px;
2633
+ padding: 10px 14px;
2634
+ gap: 14px;
2635
+ border-radius: 100px 100px 100px 100px;
2636
+ border: 1px solid #e5e5e5;
2637
+ width: 82px;
2638
+ font-size: 20px;
2743
2639
  }
2744
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2745
- margin-left: 5px;
2640
+ .sidebar-header[data-v-1e62eff8] {
2641
+ display: flex; /* 设置为水平排列 */
2642
+ align-items: center; /* 垂直居中 */
2643
+ margin-bottom: 22px;
2644
+ font-size: 20px;
2746
2645
  }
2747
- .svg-icon[data-v-019891df] {
2748
- width: 1.2em;
2749
- height: 1.2em;
2750
- vertical-align: -0.25em;
2751
- fill: currentColor;
2752
- overflow: initial;
2753
- }
2754
- [data-v-90635647] .el-range-separator {
2755
- min-width: 20px;
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;
2646
+ .sidebar-header > span[data-v-1e62eff8] {
2647
+ font-family: PingFang SC, PingFang SC;
2648
+ font-weight: 600;
2649
+ font-size: 16px;
2650
+ color: #181818;
2651
+ text-align: left;
2652
+ font-style: normal;
2653
+ text-transform: none;
2761
2654
  }
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);
2655
+ .right-icon[data-v-1e62eff8] {
2656
+ cursor: pointer;
2657
+ margin-left: auto;
2765
2658
  }
2766
- .slide-up-enter-from[data-v-1e62eff8],
2767
- .slide-up-leave-to[data-v-1e62eff8] {
2768
- transform: translateY(100%);
2769
- }
2770
-
2771
- /**
2772
- * 聊天窗口的样式设置
2773
- */
2774
- .chat-container[data-v-1e62eff8] {
2775
- --header-height: 56px;
2776
- --chat-padding: 12px;
2777
- --bubble-content-max-width: 0px;
2778
- position: fixed;
2779
- background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2780
-
2781
- overflow: hidden;
2659
+ .shousuo-icon[data-v-1e62eff8] {
2660
+ cursor: pointer;
2661
+ }
2662
+ .sidebar-menu[data-v-1e62eff8] {
2663
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2664
+ margin-bottom: 10px;
2665
+ }
2666
+ .scrollbar-container[data-v-1e62eff8] {
2667
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2668
+ overflow-y: auto; /* 添加垂直滚动条 */
2669
+ margin-bottom: 10px;
2670
+ }
2671
+ .new-session-button[data-v-1e62eff8] {
2672
+ flex-shrink: 0; /* 固定高度,位于底部 */
2673
+ margin-top: 10px;
2674
+ margin-bottom: 20px;
2675
+ }
2676
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2677
+ background-color: #ffffff;
2678
+ }
2679
+ .date-group[data-v-1e62eff8] {
2680
+ margin-top: 16px;
2681
+ }
2682
+ .date-group-item[data-v-1e62eff8] {
2683
+ color: #81858c;
2684
+ font-size: 12px;
2685
+ user-select: none;
2686
+ margin-bottom: 2px;
2687
+ padding-left: calc(var(--chat-padding) * 2);
2688
+ }
2689
+ .menu-item[data-v-1e62eff8] {
2690
+ padding: 0px calc(var(--chat-padding) * 2);
2691
+ font-size: 16px;
2692
+ line-height: 50px;
2693
+ cursor: pointer;
2694
+ gap: 8px;
2695
+ border-radius: 8px;
2696
+ display: flex;
2697
+ align-items: center;
2698
+ }
2699
+ .active-item[data-v-1e62eff8] {
2700
+ background: #e2ebf5;
2701
+ color: var(--el-color-primary);
2702
+ }
2703
+ .history-item[data-v-1e62eff8] {
2704
+ padding: 0px calc(var(--chat-padding) * 2);
2705
+ cursor: pointer;
2706
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2707
+ align-items: center; /* 垂直居中 */
2708
+ line-height: 40px;
2709
+ gap: 8px;
2710
+ border-radius: 8px;
2711
+ }
2712
+ .history-subject[data-v-1e62eff8] {
2713
+ flex-grow: 1; /* 占据剩余空间 */
2714
+ overflow: hidden; /* 超出部分隐藏 */
2715
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2716
+ white-space: nowrap; /* 不换行 */
2717
+ }
2718
+ .dropdown-right[data-v-1e62eff8] {
2719
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2720
+ }
2721
+ .history-item[data-v-1e62eff8]:hover {
2722
+ background-color: #f5f5f5;
2723
+ }
2724
+
2725
+ .home-chart-iframe[data-v-873e1ba1] {
2726
+ width: 100%;
2727
+ height: 100%;
2728
+ border: none;
2729
+ opacity: 1;
2730
+ }
2731
+
2732
+ .home-chart-iframe[data-v-73352a50] {
2733
+ width: 100%;
2734
+ height: 100%;
2735
+ border: none;
2736
+ opacity: 1;
2737
+ }
2738
+ [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 {
2739
+ user-select: text !important;
2740
+ -webkit-user-select: text !important;
2741
+ -moz-user-select: text !important;
2742
+ -ms-user-select: text !important;
2743
+ }
2744
+ .slide-up-enter-active[data-v-0b0c189e],
2745
+ .slide-up-leave-active[data-v-0b0c189e] {
2746
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2747
+ }
2748
+ .slide-up-enter-from[data-v-0b0c189e],
2749
+ .slide-up-leave-to[data-v-0b0c189e] {
2750
+ transform: translateY(100%);
2751
+ }
2752
+
2753
+ /**
2754
+ * 聊天窗口的样式设置
2755
+ */
2756
+ .chat-container[data-v-0b0c189e] {
2757
+ --header-height: 56px;
2758
+ --chat-padding: 12px;
2759
+ --bubble-content-max-width: 0px;
2760
+ position: fixed;
2761
+ background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2762
+
2763
+ overflow: hidden;
2782
2764
  z-index: 100;
2783
2765
  flex-direction: row; /* 横向排列 */
2784
2766
  height: 100%; /* 父容器高度 */
2785
2767
  }
2786
- .small-window[data-v-1e62eff8] {
2768
+ .small-window[data-v-0b0c189e] {
2787
2769
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2788
2770
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2789
2771
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2790
2772
  border-radius: 8px;
2791
2773
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2792
2774
  }
2793
- .full-screen[data-v-1e62eff8] {
2775
+ .full-screen[data-v-0b0c189e] {
2794
2776
  right: 0;
2795
2777
  bottom: 0;
2796
2778
  --main-content-height: calc(100vh - var(--header-height));
2797
2779
  }
2798
- .chat-container > *[data-v-1e62eff8] {
2780
+ .chat-container > *[data-v-0b0c189e] {
2799
2781
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2800
2782
  }
2801
2783
 
2802
2784
  /* 聊天窗口的头部样式设置
2803
2785
  */
2804
- .chat-embed__header_container[data-v-1e62eff8] {
2786
+ .chat-embed__header_container[data-v-0b0c189e] {
2805
2787
  /* border-bottom: 1px solid #ddd; */
2806
2788
  display: flex;
2807
2789
  align-items: center;
@@ -2811,7 +2793,7 @@ h4[data-v-0b0c189e] {
2811
2793
  overflow: hidden;
2812
2794
  position: relative;
2813
2795
  }
2814
- .session-subject[data-v-1e62eff8] {
2796
+ .session-subject[data-v-0b0c189e] {
2815
2797
  display: block;
2816
2798
  margin: 0 auto;
2817
2799
  text-align: center;
@@ -2826,17 +2808,17 @@ h4[data-v-0b0c189e] {
2826
2808
 
2827
2809
  /* 聊天窗口的头部图标样式设置
2828
2810
  */
2829
- .chat-embed__header_avatar[data-v-1e62eff8] {
2811
+ .chat-embed__header_avatar[data-v-0b0c189e] {
2830
2812
  margin-left: calc(var(--chat-padding) * 2);
2831
2813
  margin-right: var(--chat-padding);
2832
2814
  }
2833
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2815
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
2834
2816
  right: 20px;
2835
2817
  position: absolute;
2836
2818
  gap: 28px;
2837
2819
  display: flex;
2838
2820
  }
2839
- .chat-embed__sidebar[data-v-1e62eff8] {
2821
+ .chat-embed__sidebar[data-v-0b0c189e] {
2840
2822
  background: #f6f7fa;
2841
2823
  display: flex;
2842
2824
  flex-direction: column; /* 设置为上下排列 */
@@ -2845,7 +2827,7 @@ h4[data-v-0b0c189e] {
2845
2827
  width: 260px;
2846
2828
  height: 100%;
2847
2829
  }
2848
- .chat-embed__main[data-v-1e62eff8] {
2830
+ .chat-embed__main[data-v-0b0c189e] {
2849
2831
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2850
2832
  box-sizing: border-box;
2851
2833
  overflow: hidden;
@@ -2856,7 +2838,7 @@ h4[data-v-0b0c189e] {
2856
2838
  flex: 1; /* 聊天内容区域占据剩余空间 */
2857
2839
  overflow: hidden; /* 防止内容溢出 */
2858
2840
  }
2859
- .chat-embed__main_content[data-v-1e62eff8] {
2841
+ .chat-embed__main_content[data-v-0b0c189e] {
2860
2842
  flex: 1;
2861
2843
  box-sizing: border-box;
2862
2844
  min-height: 0;
@@ -2864,21 +2846,21 @@ h4[data-v-0b0c189e] {
2864
2846
  /* overflow-y: auto;
2865
2847
  margin-bottom: 12px; */
2866
2848
  }
2867
- .chat-embed__input_container[data-v-1e62eff8] {
2849
+ .chat-embed__input_container[data-v-0b0c189e] {
2868
2850
  flex-shrink: 0; /* 不允许收缩 */
2869
2851
  /* margin-bottom: 50px; 距离底部 */
2870
2852
  }
2871
- .header-icon[data-v-1e62eff8] {
2853
+ .header-icon[data-v-0b0c189e] {
2872
2854
  cursor: pointer;
2873
2855
  font-size: 20px;
2874
2856
  }
2875
2857
 
2876
2858
  /* 聊天默认推荐内容样式
2877
2859
  */
2878
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2860
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2879
2861
  margin-top: 5px;
2880
2862
  }
2881
- .content-container[data-v-1e62eff8] {
2863
+ .content-container[data-v-0b0c189e] {
2882
2864
  padding: 16px;
2883
2865
  border-radius: 4px;
2884
2866
  background: #ffffff;
@@ -2886,7 +2868,7 @@ h4[data-v-0b0c189e] {
2886
2868
  border-radius: 0px 30px 30px 30px;
2887
2869
  /* opacity: 0.6; */
2888
2870
  }
2889
- .chat-content-font[data-v-1e62eff8] {
2871
+ .chat-content-font[data-v-0b0c189e] {
2890
2872
  font-family: PingFang SC, PingFang SC;
2891
2873
  font-weight: 500;
2892
2874
  font-size: 16px;
@@ -2896,10 +2878,10 @@ h4[data-v-0b0c189e] {
2896
2878
  font-style: normal;
2897
2879
  text-transform: none;
2898
2880
  }
2899
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2881
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2900
2882
  border: none !important;
2901
2883
  }
2902
- .content-container-header[data-v-1e62eff8] {
2884
+ .content-container-header[data-v-0b0c189e] {
2903
2885
  font-size: 12px;
2904
2886
  color: #909399;
2905
2887
  }
@@ -2907,28 +2889,28 @@ h4[data-v-0b0c189e] {
2907
2889
  /**
2908
2890
  // 用户消息
2909
2891
  */
2910
- .content-borderless-container[data-v-1e62eff8] {
2892
+ .content-borderless-container[data-v-0b0c189e] {
2911
2893
  background: #e1ecfd;
2912
2894
  border-radius: 20px 0px 20px 20px;
2913
2895
  user-select: none;
2914
2896
  padding: 12px;
2915
2897
  cursor: pointer;
2916
2898
  transition: background-color 0.3s;
2917
- &[data-v-1e62eff8]:hover {
2899
+ &[data-v-0b0c189e]:hover {
2918
2900
  background-color: #ebeef5;
2919
2901
  }
2920
2902
  }
2921
- .footer-container[data-v-1e62eff8] {
2922
- [data-v-1e62eff8] .el-button + .el-button {
2903
+ .footer-container[data-v-0b0c189e] {
2904
+ [data-v-0b0c189e] .el-button + .el-button {
2923
2905
  margin-left: 8px;
2924
2906
  }
2925
2907
  }
2926
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2908
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2927
2909
  padding: 0;
2928
2910
  }
2929
2911
 
2930
2912
  /* 引用文件样式 */
2931
- .doc-agg-item[data-v-1e62eff8] {
2913
+ .doc-agg-item[data-v-0b0c189e] {
2932
2914
  width: 100%;
2933
2915
  padding: 10px;
2934
2916
  margin-bottom: 5px;
@@ -2938,109 +2920,131 @@ h4[data-v-0b0c189e] {
2938
2920
  font-size: 12px;
2939
2921
  color: var(--el-color-primary);
2940
2922
  }
2941
- .elx-xmarkdown-container[data-v-1e62eff8] {
2923
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2942
2924
  padding: 0;
2943
2925
  }
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;
2926
+ h4[data-v-0b0c189e] {
2927
+ font-size: 16px;
2928
+ margin-top: 0px;
2929
+ margin-bottom: 0px;
2966
2930
  }
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;
2931
+ [data-v-0b0c189e] .el-divider--horizontal {
2932
+ margin: 5px 0;
2975
2933
  }
2976
- .right-icon[data-v-1e62eff8] {
2977
- cursor: pointer;
2934
+ .sender-additional-data-tag[data-v-0b0c189e] {
2935
+ display: flex;
2936
+ align-items: center;
2937
+ flex-shrink: 0;
2938
+ min-width: max-content;
2978
2939
  margin-left: auto;
2940
+ gap: 10px;
2979
2941
  }
2980
- .shousuo-icon[data-v-1e62eff8] {
2942
+ .amb-color-iconfont[data-v-0b0c189e] {
2943
+ display: inline-block;
2944
+ width: 12px;
2945
+ height: 12px;
2946
+ background-repeat: no-repeat;
2947
+ background-position: center;
2948
+ background-size: 100%;
2981
2949
  cursor: pointer;
2982
2950
  }
2983
- .sidebar-menu[data-v-1e62eff8] {
2984
- flex-shrink: 0; /* 固定高度,位于顶部 */
2985
- margin-bottom: 10px;
2951
+ .el-button + .el-button[data-v-0b0c189e] {
2952
+ margin-left: 5px;
2986
2953
  }
2987
- .scrollbar-container[data-v-1e62eff8] {
2988
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2989
- overflow-y: auto; /* 添加垂直滚动条 */
2990
- margin-bottom: 10px;
2954
+ .header-self-wrap[data-v-0b0c189e] {
2955
+ display: flex;
2956
+ flex-direction: column;
2957
+ padding: 16px;
2991
2958
  }
2992
- .new-session-button[data-v-1e62eff8] {
2993
- flex-shrink: 0; /* 固定高度,位于底部 */
2994
- margin-top: 10px;
2995
- margin-bottom: 20px;
2959
+ [data-v-0b0c189e] .el-sender-header {
2960
+ border-bottom-color: #ffffff !important;
2996
2961
  }
2997
- .sidebar-menu div[data-v-1e62eff8]:hover {
2998
- background-color: #ffffff;
2962
+ [data-v-0b0c189e] .el-sender {
2963
+ background: #ffffff !important;
2964
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2965
+ border-radius: 30px 30px 30px 30px !important;
2966
+ font-family: Noto Sans SC, Noto Sans SC;
2967
+ font-weight: 400;
2968
+ font-size: 16px;
2969
+ color: #bbbbbb;
2970
+ text-align: left;
2971
+ font-style: normal;
2972
+ text-transform: none;
2999
2973
  }
3000
- .date-group[data-v-1e62eff8] {
3001
- margin-top: 16px;
2974
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2975
+ font-family: Noto Sans SC, Noto Sans SC !important;
2976
+ font-weight: 400 !important;
2977
+ font-size: 16px !important;
2978
+ line-height: 21px !important;
2979
+ font-style: normal !important;
2980
+ text-transform: none !important;
3002
2981
  }
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);
2982
+ [data-v-0b0c189e] .el-sender-content {
2983
+ padding: 16px !important;
3009
2984
  }
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;
3018
- align-items: center;
2985
+ [data-v-0b0c189e] .el-select__wrapper {
2986
+ border-radius: 100px 100px 100px 100px;
2987
+ border: 1px solid #dcdfe6;
3019
2988
  }
3020
- .active-item[data-v-1e62eff8] {
3021
- background: #e2ebf5;
3022
- color: var(--el-color-primary);
2989
+ .ai-generate-tip[data-v-0b0c189e] {
2990
+ padding: 12px;
2991
+ font-family: PingFang SC, PingFang SC;
2992
+ font-weight: 400;
2993
+ font-size: 14px;
2994
+ color: #808080;
2995
+ line-height: 21px;
2996
+ font-style: normal;
2997
+ text-align: center;
3023
2998
  }
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;
2999
+ .el-button.is-circle[data-v-0b0c189e] {
3000
+ border-radius: 50% !important;
3001
+ padding: 8px;
3002
+ width: 32px;
3032
3003
  }
3033
- .history-subject[data-v-1e62eff8] {
3034
- flex-grow: 1; /* 占据剩余空间 */
3035
- overflow: hidden; /* 超出部分隐藏 */
3036
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3037
- white-space: nowrap; /* 不换行 */
3004
+ .send-icon[data-v-0b0c189e] {
3005
+ cursor: pointer;
3038
3006
  }
3039
- .dropdown-right[data-v-1e62eff8] {
3040
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3007
+ .el-divider--vertical[data-v-0b0c189e] {
3008
+ margin: 0 0;
3009
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
3010
+ margin-right: 5px;
3041
3011
  }
3042
- .history-item[data-v-1e62eff8]:hover {
3043
- background-color: #f5f5f5;
3012
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
3013
+ margin-left: 5px;
3014
+ }
3015
+ .svg-icon[data-v-019891df] {
3016
+ width: 1.2em;
3017
+ height: 1.2em;
3018
+ vertical-align: -0.25em;
3019
+ fill: currentColor;
3020
+ overflow: initial;
3021
+ }
3022
+ [data-v-90635647] .el-range-separator {
3023
+ min-width: 20px;
3024
+ }.el-button > span[data-v-5bb8bf7f] {
3025
+ font-size: 12px;
3026
+ }
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;
3033
+ align-items: center;
3034
+ }
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
+ }
3042
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
3043
+ font-weight: 600;
3044
+ margin-left: 4px;
3045
+ }
3046
+ .el-dialog__header[data-v-44f1d9d6] {
3047
+ padding-bottom: 0px;
3044
3048
  }
3045
3049
 
3046
3050
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
@@ -3065,10 +3069,6 @@ h4[data-v-0b0c189e] {
3065
3069
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3066
3070
  margin-left: 5px;
3067
3071
  }
3068
- .el-dialog__header[data-v-44f1d9d6] {
3069
- padding-bottom: 0px;
3070
- }
3071
-
3072
3072
  .file-name-container[data-v-adb74276] {
3073
3073
  display: flex;
3074
3074
  align-items: center; /* 垂直居中 */