agilebuilder-ui 1.1.65-tmp24 → 1.1.65-tmp25

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/es/style.css CHANGED
@@ -156,7 +156,31 @@ iframe.tab-main-content[data-v-3c90505e] {
156
156
  .inline-input-custom[data-v-22410ec9] {
157
157
  width: 90%;
158
158
  }
159
- .grid-area .elTable th[data-v-664b8a45] {
159
+
160
+ .red-circle[data-v-998f4283] {
161
+ width: 20px; /* 圆圈的宽度 */
162
+ height: 20px; /* 圆圈的高度 */
163
+ background-color: red; /* 背景色设置为红色 */
164
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
+ display: inline-block; /* 确保元素以块级元素显示 */
166
+ }
167
+ .green-circle[data-v-998f4283] {
168
+ width: 20px; /* 圆圈的宽度 */
169
+ height: 20px; /* 圆圈的高度 */
170
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
171
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
172
+ display: inline-block; /* 确保元素以块级元素显示 */
173
+ }
174
+ .ValidCode[data-v-aa77e3bd] {
175
+ display: flex;
176
+ background-color: #fff;
177
+ justify-content: center;
178
+ align-items: center;
179
+ cursor: pointer;
180
+ }
181
+ .ValidCode span[data-v-aa77e3bd] {
182
+ display: inline-block;
183
+ }.grid-area .elTable th[data-v-664b8a45] {
160
184
  padding: 2px 0 !important;
161
185
  }
162
186
  .grid-area .elTable td[data-v-664b8a45] {
@@ -300,30 +324,6 @@ iframe.tab-main-content[data-v-3c90505e] {
300
324
  flex-wrap: wrap;
301
325
  gap: var(--layout-form-flex-gap, 15px) 0;
302
326
  }
303
- .red-circle[data-v-998f4283] {
304
- width: 20px; /* 圆圈的宽度 */
305
- height: 20px; /* 圆圈的高度 */
306
- background-color: red; /* 背景色设置为红色 */
307
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
308
- display: inline-block; /* 确保元素以块级元素显示 */
309
- }
310
- .green-circle[data-v-998f4283] {
311
- width: 20px; /* 圆圈的宽度 */
312
- height: 20px; /* 圆圈的高度 */
313
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
314
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
- display: inline-block; /* 确保元素以块级元素显示 */
316
- }
317
- .ValidCode[data-v-aa77e3bd] {
318
- display: flex;
319
- background-color: #fff;
320
- justify-content: center;
321
- align-items: center;
322
- cursor: pointer;
323
- }
324
- .ValidCode span[data-v-aa77e3bd] {
325
- display: inline-block;
326
- }
327
327
  .searchResult {
328
328
  color: red;
329
329
  }
@@ -334,88 +334,8 @@ iframe.tab-main-content[data-v-3c90505e] {
334
334
  .select-top-span {
335
335
  width: 100%;
336
336
  }
337
-
338
- .organization-input .el-input-group__append {
339
- padding: 0 10px 0 0;
340
- }
341
337
  [data-v-34406c62] .el-select-dropdown__item {
342
338
  display: inline-block;
343
- }
344
- .fs-preview-container[data-v-7f109349] {
345
- display: flex;
346
- align-items: center;
347
- gap: 5px;
348
- justify-content: space-between;
349
- }
350
- .fs-preview-tool[data-v-7f109349] {
351
- display: flex;
352
- align-items: center;
353
- flex-shrink: 0;
354
- min-width: max-content;
355
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
356
- }
357
- .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
358
- .more-file-icon[data-v-7f109349] .amb-color-iconfont {
359
- width: 30px;
360
- height: 30px;
361
- }
362
- .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
363
- .file-actions[data-v-7f109349] .amb-color-iconfont {
364
- font-size: 15px !important; /* 图标实际大小,按需改 */
365
- display: inline-block;
366
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
367
- height: 1em !important;
368
- line-height: 1em;
369
- cursor: pointer;
370
- }
371
- .amb-list-preivew-name[data-v-7f109349] {
372
- overflow: hidden;
373
- text-overflow: ellipsis;
374
- white-space: nowrap;
375
- }
376
- .el-link + .el-link[data-v-7f109349] {
377
- margin-left: 5px;
378
- }
379
- .file-item[data-v-7f109349] {
380
- display: flex;
381
- align-items: center;
382
- justify-content: space-between; /* 添加这行来分布空间 */
383
- gap: 10px;
384
- height: 40px;
385
- padding: 10px;
386
- border-radius: 8px;
387
- transition: background-color 0.2s;
388
- }
389
- .file-item[data-v-7f109349]:hover {
390
- color: var(--el-button-hover-text-color, #409eff);
391
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
392
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
393
- outline: none;
394
- }
395
- .file-actions[data-v-7f109349] {
396
- display: flex;
397
- align-items: center;
398
- gap: 5px;
399
- flex-shrink: 0; /* 防止按钮被压缩 */
400
- }
401
- .super-icon + .super-icon[data-v-7f109349] {
402
- margin-left: 5px;
403
- }
404
- .amb-iconfont + .amb-iconfont[data-v-7f109349] {
405
- margin-left: 5px;
406
- }
407
- .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
408
- margin-left: 5px;
409
- }
410
- .amb-iconfont[data-v-7f109349] {
411
- color: var(--el-color-primary);
412
- }
413
- .fs-preview-container[data-v-7f109349] .el-button > span {
414
- font-size: 14px !important;
415
- }
416
- .fs-preview-container[data-v-7f109349] .el-button.is-round {
417
- padding: 5px 11px;
418
- height: var(--el-button-size);
419
339
  }.nine-grid-area[data-v-80f6a26f] {
420
340
  padding: 10px;
421
341
  }
@@ -555,6 +475,86 @@ iframe.tab-main-content[data-v-3c90505e] {
555
475
  .fs-upload-tag-percent[data-v-5254701d] {
556
476
  font-weight: 600;
557
477
  margin-left: 4px;
478
+ }
479
+ .organization-input .el-input-group__append {
480
+ padding: 0 10px 0 0;
481
+ }
482
+
483
+ .fs-preview-container[data-v-7f109349] {
484
+ display: flex;
485
+ align-items: center;
486
+ gap: 5px;
487
+ justify-content: space-between;
488
+ }
489
+ .fs-preview-tool[data-v-7f109349] {
490
+ display: flex;
491
+ align-items: center;
492
+ flex-shrink: 0;
493
+ min-width: max-content;
494
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
495
+ }
496
+ .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
497
+ .more-file-icon[data-v-7f109349] .amb-color-iconfont {
498
+ width: 30px;
499
+ height: 30px;
500
+ }
501
+ .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
502
+ .file-actions[data-v-7f109349] .amb-color-iconfont {
503
+ font-size: 15px !important; /* 图标实际大小,按需改 */
504
+ display: inline-block;
505
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
506
+ height: 1em !important;
507
+ line-height: 1em;
508
+ cursor: pointer;
509
+ }
510
+ .amb-list-preivew-name[data-v-7f109349] {
511
+ overflow: hidden;
512
+ text-overflow: ellipsis;
513
+ white-space: nowrap;
514
+ }
515
+ .el-link + .el-link[data-v-7f109349] {
516
+ margin-left: 5px;
517
+ }
518
+ .file-item[data-v-7f109349] {
519
+ display: flex;
520
+ align-items: center;
521
+ justify-content: space-between; /* 添加这行来分布空间 */
522
+ gap: 10px;
523
+ height: 40px;
524
+ padding: 10px;
525
+ border-radius: 8px;
526
+ transition: background-color 0.2s;
527
+ }
528
+ .file-item[data-v-7f109349]:hover {
529
+ color: var(--el-button-hover-text-color, #409eff);
530
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
531
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
532
+ outline: none;
533
+ }
534
+ .file-actions[data-v-7f109349] {
535
+ display: flex;
536
+ align-items: center;
537
+ gap: 5px;
538
+ flex-shrink: 0; /* 防止按钮被压缩 */
539
+ }
540
+ .super-icon + .super-icon[data-v-7f109349] {
541
+ margin-left: 5px;
542
+ }
543
+ .amb-iconfont + .amb-iconfont[data-v-7f109349] {
544
+ margin-left: 5px;
545
+ }
546
+ .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
547
+ margin-left: 5px;
548
+ }
549
+ .amb-iconfont[data-v-7f109349] {
550
+ color: var(--el-color-primary);
551
+ }
552
+ .fs-preview-container[data-v-7f109349] .el-button > span {
553
+ font-size: 14px !important;
554
+ }
555
+ .fs-preview-container[data-v-7f109349] .el-button.is-round {
556
+ padding: 5px 11px;
557
+ height: var(--el-button-size);
558
558
  }.select[data-v-52983a24] {
559
559
  width: 100%;
560
560
  height: 100%;
@@ -760,6 +760,42 @@ 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;
763
799
  }
764
800
  .organization-tree,
765
801
  .organization-tree .el-checkbox__label,
@@ -823,17 +859,171 @@ iframe.tab-main-content[data-v-3c90505e] {
823
859
  .organization-tree .dept-path .breadcrumb-label-link {
824
860
  color: #409eff;
825
861
  }
826
- .super-icon[data-v-875fd31c] {
827
- width: 1em;
828
- height: 1em;
829
- font-size: 14px;
862
+ .app-wrapper[data-v-5c0a6bf6] {
863
+ position: relative;
864
+ height: 100%;
865
+ width: 100%;
830
866
  }
831
- .organization-tree,
832
- .organization-tree .el-checkbox__label,
833
- .organization-tree .el-breadcrumb__inner,
834
- .organization-tree .el-tree {
835
- font-size: 17px;
836
- font-weight: 700;
867
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
868
+ position: fixed;
869
+ top: 0;
870
+ }
871
+ .drawer-bg[data-v-5c0a6bf6] {
872
+ background: #000;
873
+ opacity: 0.3;
874
+ width: 100%;
875
+ top: 0;
876
+ height: 100%;
877
+ position: absolute;
878
+ z-index: 999;
879
+ }
880
+ .graphDiv[data-v-a936569d] {
881
+ overflow: auto;
882
+ height: 100%;
883
+ height: calc(100vh - 20px);
884
+ }
885
+ iframe[data-v-20dccb82] {
886
+ width: 100%;
887
+ height: calc(100vh - 50px);
888
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
889
+ position: relative;
890
+ --el-menu-item-height: 45px;
891
+ --el-menu-sub-item-height: 45px;
892
+ }
893
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
894
+ padding: 0 !important;
895
+ }
896
+ .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)) {
897
+ display: flex;
898
+ flex-direction: row;
899
+ }
900
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
901
+ display: flex;
902
+ flex-direction: row;
903
+ padding: 0 !important;
904
+ }
905
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
906
+ display: flex;
907
+ align-items: center;
908
+ justify-content: center;
909
+ width: var(--admin-layout-left-menu-collapse, 54px);
910
+ font-size: 16px;
911
+ }
912
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
913
+ width: 20px;
914
+ }
915
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
916
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
917
+ overflow: hidden;
918
+ white-space: nowrap;
919
+ overflow: hidden;
920
+ text-overflow: ellipsis;
921
+ }
922
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
923
+ overflow: hidden;
924
+ white-space: nowrap;
925
+ overflow: hidden;
926
+ text-overflow: ellipsis;
927
+ }
928
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
929
+ flex: 0 0 calc(100% - 20px - 20px);
930
+ }.app-main[data-v-2d98e845] {
931
+ padding: var(--app-main-padding, 15px);
932
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
933
+ position: relative;
934
+ overflow: hidden;
935
+ }
936
+ .app-main[data-v-2d98e845] > .app-container {
937
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
938
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
939
+ overflow: auto;
940
+ }.smb-sidebar-menu-item[data-v-da857302] {
941
+ position: relative;
942
+ --el-menu-item-height: 45px;
943
+ --el-menu-sub-item-height: 45px;
944
+ }
945
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
946
+ padding: 0 !important;
947
+ }
948
+ .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)) {
949
+ display: flex;
950
+ flex-direction: row;
951
+ }
952
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
953
+ display: flex;
954
+ flex-direction: row;
955
+ padding: 0 !important;
956
+ }
957
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
958
+ display: flex;
959
+ align-items: center;
960
+ justify-content: center;
961
+ width: var(--admin-layout-left-menu-collapse, 54px);
962
+ font-size: 16px;
963
+ }
964
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
965
+ width: 20px;
966
+ }
967
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
968
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
969
+ overflow: hidden;
970
+ white-space: nowrap;
971
+ overflow: hidden;
972
+ text-overflow: ellipsis;
973
+ }
974
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
975
+ overflow: hidden;
976
+ white-space: nowrap;
977
+ overflow: hidden;
978
+ text-overflow: ellipsis;
979
+ }
980
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
981
+ flex: 0 0 calc(100% - 20px - 20px);
982
+ }
983
+ .searchResult {
984
+ color: red;
985
+ }
986
+ .inline-select-custom {
987
+ width: 100px;
988
+ }
989
+ .inline-input-custom {
990
+ width: 98%;
991
+ }
992
+ .searchDepartmentUser {
993
+ width: 250px;
994
+ }
995
+ .el-autocomplete-suggestion.el-popper {
996
+ min-width: 300px;
997
+ }
998
+
999
+ .searchResult {
1000
+ color: red;
1001
+ }
1002
+ .inline-select-custom {
1003
+ width: 100px;
1004
+ }
1005
+ .inline-input-custom {
1006
+ width: 98%;
1007
+ }
1008
+ .searchDepartmentUser {
1009
+ width: 250px;
1010
+ }
1011
+ .el-autocomplete-suggestion.el-popper {
1012
+ min-width: 300px;
1013
+ }
1014
+ .super-icon[data-v-875fd31c] {
1015
+ width: 1em;
1016
+ height: 1em;
1017
+ font-size: 14px;
1018
+ }.row-form-item[data-v-4b5a56cc] {
1019
+ width: 50%;
1020
+ }
1021
+ .organization-tree,
1022
+ .organization-tree .el-checkbox__label,
1023
+ .organization-tree .el-breadcrumb__inner,
1024
+ .organization-tree .el-tree {
1025
+ font-size: 17px;
1026
+ font-weight: 700;
837
1027
  }
