agilebuilder-ui 1.1.65-tmp22 → 1.1.65-tmp23

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
@@ -141,15 +141,7 @@ iframe.tab-main-content[data-v-3c90505e] {
141
141
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
142
142
  color: #97a8be;
143
143
  cursor: text;
144
- }
145
- .svg-icon[data-v-67e4e504] {
146
- width: 1.2em;
147
- height: 1.2em;
148
- vertical-align: -0.25em;
149
- fill: currentColor;
150
- overflow: initial;
151
- }
152
- .grid-area .elTable th[data-v-2eb1c8ec] {
144
+ }.grid-area .elTable th[data-v-2eb1c8ec] {
153
145
  padding: 2px 0 !important;
154
146
  }
155
147
  .grid-area .elTable td[data-v-2eb1c8ec] {
@@ -293,11 +285,12 @@ iframe.tab-main-content[data-v-3c90505e] {
293
285
  flex-wrap: wrap;
294
286
  gap: var(--layout-form-flex-gap, 15px) 0;
295
287
  }
296
- .searchResult {
297
- color: red;
298
- }
299
- .inline-input-custom {
300
- width: 90%;
288
+ .svg-icon[data-v-67e4e504] {
289
+ width: 1.2em;
290
+ height: 1.2em;
291
+ vertical-align: -0.25em;
292
+ fill: currentColor;
293
+ overflow: initial;
301
294
  }
302
295
 
303
296
  .searchResult[data-v-22410ec9] {
@@ -306,7 +299,16 @@ iframe.tab-main-content[data-v-3c90505e] {
306
299
  .inline-input-custom[data-v-22410ec9] {
307
300
  width: 90%;
308
301
  }
309
-
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
  .red-circle[data-v-998f4283] {
311
313
  width: 20px; /* 圆圈的宽度 */
312
314
  height: 20px; /* 圆圈的高度 */
@@ -321,102 +323,18 @@ iframe.tab-main-content[data-v-3c90505e] {
321
323
  border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
322
324
  display: inline-block; /* 确保元素以块级元素显示 */
323
325
  }
324
- .ValidCode[data-v-aa77e3bd] {
325
- display: flex;
326
- background-color: #fff;
327
- justify-content: center;
328
- align-items: center;
329
- cursor: pointer;
330
- }
331
- .ValidCode span[data-v-aa77e3bd] {
332
- display: inline-block;
326
+
327
+ .searchResult {
328
+ color: red;
333
329
  }
334
- .organization-input .el-input-group__append {
335
- padding: 0 10px 0 0;
330
+ .inline-input-custom {
331
+ width: 90%;
336
332
  }
337
333
 
338
- .select-top-span {
339
- width: 100%;
334
+ .organization-input .el-input-group__append {
335
+ padding: 0 10px 0 0;
340
336
  }
341
- [data-v-34406c62] .el-select-dropdown__item {
342
- display: inline-block;
343
- }
344
- .fs-preview-container[data-v-2448d898] {
345
- display: flex;
346
- align-items: center;
347
- gap: 5px;
348
- justify-content: space-between;
349
- }
350
- .fs-preview-tool[data-v-2448d898] {
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-2448d898] .amb-color-iconfont,
358
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
359
- width: 30px;
360
- height: 30px;
361
- }
362
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
363
- .file-actions[data-v-2448d898] .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-2448d898] {
372
- overflow: hidden;
373
- text-overflow: ellipsis;
374
- white-space: nowrap;
375
- }
376
- .el-link + .el-link[data-v-2448d898] {
377
- margin-left: 5px;
378
- }
379
- .file-item[data-v-2448d898] {
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-2448d898]: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-2448d898] {
396
- display: flex;
397
- align-items: center;
398
- gap: 5px;
399
- flex-shrink: 0; /* 防止按钮被压缩 */
400
- }
401
- .super-icon + .super-icon[data-v-2448d898] {
402
- margin-left: 5px;
403
- }
404
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
405
- margin-left: 5px;
406
- }
407
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
408
- margin-left: 5px;
409
- }
410
- .amb-iconfont[data-v-2448d898] {
411
- color: var(--el-color-primary);
412
- }
413
- .fs-preview-container[data-v-2448d898] .el-button > span {
414
- font-size: 14px !important;
415
- }
416
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
417
- padding: 5px 11px;
418
- height: var(--el-button-size);
419
- }.nine-grid-area[data-v-80f6a26f] {
337
+ .nine-grid-area[data-v-80f6a26f] {
420
338
  padding: 10px;
421
339
  }
422
340
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -526,17 +444,6 @@ iframe.tab-main-content[data-v-3c90505e] {
526
444
  font-size: 14px;
527
445
  display: grid;
528
446
  grid-template-columns: 20% 80%;
529
- }.select[data-v-52983a24] {
530
- width: 100%;
531
- height: 100%;
532
- display: grid;
533
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
534
- align-items: center;
535
- }
536
- .select .intervalCenter[data-v-52983a24] {
537
- width: 100%;
538
- height: 100%;
539
- text-align: center;
540
447
  }.amb-color-iconfont[data-v-5254701d] {
541
448
  width: 30px;
542
449
  height: 30px;
@@ -566,6 +473,99 @@ iframe.tab-main-content[data-v-3c90505e] {
566
473
  .fs-upload-tag-percent[data-v-5254701d] {
567
474
  font-weight: 600;
568
475
  margin-left: 4px;
476
+ }
477
+ .fs-preview-container[data-v-2448d898] {
478
+ display: flex;
479
+ align-items: center;
480
+ gap: 5px;
481
+ justify-content: space-between;
482
+ }
483
+ .fs-preview-tool[data-v-2448d898] {
484
+ display: flex;
485
+ align-items: center;
486
+ flex-shrink: 0;
487
+ min-width: max-content;
488
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
489
+ }
490
+ .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
491
+ .more-file-icon[data-v-2448d898] .amb-color-iconfont {
492
+ width: 30px;
493
+ height: 30px;
494
+ }
495
+ .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
496
+ .file-actions[data-v-2448d898] .amb-color-iconfont {
497
+ font-size: 15px !important; /* 图标实际大小,按需改 */
498
+ display: inline-block;
499
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
500
+ height: 1em !important;
501
+ line-height: 1em;
502
+ cursor: pointer;
503
+ }
504
+ .amb-list-preivew-name[data-v-2448d898] {
505
+ overflow: hidden;
506
+ text-overflow: ellipsis;
507
+ white-space: nowrap;
508
+ }
509
+ .el-link + .el-link[data-v-2448d898] {
510
+ margin-left: 5px;
511
+ }
512
+ .file-item[data-v-2448d898] {
513
+ display: flex;
514
+ align-items: center;
515
+ justify-content: space-between; /* 添加这行来分布空间 */
516
+ gap: 10px;
517
+ height: 40px;
518
+ padding: 10px;
519
+ border-radius: 8px;
520
+ transition: background-color 0.2s;
521
+ }
522
+ .file-item[data-v-2448d898]:hover {
523
+ color: var(--el-button-hover-text-color, #409eff);
524
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
525
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
526
+ outline: none;
527
+ }
528
+ .file-actions[data-v-2448d898] {
529
+ display: flex;
530
+ align-items: center;
531
+ gap: 5px;
532
+ flex-shrink: 0; /* 防止按钮被压缩 */
533
+ }
534
+ .super-icon + .super-icon[data-v-2448d898] {
535
+ margin-left: 5px;
536
+ }
537
+ .amb-iconfont + .amb-iconfont[data-v-2448d898] {
538
+ margin-left: 5px;
539
+ }
540
+ .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
541
+ margin-left: 5px;
542
+ }
543
+ .amb-iconfont[data-v-2448d898] {
544
+ color: var(--el-color-primary);
545
+ }
546
+ .fs-preview-container[data-v-2448d898] .el-button > span {
547
+ font-size: 14px !important;
548
+ }
549
+ .fs-preview-container[data-v-2448d898] .el-button.is-round {
550
+ padding: 5px 11px;
551
+ height: var(--el-button-size);
552
+ }.select[data-v-52983a24] {
553
+ width: 100%;
554
+ height: 100%;
555
+ display: grid;
556
+ grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
557
+ align-items: center;
558
+ }
559
+ .select .intervalCenter[data-v-52983a24] {
560
+ width: 100%;
561
+ height: 100%;
562
+ text-align: center;
563
+ }
564
+ .select-top-span {
565
+ width: 100%;
566
+ }
567
+ [data-v-34406c62] .el-select-dropdown__item {
568
+ display: inline-block;
569
569
  }.wscn-http404-container[data-v-4f824f28] {
570
570
  transform: translate(-50%, -50%);
571
571
  position: absolute;
@@ -854,134 +854,14 @@ iframe.tab-main-content[data-v-3c90505e] {
854
854
  .organization-tree .dept-path .breadcrumb-label-link {
855
855
  color: #409eff;
856
856
  }
857
-
858
- .organization-tree,
859
- .organization-tree .el-checkbox__label,
860
- .organization-tree .el-breadcrumb__inner,
861
- .organization-tree .el-tree {
862
- font-size: 17px;
863
- font-weight: 700;
864
- }
865
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
866
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
867
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
868
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
869
- font-size: 17px;
870
- font-weight: 700;
857
+ .app-wrapper[data-v-5c0a6bf6] {
858
+ position: relative;
859
+ height: 100%;
860
+ width: 100%;
871
861
  }
872
- .organization-tree .el-card__body {
873
- padding-top: 10px;
874
- }
875
- .organization-tree .card-content {
876
- margin-top: 10px;
877
- }
878
- .organization-tree .item-row-all {
879
- margin-bottom: 10px;
880
- }
881
- .organization-tree .item-row {
882
- display: flex;
883
- width: 100%;
884
- }
885
- .organization-tree .item-label {
886
- flex: 0 0 90%;
887
- text-align: left;
888
- }
889
- .organization-tree .item-side {
890
- flex: 0 0 10%;
891
- text-align: right;
892
- }
893
- .organization-tree .el-tree-node {
894
- margin-bottom: 10px;
895
- }
896
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
897
- padding: 0;
898
- display: none;
899
- }
900
- .organization-tree .card-footer {
901
- padding: 20px;
902
- }
903
- .organization-tree .card-footer .select-result {
904
- color: #409eff;
905
- flex: 1 1 75%;
906
- text-align: left;
907
- }
908
- .organization-tree .card-footer .button-area {
909
- flex: 0 0 20%;
910
- text-align: right;
911
- }
912
- .organization-tree .dept-path .breadcrumb-label-link {
913
- color: #409eff;
914
- }
915
- .super-icon[data-v-875fd31c] {
916
- width: 1em;
917
- height: 1em;
918
- font-size: 14px;
919
- }
920
- .organization-tree,
921
- .organization-tree .el-checkbox__label,
922
- .organization-tree .el-breadcrumb__inner,
923
- .organization-tree .el-tree {
924
- font-size: 17px;
925
- font-weight: 700;
926
- }
927
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
928
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
929
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
930
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
931
- font-size: 17px;
932
- font-weight: 700;
933
- }
934
- .organization-tree .el-card__body {
935
- padding-top: 10px;
936
- }
937
- .organization-tree .card-content {
938
- margin-top: 10px;
939
- }
940
- .organization-tree .item-row-all {
941
- margin-bottom: 10px;
942
- }
943
- .organization-tree .item-row {
944
- display: flex;
945
- width: 100%;
946
- }
947
- .organization-tree .item-label {
948
- flex: 0 0 90%;
949
- text-align: left;
950
- }
951
- .organization-tree .item-side {
952
- flex: 0 0 10%;
953
- text-align: right;
954
- }
955
- .organization-tree .el-tree-node {
956
- margin-bottom: 10px;
957
- }
958
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
959
- padding: 0;
960
- display: none;
961
- }
962
- .organization-tree .card-footer {
963
- padding: 20px;
964
- }
965
- .organization-tree .card-footer .select-result {
966
- color: #409eff;
967
- flex: 1 1 75%;
968
- text-align: left;
969
- }
970
- .organization-tree .card-footer .button-area {
971
- flex: 0 0 20%;
972
- text-align: right;
973
- }
974
- .organization-tree .dept-path .breadcrumb-label-link {
975
- color: #409eff;
976
- }
977
- .app-wrapper[data-v-5c0a6bf6] {
978
- position: relative;
979
- height: 100%;
980
- width: 100%;
981
- }
982
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
983
- position: fixed;
984
- top: 0;
862
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
863
+ position: fixed;
864
+ top: 0;
985
865
  }
986
866
  .drawer-bg[data-v-5c0a6bf6] {
987
867
  background: #000;
@@ -1000,6 +880,16 @@ iframe.tab-main-content[data-v-3c90505e] {
1000
880
  iframe[data-v-20dccb82] {
1001
881
  width: 100%;
1002
882
  height: calc(100vh - 50px);
883
+ }.app-main[data-v-2d98e845] {
884
+ padding: var(--app-main-padding, 15px);
885
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
886
+ position: relative;
887
+ overflow: hidden;
888
+ }
889
+ .app-main[data-v-2d98e845] > .app-container {
890
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
891
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
892
+ overflow: auto;
1003
893
  }.smb-sidebar-menu-item[data-v-38e3eafc] {
1004
894
  position: relative;
1005
895
  --el-menu-item-height: 45px;
@@ -1084,38 +974,7 @@ iframe[data-v-20dccb82] {
1084
974
  }
1085
975
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1086
976
  flex: 0 0 calc(100% - 20px - 20px);
1087
- }.app-main[data-v-2d98e845] {
1088
- padding: var(--app-main-padding, 15px);
1089
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1090
- position: relative;
1091
- overflow: hidden;
1092
- }
1093
- .app-main[data-v-2d98e845] > .app-container {
1094
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1095
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1096
- overflow: auto;
1097
- }.row-form-item[data-v-4b5a56cc] {
1098
- width: 50%;
1099
- }
1100
- .ab-date-range[data-v-2aeaa81d] {
1101
- display: flex;
1102
- align-items: center;
1103
- width: 100%;
1104
- gap: 8px;
1105
- box-sizing: border-box;
1106
- min-width: 0;
1107
977
  }
1108
- .ab-date-range[data-v-2aeaa81d] .el-input {
1109
- width: 100%;
1110
- min-width: 0;
1111
- }
1112
- .sep[data-v-2aeaa81d] {
1113
- padding: 0 8px;
1114
- color: var(--el-text-color-secondary);
1115
- white-space: nowrap;
1116
- flex: 0 0 auto;
1117
- }
1118
-
1119
978
  .searchResult {
1120
979
  color: red;
1121
980
  }
@@ -1126,87 +985,128 @@ iframe[data-v-20dccb82] {
1126
985
  width: 98%;
1127
986
  }
1128
987
 
1129
- .searchResult {
1130
- color: red;
1131
- }
1132
- .inline-input-custom {
1133
- width: 90%;
988
+ .organization-tree,
989
+ .organization-tree .el-checkbox__label,
990
+ .organization-tree .el-breadcrumb__inner,
991
+ .organization-tree .el-tree {
992
+ font-size: 17px;
993
+ font-weight: 700;
1134
994
  }
1135
- .el-autocomplete-suggestion.el-popper {
1136
- min-width: 300px;
1137
- }
1138
- .normal-column-header[data-v-562b2e0d] {
1139
- display: inline-flex;
1140
- vertical-align: middle;
995
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
996
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
997
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
998
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
999
+ font-size: 17px;
1000
+ font-weight: 700;
1141
1001
  }
1142
- .normal-column-header-icon[data-v-562b2e0d] {
1143
- font-size: 20px;
1144
- color: var(--el-color-primary);
1145
- cursor: pointer;
1002
+ .organization-tree .el-card__body {
1003
+ padding-top: 10px;
1146
1004
  }
1147
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1148
- margin-bottom: 0px;
1005
+ .organization-tree .card-content {
1006
+ margin-top: 10px;
1149
1007
  }
1150
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1151
- margin-bottom: 5px;
1152
- text-align: center;
1008
+ .organization-tree .item-row-all {
1009
+ margin-bottom: 10px;
1153
1010
  }
1154
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1155
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1011
+ .organization-tree .item-row {
1012
+ display: flex;
1156
1013
  width: 100%;
1157
1014
  }
1158
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1015
+ .organization-tree .item-label {
1016
+ flex: 0 0 90%;
1017
+ text-align: left;
1018
+ }
1019
+ .organization-tree .item-side {
1020
+ flex: 0 0 10%;
1021
+ text-align: right;
1022
+ }
1023
+ .organization-tree .el-tree-node {
1024
+ margin-bottom: 10px;
1025
+ }
1026
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1027
+ padding: 0;
1159
1028
  display: none;
1160
1029
  }
1161
- .search-condition-mobile[data-v-8ae4e3f5] {
1162
- padding-bottom: 10px;
1163
- position: fixed;
1164
- top: 37px;
1165
- background-color: #ffffff;
1166
- width: 46%;
1167
- height: 40px;
1168
- z-index: 1500;
1169
- }
1170
-
1171
- .searchResult {
1172
- color: red;
1030
+ .organization-tree .card-footer {
1031
+ padding: 20px;
1173
1032
  }
1174
- .inline-input-custom {
1175
- width: 100% !important;
1033
+ .organization-tree .card-footer .select-result {
1034
+ color: #409eff;
1035
+ flex: 1 1 75%;
1036
+ text-align: left;
1176
1037
  }
1177
- .el-autocomplete-suggestion.el-popper {
1178
- min-width: 300px;
1038
+ .organization-tree .card-footer .button-area {
1039
+ flex: 0 0 20%;
1040
+ text-align: right;
1041
+ }
1042
+ .organization-tree .dept-path .breadcrumb-label-link {
1043
+ color: #409eff;
1179
1044
  }
1180
- li[data-v-040fcf55] {
1181
- color: #333;
1045
+ .super-icon[data-v-875fd31c] {
1046
+ width: 1em;
1047
+ height: 1em;
1048
+ font-size: 14px;
1049
+ }.row-form-item[data-v-4b5a56cc] {
1050
+ width: 50%;
1182
1051
  }
1183
- .context-menu[data-v-040fcf55] {
1184
- position: fixed;
1185
- background: #fff;
1186
- z-index: 999;
1187
- padding: 5px;
1188
- margin: 0;
1189
- margin-top: 30px;
1052
+ .organization-tree,
1053
+ .organization-tree .el-checkbox__label,
1054
+ .organization-tree .el-breadcrumb__inner,
1055
+ .organization-tree .el-tree {
1056
+ font-size: 17px;
1057
+ font-weight: 700;
1190
1058
  }
1191
- .context-menu li[data-v-040fcf55] {
1192
- min-width: 75px;
1193
- height: 28px;
1194
- line-height: 28px;
1059
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
1060
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
1061
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
1062
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1063
+ font-size: 17px;
1064
+ font-weight: 700;
1065
+ }
1066
+ .organization-tree .el-card__body {
1067
+ padding-top: 10px;
1068
+ }
1069
+ .organization-tree .card-content {
1070
+ margin-top: 10px;
1071
+ }
1072
+ .organization-tree .item-row-all {
1073
+ margin-bottom: 10px;
1074
+ }
1075
+ .organization-tree .item-row {
1076
+ display: flex;
1077
+ width: 100%;
1078
+ }
1079
+ .organization-tree .item-label {
1080
+ flex: 0 0 90%;
1195
1081
  text-align: left;
1196
- color: #1a1a1a;
1197
1082
  }
1198
- .context-menu li[data-v-040fcf55]:hover {
1199
- background: #42b983;
1200
- color: #fff;
1083
+ .organization-tree .item-side {
1084
+ flex: 0 0 10%;
1085
+ text-align: right;
1086
+ }
1087
+ .organization-tree .el-tree-node {
1088
+ margin-bottom: 10px;
1089
+ }
1090
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1091
+ padding: 0;
1092
+ display: none;
1093
+ }
1094
+ .organization-tree .card-footer {
1095
+ padding: 20px;
1201
1096
  }
1202
- .context-menu[data-v-040fcf55] {
1203
- border: 1px solid #eee;
1204
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1205
- border-radius: 5px;
1097
+ .organization-tree .card-footer .select-result {
1098
+ color: #409eff;
1099
+ flex: 1 1 75%;
1100
+ text-align: left;
1206
1101
  }
1207
- li[data-v-040fcf55] {
1208
- list-style-type: none;
1209
- }[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 {
1102
+ .organization-tree .card-footer .button-area {
1103
+ flex: 0 0 20%;
1104
+ text-align: right;
1105
+ }
1106
+ .organization-tree .dept-path .breadcrumb-label-link {
1107
+ color: #409eff;
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 {
1210
1110
  user-select: text !important;
1211
1111
  -webkit-user-select: text !important;
1212
1112
  -moz-user-select: text !important;
@@ -1424,25 +1324,95 @@ li[data-v-040fcf55] {
1424
1324
  [data-v-e25b360d] .el-divider--horizontal {
1425
1325
  margin: 5px 0;
1426
1326
  }
1327
+ .normal-column-header[data-v-562b2e0d] {
1328
+ display: inline-flex;
1329
+ vertical-align: middle;
1330
+ }
1331
+ .normal-column-header-icon[data-v-562b2e0d] {
1332
+ font-size: 20px;
1333
+ color: var(--el-color-primary);
1334
+ cursor: pointer;
1335
+ }li[data-v-040fcf55] {
1336
+ color: #333;
1337
+ }
1338
+ .context-menu[data-v-040fcf55] {
1339
+ position: fixed;
1340
+ background: #fff;
1341
+ z-index: 999;
1342
+ padding: 5px;
1343
+ margin: 0;
1344
+ margin-top: 30px;
1345
+ }
1346
+ .context-menu li[data-v-040fcf55] {
1347
+ min-width: 75px;
1348
+ height: 28px;
1349
+ line-height: 28px;
1350
+ text-align: left;
1351
+ color: #1a1a1a;
1352
+ }
1353
+ .context-menu li[data-v-040fcf55]:hover {
1354
+ background: #42b983;
1355
+ color: #fff;
1356
+ }
1357
+ .context-menu[data-v-040fcf55] {
1358
+ border: 1px solid #eee;
1359
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1360
+ border-radius: 5px;
1361
+ }
1362
+ li[data-v-040fcf55] {
1363
+ list-style-type: none;
1364
+ }
1365
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1366
+ margin-bottom: 0px;
1367
+ }
1368
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1369
+ margin-bottom: 5px;
1370
+ text-align: center;
1371
+ }
1372
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1373
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1374
+ width: 100%;
1375
+ }
1376
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1377
+ display: none;
1378
+ }
1379
+ .search-condition-mobile[data-v-8ae4e3f5] {
1380
+ padding-bottom: 10px;
1381
+ position: fixed;
1382
+ top: 37px;
1383
+ background-color: #ffffff;
1384
+ width: 46%;
1385
+ height: 40px;
1386
+ z-index: 1500;
1387
+ }
1427
1388
 
1428
- .searchResult {
1429
- color: red;
1389
+ .ab-date-range[data-v-2aeaa81d] {
1390
+ display: flex;
1391
+ align-items: center;
1392
+ width: 100%;
1393
+ gap: 8px;
1394
+ box-sizing: border-box;
1395
+ min-width: 0;
1430
1396
  }
1431
- .inline-select-custom {
1432
- width: 100px;
1397
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1398
+ width: 100%;
1399
+ min-width: 0;
1433
1400
  }
1434
- .inline-input-custom {
1435
- width: 98%;
1401
+ .sep[data-v-2aeaa81d] {
1402
+ padding: 0 8px;
1403
+ color: var(--el-text-color-secondary);
1404
+ white-space: nowrap;
1405
+ flex: 0 0 auto;
1436
1406
  }
1437
1407
 
1438
1408
  .searchResult {
1439
- color: red;
1440
- }
1441
- .inline-select-custom {
1442
- width: 100px;
1409
+ color: red;
1443
1410
  }
1444
1411
  .inline-input-custom {
1445
- width: 98%;
1412
+ width: 90%;
1413
+ }
1414
+ .el-autocomplete-suggestion.el-popper {
1415
+ min-width: 300px;
1446
1416
  }
1447
1417
 
1448
1418
  .searchResult {
@@ -1461,6 +1431,36 @@ li[data-v-040fcf55] {
1461
1431
  min-width: 300px;
1462
1432
  }
1463
1433
 
1434
+ .searchResult {
1435
+ color: red;
1436
+ }
1437
+ .inline-input-custom {
1438
+ width: 100% !important;
1439
+ }
1440
+ .el-autocomplete-suggestion.el-popper {
1441
+ min-width: 300px;
1442
+ }
1443
+
1444
+ .searchResult {
1445
+ color: red;
1446
+ }
1447
+ .inline-select-custom {
1448
+ width: 100px;
1449
+ }
1450
+ .inline-input-custom {
1451
+ width: 98%;
1452
+ }
1453
+
1454
+ .searchResult {
1455
+ color: red;
1456
+ }
1457
+ .inline-select-custom {
1458
+ width: 100px;
1459
+ }
1460
+ .inline-input-custom {
1461
+ width: 98%;
1462
+ }
1463
+
1464
1464
  .searchResult {
1465
1465
  color: red;
1466
1466
  }
@@ -1492,6 +1492,58 @@ li[data-v-040fcf55] {
1492
1492
  width: 100%;
1493
1493
  }
1494
1494
 
1495
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1496
+ font-size: 17px;
1497
+ font-weight: 700;
1498
+ }
1499
+ .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 {
1500
+ font-size: 17px;
1501
+ font-weight: 700;
1502
+ }
1503
+ .organization-tree .el-card__body {
1504
+ padding-top: 10px;
1505
+ }
1506
+ .organization-tree .card-content {
1507
+ margin-top: 10px;
1508
+ }
1509
+ .organization-tree .item-row-all {
1510
+ margin-bottom: 10px;
1511
+ }
1512
+ .organization-tree .item-row {
1513
+ display: flex;
1514
+ width: 100%;
1515
+ }
1516
+ .organization-tree .item-label {
1517
+ flex: 0 0 90%;
1518
+ text-align: left;
1519
+ }
1520
+ .organization-tree .item-side {
1521
+ flex: 0 0 10%;
1522
+ text-align: right;
1523
+ }
1524
+ .organization-tree .el-tree-node {
1525
+ margin-bottom: 10px;
1526
+ }
1527
+ .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1528
+ padding: 0;
1529
+ display: none;
1530
+ }
1531
+ .organization-tree .card-footer {
1532
+ padding: 20px;
1533
+ }
1534
+ .organization-tree .card-footer .select-result {
1535
+ color: #409EFF;
1536
+ flex:1 1 75%;
1537
+ text-align: left;
1538
+ }
1539
+ .organization-tree .card-footer .button-area {
1540
+ flex:0 0 20%;
1541
+ text-align: right;
1542
+ }
1543
+ .organization-tree .dept-path .breadcrumb-label-link{
1544
+ color:#409EFF
1545
+ }
1546
+
1495
1547
  iframe.tab-main-content[data-v-80f8eb5e] {
1496
1548
  width: 100%;
1497
1549
  height: calc(100vh - 48px);
@@ -1540,75 +1592,26 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1540
1592
  .default-page-tip {
1541
1593
  width: 100%;
1542
1594
  height: 100%;
1543
- background: #f7f7f8;
1544
- }
1545
- .default-page-tip-msg {
1546
- padding-top: 25%;
1547
- padding-bottom: 30%;
1548
- font-size: 24px;
1549
- font-weight: 600;
1550
- text-align: center;
1551
- color: gray;
1552
- }
1553
- .default-page-tip-item {
1554
- padding-top: 10px;
1555
- }
1556
- [data-v-455b2ba2] .super-icon {
1557
- width: 20px !important;
1558
- height: 20px !important;
1559
- }
1560
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1561
- font-size: 17px;
1562
- font-weight: 700;
1563
- }
1564
- .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 {
1565
- font-size: 17px;
1566
- font-weight: 700;
1567
- }
1568
- .organization-tree .el-card__body {
1569
- padding-top: 10px;
1570
- }
1571
- .organization-tree .card-content {
1572
- margin-top: 10px;
1573
- }
1574
- .organization-tree .item-row-all {
1575
- margin-bottom: 10px;
1576
- }
1577
- .organization-tree .item-row {
1578
- display: flex;
1579
- width: 100%;
1580
- }
1581
- .organization-tree .item-label {
1582
- flex: 0 0 90%;
1583
- text-align: left;
1584
- }
1585
- .organization-tree .item-side {
1586
- flex: 0 0 10%;
1587
- text-align: right;
1588
- }
1589
- .organization-tree .el-tree-node {
1590
- margin-bottom: 10px;
1591
- }
1592
- .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1593
- padding: 0;
1594
- display: none;
1595
- }
1596
- .organization-tree .card-footer {
1597
- padding: 20px;
1598
- }
1599
- .organization-tree .card-footer .select-result {
1600
- color: #409EFF;
1601
- flex:1 1 75%;
1602
- text-align: left;
1595
+ background: #f7f7f8;
1603
1596
  }
1604
- .organization-tree .card-footer .button-area {
1605
- flex:0 0 20%;
1606
- text-align: right;
1597
+ .default-page-tip-msg {
1598
+ padding-top: 25%;
1599
+ padding-bottom: 30%;
1600
+ font-size: 24px;
1601
+ font-weight: 600;
1602
+ text-align: center;
1603
+ color: gray;
1607
1604
  }
1608
- .organization-tree .dept-path .breadcrumb-label-link{
1609
- color:#409EFF
1605
+ .default-page-tip-item {
1606
+ padding-top: 10px;
1610
1607
  }
1611
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1608
+ [data-v-455b2ba2] .super-icon {
1609
+ width: 20px !important;
1610
+ height: 20px !important;
1611
+ }[data-v-0fb85d6e] .super-icon {
1612
+ width: 20px !important;
1613
+ height: 20px !important;
1614
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1612
1615
  background-color: #eee;
1613
1616
  width: 100%;
1614
1617
  border: 1px solid #ccc;
@@ -1627,20 +1630,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1627
1630
  }
1628
1631
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1629
1632
  margin: 0 5px;
1630
- }[data-v-0fb85d6e] .super-icon {
1631
- width: 20px !important;
1632
- height: 20px !important;
1633
- }
1634
- .searchResult {
1635
- color: red;
1636
- }
1637
- .inline-select-custom {
1638
- width: 100px;
1639
- }
1640
- .inline-input-custom {
1641
- width: 98%;
1642
- }
1643
- .annex-cell[data-v-c44b1087] {
1633
+ }.annex-cell[data-v-c44b1087] {
1644
1634
  padding-right: 5px;
1645
1635
  cursor: pointer;
1646
1636
  color: #409eff;
@@ -1770,28 +1760,71 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1770
1760
  .inline-input-custom {
1771
1761
  width: 98%;
1772
1762
  }
1773
- .el-button > span[data-v-5bb8bf7f] {
1774
- font-size: 12px;
1763
+
1764
+ .searchResult {
1765
+ color: red;
1775
1766
  }
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;
1767
+ .inline-select-custom {
1768
+ width: 100px;
1769
+ }
1770
+ .inline-input-custom {
1771
+ width: 98%;
1772
+ }
1773
+ .smb-sidebar-menu-item[data-v-74b8f009] {
1774
+ position: relative;
1775
+ --el-menu-item-height: 45px;
1776
+ --el-menu-sub-item-height: 45px;
1777
+ }
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);
1799
+ overflow: hidden;
1800
+ white-space: nowrap;
1787
1801
  overflow: hidden;
1788
1802
  text-overflow: ellipsis;
1803
+ }
1804
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
1805
+ overflow: hidden;
1789
1806
  white-space: nowrap;
1807
+ overflow: hidden;
1808
+ text-overflow: ellipsis;
1809
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1810
+ margin-right: 5px;
1790
1811
  }
1791
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1792
- font-weight: 600;
1793
- margin-left: 4px;
1794
- }.fs-upload-tag[data-v-e5cde7de] {
1812
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1813
+ margin-left: 5px;
1814
+ }
1815
+ .svg-icon[data-v-019891df] {
1816
+ width: 1.2em;
1817
+ height: 1.2em;
1818
+ vertical-align: -0.25em;
1819
+ fill: currentColor;
1820
+ overflow: initial;
1821
+ }
1822
+ [data-v-90635647] .el-range-separator {
1823
+ min-width: 20px;
1824
+ }.el-button > span[data-v-5bb8bf7f] {
1825
+ font-size: 12px;
1826
+ }
1827
+ .fs-upload-tag[data-v-5bb8bf7f] {
1795
1828
  border: 1px solid #dcdfe6;
1796
1829
  padding: 4px 8px;
1797
1830
  background-clip: padding-box;
@@ -1799,51 +1832,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1799
1832
  display: inline-flex;
1800
1833
  align-items: center;
1801
1834
  }
1802
- .fs-upload-tag-text[data-v-e5cde7de] {
1835
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1803
1836
  margin-right: 18px;
1804
1837
  max-width: 160px;
1805
1838
  overflow: hidden;
1806
1839
  text-overflow: ellipsis;
1807
1840
  white-space: nowrap;
1808
1841
  }
1809
- .fs-upload-tag-percent[data-v-e5cde7de] {
1842
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1810
1843
  font-weight: 600;
1811
1844
  margin-left: 4px;
1812
- }
1813
- .additional-data-tag[data-v-7aaab83c] {
1814
- display: flex;
1815
- align-items: center;
1816
- flex-shrink: 0;
1817
- min-width: max-content;
1818
- margin-left: auto;
1819
- gap: 10px;
1820
- }
1821
- .additional-data-button[data-v-7aaab83c] {
1822
- display: flex;
1823
- align-items: center;
1824
- justify-content: center;
1825
- margin-top: 10px;
1826
- gap: 10px;
1827
- }
1828
- [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 {
1845
+ }[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 {
1829
1846
  user-select: text !important;
1830
1847
  -webkit-user-select: text !important;
1831
1848
  -moz-user-select: text !important;
1832
1849
  -ms-user-select: text !important;
1833
1850
  }
1834
- .slide-up-enter-active[data-v-bc196b97],
1835
- .slide-up-leave-active[data-v-bc196b97] {
1851
+ .slide-up-enter-active[data-v-0b0c189e],
1852
+ .slide-up-leave-active[data-v-0b0c189e] {
1836
1853
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1837
1854
  }
1838
- .slide-up-enter-from[data-v-bc196b97],
1839
- .slide-up-leave-to[data-v-bc196b97] {
1855
+ .slide-up-enter-from[data-v-0b0c189e],
1856
+ .slide-up-leave-to[data-v-0b0c189e] {
1840
1857
  transform: translateY(100%);
1841
1858
  }
1842
1859
 
1843
1860
  /**
1844
1861
  * 聊天窗口的样式设置
1845
1862
  */
1846
- .chat-container[data-v-bc196b97] {
1863
+ .chat-container[data-v-0b0c189e] {
1847
1864
  --header-height: 56px;
1848
1865
  --chat-padding: 12px;
1849
1866
  --bubble-content-max-width: 0px;
@@ -1855,25 +1872,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1855
1872
  flex-direction: row; /* 横向排列 */
1856
1873
  height: 100%; /* 父容器高度 */
1857
1874
  }
1858
- .small-window[data-v-bc196b97] {
1875
+ .small-window[data-v-0b0c189e] {
1859
1876
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1860
1877
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1861
1878
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1862
1879
  border-radius: 8px;
1863
1880
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1864
1881
  }
1865
- .full-screen[data-v-bc196b97] {
1882
+ .full-screen[data-v-0b0c189e] {
1866
1883
  right: 0;
1867
1884
  bottom: 0;
1868
1885
  --main-content-height: calc(100vh - var(--header-height));
1869
1886
  }
1870
- .chat-container > *[data-v-bc196b97] {
1887
+ .chat-container > *[data-v-0b0c189e] {
1871
1888
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1872
1889
  }
1873
1890
 
1874
1891
  /* 聊天窗口的头部样式设置
1875
1892
  */
1876
- .chat-embed__header_container[data-v-bc196b97] {
1893
+ .chat-embed__header_container[data-v-0b0c189e] {
1877
1894
  /* border-bottom: 1px solid #ddd; */
1878
1895
  display: flex;
1879
1896
  align-items: center;
@@ -1883,7 +1900,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1883
1900
  overflow: hidden;
1884
1901
  position: relative;
1885
1902
  }
1886
- .session-subject[data-v-bc196b97] {
1903
+ .session-subject[data-v-0b0c189e] {
1887
1904
  display: block;
1888
1905
  margin: 0 auto;
1889
1906
  text-align: center;
@@ -1898,17 +1915,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1898
1915
 
1899
1916
  /* 聊天窗口的头部图标样式设置
1900
1917
  */
1901
- .chat-embed__header_avatar[data-v-bc196b97] {
1918
+ .chat-embed__header_avatar[data-v-0b0c189e] {
1902
1919
  margin-left: calc(var(--chat-padding) * 2);
1903
1920
  margin-right: var(--chat-padding);
1904
1921
  }
1905
- .chat-embed__header_tool_icon[data-v-bc196b97] {
1922
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
1906
1923
  right: 20px;
1907
1924
  position: absolute;
1908
1925
  gap: 28px;
1909
1926
  display: flex;
1910
1927
  }
1911
- .chat-embed__sidebar[data-v-bc196b97] {
1928
+ .chat-embed__sidebar[data-v-0b0c189e] {
1912
1929
  background: #f6f7fa;
1913
1930
  display: flex;
1914
1931
  flex-direction: column; /* 设置为上下排列 */
@@ -1917,7 +1934,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1917
1934
  width: 260px;
1918
1935
  height: 100%;
1919
1936
  }
1920
- .chat-embed__main[data-v-bc196b97] {
1937
+ .chat-embed__main[data-v-0b0c189e] {
1921
1938
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1922
1939
  box-sizing: border-box;
1923
1940
  overflow: hidden;
@@ -1928,7 +1945,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1928
1945
  flex: 1; /* 聊天内容区域占据剩余空间 */
1929
1946
  overflow: hidden; /* 防止内容溢出 */
1930
1947
  }
1931
- .chat-embed__main_content[data-v-bc196b97] {
1948
+ .chat-embed__main_content[data-v-0b0c189e] {
1932
1949
  flex: 1;
1933
1950
  box-sizing: border-box;
1934
1951
  min-height: 0;
@@ -1936,21 +1953,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1936
1953
  /* overflow-y: auto;
1937
1954
  margin-bottom: 12px; */
1938
1955
  }
1939
- .chat-embed__input_container[data-v-bc196b97] {
1956
+ .chat-embed__input_container[data-v-0b0c189e] {
1940
1957
  flex-shrink: 0; /* 不允许收缩 */
1941
1958
  /* margin-bottom: 50px; 距离底部 */
1942
1959
  }
1943
- .header-icon[data-v-bc196b97] {
1960
+ .header-icon[data-v-0b0c189e] {
1944
1961
  cursor: pointer;
1945
1962
  font-size: 20px;
1946
1963
  }
1947
1964
 
1948
1965
  /* 聊天默认推荐内容样式
1949
1966
  */
1950
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
1967
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
1951
1968
  margin-top: 5px;
1952
1969
  }
1953
- .content-container[data-v-bc196b97] {
1970
+ .content-container[data-v-0b0c189e] {
1954
1971
  padding: 16px;
1955
1972
  border-radius: 4px;
1956
1973
  background: #ffffff;
@@ -1958,7 +1975,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1958
1975
  border-radius: 0px 30px 30px 30px;
1959
1976
  /* opacity: 0.6; */
1960
1977
  }
1961
- .chat-content-font[data-v-bc196b97] {
1978
+ .chat-content-font[data-v-0b0c189e] {
1962
1979
  font-family: PingFang SC, PingFang SC;
1963
1980
  font-weight: 500;
1964
1981
  font-size: 16px;
@@ -1968,10 +1985,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1968
1985
  font-style: normal;
1969
1986
  text-transform: none;
1970
1987
  }
1971
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
1988
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
1972
1989
  border: none !important;
1973
1990
  }
1974
- .content-container-header[data-v-bc196b97] {
1991
+ .content-container-header[data-v-0b0c189e] {
1975
1992
  font-size: 12px;
1976
1993
  color: #909399;
1977
1994
  }
@@ -1979,28 +1996,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1979
1996
  /**
1980
1997
  // 用户消息
1981
1998
  */
1982
- .content-borderless-container[data-v-bc196b97] {
1999
+ .content-borderless-container[data-v-0b0c189e] {
1983
2000
  background: #e1ecfd;
1984
2001
  border-radius: 20px 0px 20px 20px;
1985
2002
  user-select: none;
1986
2003
  padding: 12px;
1987
2004
  cursor: pointer;
1988
2005
  transition: background-color 0.3s;
1989
- &[data-v-bc196b97]:hover {
2006
+ &[data-v-0b0c189e]:hover {
1990
2007
  background-color: #ebeef5;
1991
2008
  }
1992
2009
  }
1993
- .footer-container[data-v-bc196b97] {
1994
- [data-v-bc196b97] .el-button + .el-button {
2010
+ .footer-container[data-v-0b0c189e] {
2011
+ [data-v-0b0c189e] .el-button + .el-button {
1995
2012
  margin-left: 8px;
1996
2013
  }
1997
2014
  }
1998
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2015
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
1999
2016
  padding: 0;
2000
2017
  }
2001
2018
 
2002
2019
  /* 引用文件样式 */
2003
- .doc-agg-item[data-v-bc196b97] {
2020
+ .doc-agg-item[data-v-0b0c189e] {
2004
2021
  width: 100%;
2005
2022
  padding: 10px;
2006
2023
  margin-bottom: 5px;
@@ -2010,51 +2027,114 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2010
2027
  font-size: 12px;
2011
2028
  color: var(--el-color-primary);
2012
2029
  }
2013
- .elx-xmarkdown-container[data-v-bc196b97] {
2030
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2014
2031
  padding: 0;
2015
- }
2016
- .smb-sidebar-menu-item[data-v-74b8f009] {
2017
- position: relative;
2018
- --el-menu-item-height: 45px;
2019
- --el-menu-sub-item-height: 45px;
2020
2032
  }
2021
- .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
2022
- padding: 0 !important;
2033
+ h4[data-v-0b0c189e] {
2034
+ font-size: 16px;
2035
+ margin-top: 0px;
2036
+ margin-bottom: 0px;
2037
+ }
2038
+ [data-v-0b0c189e] .el-divider--horizontal {
2039
+ margin: 5px 0;
2040
+ }
2041
+ .sender-additional-data-tag[data-v-0b0c189e] {
2042
+ display: flex;
2043
+ align-items: center;
2044
+ flex-shrink: 0;
2045
+ min-width: max-content;
2046
+ margin-left: auto;
2047
+ gap: 10px;
2048
+ }
2049
+ .amb-color-iconfont[data-v-0b0c189e] {
2050
+ display: inline-block;
2051
+ width: 12px;
2052
+ height: 12px;
2053
+ background-repeat: no-repeat;
2054
+ background-position: center;
2055
+ background-size: 100%;
2056
+ cursor: pointer;
2057
+ }
2058
+ .el-button + .el-button[data-v-0b0c189e] {
2059
+ margin-left: 5px;
2060
+ }
2061
+ .header-self-wrap[data-v-0b0c189e] {
2062
+ display: flex;
2063
+ flex-direction: column;
2064
+ padding: 16px;
2065
+ }
2066
+ [data-v-0b0c189e] .el-sender-header {
2067
+ border-bottom-color: #ffffff !important;
2068
+ }
2069
+ [data-v-0b0c189e] .el-sender {
2070
+ background: #ffffff !important;
2071
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2072
+ border-radius: 30px 30px 30px 30px !important;
2073
+ font-family: Noto Sans SC, Noto Sans SC;
2074
+ font-weight: 400;
2075
+ font-size: 16px;
2076
+ color: #bbbbbb;
2077
+ text-align: left;
2078
+ font-style: normal;
2079
+ text-transform: none;
2080
+ }
2081
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2082
+ font-family: Noto Sans SC, Noto Sans SC !important;
2083
+ font-weight: 400 !important;
2084
+ font-size: 16px !important;
2085
+ line-height: 21px !important;
2086
+ font-style: normal !important;
2087
+ text-transform: none !important;
2088
+ }
2089
+ [data-v-0b0c189e] .el-sender-content {
2090
+ padding: 16px !important;
2091
+ }
2092
+ [data-v-0b0c189e] .el-select__wrapper {
2093
+ border-radius: 100px 100px 100px 100px;
2094
+ border: 1px solid #dcdfe6;
2095
+ }
2096
+ .ai-generate-tip[data-v-0b0c189e] {
2097
+ padding: 12px;
2098
+ font-family: PingFang SC, PingFang SC;
2099
+ font-weight: 400;
2100
+ font-size: 14px;
2101
+ color: #808080;
2102
+ line-height: 21px;
2103
+ font-style: normal;
2104
+ text-align: center;
2105
+ }
2106
+ .el-button.is-circle[data-v-0b0c189e] {
2107
+ border-radius: 50% !important;
2108
+ padding: 8px;
2109
+ width: 32px;
2023
2110
  }
2024
- .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)) {
2025
- display: flex;
2026
- flex-direction: row;
2111
+ .send-icon[data-v-0b0c189e] {
2112
+ cursor: pointer;
2027
2113
  }
2028
- .smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
2029
- display: flex;
2030
- flex-direction: row;
2031
- padding: 0 !important;
2114
+ .el-divider--vertical[data-v-0b0c189e] {
2115
+ margin: 0 0;
2032
2116
  }
2033
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
2034
- display: flex;
2035
- align-items: center;
2036
- justify-content: center;
2037
- width: var(--admin-layout-left-menu-collapse, 54px);
2038
- font-size: 16px;
2117
+ .footer-wrapper[data-v-ffbde6f9] {
2118
+ display: flex;
2119
+ align-items: center;
2120
+ justify-content: space-between;
2121
+ gap: 10px;
2122
+ width: 100%;
2123
+ .footer-time[data-v-ffbde6f9] {
2124
+ font-size: 10px;
2125
+ color: #999;
2126
+ margin-top: 3px;
2127
+ flex-shrink: 0;
2039
2128
  }
2040
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
2041
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
2042
- overflow: hidden;
2043
- white-space: nowrap;
2044
- overflow: hidden;
2045
- text-overflow: ellipsis;
2046
2129
  }
2047
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
2048
- overflow: hidden;
2049
- white-space: nowrap;
2050
- overflow: hidden;
2051
- text-overflow: ellipsis;
2052
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2053
- margin-right: 5px;
2130
+ .footer-container[data-v-ffbde6f9] {
2131
+ display: flex;
2132
+ gap: 8px;
2133
+ [data-v-ffbde6f9] .el-button + .el-button {
2134
+ margin-left: 0;
2054
2135
  }
2055
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2056
- margin-left: 5px;
2057
- }[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 {
2136
+ }
2137
+ [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
2138
  user-select: text !important;
2059
2139
  -webkit-user-select: text !important;
2060
2140
  -moz-user-select: text !important;
@@ -2242,25 +2322,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2242
2322
  .elx-xmarkdown-container[data-v-e9aa835d] {
2243
2323
  padding: 0;
2244
2324
  }
2245
- [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 {
2325
+ [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 {
2246
2326
  user-select: text !important;
2247
2327
  -webkit-user-select: text !important;
2248
2328
  -moz-user-select: text !important;
2249
2329
  -ms-user-select: text !important;
2250
2330
  }
2251
- .slide-up-enter-active[data-v-1e62eff8],
2252
- .slide-up-leave-active[data-v-1e62eff8] {
2331
+ .slide-up-enter-active[data-v-bc196b97],
2332
+ .slide-up-leave-active[data-v-bc196b97] {
2253
2333
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2254
2334
  }
2255
- .slide-up-enter-from[data-v-1e62eff8],
2256
- .slide-up-leave-to[data-v-1e62eff8] {
2335
+ .slide-up-enter-from[data-v-bc196b97],
2336
+ .slide-up-leave-to[data-v-bc196b97] {
2257
2337
  transform: translateY(100%);
2258
2338
  }
2259
2339
 
2260
2340
  /**
2261
2341
  * 聊天窗口的样式设置
2262
2342
  */
2263
- .chat-container[data-v-1e62eff8] {
2343
+ .chat-container[data-v-bc196b97] {
2264
2344
  --header-height: 56px;
2265
2345
  --chat-padding: 12px;
2266
2346
  --bubble-content-max-width: 0px;
@@ -2272,25 +2352,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2272
2352
  flex-direction: row; /* 横向排列 */
2273
2353
  height: 100%; /* 父容器高度 */
2274
2354
  }
2275
- .small-window[data-v-1e62eff8] {
2355
+ .small-window[data-v-bc196b97] {
2276
2356
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2277
2357
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2278
2358
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2279
2359
  border-radius: 8px;
2280
2360
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2281
2361
  }
2282
- .full-screen[data-v-1e62eff8] {
2362
+ .full-screen[data-v-bc196b97] {
2283
2363
  right: 0;
2284
2364
  bottom: 0;
2285
2365
  --main-content-height: calc(100vh - var(--header-height));
2286
2366
  }
2287
- .chat-container > *[data-v-1e62eff8] {
2367
+ .chat-container > *[data-v-bc196b97] {
2288
2368
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2289
2369
  }
2290
2370
 
2291
2371
  /* 聊天窗口的头部样式设置
2292
2372
  */
2293
- .chat-embed__header_container[data-v-1e62eff8] {
2373
+ .chat-embed__header_container[data-v-bc196b97] {
2294
2374
  /* border-bottom: 1px solid #ddd; */
2295
2375
  display: flex;
2296
2376
  align-items: center;
@@ -2300,7 +2380,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2300
2380
  overflow: hidden;
2301
2381
  position: relative;
2302
2382
  }
2303
- .session-subject[data-v-1e62eff8] {
2383
+ .session-subject[data-v-bc196b97] {
2304
2384
  display: block;
2305
2385
  margin: 0 auto;
2306
2386
  text-align: center;
@@ -2315,17 +2395,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2315
2395
 
2316
2396
  /* 聊天窗口的头部图标样式设置
2317
2397
  */
2318
- .chat-embed__header_avatar[data-v-1e62eff8] {
2398
+ .chat-embed__header_avatar[data-v-bc196b97] {
2319
2399
  margin-left: calc(var(--chat-padding) * 2);
2320
2400
  margin-right: var(--chat-padding);
2321
2401
  }
2322
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2402
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2323
2403
  right: 20px;
2324
2404
  position: absolute;
2325
2405
  gap: 28px;
2326
2406
  display: flex;
2327
2407
  }
2328
- .chat-embed__sidebar[data-v-1e62eff8] {
2408
+ .chat-embed__sidebar[data-v-bc196b97] {
2329
2409
  background: #f6f7fa;
2330
2410
  display: flex;
2331
2411
  flex-direction: column; /* 设置为上下排列 */
@@ -2334,7 +2414,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2334
2414
  width: 260px;
2335
2415
  height: 100%;
2336
2416
  }
2337
- .chat-embed__main[data-v-1e62eff8] {
2417
+ .chat-embed__main[data-v-bc196b97] {
2338
2418
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2339
2419
  box-sizing: border-box;
2340
2420
  overflow: hidden;
@@ -2345,7 +2425,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2345
2425
  flex: 1; /* 聊天内容区域占据剩余空间 */
2346
2426
  overflow: hidden; /* 防止内容溢出 */
2347
2427
  }
2348
- .chat-embed__main_content[data-v-1e62eff8] {
2428
+ .chat-embed__main_content[data-v-bc196b97] {
2349
2429
  flex: 1;
2350
2430
  box-sizing: border-box;
2351
2431
  min-height: 0;
@@ -2353,21 +2433,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2353
2433
  /* overflow-y: auto;
2354
2434
  margin-bottom: 12px; */
2355
2435
  }
2356
- .chat-embed__input_container[data-v-1e62eff8] {
2436
+ .chat-embed__input_container[data-v-bc196b97] {
2357
2437
  flex-shrink: 0; /* 不允许收缩 */
2358
2438
  /* margin-bottom: 50px; 距离底部 */
2359
2439
  }
2360
- .header-icon[data-v-1e62eff8] {
2440
+ .header-icon[data-v-bc196b97] {
2361
2441
  cursor: pointer;
2362
2442
  font-size: 20px;
2363
2443
  }
2364
2444
 
2365
2445
  /* 聊天默认推荐内容样式
2366
2446
  */
2367
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2447
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2368
2448
  margin-top: 5px;
2369
2449
  }
2370
- .content-container[data-v-1e62eff8] {
2450
+ .content-container[data-v-bc196b97] {
2371
2451
  padding: 16px;
2372
2452
  border-radius: 4px;
2373
2453
  background: #ffffff;
@@ -2375,7 +2455,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2375
2455
  border-radius: 0px 30px 30px 30px;
2376
2456
  /* opacity: 0.6; */
2377
2457
  }
2378
- .chat-content-font[data-v-1e62eff8] {
2458
+ .chat-content-font[data-v-bc196b97] {
2379
2459
  font-family: PingFang SC, PingFang SC;
2380
2460
  font-weight: 500;
2381
2461
  font-size: 16px;
@@ -2385,10 +2465,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2385
2465
  font-style: normal;
2386
2466
  text-transform: none;
2387
2467
  }
2388
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2468
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2389
2469
  border: none !important;
2390
2470
  }
2391
- .content-container-header[data-v-1e62eff8] {
2471
+ .content-container-header[data-v-bc196b97] {
2392
2472
  font-size: 12px;
2393
2473
  color: #909399;
2394
2474
  }
@@ -2396,28 +2476,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2396
2476
  /**
2397
2477
  // 用户消息
2398
2478
  */
2399
- .content-borderless-container[data-v-1e62eff8] {
2479
+ .content-borderless-container[data-v-bc196b97] {
2400
2480
  background: #e1ecfd;
2401
2481
  border-radius: 20px 0px 20px 20px;
2402
2482
  user-select: none;
2403
2483
  padding: 12px;
2404
2484
  cursor: pointer;
2405
2485
  transition: background-color 0.3s;
2406
- &[data-v-1e62eff8]:hover {
2486
+ &[data-v-bc196b97]:hover {
2407
2487
  background-color: #ebeef5;
2408
2488
  }
2409
2489
  }
2410
- .footer-container[data-v-1e62eff8] {
2411
- [data-v-1e62eff8] .el-button + .el-button {
2490
+ .footer-container[data-v-bc196b97] {
2491
+ [data-v-bc196b97] .el-button + .el-button {
2412
2492
  margin-left: 8px;
2413
2493
  }
2414
2494
  }
2415
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2495
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2416
2496
  padding: 0;
2417
2497
  }
2418
2498
 
2419
2499
  /* 引用文件样式 */
2420
- .doc-agg-item[data-v-1e62eff8] {
2500
+ .doc-agg-item[data-v-bc196b97] {
2421
2501
  width: 100%;
2422
2502
  padding: 10px;
2423
2503
  margin-bottom: 5px;
@@ -2427,116 +2507,8 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2427
2507
  font-size: 12px;
2428
2508
  color: var(--el-color-primary);
2429
2509
  }
2430
- .elx-xmarkdown-container[data-v-1e62eff8] {
2510
+ .elx-xmarkdown-container[data-v-bc196b97] {
2431
2511
  padding: 0;
2432
- }
2433
- .flex-avatar[data-v-1e62eff8] {
2434
- position: absolute;
2435
- padding: 20px 36px;
2436
- gap: 16px;
2437
- display: flex;
2438
- z-index: 1;
2439
- }
2440
- .flex-function-icon[data-v-1e62eff8] {
2441
- display: flex;
2442
- height: 40px;
2443
- padding: 10px 14px;
2444
- gap: 14px;
2445
- border-radius: 100px 100px 100px 100px;
2446
- border: 1px solid #e5e5e5;
2447
- width: 82px;
2448
- font-size: 20px;
2449
- }
2450
- .sidebar-header[data-v-1e62eff8] {
2451
- display: flex; /* 设置为水平排列 */
2452
- align-items: center; /* 垂直居中 */
2453
- margin-bottom: 22px;
2454
- font-size: 20px;
2455
- }
2456
- .sidebar-header > span[data-v-1e62eff8] {
2457
- font-family: PingFang SC, PingFang SC;
2458
- font-weight: 600;
2459
- font-size: 16px;
2460
- color: #181818;
2461
- text-align: left;
2462
- font-style: normal;
2463
- text-transform: none;
2464
- }
2465
- .right-icon[data-v-1e62eff8] {
2466
- cursor: pointer;
2467
- margin-left: auto;
2468
- }
2469
- .shousuo-icon[data-v-1e62eff8] {
2470
- cursor: pointer;
2471
- }
2472
- .sidebar-menu[data-v-1e62eff8] {
2473
- flex-shrink: 0; /* 固定高度,位于顶部 */
2474
- margin-bottom: 10px;
2475
- }
2476
- .scrollbar-container[data-v-1e62eff8] {
2477
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2478
- overflow-y: auto; /* 添加垂直滚动条 */
2479
- margin-bottom: 10px;
2480
- }
2481
- .new-session-button[data-v-1e62eff8] {
2482
- flex-shrink: 0; /* 固定高度,位于底部 */
2483
- margin-top: 10px;
2484
- margin-bottom: 20px;
2485
- }
2486
- .sidebar-menu div[data-v-1e62eff8]:hover {
2487
- background-color: #ffffff;
2488
- }
2489
- .date-group[data-v-1e62eff8] {
2490
- margin-top: 16px;
2491
- }
2492
- .date-group-item[data-v-1e62eff8] {
2493
- color: #81858c;
2494
- font-size: 12px;
2495
- user-select: none;
2496
- margin-bottom: 2px;
2497
- padding-left: calc(var(--chat-padding) * 2);
2498
- }
2499
- .menu-item[data-v-1e62eff8] {
2500
- padding: 0px calc(var(--chat-padding) * 2);
2501
- font-size: 16px;
2502
- line-height: 50px;
2503
- cursor: pointer;
2504
- gap: 8px;
2505
- border-radius: 8px;
2506
- display: flex;
2507
- align-items: center;
2508
- }
2509
- .active-item[data-v-1e62eff8] {
2510
- background: #e2ebf5;
2511
- color: var(--el-color-primary);
2512
- }
2513
- .history-item[data-v-1e62eff8] {
2514
- padding: 0px calc(var(--chat-padding) * 2);
2515
- cursor: pointer;
2516
- display: flex; /* 确保子元素可以使用 flex 布局 */
2517
- align-items: center; /* 垂直居中 */
2518
- line-height: 40px;
2519
- gap: 8px;
2520
- border-radius: 8px;
2521
- }
2522
- .history-subject[data-v-1e62eff8] {
2523
- flex-grow: 1; /* 占据剩余空间 */
2524
- overflow: hidden; /* 超出部分隐藏 */
2525
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2526
- white-space: nowrap; /* 不换行 */
2527
- }
2528
- .dropdown-right[data-v-1e62eff8] {
2529
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2530
- }
2531
- .history-item[data-v-1e62eff8]:hover {
2532
- background-color: #f5f5f5;
2533
- }
2534
-
2535
- .home-chart-iframe[data-v-b9f40acf] {
2536
- width: 100%;
2537
- height: 100%;
2538
- border: none;
2539
- opacity: 1;
2540
2512
  }
2541
2513
  [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 {
2542
2514
  user-select: text !important;
@@ -2726,25 +2698,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2726
2698
  .elx-xmarkdown-container[data-v-45fbaf17] {
2727
2699
  padding: 0;
2728
2700
  }
2729
- [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 {
2701
+ .fs-upload-tag[data-v-e5cde7de] {
2702
+ border: 1px solid #dcdfe6;
2703
+ padding: 4px 8px;
2704
+ background-clip: padding-box;
2705
+ overflow: hidden;
2706
+ display: inline-flex;
2707
+ align-items: center;
2708
+ }
2709
+ .fs-upload-tag-text[data-v-e5cde7de] {
2710
+ margin-right: 18px;
2711
+ max-width: 160px;
2712
+ overflow: hidden;
2713
+ text-overflow: ellipsis;
2714
+ white-space: nowrap;
2715
+ }
2716
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2717
+ font-weight: 600;
2718
+ margin-left: 4px;
2719
+ }[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 {
2730
2720
  user-select: text !important;
2731
2721
  -webkit-user-select: text !important;
2732
2722
  -moz-user-select: text !important;
2733
2723
  -ms-user-select: text !important;
2734
2724
  }
2735
- .slide-up-enter-active[data-v-0b0c189e],
2736
- .slide-up-leave-active[data-v-0b0c189e] {
2725
+ .slide-up-enter-active[data-v-1e62eff8],
2726
+ .slide-up-leave-active[data-v-1e62eff8] {
2737
2727
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2738
2728
  }
2739
- .slide-up-enter-from[data-v-0b0c189e],
2740
- .slide-up-leave-to[data-v-0b0c189e] {
2729
+ .slide-up-enter-from[data-v-1e62eff8],
2730
+ .slide-up-leave-to[data-v-1e62eff8] {
2741
2731
  transform: translateY(100%);
2742
2732
  }
2743
2733
 
2744
2734
  /**
2745
2735
  * 聊天窗口的样式设置
2746
2736
  */
2747
- .chat-container[data-v-0b0c189e] {
2737
+ .chat-container[data-v-1e62eff8] {
2748
2738
  --header-height: 56px;
2749
2739
  --chat-padding: 12px;
2750
2740
  --bubble-content-max-width: 0px;
@@ -2756,25 +2746,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2756
2746
  flex-direction: row; /* 横向排列 */
2757
2747
  height: 100%; /* 父容器高度 */
2758
2748
  }
2759
- .small-window[data-v-0b0c189e] {
2749
+ .small-window[data-v-1e62eff8] {
2760
2750
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2761
2751
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2762
2752
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2763
2753
  border-radius: 8px;
2764
2754
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2765
2755
  }
2766
- .full-screen[data-v-0b0c189e] {
2756
+ .full-screen[data-v-1e62eff8] {
2767
2757
  right: 0;
2768
2758
  bottom: 0;
2769
2759
  --main-content-height: calc(100vh - var(--header-height));
2770
2760
  }
2771
- .chat-container > *[data-v-0b0c189e] {
2761
+ .chat-container > *[data-v-1e62eff8] {
2772
2762
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2773
2763
  }
2774
2764
 
2775
2765
  /* 聊天窗口的头部样式设置
2776
2766
  */
2777
- .chat-embed__header_container[data-v-0b0c189e] {
2767
+ .chat-embed__header_container[data-v-1e62eff8] {
2778
2768
  /* border-bottom: 1px solid #ddd; */
2779
2769
  display: flex;
2780
2770
  align-items: center;
@@ -2784,7 +2774,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2784
2774
  overflow: hidden;
2785
2775
  position: relative;
2786
2776
  }
2787
- .session-subject[data-v-0b0c189e] {
2777
+ .session-subject[data-v-1e62eff8] {
2788
2778
  display: block;
2789
2779
  margin: 0 auto;
2790
2780
  text-align: center;
@@ -2799,17 +2789,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2799
2789
 
2800
2790
  /* 聊天窗口的头部图标样式设置
2801
2791
  */
2802
- .chat-embed__header_avatar[data-v-0b0c189e] {
2792
+ .chat-embed__header_avatar[data-v-1e62eff8] {
2803
2793
  margin-left: calc(var(--chat-padding) * 2);
2804
2794
  margin-right: var(--chat-padding);
2805
2795
  }
2806
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
2796
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
2807
2797
  right: 20px;
2808
2798
  position: absolute;
2809
2799
  gap: 28px;
2810
2800
  display: flex;
2811
2801
  }
2812
- .chat-embed__sidebar[data-v-0b0c189e] {
2802
+ .chat-embed__sidebar[data-v-1e62eff8] {
2813
2803
  background: #f6f7fa;
2814
2804
  display: flex;
2815
2805
  flex-direction: column; /* 设置为上下排列 */
@@ -2818,7 +2808,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2818
2808
  width: 260px;
2819
2809
  height: 100%;
2820
2810
  }
2821
- .chat-embed__main[data-v-0b0c189e] {
2811
+ .chat-embed__main[data-v-1e62eff8] {
2822
2812
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2823
2813
  box-sizing: border-box;
2824
2814
  overflow: hidden;
@@ -2829,7 +2819,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2829
2819
  flex: 1; /* 聊天内容区域占据剩余空间 */
2830
2820
  overflow: hidden; /* 防止内容溢出 */
2831
2821
  }
2832
- .chat-embed__main_content[data-v-0b0c189e] {
2822
+ .chat-embed__main_content[data-v-1e62eff8] {
2833
2823
  flex: 1;
2834
2824
  box-sizing: border-box;
2835
2825
  min-height: 0;
@@ -2837,21 +2827,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2837
2827
  /* overflow-y: auto;
2838
2828
  margin-bottom: 12px; */
2839
2829
  }
2840
- .chat-embed__input_container[data-v-0b0c189e] {
2830
+ .chat-embed__input_container[data-v-1e62eff8] {
2841
2831
  flex-shrink: 0; /* 不允许收缩 */
2842
2832
  /* margin-bottom: 50px; 距离底部 */
2843
2833
  }
2844
- .header-icon[data-v-0b0c189e] {
2834
+ .header-icon[data-v-1e62eff8] {
2845
2835
  cursor: pointer;
2846
2836
  font-size: 20px;
2847
2837
  }
2848
2838
 
2849
2839
  /* 聊天默认推荐内容样式
2850
2840
  */
2851
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2841
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2852
2842
  margin-top: 5px;
2853
2843
  }
2854
- .content-container[data-v-0b0c189e] {
2844
+ .content-container[data-v-1e62eff8] {
2855
2845
  padding: 16px;
2856
2846
  border-radius: 4px;
2857
2847
  background: #ffffff;
@@ -2859,7 +2849,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2859
2849
  border-radius: 0px 30px 30px 30px;
2860
2850
  /* opacity: 0.6; */
2861
2851
  }
2862
- .chat-content-font[data-v-0b0c189e] {
2852
+ .chat-content-font[data-v-1e62eff8] {
2863
2853
  font-family: PingFang SC, PingFang SC;
2864
2854
  font-weight: 500;
2865
2855
  font-size: 16px;
@@ -2869,10 +2859,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2869
2859
  font-style: normal;
2870
2860
  text-transform: none;
2871
2861
  }
2872
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2862
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2873
2863
  border: none !important;
2874
2864
  }
2875
- .content-container-header[data-v-0b0c189e] {
2865
+ .content-container-header[data-v-1e62eff8] {
2876
2866
  font-size: 12px;
2877
2867
  color: #909399;
2878
2868
  }
@@ -2880,28 +2870,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2880
2870
  /**
2881
2871
  // 用户消息
2882
2872
  */
2883
- .content-borderless-container[data-v-0b0c189e] {
2873
+ .content-borderless-container[data-v-1e62eff8] {
2884
2874
  background: #e1ecfd;
2885
2875
  border-radius: 20px 0px 20px 20px;
2886
2876
  user-select: none;
2887
2877
  padding: 12px;
2888
2878
  cursor: pointer;
2889
2879
  transition: background-color 0.3s;
2890
- &[data-v-0b0c189e]:hover {
2880
+ &[data-v-1e62eff8]:hover {
2891
2881
  background-color: #ebeef5;
2892
2882
  }
2893
2883
  }
2894
- .footer-container[data-v-0b0c189e] {
2895
- [data-v-0b0c189e] .el-button + .el-button {
2884
+ .footer-container[data-v-1e62eff8] {
2885
+ [data-v-1e62eff8] .el-button + .el-button {
2896
2886
  margin-left: 8px;
2897
2887
  }
2898
2888
  }
2899
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2889
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2900
2890
  padding: 0;
2901
2891
  }
2902
2892
 
2903
2893
  /* 引用文件样式 */
2904
- .doc-agg-item[data-v-0b0c189e] {
2894
+ .doc-agg-item[data-v-1e62eff8] {
2905
2895
  width: 100%;
2906
2896
  padding: 10px;
2907
2897
  margin-bottom: 5px;
@@ -2911,93 +2901,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2911
2901
  font-size: 12px;
2912
2902
  color: var(--el-color-primary);
2913
2903
  }
2914
- .elx-xmarkdown-container[data-v-0b0c189e] {
2904
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2915
2905
  padding: 0;
2916
2906
  }
2917
- h4[data-v-0b0c189e] {
2918
- font-size: 16px;
2919
- margin-top: 0px;
2920
- margin-bottom: 0px;
2907
+ .flex-avatar[data-v-1e62eff8] {
2908
+ position: absolute;
2909
+ padding: 20px 36px;
2910
+ gap: 16px;
2911
+ display: flex;
2912
+ z-index: 1;
2921
2913
  }
2922
- [data-v-0b0c189e] .el-divider--horizontal {
2923
- margin: 5px 0;
2914
+ .flex-function-icon[data-v-1e62eff8] {
2915
+ display: flex;
2916
+ height: 40px;
2917
+ padding: 10px 14px;
2918
+ gap: 14px;
2919
+ border-radius: 100px 100px 100px 100px;
2920
+ border: 1px solid #e5e5e5;
2921
+ width: 82px;
2922
+ font-size: 20px;
2924
2923
  }
2925
- .sender-additional-data-tag[data-v-0b0c189e] {
2926
- display: flex;
2927
- align-items: center;
2928
- flex-shrink: 0;
2929
- min-width: max-content;
2924
+ .sidebar-header[data-v-1e62eff8] {
2925
+ display: flex; /* 设置为水平排列 */
2926
+ align-items: center; /* 垂直居中 */
2927
+ margin-bottom: 22px;
2928
+ font-size: 20px;
2929
+ }
2930
+ .sidebar-header > span[data-v-1e62eff8] {
2931
+ font-family: PingFang SC, PingFang SC;
2932
+ font-weight: 600;
2933
+ font-size: 16px;
2934
+ color: #181818;
2935
+ text-align: left;
2936
+ font-style: normal;
2937
+ text-transform: none;
2938
+ }
2939
+ .right-icon[data-v-1e62eff8] {
2940
+ cursor: pointer;
2930
2941
  margin-left: auto;
2931
- gap: 10px;
2932
2942
  }
2933
- .amb-color-iconfont[data-v-0b0c189e] {
2934
- display: inline-block;
2935
- width: 12px;
2936
- height: 12px;
2937
- background-repeat: no-repeat;
2938
- background-position: center;
2939
- background-size: 100%;
2943
+ .shousuo-icon[data-v-1e62eff8] {
2940
2944
  cursor: pointer;
2941
2945
  }
2942
- .el-button + .el-button[data-v-0b0c189e] {
2943
- margin-left: 5px;
2946
+ .sidebar-menu[data-v-1e62eff8] {
2947
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2948
+ margin-bottom: 10px;
2944
2949
  }
2945
- .header-self-wrap[data-v-0b0c189e] {
2946
- display: flex;
2947
- flex-direction: column;
2948
- padding: 16px;
2950
+ .scrollbar-container[data-v-1e62eff8] {
2951
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2952
+ overflow-y: auto; /* 添加垂直滚动条 */
2953
+ margin-bottom: 10px;
2949
2954
  }
2950
- [data-v-0b0c189e] .el-sender-header {
2951
- border-bottom-color: #ffffff !important;
2955
+ .new-session-button[data-v-1e62eff8] {
2956
+ flex-shrink: 0; /* 固定高度,位于底部 */
2957
+ margin-top: 10px;
2958
+ margin-bottom: 20px;
2952
2959
  }
2953
- [data-v-0b0c189e] .el-sender {
2954
- background: #ffffff !important;
2955
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2956
- border-radius: 30px 30px 30px 30px !important;
2957
- font-family: Noto Sans SC, Noto Sans SC;
2958
- font-weight: 400;
2959
- font-size: 16px;
2960
- color: #bbbbbb;
2961
- text-align: left;
2962
- font-style: normal;
2963
- text-transform: none;
2960
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2961
+ background-color: #ffffff;
2964
2962
  }
2965
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2966
- font-family: Noto Sans SC, Noto Sans SC !important;
2967
- font-weight: 400 !important;
2968
- font-size: 16px !important;
2969
- line-height: 21px !important;
2970
- font-style: normal !important;
2971
- text-transform: none !important;
2963
+ .date-group[data-v-1e62eff8] {
2964
+ margin-top: 16px;
2972
2965
  }
2973
- [data-v-0b0c189e] .el-sender-content {
2974
- padding: 16px !important;
2966
+ .date-group-item[data-v-1e62eff8] {
2967
+ color: #81858c;
2968
+ font-size: 12px;
2969
+ user-select: none;
2970
+ margin-bottom: 2px;
2971
+ padding-left: calc(var(--chat-padding) * 2);
2975
2972
  }
2976
- [data-v-0b0c189e] .el-select__wrapper {
2977
- border-radius: 100px 100px 100px 100px;
2978
- border: 1px solid #dcdfe6;
2973
+ .menu-item[data-v-1e62eff8] {
2974
+ padding: 0px calc(var(--chat-padding) * 2);
2975
+ font-size: 16px;
2976
+ line-height: 50px;
2977
+ cursor: pointer;
2978
+ gap: 8px;
2979
+ border-radius: 8px;
2980
+ display: flex;
2981
+ align-items: center;
2979
2982
  }
2980
- .ai-generate-tip[data-v-0b0c189e] {
2981
- padding: 12px;
2982
- font-family: PingFang SC, PingFang SC;
2983
- font-weight: 400;
2984
- font-size: 14px;
2985
- color: #808080;
2986
- line-height: 21px;
2987
- font-style: normal;
2988
- text-align: center;
2983
+ .active-item[data-v-1e62eff8] {
2984
+ background: #e2ebf5;
2985
+ color: var(--el-color-primary);
2989
2986
  }
2990
- .el-button.is-circle[data-v-0b0c189e] {
2991
- border-radius: 50% !important;
2992
- padding: 8px;
2993
- width: 32px;
2987
+ .history-item[data-v-1e62eff8] {
2988
+ padding: 0px calc(var(--chat-padding) * 2);
2989
+ cursor: pointer;
2990
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2991
+ align-items: center; /* 垂直居中 */
2992
+ line-height: 40px;
2993
+ gap: 8px;
2994
+ border-radius: 8px;
2994
2995
  }
2995
- .send-icon[data-v-0b0c189e] {
2996
- cursor: pointer;
2996
+ .history-subject[data-v-1e62eff8] {
2997
+ flex-grow: 1; /* 占据剩余空间 */
2998
+ overflow: hidden; /* 超出部分隐藏 */
2999
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3000
+ white-space: nowrap; /* 不换行 */
2997
3001
  }
2998
- .el-divider--vertical[data-v-0b0c189e] {
2999
- margin: 0 0;
3002
+ .dropdown-right[data-v-1e62eff8] {
3003
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3000
3004
  }
3005
+ .history-item[data-v-1e62eff8]:hover {
3006
+ background-color: #f5f5f5;
3007
+ }
3008
+
3001
3009
  .home-chart-iframe[data-v-73352a50] {
3002
3010
  width: 100%;
3003
3011
  height: 100%;
@@ -3005,42 +3013,38 @@ h4[data-v-0b0c189e] {
3005
3013
  opacity: 1;
3006
3014
  }
3007
3015
 
3008
- .home-chart-iframe[data-v-873e1ba1] {
3016
+ .additional-data-tag[data-v-7aaab83c] {
3017
+ display: flex;
3018
+ align-items: center;
3019
+ flex-shrink: 0;
3020
+ min-width: max-content;
3021
+ margin-left: auto;
3022
+ gap: 10px;
3023
+ }
3024
+ .additional-data-button[data-v-7aaab83c] {
3025
+ display: flex;
3026
+ align-items: center;
3027
+ justify-content: center;
3028
+ margin-top: 10px;
3029
+ gap: 10px;
3030
+ }
3031
+
3032
+ .home-chart-iframe[data-v-b9f40acf] {
3009
3033
  width: 100%;
3010
3034
  height: 100%;
3011
3035
  border: none;
3012
3036
  opacity: 1;
3013
3037
  }
3014
3038
 
3015
- .footer-wrapper[data-v-ffbde6f9] {
3016
- display: flex;
3017
- align-items: center;
3018
- justify-content: space-between;
3019
- gap: 10px;
3020
- width: 100%;
3021
- .footer-time[data-v-ffbde6f9] {
3022
- font-size: 10px;
3023
- color: #999;
3024
- margin-top: 3px;
3025
- flex-shrink: 0;
3026
- }
3027
- }
3028
- .footer-container[data-v-ffbde6f9] {
3029
- display: flex;
3030
- gap: 8px;
3031
- [data-v-ffbde6f9] .el-button + .el-button {
3032
- margin-left: 0;
3033
- }
3039
+ .home-chart-iframe[data-v-873e1ba1] {
3040
+ width: 100%;
3041
+ height: 100%;
3042
+ border: none;
3043
+ opacity: 1;
3034
3044
  }
3035
- [data-v-90635647] .el-range-separator {
3036
- min-width: 20px;
3037
- }
3038
- .svg-icon[data-v-019891df] {
3039
- width: 1.2em;
3040
- height: 1.2em;
3041
- vertical-align: -0.25em;
3042
- fill: currentColor;
3043
- overflow: initial;
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; /* 垂直居中 */