838
1028
  .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
839
1029
  .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
@@ -885,9 +1075,7 @@ iframe.tab-main-content[data-v-3c90505e] {
885
1075
  .organization-tree .dept-path .breadcrumb-label-link {
886
1076
  color: #409eff;
887
1077
  }
888
- .row-form-item[data-v-4b5a56cc] {
889
- width: 50%;
890
- }
1078
+
891
1079
  .organization-tree,
892
1080
  .organization-tree .el-checkbox__label,
893
1081
  .organization-tree .el-breadcrumb__inner,
@@ -946,171 +1134,97 @@ iframe.tab-main-content[data-v-3c90505e] {
946
1134
  color: #409eff;
947
1135
  }
948
1136
 
949
- .graphDiv[data-v-a936569d] {
950
- overflow: auto;
951
- height: 100%;
952
- height: calc(100vh - 20px);
1137
+ .ab-date-range[data-v-2aeaa81d] {
1138
+ display: flex;
1139
+ align-items: center;
1140
+ width: 100%;
1141
+ gap: 8px;
1142
+ box-sizing: border-box;
1143
+ min-width: 0;
1144
+ }
1145
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1146
+ width: 100%;
1147
+ min-width: 0;
1148
+ }
1149
+ .sep[data-v-2aeaa81d] {
1150
+ padding: 0 8px;
1151
+ color: var(--el-text-color-secondary);
1152
+ white-space: nowrap;
1153
+ flex: 0 0 auto;
953
1154
  }
954
- .errPage-container[data-v-6bef0241] {
955
- width: 800px;
956
- max-width: 100%;
957
- margin: 100px auto;
1155
+
1156
+ .searchResult {
1157
+ color: red;
958
1158
  }
959
- .errPage-container .pan-back-btn[data-v-6bef0241] {
960
- background: #008489;
961
- color: #fff;
962
- border: none !important;
1159
+ .inline-input-custom {
1160
+ width: 90%;
963
1161
  }
964
- .errPage-container .pan-gif[data-v-6bef0241] {
965
- margin: 0 auto;
966
- display: block;
1162
+ .el-autocomplete-suggestion.el-popper {
1163
+ min-width: 300px;
1164
+ }
1165
+
1166
+ .searchResult {
1167
+ color: red;
967
1168
  }
968
- .errPage-container .pan-img[data-v-6bef0241] {
969
- display: block;
970
- margin: 0 auto;
971
- width: 100%;
1169
+ .inline-input-custom {
1170
+ width: 100% !important;
972
1171
  }
973
- .errPage-container .text-jumbo[data-v-6bef0241] {
974
- font-size: 60px;
975
- font-weight: 700;
976
- color: #484848;
1172
+ .el-autocomplete-suggestion.el-popper {
1173
+ min-width: 300px;
1174
+ }
1175
+
1176
+ .searchResult {
1177
+ color: red;
977
1178
  }
978
- .errPage-container .list-unstyled[data-v-6bef0241] {
979
- font-size: 14px;
1179
+ .inline-select-custom {
1180
+ width: 100px;
980
1181
  }
981
- .errPage-container .list-unstyled li[data-v-6bef0241] {
982
- padding-bottom: 5px;
1182
+ .inline-input-custom {
1183
+ width: 98%;
1184
+ }
1185
+
1186
+ .searchResult {
1187
+ color: red;
983
1188
  }
984
- .errPage-container .list-unstyled a[data-v-6bef0241] {
985
- color: #008489;
986
- text-decoration: none;
1189
+ .inline-select-custom {
1190
+ width: 100px;
987
1191
  }
988
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
989
- text-decoration: underline;
990
- }.app-wrapper[data-v-5c0a6bf6] {
991
- position: relative;
992
- height: 100%;
993
- width: 100%;
1192
+ .inline-input-custom {
1193
+ width: 98%;
1194
+ }
1195
+ .normal-column-header[data-v-aecac200] {
1196
+ display: inline-flex;
1197
+ vertical-align: middle;
994
1198
  }
995
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
996
- position: fixed;
997
- top: 0;
1199
+ .normal-column-header-icon[data-v-aecac200] {
1200
+ font-size: 20px;
1201
+ color: var(--el-color-primary);
1202
+ cursor: pointer;
998
1203
  }
999
- .drawer-bg[data-v-5c0a6bf6] {
1000
- background: #000;
1001
- opacity: 0.3;
1002
- width: 100%;
1003
- top: 0;
1004
- height: 100%;
1005
- position: absolute;
1006
- z-index: 999;
1007
- }iframe[data-v-20dccb82] {
1008
- width: 100%;
1009
- height: calc(100vh - 50px);
1010
- }.app-main[data-v-2d98e845] {
1011
- padding: var(--app-main-padding, 15px);
1012
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1013
- position: relative;
1014
- overflow: hidden;
1015
- }
1016
- .app-main[data-v-2d98e845] > .app-container {
1017
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1018
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1019
- overflow: auto;
1020
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
1021
- position: relative;
1022
- --el-menu-item-height: 45px;
1023
- --el-menu-sub-item-height: 45px;
1024
- }
1025
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1026
- padding: 0 !important;
1027
- }
1028
- .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)) {
1029
- display: flex;
1030
- flex-direction: row;
1031
- }
1032
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1033
- display: flex;
1034
- flex-direction: row;
1035
- padding: 0 !important;
1036
- }
1037
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1038
- display: flex;
1039
- align-items: center;
1040
- justify-content: center;
1041
- width: var(--admin-layout-left-menu-collapse, 54px);
1042
- font-size: 16px;
1043
- }
1044
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1045
- width: 20px;
1046
- }
1047
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1048
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1049
- overflow: hidden;
1050
- white-space: nowrap;
1051
- overflow: hidden;
1052
- text-overflow: ellipsis;
1053
- }
1054
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1055
- overflow: hidden;
1056
- white-space: nowrap;
1057
- overflow: hidden;
1058
- text-overflow: ellipsis;
1059
- }
1060
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1061
- flex: 0 0 calc(100% - 20px - 20px);
1062
- }.smb-sidebar-menu-item[data-v-da857302] {
1063
- position: relative;
1064
- --el-menu-item-height: 45px;
1065
- --el-menu-sub-item-height: 45px;
1066
- }
1067
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1068
- padding: 0 !important;
1069
- }
1070
- .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)) {
1071
- display: flex;
1072
- flex-direction: row;
1073
- }
1074
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1075
- display: flex;
1076
- flex-direction: row;
1077
- padding: 0 !important;
1078
- }
1079
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1080
- display: flex;
1081
- align-items: center;
1082
- justify-content: center;
1083
- width: var(--admin-layout-left-menu-collapse, 54px);
1084
- font-size: 16px;
1085
- }
1086
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1087
- width: 20px;
1088
- }
1089
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1090
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1091
- overflow: hidden;
1092
- white-space: nowrap;
1093
- overflow: hidden;
1094
- text-overflow: ellipsis;
1095
- }
1096
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1097
- overflow: hidden;
1098
- white-space: nowrap;
1099
- overflow: hidden;
1100
- text-overflow: ellipsis;
1101
- }
1102
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1103
- flex: 0 0 calc(100% - 20px - 20px);
1204
+ .grid-search-form[data-v-8f3059a4] .el-form-item {
1205
+ margin-bottom: 0px;
1104
1206
  }
1105
- .searchResult {
1106
- color: red;
1207
+ .grid-search-form[data-v-8f3059a4] .search-btn {
1208
+ margin-bottom: 5px;
1209
+ text-align: center;
1107
1210
  }
1108
- .inline-select-custom {
1109
- width: 100px;
1211
+ .grid-search-form[data-v-8f3059a4] .el-select,
1212
+ .grid-search-form[data-v-8f3059a4] .customComponent {
1213
+ width: 100%;
1110
1214
  }
1111
- .inline-input-custom {
1112
- width: 98%;
1215
+ .amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
1216
+ display: none;
1113
1217
  }
1218
+
1219
+ /* .search-condition-mobile {
1220
+ padding-bottom: 10px;
1221
+ position: fixed;
1222
+ top: 37px;
1223
+ background-color: #ffffff;
1224
+ width: 46%;
1225
+ height: 40px;
1226
+ z-index: 1500;
1227
+ } */
1114
1228
  [data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
1115
1229
  user-select: text !important;
1116
1230
  -webkit-user-select: text !important;
@@ -1330,68 +1444,58 @@ iframe.tab-main-content[data-v-3c90505e] {
1330
1444
  margin: 5px 0;
1331
1445
  }
1332
1446
 
1333
- .ab-date-range[data-v-2aeaa81d] {
1334
- display: flex;
1335
- align-items: center;
1336
- width: 100%;
1337
- gap: 8px;
1338
- box-sizing: border-box;
1339
- min-width: 0;
1447
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1448
+ font-size: 17px;
1449
+ font-weight: 700;
1340
1450
  }
1341
- .ab-date-range[data-v-2aeaa81d] .el-input {
1342
- width: 100%;
1343
- min-width: 0;
1451
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1452
+ font-size: 17px;
1453
+ font-weight: 700;
1344
1454
  }
1345
- .sep[data-v-2aeaa81d] {
1346
- padding: 0 8px;
1347
- color: var(--el-text-color-secondary);
1348
- white-space: nowrap;
1349
- flex: 0 0 auto;
1350
- }
1351
-
1352
- .searchResult {
1353
- color: red;
1455
+ .organization-tree .el-card__body {
1456
+ padding-top: 10px;
1354
1457
  }
1355
- .inline-select-custom {
1356
- width: 100px;
1458
+ .organization-tree .card-content {
1459
+ margin-top: 10px;
1357
1460
  }
1358
- .inline-input-custom {
1359
- width: 98%;
1360
- }
1361
-
1362
- .grid-search-form[data-v-8f3059a4] .el-form-item {
1363
- margin-bottom: 0px;
1461
+ .organization-tree .item-row-all {
1462
+ margin-bottom: 10px;
1364
1463
  }
1365
- .grid-search-form[data-v-8f3059a4] .search-btn {
1366
- margin-bottom: 5px;
1367
- text-align: center;
1464
+ .organization-tree .item-row {
1465
+ display: flex;
1466
+ width: 100%;
1368
1467
  }
1369
- .grid-search-form[data-v-8f3059a4] .el-select,
1370
- .grid-search-form[data-v-8f3059a4] .customComponent {
1371
- width: 100%;
1468
+ .organization-tree .item-label {
1469
+ flex: 0 0 90%;
1470
+ text-align: left;
1372
1471
  }
1373
- .amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
1374
- display: none;
1375
- }
1376
-
1377
- /* .search-condition-mobile {
1378
- padding-bottom: 10px;
1379
- position: fixed;
1380
- top: 37px;
1381
- background-color: #ffffff;
1382
- width: 46%;
1383
- height: 40px;
1384
- z-index: 1500;
1385
- } */
1386
- .normal-column-header[data-v-aecac200] {
1387
- display: inline-flex;
1388
- vertical-align: middle;
1472
+ .organization-tree .item-side {
1473
+ flex: 0 0 10%;
1474
+ text-align: right;
1389
1475
  }
1390
- .normal-column-header-icon[data-v-aecac200] {
1391
- font-size: 20px;
1392
- color: var(--el-color-primary);
1393
- cursor: pointer;
1394
- }li[data-v-040fcf55] {
1476
+ .organization-tree .el-tree-node {
1477
+ margin-bottom: 10px;
1478
+ }
1479
+ .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1480
+ padding: 0;
1481
+ display: none;
1482
+ }
1483
+ .organization-tree .card-footer {
1484
+ padding: 20px;
1485
+ }
1486
+ .organization-tree .card-footer .select-result {
1487
+ color: #409EFF;
1488
+ flex:1 1 75%;
1489
+ text-align: left;
1490
+ }
1491
+ .organization-tree .card-footer .button-area {
1492
+ flex:0 0 20%;
1493
+ text-align: right;
1494
+ }
1495
+ .organization-tree .dept-path .breadcrumb-label-link{
1496
+ color:#409EFF
1497
+ }
1498
+ li[data-v-040fcf55] {
1395
1499
  color: #333;
1396
1500
  }
1397
1501
  .context-menu[data-v-040fcf55] {
@@ -1422,128 +1526,24 @@ li[data-v-040fcf55] {
1422
1526
  list-style-type: none;
1423
1527
  }
1424
1528
  .searchResult {
1425
- color: red;
1529
+ color: red;
1426
1530
  }
1427
1531
  .inline-select-custom {
1428
- width: 100px;
1532
+ width: 100px;
1429
1533
  }
1430
1534
  .inline-input-custom {
1431
- width: 98%;
1432
- }
1433
- .searchDepartmentUser {
1434
- width: 250px;
1435
- }
1436
- .el-autocomplete-suggestion.el-popper {
1437
- min-width: 300px;
1535
+ width: 98%;
1438
1536
  }
1439
1537
 
1440
- .searchResult {
1441
- color: red;
1442
- }
1443
- .inline-select-custom {
1444
- width: 100px;
1538
+ .grid-search-form[data-v-04817310] {
1539
+ overflow: auto;
1445
1540
  }
1446
- .inline-input-custom {
1447
- width: 98%;
1541
+ .grid-search-form[data-v-04817310] .el-form-item {
1542
+ margin-bottom: 0px;
1448
1543
  }
1449
- .searchDepartmentUser {
1450
- width: 250px;
1451
- }
1452
- .el-autocomplete-suggestion.el-popper {
1453
- min-width: 300px;
1454
- }
1455
-
1456
- .searchResult {
1457
- color: red;
1458
- }
1459
- .inline-input-custom {
1460
- width: 90%;
1461
- }
1462
- .el-autocomplete-suggestion.el-popper {
1463
- min-width: 300px;
1464
- }
1465
-
1466
- .searchResult {
1467
- color: red;
1468
- }
1469
- .inline-input-custom {
1470
- width: 100% !important;
1471
- }
1472
- .el-autocomplete-suggestion.el-popper {
1473
- min-width: 300px;
1474
- }
1475
-
1476
- .searchResult {
1477
- color: red;
1478
- }
1479
- .inline-select-custom {
1480
- width: 100px;
1481
- }
1482
- .inline-input-custom {
1483
- width: 98%;
1484
- }
1485
-
1486
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1487
- font-size: 17px;
1488
- font-weight: 700;
1489
- }
1490
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1491
- font-size: 17px;
1492
- font-weight: 700;
1493
- }
1494
- .organization-tree .el-card__body {
1495
- padding-top: 10px;
1496
- }
1497
- .organization-tree .card-content {
1498
- margin-top: 10px;
1499
- }
1500
- .organization-tree .item-row-all {
1501
- margin-bottom: 10px;
1502
- }
1503
- .organization-tree .item-row {
1504
- display: flex;
1505
- width: 100%;
1506
- }
1507
- .organization-tree .item-label {
1508
- flex: 0 0 90%;
1509
- text-align: left;
1510
- }
1511
- .organization-tree .item-side {
1512
- flex: 0 0 10%;
1513
- text-align: right;
1514
- }
1515
- .organization-tree .el-tree-node {
1516
- margin-bottom: 10px;
1517
- }
1518
- .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1519
- padding: 0;
1520
- display: none;
1521
- }
1522
- .organization-tree .card-footer {
1523
- padding: 20px;
1524
- }
1525
- .organization-tree .card-footer .select-result {
1526
- color: #409EFF;
1527
- flex:1 1 75%;
1528
- text-align: left;
1529
- }
1530
- .organization-tree .card-footer .button-area {
1531
- flex:0 0 20%;
1532
- text-align: right;
1533
- }
1534
- .organization-tree .dept-path .breadcrumb-label-link{
1535
- color:#409EFF
1536
- }
1537
-
1538
- .grid-search-form[data-v-04817310] {
1539
- overflow: auto;
1540
- }
1541
- .grid-search-form[data-v-04817310] .el-form-item {
1542
- margin-bottom: 0px;
1543
- }
1544
- .grid-search-form[data-v-04817310] .search-btn {
1545
- justify-content: center; /* 确保按钮居中 */
1546
- /* 可选:间距更美观 */
1544
+ .grid-search-form[data-v-04817310] .search-btn {
1545
+ justify-content: center; /* 确保按钮居中 */
1546
+ /* 可选:间距更美观 */
1547
1547
  }
1548
1548
  .grid-search-form[data-v-04817310] .el-select,
1549
1549
  .grid-search-form[data-v-04817310] .customComponent {
@@ -1611,7 +1611,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1611
1611
  .default-page-tip-item {
1612
1612
  padding-top: 10px;
1613
1613
  }
1614
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1614
+ [data-v-455b2ba2] .super-icon {
1615
+ width: 20px !important;
1616
+ height: 20px !important;
1617
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1615
1618
  background-color: #eee;
1616
1619
  width: 100%;
1617
1620
  border: 1px solid #ccc;
@@ -1630,9 +1633,73 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1633
  }
1631
1634
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1632
1635
  margin: 0 5px;
1633
- }[data-v-455b2ba2] .super-icon {
1634
- width: 20px !important;
1635
- height: 20px !important;
1636
+ }
1637
+ .searchResult {
1638
+ color: red;
1639
+ }
1640
+ .inline-select-custom {
1641
+ width: 100px;
1642
+ }
1643
+ .inline-input-custom {
1644
+ width: 98%;
1645
+ }
1646
+
1647
+ .searchResult {
1648
+ color: red;
1649
+ }
1650
+ .inline-select-custom {
1651
+ width: 100px;
1652
+ }
1653
+ .inline-input-custom {
1654
+ width: 98%;
1655
+ }
1656
+ .annex-cell[data-v-30804a71] {
1657
+ padding-right: 5px;
1658
+ cursor: pointer;
1659
+ color: #409eff;
1660
+ }
1661
+ .m-requried[data-v-30804a71] {
1662
+ float: left;
1663
+ white-space: nowrap;
1664
+ width: 96%;
1665
+ }
1666
+ .m-requried[data-v-30804a71]::after {
1667
+ content: "*";
1668
+ color: #f56c6c;
1669
+ }
1670
+ .column-text-main[data-v-30804a71] {
1671
+ display: flex;
1672
+ align-items: center;
1673
+ gap: 10px;
1674
+ }
1675
+ .column-text-main .column-text-edit-main[data-v-30804a71] {
1676
+ display: flex;
1677
+ align-items: center;
1678
+ gap: 10px;
1679
+ }
1680
+ .column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
1681
+ display: block;
1682
+ white-space: nowrap;
1683
+ overflow: hidden;
1684
+ text-overflow: ellipsis;
1685
+ }
1686
+ .column-text-main .column-text-edit-main[data-v-30804a71]::after {
1687
+ content: " ";
1688
+ position: absolute;
1689
+ left: 0;
1690
+ top: 0;
1691
+ right: 0;
1692
+ bottom: 0;
1693
+ cursor: pointer;
1694
+ }
1695
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1696
+ text-align: left;
1697
+ }
1698
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1699
+ display: none;
1700
+ }
1701
+ .normal-column-content-view[data-v-30804a71] {
1702
+ display: inline;
1636
1703
  }[data-v-0fb85d6e] .super-icon {
1637
1704
  width: 20px !important;
1638
1705
  height: 20px !important;
@@ -1709,74 +1776,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1709
1776
  background-color: #ffffff;
1710
1777
  width: 50%;
1711
1778
  height: 40px;
1712
- }.annex-cell[data-v-30804a71] {
1713
- padding-right: 5px;
1714
- cursor: pointer;
1715
- color: #409eff;
1716
- }
1717
- .m-requried[data-v-30804a71] {
1718
- float: left;
1719
- white-space: nowrap;
1720
- width: 96%;
1721
- }
1722
- .m-requried[data-v-30804a71]::after {
1723
- content: "*";
1724
- color: #f56c6c;
1725
- }
1726
- .column-text-main[data-v-30804a71] {
1727
- display: flex;
1728
- align-items: center;
1729
- gap: 10px;
1730
- }
1731
- .column-text-main .column-text-edit-main[data-v-30804a71] {
1732
- display: flex;
1733
- align-items: center;
1734
- gap: 10px;
1735
- }
1736
- .column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
1737
- display: block;
1738
- white-space: nowrap;
1739
- overflow: hidden;
1740
- text-overflow: ellipsis;
1741
- }
1742
- .column-text-main .column-text-edit-main[data-v-30804a71]::after {
1743
- content: " ";
1744
- position: absolute;
1745
- left: 0;
1746
- top: 0;
1747
- right: 0;
1748
- bottom: 0;
1749
- cursor: pointer;
1750
- }
1751
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1752
- text-align: left;
1753
- }
1754
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1755
- display: none;
1756
- }
1757
- .normal-column-content-view[data-v-30804a71] {
1758
- display: inline;
1759
- }
1760
- .searchResult {
1761
- color: red;
1762
- }
1763
- .inline-select-custom {
1764
- width: 100px;
1765
- }
1766
- .inline-input-custom {
1767
- width: 98%;
1768
- }
1769
-
1770
- .searchResult {
1771
- color: red;
1772
- }
1773
- .inline-select-custom {
1774
- width: 100px;
1775
- }
1776
- .inline-input-custom {
1777
- width: 98%;
1778
- }
1779
- .smb-sidebar-menu-item[data-v-74b8f009] {
1779
+ }.smb-sidebar-menu-item[data-v-74b8f009] {
1780
1780
  position: relative;
1781
1781
  --el-menu-item-height: 45px;
1782
1782
  --el-menu-sub-item-height: 45px;
@@ -1812,17 +1812,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1812
1812
  white-space: nowrap;
1813
1813
  overflow: hidden;
1814
1814
  text-overflow: ellipsis;
1815
- }[data-v-41b4cbbd] .el-range-separator {
1816
- min-width: 20px;
1817
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1815
+ }
1816
+ .svg-icon[data-v-019891df] {
1817
+ width: 1.2em;
1818
+ height: 1.2em;
1819
+ vertical-align: -0.25em;
1820
+ fill: currentColor;
1821
+ overflow: initial;
1822
+ }
1823
+ .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1818
1824
  margin-right: 5px;
1819
1825
  }
1820
1826
  .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1821
1827
  margin-left: 5px;
1822
- }.el-button > span[data-v-5bb8bf7f] {
1823
- font-size: 12px;
1824
1828
  }
1825
- .fs-upload-tag[data-v-5bb8bf7f] {
1829
+ .home-chart-iframe[data-v-73352a50] {
1830
+ width: 100%;
1831
+ height: 100%;
1832
+ border: none;
1833
+ opacity: 1;
1834
+ }
1835
+ .fs-upload-tag[data-v-e5cde7de] {
1826
1836
  border: 1px solid #dcdfe6;
1827
1837
  padding: 4px 8px;
1828
1838
  background-clip: padding-box;
@@ -1830,25 +1840,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1830
1840
  display: inline-flex;
1831
1841
  align-items: center;
1832
1842
  }
1833
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1843
+ .fs-upload-tag-text[data-v-e5cde7de] {
1834
1844
  margin-right: 18px;
1835
1845
  max-width: 160px;
1836
1846
  overflow: hidden;
1837
1847
  text-overflow: ellipsis;
1838
1848
  white-space: nowrap;
1839
1849
  }
1840
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1850
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1841
1851
  font-weight: 600;
1842
1852
  margin-left: 4px;
1853
+ }.el-button > span[data-v-5bb8bf7f] {
1854
+ font-size: 12px;
1843
1855
  }
1844
- .svg-icon[data-v-019891df] {
1845
- width: 1.2em;
1846
- height: 1.2em;
1847
- vertical-align: -0.25em;
1848
- fill: currentColor;
1849
- overflow: initial;
1850
- }
1851
- .fs-upload-tag[data-v-e5cde7de] {
1856
+ .fs-upload-tag[data-v-5bb8bf7f] {
1852
1857
  border: 1px solid #dcdfe6;
1853
1858
  padding: 4px 8px;
1854
1859
  background-clip: padding-box;
@@ -1856,22 +1861,304 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1856
1861
  display: inline-flex;
1857
1862
  align-items: center;
1858
1863
  }
1859
- .fs-upload-tag-text[data-v-e5cde7de] {
1864
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1860
1865
  margin-right: 18px;
1861
1866
  max-width: 160px;
1862
1867
  overflow: hidden;
1863
1868
  text-overflow: ellipsis;
1864
1869
  white-space: nowrap;
1865
1870
  }
1866
- .fs-upload-tag-percent[data-v-e5cde7de] {
1871
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1867
1872
  font-weight: 600;
1868
1873
  margin-left: 4px;
1874
+ }[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 {
1875
+ user-select: text !important;
1876
+ -webkit-user-select: text !important;
1877
+ -moz-user-select: text !important;
1878
+ -ms-user-select: text !important;
1869
1879
  }
1870
- .home-chart-iframe[data-v-73352a50] {
1880
+ .slide-up-enter-active[data-v-1e62eff8],
1881
+ .slide-up-leave-active[data-v-1e62eff8] {
1882
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1883
+ }
1884
+ .slide-up-enter-from[data-v-1e62eff8],
1885
+ .slide-up-leave-to[data-v-1e62eff8] {
1886
+ transform: translateY(100%);
1887
+ }
1888
+
1889
+ /**
1890
+ * 聊天窗口的样式设置
1891
+ */
1892
+ .chat-container[data-v-1e62eff8] {
1893
+ --header-height: 56px;
1894
+ --chat-padding: 12px;
1895
+ --bubble-content-max-width: 0px;
1896
+ position: fixed;
1897
+ background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
1898
+
1899
+ overflow: hidden;
1900
+ z-index: 100;
1901
+ flex-direction: row; /* 横向排列 */
1902
+ height: 100%; /* 父容器高度 */
1903
+ }
1904
+ .small-window[data-v-1e62eff8] {
1905
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1906
+ right: var(--chat-padding); /* 距离浏览器右边框12px */
1907
+ bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1908
+ border-radius: 8px;
1909
+ --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1910
+ }
1911
+ .full-screen[data-v-1e62eff8] {
1912
+ right: 0;
1913
+ bottom: 0;
1914
+ --main-content-height: calc(100vh - var(--header-height));
1915
+ }
1916
+ .chat-container > *[data-v-1e62eff8] {
1917
+ box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1918
+ }
1919
+
1920
+ /* 聊天窗口的头部样式设置
1921
+ */
1922
+ .chat-embed__header_container[data-v-1e62eff8] {
1923
+ /* border-bottom: 1px solid #ddd; */
1924
+ display: flex;
1925
+ align-items: center;
1926
+ /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
1927
+ height: var(--header-height);
1928
+ line-height: var(--header-height);
1929
+ overflow: hidden;
1930
+ position: relative;
1931
+ }
1932
+ .session-subject[data-v-1e62eff8] {
1933
+ display: block;
1934
+ margin: 0 auto;
1935
+ text-align: center;
1936
+ font-family: PingFang SC, PingFang SC;
1937
+ font-weight: 500;
1938
+ font-size: 16px;
1939
+ color: #181818;
1940
+ text-align: left;
1941
+ font-style: normal;
1942
+ text-transform: none;
1943
+ }
1944
+
1945
+ /* 聊天窗口的头部图标样式设置
1946
+ */
1947
+ .chat-embed__header_avatar[data-v-1e62eff8] {
1948
+ margin-left: calc(var(--chat-padding) * 2);
1949
+ margin-right: var(--chat-padding);
1950
+ }
1951
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
1952
+ right: 20px;
1953
+ position: absolute;
1954
+ gap: 28px;
1955
+ display: flex;
1956
+ }
1957
+ .chat-embed__sidebar[data-v-1e62eff8] {
1958
+ background: #f6f7fa;
1959
+ display: flex;
1960
+ flex-direction: column; /* 设置为上下排列 */
1961
+ border-right: 1px solid #ddd;
1962
+ padding: 20px 12px;
1963
+ width: 260px;
1964
+ height: 100%;
1965
+ }
1966
+ .chat-embed__main[data-v-1e62eff8] {
1967
+ padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1968
+ box-sizing: border-box;
1969
+ overflow: hidden;
1970
+ position: relative;
1971
+ display: flex;
1972
+ flex-direction: column;
1973
+ height: var(--main-content-height);
1974
+ flex: 1; /* 聊天内容区域占据剩余空间 */
1975
+ overflow: hidden; /* 防止内容溢出 */
1976
+ }
1977
+ .chat-embed__main_content[data-v-1e62eff8] {
1978
+ flex: 1;
1979
+ box-sizing: border-box;
1980
+ min-height: 0;
1981
+ padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
1982
+ /* overflow-y: auto;
1983
+ margin-bottom: 12px; */
1984
+ }
1985
+ .chat-embed__input_container[data-v-1e62eff8] {
1986
+ flex-shrink: 0; /* 不允许收缩 */
1987
+ /* margin-bottom: 50px; 距离底部 */
1988
+ }
1989
+ .header-icon[data-v-1e62eff8] {
1990
+ cursor: pointer;
1991
+ font-size: 20px;
1992
+ }
1993
+
1994
+ /* 聊天默认推荐内容样式
1995
+ */
1996
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
1997
+ margin-top: 5px;
1998
+ }
1999
+ .content-container[data-v-1e62eff8] {
2000
+ padding: 16px;
2001
+ border-radius: 4px;
2002
+ background: #ffffff;
2003
+ box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2004
+ border-radius: 0px 30px 30px 30px;
2005
+ /* opacity: 0.6; */
2006
+ }
2007
+ .chat-content-font[data-v-1e62eff8] {
2008
+ font-family: PingFang SC, PingFang SC;
2009
+ font-weight: 500;
2010
+ font-size: 16px;
2011
+ color: #181818;
2012
+ line-height: 32px;
2013
+ text-align: justified;
2014
+ font-style: normal;
2015
+ text-transform: none;
2016
+ }
2017
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2018
+ border: none !important;
2019
+ }
2020
+ .content-container-header[data-v-1e62eff8] {
2021
+ font-size: 12px;
2022
+ color: #909399;
2023
+ }
2024
+
2025
+ /**
2026
+ // 用户消息
2027
+ */
2028
+ .content-borderless-container[data-v-1e62eff8] {
2029
+ background: #e1ecfd;
2030
+ border-radius: 20px 0px 20px 20px;
2031
+ user-select: none;
2032
+ padding: 12px;
2033
+ cursor: pointer;
2034
+ transition: background-color 0.3s;
2035
+ &[data-v-1e62eff8]:hover {
2036
+ background-color: #ebeef5;
2037
+ }
2038
+ }
2039
+ .footer-container[data-v-1e62eff8] {
2040
+ [data-v-1e62eff8] .el-button + .el-button {
2041
+ margin-left: 8px;
2042
+ }
2043
+ }
2044
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2045
+ padding: 0;
2046
+ }
2047
+
2048
+ /* 引用文件样式 */
2049
+ .doc-agg-item[data-v-1e62eff8] {
1871
2050
  width: 100%;
1872
- height: 100%;
1873
- border: none;
1874
- opacity: 1;
2051
+ padding: 10px;
2052
+ margin-bottom: 5px;
2053
+ border: 1px solid #eee;
2054
+ border-radius: 4px;
2055
+ cursor: pointer;
2056
+ font-size: 12px;
2057
+ color: var(--el-color-primary);
2058
+ }
2059
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2060
+ padding: 0;
2061
+ }
2062
+ .flex-avatar[data-v-1e62eff8] {
2063
+ position: absolute;
2064
+ padding: 20px 36px;
2065
+ gap: 16px;
2066
+ display: flex;
2067
+ z-index: 1;
2068
+ }
2069
+ .flex-function-icon[data-v-1e62eff8] {
2070
+ display: flex;
2071
+ height: 40px;
2072
+ padding: 10px 14px;
2073
+ gap: 14px;
2074
+ border-radius: 100px 100px 100px 100px;
2075
+ border: 1px solid #e5e5e5;
2076
+ width: 82px;
2077
+ font-size: 20px;
2078
+ }
2079
+ .sidebar-header[data-v-1e62eff8] {
2080
+ display: flex; /* 设置为水平排列 */
2081
+ align-items: center; /* 垂直居中 */
2082
+ margin-bottom: 22px;
2083
+ font-size: 20px;
2084
+ }
2085
+ .sidebar-header > span[data-v-1e62eff8] {
2086
+ font-family: PingFang SC, PingFang SC;
2087
+ font-weight: 600;
2088
+ font-size: 16px;
2089
+ color: #181818;
2090
+ text-align: left;
2091
+ font-style: normal;
2092
+ text-transform: none;
2093
+ }
2094
+ .right-icon[data-v-1e62eff8] {
2095
+ cursor: pointer;
2096
+ margin-left: auto;
2097
+ }
2098
+ .shousuo-icon[data-v-1e62eff8] {
2099
+ cursor: pointer;
2100
+ }
2101
+ .sidebar-menu[data-v-1e62eff8] {
2102
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2103
+ margin-bottom: 10px;
2104
+ }
2105
+ .scrollbar-container[data-v-1e62eff8] {
2106
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2107
+ overflow-y: auto; /* 添加垂直滚动条 */
2108
+ margin-bottom: 10px;
2109
+ }
2110
+ .new-session-button[data-v-1e62eff8] {
2111
+ flex-shrink: 0; /* 固定高度,位于底部 */
2112
+ margin-top: 10px;
2113
+ margin-bottom: 20px;
2114
+ }
2115
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2116
+ background-color: #ffffff;
2117
+ }
2118
+ .date-group[data-v-1e62eff8] {
2119
+ margin-top: 16px;
2120
+ }
2121
+ .date-group-item[data-v-1e62eff8] {
2122
+ color: #81858c;
2123
+ font-size: 12px;
2124
+ user-select: none;
2125
+ margin-bottom: 2px;
2126
+ padding-left: calc(var(--chat-padding) * 2);
2127
+ }
2128
+ .menu-item[data-v-1e62eff8] {
2129
+ padding: 0px calc(var(--chat-padding) * 2);
2130
+ font-size: 16px;
2131
+ line-height: 50px;
2132
+ cursor: pointer;
2133
+ gap: 8px;
2134
+ border-radius: 8px;
2135
+ display: flex;
2136
+ align-items: center;
2137
+ }
2138
+ .active-item[data-v-1e62eff8] {
2139
+ background: #e2ebf5;
2140
+ color: var(--el-color-primary);
2141
+ }
2142
+ .history-item[data-v-1e62eff8] {
2143
+ padding: 0px calc(var(--chat-padding) * 2);
2144
+ cursor: pointer;
2145
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2146
+ align-items: center; /* 垂直居中 */
2147
+ line-height: 40px;
2148
+ gap: 8px;
2149
+ border-radius: 8px;
2150
+ }
2151
+ .history-subject[data-v-1e62eff8] {
2152
+ flex-grow: 1; /* 占据剩余空间 */
2153
+ overflow: hidden; /* 超出部分隐藏 */
2154
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2155
+ white-space: nowrap; /* 不换行 */
2156
+ }
2157
+ .dropdown-right[data-v-1e62eff8] {
2158
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2159
+ }
2160
+ .history-item[data-v-1e62eff8]:hover {
2161
+ background-color: #f5f5f5;
1875
2162
  }
1876
2163
 
1877
2164
  .additional-data-tag[data-v-7aaab83c] {
@@ -2160,46 +2447,25 @@ h4[data-v-6da81be3] {
2160
2447
  }
2161
2448
  .el-divider--vertical[data-v-6da81be3] {
2162
2449
  margin: 0 0;
2163
- }
2164
- .footer-wrapper[data-v-ffbde6f9] {
2165
- display: flex;
2166
- align-items: center;
2167
- justify-content: space-between;
2168
- gap: 10px;
2169
- width: 100%;
2170
- .footer-time[data-v-ffbde6f9] {
2171
- font-size: 10px;
2172
- color: #999;
2173
- margin-top: 3px;
2174
- flex-shrink: 0;
2175
- }
2176
- }
2177
- .footer-container[data-v-ffbde6f9] {
2178
- display: flex;
2179
- gap: 8px;
2180
- [data-v-ffbde6f9] .el-button + .el-button {
2181
- margin-left: 0;
2182
- }
2183
- }
2184
- [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 {
2450
+ }[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 {
2185
2451
  user-select: text !important;
2186
2452
  -webkit-user-select: text !important;
2187
2453
  -moz-user-select: text !important;
2188
2454
  -ms-user-select: text !important;
2189
2455
  }
2190
- .slide-up-enter-active[data-v-45fbaf17],
2191
- .slide-up-leave-active[data-v-45fbaf17] {
2456
+ .slide-up-enter-active[data-v-bc196b97],
2457
+ .slide-up-leave-active[data-v-bc196b97] {
2192
2458
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2193
2459
  }
2194
- .slide-up-enter-from[data-v-45fbaf17],
2195
- .slide-up-leave-to[data-v-45fbaf17] {
2460
+ .slide-up-enter-from[data-v-bc196b97],
2461
+ .slide-up-leave-to[data-v-bc196b97] {
2196
2462
  transform: translateY(100%);
2197
2463
  }
2198
2464
 
2199
2465
  /**
2200
2466
  * 聊天窗口的样式设置
2201
2467
  */
2202
- .chat-container[data-v-45fbaf17] {
2468
+ .chat-container[data-v-bc196b97] {
2203
2469
  --header-height: 56px;
2204
2470
  --chat-padding: 12px;
2205
2471
  --bubble-content-max-width: 0px;
@@ -2211,25 +2477,25 @@ h4[data-v-6da81be3] {
2211
2477
  flex-direction: row; /* 横向排列 */
2212
2478
  height: 100%; /* 父容器高度 */
2213
2479
  }
2214
- .small-window[data-v-45fbaf17] {
2480
+ .small-window[data-v-bc196b97] {
2215
2481
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2216
2482
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2217
2483
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2218
2484
  border-radius: 8px;
2219
2485
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2220
2486
  }
2221
- .full-screen[data-v-45fbaf17] {
2487
+ .full-screen[data-v-bc196b97] {
2222
2488
  right: 0;
2223
2489
  bottom: 0;
2224
2490
  --main-content-height: calc(100vh - var(--header-height));
2225
2491
  }
2226
- .chat-container > *[data-v-45fbaf17] {
2492
+ .chat-container > *[data-v-bc196b97] {
2227
2493
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2228
2494
  }
2229
2495
 
2230
2496
  /* 聊天窗口的头部样式设置
2231
2497
  */
2232
- .chat-embed__header_container[data-v-45fbaf17] {
2498
+ .chat-embed__header_container[data-v-bc196b97] {
2233
2499
  /* border-bottom: 1px solid #ddd; */
2234
2500
  display: flex;
2235
2501
  align-items: center;
@@ -2239,7 +2505,7 @@ h4[data-v-6da81be3] {
2239
2505
  overflow: hidden;
2240
2506
  position: relative;
2241
2507
  }
2242
- .session-subject[data-v-45fbaf17] {
2508
+ .session-subject[data-v-bc196b97] {
2243
2509
  display: block;
2244
2510
  margin: 0 auto;
2245
2511
  text-align: center;
@@ -2254,17 +2520,17 @@ h4[data-v-6da81be3] {
2254
2520
 
2255
2521
  /* 聊天窗口的头部图标样式设置
2256
2522
  */
2257
- .chat-embed__header_avatar[data-v-45fbaf17] {
2523
+ .chat-embed__header_avatar[data-v-bc196b97] {
2258
2524
  margin-left: calc(var(--chat-padding) * 2);
2259
2525
  margin-right: var(--chat-padding);
2260
2526
  }
2261
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2527
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2262
2528
  right: 20px;
2263
2529
  position: absolute;
2264
2530
  gap: 28px;
2265
2531
  display: flex;
2266
2532
  }
2267
- .chat-embed__sidebar[data-v-45fbaf17] {
2533
+ .chat-embed__sidebar[data-v-bc196b97] {
2268
2534
  background: #f6f7fa;
2269
2535
  display: flex;
2270
2536
  flex-direction: column; /* 设置为上下排列 */
@@ -2273,7 +2539,7 @@ h4[data-v-6da81be3] {
2273
2539
  width: 260px;
2274
2540
  height: 100%;
2275
2541
  }
2276
- .chat-embed__main[data-v-45fbaf17] {
2542
+ .chat-embed__main[data-v-bc196b97] {
2277
2543
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2278
2544
  box-sizing: border-box;
2279
2545
  overflow: hidden;
@@ -2284,7 +2550,7 @@ h4[data-v-6da81be3] {
2284
2550
  flex: 1; /* 聊天内容区域占据剩余空间 */
2285
2551
  overflow: hidden; /* 防止内容溢出 */
2286
2552
  }
2287
- .chat-embed__main_content[data-v-45fbaf17] {
2553
+ .chat-embed__main_content[data-v-bc196b97] {
2288
2554
  flex: 1;
2289
2555
  box-sizing: border-box;
2290
2556
  min-height: 0;
@@ -2292,21 +2558,21 @@ h4[data-v-6da81be3] {
2292
2558
  /* overflow-y: auto;
2293
2559
  margin-bottom: 12px; */
2294
2560
  }
2295
- .chat-embed__input_container[data-v-45fbaf17] {
2561
+ .chat-embed__input_container[data-v-bc196b97] {
2296
2562
  flex-shrink: 0; /* 不允许收缩 */
2297
2563
  /* margin-bottom: 50px; 距离底部 */
2298
2564
  }
2299
- .header-icon[data-v-45fbaf17] {
2565
+ .header-icon[data-v-bc196b97] {
2300
2566
  cursor: pointer;
2301
2567
  font-size: 20px;
2302
2568
  }
2303
2569
 
2304
2570
  /* 聊天默认推荐内容样式
2305
2571
  */
2306
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2572
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2307
2573
  margin-top: 5px;
2308
2574
  }
2309
- .content-container[data-v-45fbaf17] {
2575
+ .content-container[data-v-bc196b97] {
2310
2576
  padding: 16px;
2311
2577
  border-radius: 4px;
2312
2578
  background: #ffffff;
@@ -2314,7 +2580,7 @@ h4[data-v-6da81be3] {
2314
2580
  border-radius: 0px 30px 30px 30px;
2315
2581
  /* opacity: 0.6; */
2316
2582
  }
2317
- .chat-content-font[data-v-45fbaf17] {
2583
+ .chat-content-font[data-v-bc196b97] {
2318
2584
  font-family: PingFang SC, PingFang SC;
2319
2585
  font-weight: 500;
2320
2586
  font-size: 16px;
@@ -2324,10 +2590,10 @@ h4[data-v-6da81be3] {
2324
2590
  font-style: normal;
2325
2591
  text-transform: none;
2326
2592
  }
2327
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2593
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2328
2594
  border: none !important;
2329
2595
  }
2330
- .content-container-header[data-v-45fbaf17] {
2596
+ .content-container-header[data-v-bc196b97] {
2331
2597
  font-size: 12px;
2332
2598
  color: #909399;
2333
2599
  }
@@ -2335,28 +2601,28 @@ h4[data-v-6da81be3] {
2335
2601
  /**
2336
2602
  // 用户消息
2337
2603
  */
2338
- .content-borderless-container[data-v-45fbaf17] {
2604
+ .content-borderless-container[data-v-bc196b97] {
2339
2605
  background: #e1ecfd;
2340
2606
  border-radius: 20px 0px 20px 20px;
2341
2607
  user-select: none;
2342
2608
  padding: 12px;
2343
2609
  cursor: pointer;
2344
2610
  transition: background-color 0.3s;
2345
- &[data-v-45fbaf17]:hover {
2611
+ &[data-v-bc196b97]:hover {
2346
2612
  background-color: #ebeef5;
2347
2613
  }
2348
2614
  }
2349
- .footer-container[data-v-45fbaf17] {
2350
- [data-v-45fbaf17] .el-button + .el-button {
2615
+ .footer-container[data-v-bc196b97] {
2616
+ [data-v-bc196b97] .el-button + .el-button {
2351
2617
  margin-left: 8px;
2352
2618
  }
2353
2619
  }
2354
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2620
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2355
2621
  padding: 0;
2356
2622
  }
2357
2623
 
2358
2624
  /* 引用文件样式 */
2359
- .doc-agg-item[data-v-45fbaf17] {
2625
+ .doc-agg-item[data-v-bc196b97] {
2360
2626
  width: 100%;
2361
2627
  padding: 10px;
2362
2628
  margin-bottom: 5px;
@@ -2366,216 +2632,56 @@ h4[data-v-6da81be3] {
2366
2632
  font-size: 12px;
2367
2633
  color: var(--el-color-primary);
2368
2634
  }
2369
- .elx-xmarkdown-container[data-v-45fbaf17] {
2635
+ .elx-xmarkdown-container[data-v-bc196b97] {
2370
2636
  padding: 0;
2371
2637
  }
2372
- [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2373
- user-select: text !important;
2374
- -webkit-user-select: text !important;
2375
- -moz-user-select: text !important;
2376
- -ms-user-select: text !important;
2377
- }
2378
- .slide-up-enter-active[data-v-e9aa835d],
2379
- .slide-up-leave-active[data-v-e9aa835d] {
2380
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2381
- }
2382
- .slide-up-enter-from[data-v-e9aa835d],
2383
- .slide-up-leave-to[data-v-e9aa835d] {
2384
- transform: translateY(100%);
2385
- }
2386
-
2387
- /**
2388
- * 聊天窗口的样式设置
2389
- */
2390
- .chat-container[data-v-e9aa835d] {
2391
- --header-height: 56px;
2392
- --chat-padding: 12px;
2393
- --bubble-content-max-width: 0px;
2394
- position: fixed;
2395
- background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2396
-
2397
- overflow: hidden;
2398
- z-index: 100;
2399
- flex-direction: row; /* 横向排列 */
2400
- height: 100%; /* 父容器高度 */
2401
- }
2402
- .small-window[data-v-e9aa835d] {
2403
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2404
- right: var(--chat-padding); /* 距离浏览器右边框12px */
2405
- bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2406
- border-radius: 8px;
2407
- --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2408
- }
2409
- .full-screen[data-v-e9aa835d] {
2410
- right: 0;
2411
- bottom: 0;
2412
- --main-content-height: calc(100vh - var(--header-height));
2413
- }
2414
- .chat-container > *[data-v-e9aa835d] {
2415
- box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2638
+
2639
+ .home-chart-iframe[data-v-b9f40acf] {
2640
+ width: 100%;
2641
+ height: 100%;
2642
+ border: none;
2643
+ opacity: 1;
2416
2644
  }
2417
-
2418
- /* 聊天窗口的头部样式设置
2419
- */
2420
- .chat-embed__header_container[data-v-e9aa835d] {
2421
- /* border-bottom: 1px solid #ddd; */
2645
+
2646
+ .footer-wrapper[data-v-ffbde6f9] {
2422
2647
  display: flex;
2423
2648
  align-items: center;
2424
- /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
2425
- height: var(--header-height);
2426
- line-height: var(--header-height);
2427
- overflow: hidden;
2428
- position: relative;
2429
- }
2430
- .session-subject[data-v-e9aa835d] {
2431
- display: block;
2432
- margin: 0 auto;
2433
- text-align: center;
2434
- font-family: PingFang SC, PingFang SC;
2435
- font-weight: 500;
2436
- font-size: 16px;
2437
- color: #181818;
2438
- text-align: left;
2439
- font-style: normal;
2440
- text-transform: none;
2441
- }
2442
-
2443
- /* 聊天窗口的头部图标样式设置
2444
- */
2445
- .chat-embed__header_avatar[data-v-e9aa835d] {
2446
- margin-left: calc(var(--chat-padding) * 2);
2447
- margin-right: var(--chat-padding);
2448
- }
2449
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2450
- right: 20px;
2451
- position: absolute;
2452
- gap: 28px;
2453
- display: flex;
2454
- }
2455
- .chat-embed__sidebar[data-v-e9aa835d] {
2456
- background: #f6f7fa;
2457
- display: flex;
2458
- flex-direction: column; /* 设置为上下排列 */
2459
- border-right: 1px solid #ddd;
2460
- padding: 20px 12px;
2461
- width: 260px;
2462
- height: 100%;
2463
- }
2464
- .chat-embed__main[data-v-e9aa835d] {
2465
- padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2466
- box-sizing: border-box;
2467
- overflow: hidden;
2468
- position: relative;
2469
- display: flex;
2470
- flex-direction: column;
2471
- height: var(--main-content-height);
2472
- flex: 1; /* 聊天内容区域占据剩余空间 */
2473
- overflow: hidden; /* 防止内容溢出 */
2474
- }
2475
- .chat-embed__main_content[data-v-e9aa835d] {
2476
- flex: 1;
2477
- box-sizing: border-box;
2478
- min-height: 0;
2479
- padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
2480
- /* overflow-y: auto;
2481
- margin-bottom: 12px; */
2482
- }
2483
- .chat-embed__input_container[data-v-e9aa835d] {
2484
- flex-shrink: 0; /* 不允许收缩 */
2485
- /* margin-bottom: 50px; 距离底部 */
2486
- }
2487
- .header-icon[data-v-e9aa835d] {
2488
- cursor: pointer;
2489
- font-size: 20px;
2490
- }
2491
-
2492
- /* 聊天默认推荐内容样式
2493
- */
2494
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2495
- margin-top: 5px;
2496
- }
2497
- .content-container[data-v-e9aa835d] {
2498
- padding: 16px;
2499
- border-radius: 4px;
2500
- background: #ffffff;
2501
- box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2502
- border-radius: 0px 30px 30px 30px;
2503
- /* opacity: 0.6; */
2504
- }
2505
- .chat-content-font[data-v-e9aa835d] {
2506
- font-family: PingFang SC, PingFang SC;
2507
- font-weight: 500;
2508
- font-size: 16px;
2509
- color: #181818;
2510
- line-height: 32px;
2511
- text-align: justified;
2512
- font-style: normal;
2513
- text-transform: none;
2514
- }
2515
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2516
- border: none !important;
2517
- }
2518
- .content-container-header[data-v-e9aa835d] {
2519
- font-size: 12px;
2520
- color: #909399;
2521
- }
2522
-
2523
- /**
2524
- // 用户消息
2525
- */
2526
- .content-borderless-container[data-v-e9aa835d] {
2527
- background: #e1ecfd;
2528
- border-radius: 20px 0px 20px 20px;
2529
- user-select: none;
2530
- padding: 12px;
2531
- cursor: pointer;
2532
- transition: background-color 0.3s;
2533
- &[data-v-e9aa835d]:hover {
2534
- background-color: #ebeef5;
2535
- }
2536
- }
2537
- .footer-container[data-v-e9aa835d] {
2538
- [data-v-e9aa835d] .el-button + .el-button {
2539
- margin-left: 8px;
2649
+ justify-content: space-between;
2650
+ gap: 10px;
2651
+ width: 100%;
2652
+ .footer-time[data-v-ffbde6f9] {
2653
+ font-size: 10px;
2654
+ color: #999;
2655
+ margin-top: 3px;
2656
+ flex-shrink: 0;
2540
2657
  }
2541
2658
  }
2542
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2543
- padding: 0;
2544
- }
2545
-
2546
- /* 引用文件样式 */
2547
- .doc-agg-item[data-v-e9aa835d] {
2548
- width: 100%;
2549
- padding: 10px;
2550
- margin-bottom: 5px;
2551
- border: 1px solid #eee;
2552
- border-radius: 4px;
2553
- cursor: pointer;
2554
- font-size: 12px;
2555
- color: var(--el-color-primary);
2659
+ .footer-container[data-v-ffbde6f9] {
2660
+ display: flex;
2661
+ gap: 8px;
2662
+ [data-v-ffbde6f9] .el-button + .el-button {
2663
+ margin-left: 0;
2556
2664
  }
2557
- .elx-xmarkdown-container[data-v-e9aa835d] {
2558
- padding: 0;
2559
2665
  }
2560
- [data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
2666
+ [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 {
2561
2667
  user-select: text !important;
2562
2668
  -webkit-user-select: text !important;
2563
2669
  -moz-user-select: text !important;
2564
2670
  -ms-user-select: text !important;
2565
2671
  }
2566
- .slide-up-enter-active[data-v-bc196b97],
2567
- .slide-up-leave-active[data-v-bc196b97] {
2672
+ .slide-up-enter-active[data-v-45fbaf17],
2673
+ .slide-up-leave-active[data-v-45fbaf17] {
2568
2674
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2569
2675
  }
2570
- .slide-up-enter-from[data-v-bc196b97],
2571
- .slide-up-leave-to[data-v-bc196b97] {
2676
+ .slide-up-enter-from[data-v-45fbaf17],
2677
+ .slide-up-leave-to[data-v-45fbaf17] {
2572
2678
  transform: translateY(100%);
2573
2679
  }
2574
2680
 
2575
2681
  /**
2576
2682
  * 聊天窗口的样式设置
2577
2683
  */
2578
- .chat-container[data-v-bc196b97] {
2684
+ .chat-container[data-v-45fbaf17] {
2579
2685
  --header-height: 56px;
2580
2686
  --chat-padding: 12px;
2581
2687
  --bubble-content-max-width: 0px;
@@ -2587,25 +2693,25 @@ h4[data-v-6da81be3] {
2587
2693
  flex-direction: row; /* 横向排列 */
2588
2694
  height: 100%; /* 父容器高度 */
2589
2695
  }
2590
- .small-window[data-v-bc196b97] {
2696
+ .small-window[data-v-45fbaf17] {
2591
2697
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2592
2698
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2593
2699
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2594
2700
  border-radius: 8px;
2595
2701
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2596
2702
  }
2597
- .full-screen[data-v-bc196b97] {
2703
+ .full-screen[data-v-45fbaf17] {
2598
2704
  right: 0;
2599
2705
  bottom: 0;
2600
2706
  --main-content-height: calc(100vh - var(--header-height));
2601
2707
  }
2602
- .chat-container > *[data-v-bc196b97] {
2708
+ .chat-container > *[data-v-45fbaf17] {
2603
2709
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2604
2710
  }
2605
2711
 
2606
2712
  /* 聊天窗口的头部样式设置
2607
2713
  */
2608
- .chat-embed__header_container[data-v-bc196b97] {
2714
+ .chat-embed__header_container[data-v-45fbaf17] {
2609
2715
  /* border-bottom: 1px solid #ddd; */
2610
2716
  display: flex;
2611
2717
  align-items: center;
@@ -2615,7 +2721,7 @@ h4[data-v-6da81be3] {
2615
2721
  overflow: hidden;
2616
2722
  position: relative;
2617
2723
  }
2618
- .session-subject[data-v-bc196b97] {
2724
+ .session-subject[data-v-45fbaf17] {
2619
2725
  display: block;
2620
2726
  margin: 0 auto;
2621
2727
  text-align: center;
@@ -2630,17 +2736,17 @@ h4[data-v-6da81be3] {
2630
2736
 
2631
2737
  /* 聊天窗口的头部图标样式设置
2632
2738
  */
2633
- .chat-embed__header_avatar[data-v-bc196b97] {
2739
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2634
2740
  margin-left: calc(var(--chat-padding) * 2);
2635
2741
  margin-right: var(--chat-padding);
2636
2742
  }
2637
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2743
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2638
2744
  right: 20px;
2639
2745
  position: absolute;
2640
2746
  gap: 28px;
2641
2747
  display: flex;
2642
2748
  }
2643
- .chat-embed__sidebar[data-v-bc196b97] {
2749
+ .chat-embed__sidebar[data-v-45fbaf17] {
2644
2750
  background: #f6f7fa;
2645
2751
  display: flex;
2646
2752
  flex-direction: column; /* 设置为上下排列 */
@@ -2649,7 +2755,7 @@ h4[data-v-6da81be3] {
2649
2755
  width: 260px;
2650
2756
  height: 100%;
2651
2757
  }
2652
- .chat-embed__main[data-v-bc196b97] {
2758
+ .chat-embed__main[data-v-45fbaf17] {
2653
2759
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2654
2760
  box-sizing: border-box;
2655
2761
  overflow: hidden;
@@ -2660,7 +2766,7 @@ h4[data-v-6da81be3] {
2660
2766
  flex: 1; /* 聊天内容区域占据剩余空间 */
2661
2767
  overflow: hidden; /* 防止内容溢出 */
2662
2768
  }
2663
- .chat-embed__main_content[data-v-bc196b97] {
2769
+ .chat-embed__main_content[data-v-45fbaf17] {
2664
2770
  flex: 1;
2665
2771
  box-sizing: border-box;
2666
2772
  min-height: 0;
@@ -2668,21 +2774,21 @@ h4[data-v-6da81be3] {
2668
2774
  /* overflow-y: auto;
2669
2775
  margin-bottom: 12px; */
2670
2776
  }
2671
- .chat-embed__input_container[data-v-bc196b97] {
2777
+ .chat-embed__input_container[data-v-45fbaf17] {
2672
2778
  flex-shrink: 0; /* 不允许收缩 */
2673
2779
  /* margin-bottom: 50px; 距离底部 */
2674
2780
  }
2675
- .header-icon[data-v-bc196b97] {
2781
+ .header-icon[data-v-45fbaf17] {
2676
2782
  cursor: pointer;
2677
2783
  font-size: 20px;
2678
2784
  }
2679
2785
 
2680
2786
  /* 聊天默认推荐内容样式
2681
2787
  */
2682
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2788
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2683
2789
  margin-top: 5px;
2684
2790
  }
2685
- .content-container[data-v-bc196b97] {
2791
+ .content-container[data-v-45fbaf17] {
2686
2792
  padding: 16px;
2687
2793
  border-radius: 4px;
2688
2794
  background: #ffffff;
@@ -2690,7 +2796,7 @@ h4[data-v-6da81be3] {
2690
2796
  border-radius: 0px 30px 30px 30px;
2691
2797
  /* opacity: 0.6; */
2692
2798
  }
2693
- .chat-content-font[data-v-bc196b97] {
2799
+ .chat-content-font[data-v-45fbaf17] {
2694
2800
  font-family: PingFang SC, PingFang SC;
2695
2801
  font-weight: 500;
2696
2802
  font-size: 16px;
@@ -2700,10 +2806,10 @@ h4[data-v-6da81be3] {
2700
2806
  font-style: normal;
2701
2807
  text-transform: none;
2702
2808
  }
2703
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2809
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2704
2810
  border: none !important;
2705
2811
  }
2706
- .content-container-header[data-v-bc196b97] {
2812
+ .content-container-header[data-v-45fbaf17] {
2707
2813
  font-size: 12px;
2708
2814
  color: #909399;
2709
2815
  }
@@ -2711,28 +2817,28 @@ h4[data-v-6da81be3] {
2711
2817
  /**
2712
2818
  // 用户消息
2713
2819
  */
2714
- .content-borderless-container[data-v-bc196b97] {
2820
+ .content-borderless-container[data-v-45fbaf17] {
2715
2821
  background: #e1ecfd;
2716
2822
  border-radius: 20px 0px 20px 20px;
2717
2823
  user-select: none;
2718
2824
  padding: 12px;
2719
2825
  cursor: pointer;
2720
2826
  transition: background-color 0.3s;
2721
- &[data-v-bc196b97]:hover {
2827
+ &[data-v-45fbaf17]:hover {
2722
2828
  background-color: #ebeef5;
2723
2829
  }
2724
2830
  }
2725
- .footer-container[data-v-bc196b97] {
2726
- [data-v-bc196b97] .el-button + .el-button {
2831
+ .footer-container[data-v-45fbaf17] {
2832
+ [data-v-45fbaf17] .el-button + .el-button {
2727
2833
  margin-left: 8px;
2728
2834
  }
2729
2835
  }
2730
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2836
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2731
2837
  padding: 0;
2732
2838
  }
2733
2839
 
2734
2840
  /* 引用文件样式 */
2735
- .doc-agg-item[data-v-bc196b97] {
2841
+ .doc-agg-item[data-v-45fbaf17] {
2736
2842
  width: 100%;
2737
2843
  padding: 10px;
2738
2844
  margin-bottom: 5px;
@@ -2742,42 +2848,35 @@ h4[data-v-6da81be3] {
2742
2848
  font-size: 12px;
2743
2849
  color: var(--el-color-primary);
2744
2850
  }
2745
- .elx-xmarkdown-container[data-v-bc196b97] {
2851
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2746
2852
  padding: 0;
2747
2853
  }
2748
2854
 
2749
- .home-chart-iframe[data-v-b9f40acf] {
2750
- width: 100%;
2751
- height: 100%;
2752
- border: none;
2753
- opacity: 1;
2754
- }
2755
-
2756
2855
  .home-chart-iframe[data-v-873e1ba1] {
2757
2856
  width: 100%;
2758
2857
  height: 100%;
2759
2858
  border: none;
2760
2859
  opacity: 1;
2761
2860
  }
2762
- [data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2861
+ [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 {
2763
2862
  user-select: text !important;
2764
2863
  -webkit-user-select: text !important;
2765
2864
  -moz-user-select: text !important;
2766
2865
  -ms-user-select: text !important;
2767
2866
  }
2768
- .slide-up-enter-active[data-v-1e62eff8],
2769
- .slide-up-leave-active[data-v-1e62eff8] {
2867
+ .slide-up-enter-active[data-v-e9aa835d],
2868
+ .slide-up-leave-active[data-v-e9aa835d] {
2770
2869
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2771
2870
  }
2772
- .slide-up-enter-from[data-v-1e62eff8],
2773
- .slide-up-leave-to[data-v-1e62eff8] {
2871
+ .slide-up-enter-from[data-v-e9aa835d],
2872
+ .slide-up-leave-to[data-v-e9aa835d] {
2774
2873
  transform: translateY(100%);
2775
2874
  }
2776
2875
 
2777
2876
  /**
2778
2877
  * 聊天窗口的样式设置
2779
2878
  */
2780
- .chat-container[data-v-1e62eff8] {
2879
+ .chat-container[data-v-e9aa835d] {
2781
2880
  --header-height: 56px;
2782
2881
  --chat-padding: 12px;
2783
2882
  --bubble-content-max-width: 0px;
@@ -2789,25 +2888,25 @@ h4[data-v-6da81be3] {
2789
2888
  flex-direction: row; /* 横向排列 */
2790
2889
  height: 100%; /* 父容器高度 */
2791
2890
  }
2792
- .small-window[data-v-1e62eff8] {
2891
+ .small-window[data-v-e9aa835d] {
2793
2892
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2794
2893
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2795
2894
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2796
2895
  border-radius: 8px;
2797
2896
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2798
2897
  }
2799
- .full-screen[data-v-1e62eff8] {
2898
+ .full-screen[data-v-e9aa835d] {
2800
2899
  right: 0;
2801
2900
  bottom: 0;
2802
2901
  --main-content-height: calc(100vh - var(--header-height));
2803
2902
  }
2804
- .chat-container > *[data-v-1e62eff8] {
2903
+ .chat-container > *[data-v-e9aa835d] {
2805
2904
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2806
2905
  }
2807
2906
 
2808
2907
  /* 聊天窗口的头部样式设置
2809
2908
  */
2810
- .chat-embed__header_container[data-v-1e62eff8] {
2909
+ .chat-embed__header_container[data-v-e9aa835d] {
2811
2910
  /* border-bottom: 1px solid #ddd; */
2812
2911
  display: flex;
2813
2912
  align-items: center;
@@ -2817,7 +2916,7 @@ h4[data-v-6da81be3] {
2817
2916
  overflow: hidden;
2818
2917
  position: relative;
2819
2918
  }
2820
- .session-subject[data-v-1e62eff8] {
2919
+ .session-subject[data-v-e9aa835d] {
2821
2920
  display: block;
2822
2921
  margin: 0 auto;
2823
2922
  text-align: center;
@@ -2832,17 +2931,17 @@ h4[data-v-6da81be3] {
2832
2931
 
2833
2932
  /* 聊天窗口的头部图标样式设置
2834
2933
  */
2835
- .chat-embed__header_avatar[data-v-1e62eff8] {
2934
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2836
2935
  margin-left: calc(var(--chat-padding) * 2);
2837
2936
  margin-right: var(--chat-padding);
2838
2937
  }
2839
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2938
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2840
2939
  right: 20px;
2841
2940
  position: absolute;
2842
2941
  gap: 28px;
2843
2942
  display: flex;
2844
2943
  }
2845
- .chat-embed__sidebar[data-v-1e62eff8] {
2944
+ .chat-embed__sidebar[data-v-e9aa835d] {
2846
2945
  background: #f6f7fa;
2847
2946
  display: flex;
2848
2947
  flex-direction: column; /* 设置为上下排列 */
@@ -2851,7 +2950,7 @@ h4[data-v-6da81be3] {
2851
2950
  width: 260px;
2852
2951
  height: 100%;
2853
2952
  }
2854
- .chat-embed__main[data-v-1e62eff8] {
2953
+ .chat-embed__main[data-v-e9aa835d] {
2855
2954
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2856
2955
  box-sizing: border-box;
2857
2956
  overflow: hidden;
@@ -2862,7 +2961,7 @@ h4[data-v-6da81be3] {
2862
2961
  flex: 1; /* 聊天内容区域占据剩余空间 */
2863
2962
  overflow: hidden; /* 防止内容溢出 */
2864
2963
  }
2865
- .chat-embed__main_content[data-v-1e62eff8] {
2964
+ .chat-embed__main_content[data-v-e9aa835d] {
2866
2965
  flex: 1;
2867
2966
  box-sizing: border-box;
2868
2967
  min-height: 0;
@@ -2870,21 +2969,21 @@ h4[data-v-6da81be3] {
2870
2969
  /* overflow-y: auto;
2871
2970
  margin-bottom: 12px; */
2872
2971
  }
2873
- .chat-embed__input_container[data-v-1e62eff8] {
2972
+ .chat-embed__input_container[data-v-e9aa835d] {
2874
2973
  flex-shrink: 0; /* 不允许收缩 */
2875
2974
  /* margin-bottom: 50px; 距离底部 */
2876
2975
  }
2877
- .header-icon[data-v-1e62eff8] {
2976
+ .header-icon[data-v-e9aa835d] {
2878
2977
  cursor: pointer;
2879
2978
  font-size: 20px;
2880
2979
  }
2881
2980
 
2882
2981
  /* 聊天默认推荐内容样式
2883
2982
  */
2884
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2983
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2885
2984
  margin-top: 5px;
2886
2985
  }
2887
- .content-container[data-v-1e62eff8] {
2986
+ .content-container[data-v-e9aa835d] {
2888
2987
  padding: 16px;
2889
2988
  border-radius: 4px;
2890
2989
  background: #ffffff;
@@ -2892,7 +2991,7 @@ h4[data-v-6da81be3] {
2892
2991
  border-radius: 0px 30px 30px 30px;
2893
2992
  /* opacity: 0.6; */
2894
2993
  }
2895
- .chat-content-font[data-v-1e62eff8] {
2994
+ .chat-content-font[data-v-e9aa835d] {
2896
2995
  font-family: PingFang SC, PingFang SC;
2897
2996
  font-weight: 500;
2898
2997
  font-size: 16px;
@@ -2902,10 +3001,10 @@ h4[data-v-6da81be3] {
2902
3001
  font-style: normal;
2903
3002
  text-transform: none;
2904
3003
  }
2905
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
3004
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2906
3005
  border: none !important;
2907
3006
  }
2908
- .content-container-header[data-v-1e62eff8] {
3007
+ .content-container-header[data-v-e9aa835d] {
2909
3008
  font-size: 12px;
2910
3009
  color: #909399;
2911
3010
  }
@@ -2913,28 +3012,28 @@ h4[data-v-6da81be3] {
2913
3012
  /**
2914
3013
  // 用户消息
2915
3014
  */
2916
- .content-borderless-container[data-v-1e62eff8] {
3015
+ .content-borderless-container[data-v-e9aa835d] {
2917
3016
  background: #e1ecfd;
2918
3017
  border-radius: 20px 0px 20px 20px;
2919
3018
  user-select: none;
2920
3019
  padding: 12px;
2921
3020
  cursor: pointer;
2922
3021
  transition: background-color 0.3s;
2923
- &[data-v-1e62eff8]:hover {
3022
+ &[data-v-e9aa835d]:hover {
2924
3023
  background-color: #ebeef5;
2925
3024
  }
2926
3025
  }
2927
- .footer-container[data-v-1e62eff8] {
2928
- [data-v-1e62eff8] .el-button + .el-button {
3026
+ .footer-container[data-v-e9aa835d] {
3027
+ [data-v-e9aa835d] .el-button + .el-button {
2929
3028
  margin-left: 8px;
2930
3029
  }
2931
3030
  }
2932
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
3031
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2933
3032
  padding: 0;
2934
3033
  }
2935
3034
 
2936
3035
  /* 引用文件样式 */
2937
- .doc-agg-item[data-v-1e62eff8] {
3036
+ .doc-agg-item[data-v-e9aa835d] {
2938
3037
  width: 100%;
2939
3038
  padding: 10px;
2940
3039
  margin-bottom: 5px;
@@ -2944,111 +3043,12 @@ h4[data-v-6da81be3] {
2944
3043
  font-size: 12px;
2945
3044
  color: var(--el-color-primary);
2946
3045
  }
2947
- .elx-xmarkdown-container[data-v-1e62eff8] {
3046
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2948
3047
  padding: 0;
2949
- }
2950
- .flex-avatar[data-v-1e62eff8] {
2951
- position: absolute;
2952
- padding: 20px 36px;
2953
- gap: 16px;
2954
- display: flex;
2955
- z-index: 1;
2956
- }
2957
- .flex-function-icon[data-v-1e62eff8] {
2958
- display: flex;
2959
- height: 40px;
2960
- padding: 10px 14px;
2961
- gap: 14px;
2962
- border-radius: 100px 100px 100px 100px;
2963
- border: 1px solid #e5e5e5;
2964
- width: 82px;
2965
- font-size: 20px;
2966
- }
2967
- .sidebar-header[data-v-1e62eff8] {
2968
- display: flex; /* 设置为水平排列 */
2969
- align-items: center; /* 垂直居中 */
2970
- margin-bottom: 22px;
2971
- font-size: 20px;
2972
- }
2973
- .sidebar-header > span[data-v-1e62eff8] {
2974
- font-family: PingFang SC, PingFang SC;
2975
- font-weight: 600;
2976
- font-size: 16px;
2977
- color: #181818;
2978
- text-align: left;
2979
- font-style: normal;
2980
- text-transform: none;
2981
- }
2982
- .right-icon[data-v-1e62eff8] {
2983
- cursor: pointer;
2984
- margin-left: auto;
2985
- }
2986
- .shousuo-icon[data-v-1e62eff8] {
2987
- cursor: pointer;
2988
- }
2989
- .sidebar-menu[data-v-1e62eff8] {
2990
- flex-shrink: 0; /* 固定高度,位于顶部 */
2991
- margin-bottom: 10px;
2992
- }
2993
- .scrollbar-container[data-v-1e62eff8] {
2994
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2995
- overflow-y: auto; /* 添加垂直滚动条 */
2996
- margin-bottom: 10px;
2997
- }
2998
- .new-session-button[data-v-1e62eff8] {
2999
- flex-shrink: 0; /* 固定高度,位于底部 */
3000
- margin-top: 10px;
3001
- margin-bottom: 20px;
3002
- }
3003
- .sidebar-menu div[data-v-1e62eff8]:hover {
3004
- background-color: #ffffff;
3005
- }
3006
- .date-group[data-v-1e62eff8] {
3007
- margin-top: 16px;
3008
- }
3009
- .date-group-item[data-v-1e62eff8] {
3010
- color: #81858c;
3011
- font-size: 12px;
3012
- user-select: none;
3013
- margin-bottom: 2px;
3014
- padding-left: calc(var(--chat-padding) * 2);
3015
- }
3016
- .menu-item[data-v-1e62eff8] {
3017
- padding: 0px calc(var(--chat-padding) * 2);
3018
- font-size: 16px;
3019
- line-height: 50px;
3020
- cursor: pointer;
3021
- gap: 8px;
3022
- border-radius: 8px;
3023
- display: flex;
3024
- align-items: center;
3025
- }
3026
- .active-item[data-v-1e62eff8] {
3027
- background: #e2ebf5;
3028
- color: var(--el-color-primary);
3029
- }
3030
- .history-item[data-v-1e62eff8] {
3031
- padding: 0px calc(var(--chat-padding) * 2);
3032
- cursor: pointer;
3033
- display: flex; /* 确保子元素可以使用 flex 布局 */
3034
- align-items: center; /* 垂直居中 */
3035
- line-height: 40px;
3036
- gap: 8px;
3037
- border-radius: 8px;
3038
- }
3039
- .history-subject[data-v-1e62eff8] {
3040
- flex-grow: 1; /* 占据剩余空间 */
3041
- overflow: hidden; /* 超出部分隐藏 */
3042
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3043
- white-space: nowrap; /* 不换行 */
3044
- }
3045
- .dropdown-right[data-v-1e62eff8] {
3046
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3047
- }
3048
- .history-item[data-v-1e62eff8]:hover {
3049
- background-color: #f5f5f5;
3050
3048
  }
3051
-
3049
+ [data-v-41b4cbbd] .el-range-separator {
3050
+ min-width: 20px;
3051
+ }
3052
3052
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3053
3053
  .mobile-item-action[data-v-13b41596] {
3054
3054
  z-index: 2000;