agilebuilder-ui 1.1.65-tmp4 → 1.1.65-tmp5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/style.css +754 -754
  2. package/package.json +3 -3
package/lib/style.css CHANGED
@@ -1,4 +1,37 @@
1
- @charset "UTF-8";.yx-affix[data-v-417c4495]:empty {
1
+ @charset "UTF-8";.el-scrollbar[data-v-8aab68fc] {
2
+ position: relative;
3
+ }
4
+ .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
5
+ max-height: none !important;
6
+ overflow: initial !important;
7
+ }
8
+ .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
9
+ display: none;
10
+ }
11
+ .el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
12
+ content: " ";
13
+ position: absolute;
14
+ top: 0;
15
+ left: 0;
16
+ right: 0;
17
+ height: 8px;
18
+ box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
19
+ z-index: 2;
20
+ }
21
+ .el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
22
+ content: " ";
23
+ position: absolute;
24
+ bottom: 0;
25
+ left: 0;
26
+ right: 0;
27
+ height: 8px;
28
+ box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
29
+ z-index: 2;
30
+ }
31
+ .el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
32
+ position: relative;
33
+ z-index: 1;
34
+ }.yx-affix[data-v-417c4495]:empty {
2
35
  display: none;
3
36
  }
4
37
  .yx-affix .yx-affix-content[data-v-417c4495]:empty {
@@ -86,39 +119,6 @@ iframe.tab-main-content[data-v-3c90505e] {
86
119
  height: 100%;
87
120
  position: absolute;
88
121
  z-index: 999;
89
- }.el-scrollbar[data-v-8aab68fc] {
90
- position: relative;
91
- }
92
- .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
93
- max-height: none !important;
94
- overflow: initial !important;
95
- }
96
- .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
97
- display: none;
98
- }
99
- .el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
100
- content: " ";
101
- position: absolute;
102
- top: 0;
103
- left: 0;
104
- right: 0;
105
- height: 8px;
106
- box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
107
- z-index: 2;
108
- }
109
- .el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
110
- content: " ";
111
- position: absolute;
112
- bottom: 0;
113
- left: 0;
114
- right: 0;
115
- height: 8px;
116
- box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
117
- z-index: 2;
118
- }
119
- .el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
120
- position: relative;
121
- z-index: 1;
122
122
  }.amd-hamburger-container-main[data-v-79c35667] {
123
123
  padding: 0;
124
124
  display: flex;
@@ -132,7 +132,15 @@ iframe.tab-main-content[data-v-3c90505e] {
132
132
  width: var(--admin-layout-left-menu-collapse, 54px);
133
133
  font-size: 18px;
134
134
  cursor: pointer;
135
- }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
135
+ }
136
+ .svg-icon[data-v-67e4e504] {
137
+ width: 1.2em;
138
+ height: 1.2em;
139
+ vertical-align: -0.25em;
140
+ fill: currentColor;
141
+ overflow: initial;
142
+ }
143
+ .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
136
144
  display: inline-block;
137
145
  font-size: 14px;
138
146
  line-height: 50px;
@@ -142,12 +150,19 @@ iframe.tab-main-content[data-v-3c90505e] {
142
150
  color: #97a8be;
143
151
  cursor: text;
144
152
  }
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;
153
+ .red-circle[data-v-998f4283] {
154
+ width: 20px; /* 圆圈的宽度 */
155
+ height: 20px; /* 圆圈的高度 */
156
+ background-color: red; /* 背景色设置为红色 */
157
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
158
+ display: inline-block; /* 确保元素以块级元素显示 */
159
+ }
160
+ .green-circle[data-v-998f4283] {
161
+ width: 20px; /* 圆圈的宽度 */
162
+ height: 20px; /* 圆圈的高度 */
163
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
164
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
+ display: inline-block; /* 确保元素以块级元素显示 */
151
166
  }
152
167
  .grid-area .elTable th[data-v-2eb1c8ec] {
153
168
  padding: 2px 0 !important;
@@ -292,49 +307,112 @@ iframe.tab-main-content[data-v-3c90505e] {
292
307
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
293
308
  flex-wrap: wrap;
294
309
  gap: var(--layout-form-flex-gap, 15px) 0;
295
- }.ValidCode[data-v-aa77e3bd] {
296
- display: flex;
297
- background-color: #fff;
298
- justify-content: center;
299
- align-items: center;
300
- cursor: pointer;
301
310
  }
302
- .ValidCode span[data-v-aa77e3bd] {
303
- display: inline-block;
304
- }
305
- .searchResult[data-v-22410ec9] {
311
+ .searchResult {
306
312
  color: red;
307
313
  }
308
- .inline-input-custom[data-v-22410ec9] {
314
+ .inline-input-custom {
309
315
  width: 90%;
310
316
  }
311
317
 
312
- .searchResult {
318
+ .searchResult[data-v-22410ec9] {
313
319
  color: red;
314
320
  }
315
- .inline-input-custom {
321
+ .inline-input-custom[data-v-22410ec9] {
316
322
  width: 90%;
317
323
  }
318
-
319
- .red-circle[data-v-998f4283] {
320
- width: 20px; /* 圆圈的宽度 */
321
- height: 20px; /* 圆圈的高度 */
322
- background-color: red; /* 背景色设置为红色 */
323
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
324
- display: inline-block; /* 确保元素以块级元素显示 */
324
+ .ValidCode[data-v-aa77e3bd] {
325
+ display: flex;
326
+ background-color: #fff;
327
+ justify-content: center;
328
+ align-items: center;
329
+ cursor: pointer;
325
330
  }
326
- .green-circle[data-v-998f4283] {
327
- width: 20px; /* 圆圈的宽度 */
328
- height: 20px; /* 圆圈的高度 */
329
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
330
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
331
- display: inline-block; /* 确保元素以块级元素显示 */
331
+ .ValidCode span[data-v-aa77e3bd] {
332
+ display: inline-block;
333
+ }
334
+ .select-top-span {
335
+ width: 100%;
332
336
  }
333
337
 
334
- .organization-input .el-input-group__append {
335
- padding: 0 10px 0 0;
336
- }
337
- .nine-grid-area[data-v-80f6a26f] {
338
+ .fs-preview-container[data-v-2448d898] {
339
+ display: flex;
340
+ align-items: center;
341
+ gap: 5px;
342
+ justify-content: space-between;
343
+ }
344
+ .fs-preview-tool[data-v-2448d898] {
345
+ display: flex;
346
+ align-items: center;
347
+ flex-shrink: 0;
348
+ min-width: max-content;
349
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
350
+ }
351
+ .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
352
+ .more-file-icon[data-v-2448d898] .amb-color-iconfont {
353
+ width: 30px;
354
+ height: 30px;
355
+ }
356
+ .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
357
+ .file-actions[data-v-2448d898] .amb-color-iconfont {
358
+ font-size: 15px !important; /* 图标实际大小,按需改 */
359
+ display: inline-block;
360
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
361
+ height: 1em !important;
362
+ line-height: 1em;
363
+ cursor: pointer;
364
+ }
365
+ .amb-list-preivew-name[data-v-2448d898] {
366
+ overflow: hidden;
367
+ text-overflow: ellipsis;
368
+ white-space: nowrap;
369
+ }
370
+ .el-link + .el-link[data-v-2448d898] {
371
+ margin-left: 5px;
372
+ }
373
+ .file-item[data-v-2448d898] {
374
+ display: flex;
375
+ align-items: center;
376
+ justify-content: space-between; /* 添加这行来分布空间 */
377
+ gap: 10px;
378
+ height: 40px;
379
+ padding: 10px;
380
+ border-radius: 8px;
381
+ transition: background-color 0.2s;
382
+ }
383
+ .file-item[data-v-2448d898]:hover {
384
+ color: var(--el-button-hover-text-color, #409eff);
385
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
386
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
387
+ outline: none;
388
+ }
389
+ .file-actions[data-v-2448d898] {
390
+ display: flex;
391
+ align-items: center;
392
+ gap: 5px;
393
+ flex-shrink: 0; /* 防止按钮被压缩 */
394
+ }
395
+ .super-icon + .super-icon[data-v-2448d898] {
396
+ margin-left: 5px;
397
+ }
398
+ .amb-iconfont + .amb-iconfont[data-v-2448d898] {
399
+ margin-left: 5px;
400
+ }
401
+ .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
402
+ margin-left: 5px;
403
+ }
404
+ .amb-iconfont[data-v-2448d898] {
405
+ color: var(--el-color-primary);
406
+ }
407
+ .fs-preview-container[data-v-2448d898] .el-button > span {
408
+ font-size: 14px !important;
409
+ }
410
+ .fs-preview-container[data-v-2448d898] .el-button.is-round {
411
+ padding: 5px 11px;
412
+ height: var(--el-button-size);
413
+ }[data-v-34406c62] .el-select-dropdown__item {
414
+ display: inline-block;
415
+ }.nine-grid-area[data-v-80f6a26f] {
338
416
  padding: 10px;
339
417
  }
340
418
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -444,92 +522,40 @@ iframe.tab-main-content[data-v-3c90505e] {
444
522
  font-size: 14px;
445
523
  display: grid;
446
524
  grid-template-columns: 20% 80%;
447
- }
448
- .select-top-span {
449
- width: 100%;
450
- }
451
- [data-v-34406c62] .el-select-dropdown__item {
452
- display: inline-block;
453
- }
454
- .fs-preview-container[data-v-2448d898] {
455
- display: flex;
456
- align-items: center;
457
- gap: 5px;
458
- justify-content: space-between;
459
- }
460
- .fs-preview-tool[data-v-2448d898] {
461
- display: flex;
462
- align-items: center;
463
- flex-shrink: 0;
464
- min-width: max-content;
465
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
466
- }
467
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
468
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
525
+ }.amb-color-iconfont[data-v-5254701d] {
469
526
  width: 30px;
470
527
  height: 30px;
471
528
  }
472
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
473
- .file-actions[data-v-2448d898] .amb-color-iconfont {
474
- font-size: 15px !important; /* 图标实际大小,按需改 */
475
- display: inline-block;
476
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
477
- height: 1em !important;
478
- line-height: 1em;
529
+ .amb-list-preivew-name[data-v-5254701d] {
530
+ margin-left: 10px;
479
531
  cursor: pointer;
480
- }
481
- .amb-list-preivew-name[data-v-2448d898] {
482
532
  overflow: hidden;
483
533
  text-overflow: ellipsis;
484
534
  white-space: nowrap;
485
535
  }
486
- .el-link + .el-link[data-v-2448d898] {
487
- margin-left: 5px;
488
- }
489
- .file-item[data-v-2448d898] {
490
- display: flex;
536
+ .fs-upload-tag[data-v-5254701d] {
537
+ border: 1px solid #dcdfe6;
538
+ padding: 4px 8px;
539
+ background-clip: padding-box;
540
+ overflow: hidden;
541
+ display: inline-flex;
491
542
  align-items: center;
492
- justify-content: space-between; /* 添加这行来分布空间 */
493
- gap: 10px;
494
- height: 40px;
495
- padding: 10px;
496
- border-radius: 8px;
497
- transition: background-color 0.2s;
498
- }
499
- .file-item[data-v-2448d898]:hover {
500
- color: var(--el-button-hover-text-color, #409eff);
501
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
502
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
503
- outline: none;
504
- }
505
- .file-actions[data-v-2448d898] {
506
- display: flex;
507
- align-items: center;
508
- gap: 5px;
509
- flex-shrink: 0; /* 防止按钮被压缩 */
510
- }
511
- .super-icon + .super-icon[data-v-2448d898] {
512
- margin-left: 5px;
513
- }
514
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
515
- margin-left: 5px;
516
- }
517
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
518
- margin-left: 5px;
519
543
  }
520
- .amb-iconfont[data-v-2448d898] {
521
- color: var(--el-color-primary);
544
+ .fs-upload-tag-text[data-v-5254701d] {
545
+ margin-right: 8px;
546
+ max-width: 120px;
547
+ overflow: hidden;
548
+ text-overflow: ellipsis;
549
+ white-space: nowrap;
522
550
  }
523
- .fs-preview-container[data-v-2448d898] .el-button > span {
524
- font-size: 14px !important;
551
+ .fs-upload-tag-percent[data-v-5254701d] {
552
+ font-weight: 600;
553
+ margin-left: 4px;
525
554
  }
526
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
527
- padding: 5px 11px;
528
- height: var(--el-button-size);
529
- }iframe[data-v-e5fb3b56] {
530
- width: 100%;
531
- height: calc(100vh - 50px);
532
- }.select[data-v-52983a24] {
555
+ .organization-input .el-input-group__append {
556
+ padding: 0 10px 0 0;
557
+ }
558
+ .select[data-v-52983a24] {
533
559
  width: 100%;
534
560
  height: 100%;
535
561
  display: grid;
@@ -540,35 +566,9 @@ iframe.tab-main-content[data-v-3c90505e] {
540
566
  width: 100%;
541
567
  height: 100%;
542
568
  text-align: center;
543
- }.amb-color-iconfont[data-v-5254701d] {
544
- width: 30px;
545
- height: 30px;
546
- }
547
- .amb-list-preivew-name[data-v-5254701d] {
548
- margin-left: 10px;
549
- cursor: pointer;
550
- overflow: hidden;
551
- text-overflow: ellipsis;
552
- white-space: nowrap;
553
- }
554
- .fs-upload-tag[data-v-5254701d] {
555
- border: 1px solid #dcdfe6;
556
- padding: 4px 8px;
557
- background-clip: padding-box;
558
- overflow: hidden;
559
- display: inline-flex;
560
- align-items: center;
561
- }
562
- .fs-upload-tag-text[data-v-5254701d] {
563
- margin-right: 8px;
564
- max-width: 120px;
565
- overflow: hidden;
566
- text-overflow: ellipsis;
567
- white-space: nowrap;
568
- }
569
- .fs-upload-tag-percent[data-v-5254701d] {
570
- font-weight: 600;
571
- margin-left: 4px;
569
+ }iframe[data-v-e5fb3b56] {
570
+ width: 100%;
571
+ height: calc(100vh - 50px);
572
572
  }.wscn-http404-container[data-v-4f824f28] {
573
573
  transform: translate(-50%, -50%);
574
574
  position: absolute;
@@ -818,13 +818,11 @@ iframe.tab-main-content[data-v-3c90505e] {
818
818
  .organization-tree .dept-path .breadcrumb-label-link {
819
819
  color: #409eff;
820
820
  }
821
-
822
- .graphDiv[data-v-a936569d] {
823
- overflow: auto;
824
- height: 100%;
825
- height: calc(100vh - 20px);
826
- }
827
-
821
+ .super-icon[data-v-875fd31c] {
822
+ width: 1em;
823
+ height: 1em;
824
+ font-size: 14px;
825
+ }
828
826
  .organization-tree,
829
827
  .organization-tree .el-checkbox__label,
830
828
  .organization-tree .el-breadcrumb__inner,
@@ -882,46 +880,8 @@ iframe.tab-main-content[data-v-3c90505e] {
882
880
  .organization-tree .dept-path .breadcrumb-label-link {
883
881
  color: #409eff;
884
882
  }
885
- .errPage-container[data-v-6bef0241] {
886
- width: 800px;
887
- max-width: 100%;
888
- margin: 100px auto;
889
- }
890
- .errPage-container .pan-back-btn[data-v-6bef0241] {
891
- background: #008489;
892
- color: #fff;
893
- border: none !important;
894
- }
895
- .errPage-container .pan-gif[data-v-6bef0241] {
896
- margin: 0 auto;
897
- display: block;
898
- }
899
- .errPage-container .pan-img[data-v-6bef0241] {
900
- display: block;
901
- margin: 0 auto;
902
- width: 100%;
903
- }
904
- .errPage-container .text-jumbo[data-v-6bef0241] {
905
- font-size: 60px;
906
- font-weight: 700;
907
- color: #484848;
908
- }
909
- .errPage-container .list-unstyled[data-v-6bef0241] {
910
- font-size: 14px;
911
- }
912
- .errPage-container .list-unstyled li[data-v-6bef0241] {
913
- padding-bottom: 5px;
914
- }
915
- .errPage-container .list-unstyled a[data-v-6bef0241] {
916
- color: #008489;
917
- text-decoration: none;
918
- }
919
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
920
- text-decoration: underline;
921
- }.super-icon[data-v-875fd31c] {
922
- width: 1em;
923
- height: 1em;
924
- font-size: 14px;
883
+ .row-form-item[data-v-4b5a56cc] {
884
+ width: 50%;
925
885
  }
926
886
  .organization-tree,
927
887
  .organization-tree .el-checkbox__label,
@@ -980,8 +940,42 @@ iframe.tab-main-content[data-v-3c90505e] {
980
940
  .organization-tree .dept-path .breadcrumb-label-link {
981
941
  color: #409eff;
982
942
  }
983
- .row-form-item[data-v-4b5a56cc] {
984
- width: 50%;
943
+ .errPage-container[data-v-6bef0241] {
944
+ width: 800px;
945
+ max-width: 100%;
946
+ margin: 100px auto;
947
+ }
948
+ .errPage-container .pan-back-btn[data-v-6bef0241] {
949
+ background: #008489;
950
+ color: #fff;
951
+ border: none !important;
952
+ }
953
+ .errPage-container .pan-gif[data-v-6bef0241] {
954
+ margin: 0 auto;
955
+ display: block;
956
+ }
957
+ .errPage-container .pan-img[data-v-6bef0241] {
958
+ display: block;
959
+ margin: 0 auto;
960
+ width: 100%;
961
+ }
962
+ .errPage-container .text-jumbo[data-v-6bef0241] {
963
+ font-size: 60px;
964
+ font-weight: 700;
965
+ color: #484848;
966
+ }
967
+ .errPage-container .list-unstyled[data-v-6bef0241] {
968
+ font-size: 14px;
969
+ }
970
+ .errPage-container .list-unstyled li[data-v-6bef0241] {
971
+ padding-bottom: 5px;
972
+ }
973
+ .errPage-container .list-unstyled a[data-v-6bef0241] {
974
+ color: #008489;
975
+ text-decoration: none;
976
+ }
977
+ .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
978
+ text-decoration: underline;
985
979
  }.app-wrapper[data-v-5c0a6bf6] {
986
980
  position: relative;
987
981
  height: 100%;
@@ -999,9 +993,57 @@ iframe.tab-main-content[data-v-3c90505e] {
999
993
  height: 100%;
1000
994
  position: absolute;
1001
995
  z-index: 999;
1002
- }iframe[data-v-20dccb82] {
996
+ }
997
+ .graphDiv[data-v-a936569d] {
998
+ overflow: auto;
999
+ height: 100%;
1000
+ height: calc(100vh - 20px);
1001
+ }
1002
+ iframe[data-v-20dccb82] {
1003
1003
  width: 100%;
1004
1004
  height: calc(100vh - 50px);
1005
+ }.smb-sidebar-menu-item[data-v-da857302] {
1006
+ position: relative;
1007
+ --el-menu-item-height: 45px;
1008
+ --el-menu-sub-item-height: 45px;
1009
+ }
1010
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1011
+ padding: 0 !important;
1012
+ }
1013
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
1014
+ display: flex;
1015
+ flex-direction: row;
1016
+ }
1017
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1018
+ display: flex;
1019
+ flex-direction: row;
1020
+ padding: 0 !important;
1021
+ }
1022
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1023
+ display: flex;
1024
+ align-items: center;
1025
+ justify-content: center;
1026
+ width: var(--admin-layout-left-menu-collapse, 54px);
1027
+ font-size: 16px;
1028
+ }
1029
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1030
+ width: 20px;
1031
+ }
1032
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1033
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1034
+ overflow: hidden;
1035
+ white-space: nowrap;
1036
+ overflow: hidden;
1037
+ text-overflow: ellipsis;
1038
+ }
1039
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1040
+ overflow: hidden;
1041
+ white-space: nowrap;
1042
+ overflow: hidden;
1043
+ text-overflow: ellipsis;
1044
+ }
1045
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1046
+ flex: 0 0 calc(100% - 20px - 20px);
1005
1047
  }.app-main[data-v-2d98e845] {
1006
1048
  padding: var(--app-main-padding, 15px);
1007
1049
  height: calc(100vh - var(--app-main-padding, 15px) * 2);
@@ -1054,7 +1096,17 @@ iframe.tab-main-content[data-v-3c90505e] {
1054
1096
  }
1055
1097
  .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1056
1098
  flex: 0 0 calc(100% - 20px - 20px);
1057
- }[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1099
+ }
1100
+ .searchResult {
1101
+ color: red;
1102
+ }
1103
+ .inline-select-custom {
1104
+ width: 100px;
1105
+ }
1106
+ .inline-input-custom {
1107
+ width: 98%;
1108
+ }
1109
+ [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1058
1110
  user-select: text !important;
1059
1111
  -webkit-user-select: text !important;
1060
1112
  -moz-user-select: text !important;
@@ -1291,126 +1343,23 @@ iframe.tab-main-content[data-v-3c90505e] {
1291
1343
  white-space: nowrap;
1292
1344
  flex: 0 0 auto;
1293
1345
  }
1294
- .normal-column-header[data-v-562b2e0d] {
1295
- display: inline-flex;
1296
- vertical-align: middle;
1297
- }
1298
- .normal-column-header-icon[data-v-562b2e0d] {
1299
- font-size: 20px;
1300
- color: var(--el-color-primary);
1301
- cursor: pointer;
1302
- }.smb-sidebar-menu-item[data-v-da857302] {
1303
- position: relative;
1304
- --el-menu-item-height: 45px;
1305
- --el-menu-sub-item-height: 45px;
1346
+
1347
+ .searchResult {
1348
+ color: red;
1306
1349
  }
1307
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1308
- padding: 0 !important;
1350
+ .inline-select-custom {
1351
+ width: 100px;
1309
1352
  }
1310
- .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)) {
1311
- display: flex;
1312
- flex-direction: row;
1353
+ .inline-input-custom {
1354
+ width: 98%;
1313
1355
  }
1314
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1315
- display: flex;
1316
- flex-direction: row;
1317
- padding: 0 !important;
1318
- }
1319
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1320
- display: flex;
1321
- align-items: center;
1322
- justify-content: center;
1323
- width: var(--admin-layout-left-menu-collapse, 54px);
1324
- font-size: 16px;
1325
- }
1326
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1327
- width: 20px;
1328
- }
1329
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1330
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1331
- overflow: hidden;
1332
- white-space: nowrap;
1333
- overflow: hidden;
1334
- text-overflow: ellipsis;
1335
- }
1336
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1337
- overflow: hidden;
1338
- white-space: nowrap;
1339
- overflow: hidden;
1340
- text-overflow: ellipsis;
1341
- }
1342
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1343
- flex: 0 0 calc(100% - 20px - 20px);
1344
- }
1345
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1346
- margin-bottom: 0px;
1347
- }
1348
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1349
- margin-bottom: 5px;
1350
- text-align: center;
1351
- }
1352
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1353
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1354
- width: 100%;
1355
- }
1356
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1357
- display: none;
1358
- }
1359
- .search-condition-mobile[data-v-8ae4e3f5] {
1360
- padding-bottom: 10px;
1361
- position: fixed;
1362
- top: 37px;
1363
- background-color: #ffffff;
1364
- width: 46%;
1365
- height: 40px;
1366
- z-index: 1500;
1367
- }
1368
-
1369
- .searchResult {
1370
- color: red;
1371
- }
1372
- .inline-select-custom {
1373
- width: 100px;
1374
- }
1375
- .inline-input-custom {
1376
- width: 98%;
1377
- }
1378
- .searchDepartmentUser {
1379
- width: 250px;
1356
+ .searchDepartmentUser {
1357
+ width: 250px;
1380
1358
  }
1381
1359
  .el-autocomplete-suggestion.el-popper {
1382
1360
  min-width: 300px;
1383
1361
  }
1384
- li[data-v-040fcf55] {
1385
- color: #333;
1386
- }
1387
- .context-menu[data-v-040fcf55] {
1388
- position: fixed;
1389
- background: #fff;
1390
- z-index: 999;
1391
- padding: 5px;
1392
- margin: 0;
1393
- margin-top: 30px;
1394
- }
1395
- .context-menu li[data-v-040fcf55] {
1396
- min-width: 75px;
1397
- height: 28px;
1398
- line-height: 28px;
1399
- text-align: left;
1400
- color: #1a1a1a;
1401
- }
1402
- .context-menu li[data-v-040fcf55]:hover {
1403
- background: #42b983;
1404
- color: #fff;
1405
- }
1406
- .context-menu[data-v-040fcf55] {
1407
- border: 1px solid #eee;
1408
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1409
- border-radius: 5px;
1410
- }
1411
- li[data-v-040fcf55] {
1412
- list-style-type: none;
1413
- }
1362
+
1414
1363
  .searchResult {
1415
1364
  color: red;
1416
1365
  }
@@ -1436,17 +1385,15 @@ li[data-v-040fcf55] {
1436
1385
  .el-autocomplete-suggestion.el-popper {
1437
1386
  min-width: 300px;
1438
1387
  }
1439
-
1440
- .searchResult {
1441
- color: red;
1388
+ .normal-column-header[data-v-562b2e0d] {
1389
+ display: inline-flex;
1390
+ vertical-align: middle;
1442
1391
  }
1443
- .inline-select-custom {
1444
- width: 100px;
1392
+ .normal-column-header-icon[data-v-562b2e0d] {
1393
+ font-size: 20px;
1394
+ color: var(--el-color-primary);
1395
+ cursor: pointer;
1445
1396
  }
1446
- .inline-input-custom {
1447
- width: 98%;
1448
- }
1449
-
1450
1397
  .searchResult {
1451
1398
  color: red;
1452
1399
  }
@@ -1457,24 +1404,28 @@ li[data-v-040fcf55] {
1457
1404
  min-width: 300px;
1458
1405
  }
1459
1406
 
1460
- .searchResult {
1461
- color: red;
1407
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1408
+ margin-bottom: 0px;
1462
1409
  }
1463
- .inline-select-custom {
1464
- width: 100px;
1410
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1411
+ margin-bottom: 5px;
1412
+ text-align: center;
1465
1413
  }
1466
- .inline-input-custom {
1467
- width: 98%;
1468
- }
1469
-
1470
- .searchResult {
1471
- color: red;
1414
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1415
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1416
+ width: 100%;
1472
1417
  }
1473
- .inline-select-custom {
1474
- width: 100px;
1418
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1419
+ display: none;
1475
1420
  }
1476
- .inline-input-custom {
1477
- width: 98%;
1421
+ .search-condition-mobile[data-v-8ae4e3f5] {
1422
+ padding-bottom: 10px;
1423
+ position: fixed;
1424
+ top: 37px;
1425
+ background-color: #ffffff;
1426
+ width: 46%;
1427
+ height: 40px;
1428
+ z-index: 1500;
1478
1429
  }
1479
1430
 
1480
1431
  .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
@@ -1528,6 +1479,55 @@ li[data-v-040fcf55] {
1528
1479
  .organization-tree .dept-path .breadcrumb-label-link{
1529
1480
  color:#409EFF
1530
1481
  }
1482
+ li[data-v-040fcf55] {
1483
+ color: #333;
1484
+ }
1485
+ .context-menu[data-v-040fcf55] {
1486
+ position: fixed;
1487
+ background: #fff;
1488
+ z-index: 999;
1489
+ padding: 5px;
1490
+ margin: 0;
1491
+ margin-top: 30px;
1492
+ }
1493
+ .context-menu li[data-v-040fcf55] {
1494
+ min-width: 75px;
1495
+ height: 28px;
1496
+ line-height: 28px;
1497
+ text-align: left;
1498
+ color: #1a1a1a;
1499
+ }
1500
+ .context-menu li[data-v-040fcf55]:hover {
1501
+ background: #42b983;
1502
+ color: #fff;
1503
+ }
1504
+ .context-menu[data-v-040fcf55] {
1505
+ border: 1px solid #eee;
1506
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1507
+ border-radius: 5px;
1508
+ }
1509
+ li[data-v-040fcf55] {
1510
+ list-style-type: none;
1511
+ }
1512
+ .searchResult {
1513
+ color: red;
1514
+ }
1515
+ .inline-select-custom {
1516
+ width: 100px;
1517
+ }
1518
+ .inline-input-custom {
1519
+ width: 98%;
1520
+ }
1521
+
1522
+ .searchResult {
1523
+ color: red;
1524
+ }
1525
+ .inline-select-custom {
1526
+ width: 100px;
1527
+ }
1528
+ .inline-input-custom {
1529
+ width: 98%;
1530
+ }
1531
1531
 
1532
1532
  .grid-search-form[data-v-04817310] {
1533
1533
  overflow: auto;
@@ -1624,13 +1624,33 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1624
1624
  }
1625
1625
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1626
1626
  margin: 0 5px;
1627
- }[data-v-455b2ba2] .super-icon {
1627
+ }[data-v-0fb85d6e] .super-icon {
1628
1628
  width: 20px !important;
1629
1629
  height: 20px !important;
1630
- }[data-v-0fb85d6e] .super-icon {
1630
+ }[data-v-455b2ba2] .super-icon {
1631
1631
  width: 20px !important;
1632
1632
  height: 20px !important;
1633
- }.annex-cell[data-v-1e660925] {
1633
+ }
1634
+ .searchResult {
1635
+ color: red;
1636
+ }
1637
+ .inline-select-custom {
1638
+ width: 100px;
1639
+ }
1640
+ .inline-input-custom {
1641
+ width: 98%;
1642
+ }
1643
+
1644
+ .searchResult {
1645
+ color: red;
1646
+ }
1647
+ .inline-select-custom {
1648
+ width: 100px;
1649
+ }
1650
+ .inline-input-custom {
1651
+ width: 98%;
1652
+ }
1653
+ .annex-cell[data-v-1e660925] {
1634
1654
  padding-right: 5px;
1635
1655
  cursor: pointer;
1636
1656
  color: #409eff;
@@ -1677,43 +1697,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1677
1697
  }
1678
1698
  .normal-column-content-view[data-v-1e660925] {
1679
1699
  display: inline;
1680
- }.grid-search-form-mobile[data-v-832e8a9d] {
1681
- overflow: auto;
1682
- }
1683
- .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
1684
- margin-bottom: 5px;
1700
+ }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1701
+ margin-bottom: 0px;
1685
1702
  }
1686
- .grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
1703
+ .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1687
1704
  overflow: hidden;
1688
1705
  text-overflow: ellipsis;
1689
1706
  white-space: nowrap;
1690
1707
  word-break: keep-all;
1691
1708
  }
1692
- .grid-search-form-mobile[data-v-832e8a9d] .search-btn {
1709
+ .grid-search-form[data-v-3e0adbf6] .search-btn {
1693
1710
  margin-bottom: 5px;
1694
1711
  text-align: center;
1695
1712
  }
1696
- .grid-search-form-mobile[data-v-832e8a9d] .el-select {
1713
+ .grid-search-form[data-v-3e0adbf6] .el-select {
1697
1714
  width: 100%;
1698
1715
  }
1699
- .grid-search-form-mobile[data-v-832e8a9d] .customComponent {
1716
+ .grid-search-form[data-v-3e0adbf6] .customComponent {
1700
1717
  width: 100%;
1701
1718
  }
1702
- .grid-search-form-mobile[data-v-832e8a9d] .el-row {
1719
+ .grid-search-form[data-v-3e0adbf6] .el-row {
1703
1720
  padding-right: 24px;
1704
1721
  }
1705
- .grid-search-form-mobile[data-v-832e8a9d] .el-col {
1722
+ .grid-search-form[data-v-3e0adbf6] .el-col {
1706
1723
  padding-left: 10px;
1707
1724
  padding-bottom: 16px;
1708
1725
  }
1709
- .search-btn-mobile[data-v-832e8a9d] {
1710
- padding-top: 10px;
1711
- position: fixed;
1712
- bottom: 0;
1713
- background-color: #ffffff;
1714
- width: 50%;
1715
- height: 40px;
1716
- }
1717
1726
  .grid-search-form[data-v-0b145154] .el-form-item {
1718
1727
  margin-bottom: 0px;
1719
1728
  }
@@ -1725,52 +1734,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1725
1734
  .grid-search-form[data-v-0b145154] .customComponent {
1726
1735
  width: 100%;
1727
1736
  }
1728
- .grid-search-form[data-v-3e0adbf6] .el-form-item {
1729
- margin-bottom: 0px;
1737
+ .grid-search-form-mobile[data-v-832e8a9d] {
1738
+ overflow: auto;
1730
1739
  }
1731
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1740
+ .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
1741
+ margin-bottom: 5px;
1742
+ }
1743
+ .grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
1732
1744
  overflow: hidden;
1733
1745
  text-overflow: ellipsis;
1734
1746
  white-space: nowrap;
1735
1747
  word-break: keep-all;
1736
1748
  }
1737
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1749
+ .grid-search-form-mobile[data-v-832e8a9d] .search-btn {
1738
1750
  margin-bottom: 5px;
1739
1751
  text-align: center;
1740
1752
  }
1741
- .grid-search-form[data-v-3e0adbf6] .el-select {
1753
+ .grid-search-form-mobile[data-v-832e8a9d] .el-select {
1742
1754
  width: 100%;
1743
1755
  }
1744
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1756
+ .grid-search-form-mobile[data-v-832e8a9d] .customComponent {
1745
1757
  width: 100%;
1746
1758
  }
1747
- .grid-search-form[data-v-3e0adbf6] .el-row {
1759
+ .grid-search-form-mobile[data-v-832e8a9d] .el-row {
1748
1760
  padding-right: 24px;
1749
1761
  }
1750
- .grid-search-form[data-v-3e0adbf6] .el-col {
1762
+ .grid-search-form-mobile[data-v-832e8a9d] .el-col {
1751
1763
  padding-left: 10px;
1752
1764
  padding-bottom: 16px;
1753
1765
  }
1754
- .searchResult {
1755
- color: red;
1756
- }
1757
- .inline-select-custom {
1758
- width: 100px;
1759
- }
1760
- .inline-input-custom {
1761
- width: 98%;
1762
- }
1763
-
1764
- .searchResult {
1765
- color: red;
1766
- }
1767
- .inline-select-custom {
1768
- width: 100px;
1769
- }
1770
- .inline-input-custom {
1771
- width: 98%;
1772
- }
1773
- .smb-sidebar-menu-item[data-v-74b8f009] {
1766
+ .search-btn-mobile[data-v-832e8a9d] {
1767
+ padding-top: 10px;
1768
+ position: fixed;
1769
+ bottom: 0;
1770
+ background-color: #ffffff;
1771
+ width: 50%;
1772
+ height: 40px;
1773
+ }.smb-sidebar-menu-item[data-v-74b8f009] {
1774
1774
  position: relative;
1775
1775
  --el-menu-item-height: 45px;
1776
1776
  --el-menu-sub-item-height: 45px;
@@ -1806,41 +1806,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1806
1806
  white-space: nowrap;
1807
1807
  overflow: hidden;
1808
1808
  text-overflow: ellipsis;
1809
- }
1810
- .additional-data-tag[data-v-7aaab83c] {
1811
- display: flex;
1812
- align-items: center;
1813
- flex-shrink: 0;
1814
- min-width: max-content;
1815
- margin-left: auto;
1816
- gap: 10px;
1817
- }
1818
- .additional-data-button[data-v-7aaab83c] {
1819
- display: flex;
1820
- align-items: center;
1821
- justify-content: center;
1822
- margin-top: 10px;
1823
- gap: 10px;
1824
- }
1825
- [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 {
1809
+ }[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
1826
1810
  user-select: text !important;
1827
1811
  -webkit-user-select: text !important;
1828
1812
  -moz-user-select: text !important;
1829
1813
  -ms-user-select: text !important;
1830
1814
  }
1831
- .slide-up-enter-active[data-v-e9aa835d],
1832
- .slide-up-leave-active[data-v-e9aa835d] {
1815
+ .slide-up-enter-active[data-v-bc196b97],
1816
+ .slide-up-leave-active[data-v-bc196b97] {
1833
1817
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1834
1818
  }
1835
- .slide-up-enter-from[data-v-e9aa835d],
1836
- .slide-up-leave-to[data-v-e9aa835d] {
1819
+ .slide-up-enter-from[data-v-bc196b97],
1820
+ .slide-up-leave-to[data-v-bc196b97] {
1837
1821
  transform: translateY(100%);
1838
1822
  }
1839
1823
 
1840
1824
  /**
1841
1825
  * 聊天窗口的样式设置
1842
1826
  */
1843
- .chat-container[data-v-e9aa835d] {
1827
+ .chat-container[data-v-bc196b97] {
1844
1828
  --header-height: 56px;
1845
1829
  --chat-padding: 12px;
1846
1830
  --bubble-content-max-width: 0px;
@@ -1852,25 +1836,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1852
1836
  flex-direction: row; /* 横向排列 */
1853
1837
  height: 100%; /* 父容器高度 */
1854
1838
  }
1855
- .small-window[data-v-e9aa835d] {
1839
+ .small-window[data-v-bc196b97] {
1856
1840
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1857
1841
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1858
1842
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1859
1843
  border-radius: 8px;
1860
1844
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1861
1845
  }
1862
- .full-screen[data-v-e9aa835d] {
1846
+ .full-screen[data-v-bc196b97] {
1863
1847
  right: 0;
1864
1848
  bottom: 0;
1865
1849
  --main-content-height: calc(100vh - var(--header-height));
1866
1850
  }
1867
- .chat-container > *[data-v-e9aa835d] {
1851
+ .chat-container > *[data-v-bc196b97] {
1868
1852
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1869
1853
  }
1870
1854
 
1871
1855
  /* 聊天窗口的头部样式设置
1872
1856
  */
1873
- .chat-embed__header_container[data-v-e9aa835d] {
1857
+ .chat-embed__header_container[data-v-bc196b97] {
1874
1858
  /* border-bottom: 1px solid #ddd; */
1875
1859
  display: flex;
1876
1860
  align-items: center;
@@ -1880,7 +1864,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1880
1864
  overflow: hidden;
1881
1865
  position: relative;
1882
1866
  }
1883
- .session-subject[data-v-e9aa835d] {
1867
+ .session-subject[data-v-bc196b97] {
1884
1868
  display: block;
1885
1869
  margin: 0 auto;
1886
1870
  text-align: center;
@@ -1895,17 +1879,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1895
1879
 
1896
1880
  /* 聊天窗口的头部图标样式设置
1897
1881
  */
1898
- .chat-embed__header_avatar[data-v-e9aa835d] {
1882
+ .chat-embed__header_avatar[data-v-bc196b97] {
1899
1883
  margin-left: calc(var(--chat-padding) * 2);
1900
1884
  margin-right: var(--chat-padding);
1901
1885
  }
1902
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
1886
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
1903
1887
  right: 20px;
1904
1888
  position: absolute;
1905
1889
  gap: 28px;
1906
1890
  display: flex;
1907
1891
  }
1908
- .chat-embed__sidebar[data-v-e9aa835d] {
1892
+ .chat-embed__sidebar[data-v-bc196b97] {
1909
1893
  background: #f6f7fa;
1910
1894
  display: flex;
1911
1895
  flex-direction: column; /* 设置为上下排列 */
@@ -1914,7 +1898,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1914
1898
  width: 260px;
1915
1899
  height: 100%;
1916
1900
  }
1917
- .chat-embed__main[data-v-e9aa835d] {
1901
+ .chat-embed__main[data-v-bc196b97] {
1918
1902
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1919
1903
  box-sizing: border-box;
1920
1904
  overflow: hidden;
@@ -1925,7 +1909,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1925
1909
  flex: 1; /* 聊天内容区域占据剩余空间 */
1926
1910
  overflow: hidden; /* 防止内容溢出 */
1927
1911
  }
1928
- .chat-embed__main_content[data-v-e9aa835d] {
1912
+ .chat-embed__main_content[data-v-bc196b97] {
1929
1913
  flex: 1;
1930
1914
  box-sizing: border-box;
1931
1915
  min-height: 0;
@@ -1933,21 +1917,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1933
1917
  /* overflow-y: auto;
1934
1918
  margin-bottom: 12px; */
1935
1919
  }
1936
- .chat-embed__input_container[data-v-e9aa835d] {
1920
+ .chat-embed__input_container[data-v-bc196b97] {
1937
1921
  flex-shrink: 0; /* 不允许收缩 */
1938
1922
  /* margin-bottom: 50px; 距离底部 */
1939
1923
  }
1940
- .header-icon[data-v-e9aa835d] {
1924
+ .header-icon[data-v-bc196b97] {
1941
1925
  cursor: pointer;
1942
1926
  font-size: 20px;
1943
1927
  }
1944
1928
 
1945
1929
  /* 聊天默认推荐内容样式
1946
1930
  */
1947
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
1931
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
1948
1932
  margin-top: 5px;
1949
1933
  }
1950
- .content-container[data-v-e9aa835d] {
1934
+ .content-container[data-v-bc196b97] {
1951
1935
  padding: 16px;
1952
1936
  border-radius: 4px;
1953
1937
  background: #ffffff;
@@ -1955,7 +1939,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1955
1939
  border-radius: 0px 30px 30px 30px;
1956
1940
  /* opacity: 0.6; */
1957
1941
  }
1958
- .chat-content-font[data-v-e9aa835d] {
1942
+ .chat-content-font[data-v-bc196b97] {
1959
1943
  font-family: PingFang SC, PingFang SC;
1960
1944
  font-weight: 500;
1961
1945
  font-size: 16px;
@@ -1965,10 +1949,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1965
1949
  font-style: normal;
1966
1950
  text-transform: none;
1967
1951
  }
1968
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
1952
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
1969
1953
  border: none !important;
1970
1954
  }
1971
- .content-container-header[data-v-e9aa835d] {
1955
+ .content-container-header[data-v-bc196b97] {
1972
1956
  font-size: 12px;
1973
1957
  color: #909399;
1974
1958
  }
@@ -1976,28 +1960,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1976
1960
  /**
1977
1961
  // 用户消息
1978
1962
  */
1979
- .content-borderless-container[data-v-e9aa835d] {
1963
+ .content-borderless-container[data-v-bc196b97] {
1980
1964
  background: #e1ecfd;
1981
1965
  border-radius: 20px 0px 20px 20px;
1982
1966
  user-select: none;
1983
1967
  padding: 12px;
1984
1968
  cursor: pointer;
1985
1969
  transition: background-color 0.3s;
1986
- &[data-v-e9aa835d]:hover {
1970
+ &[data-v-bc196b97]:hover {
1987
1971
  background-color: #ebeef5;
1988
1972
  }
1989
1973
  }
1990
- .footer-container[data-v-e9aa835d] {
1991
- [data-v-e9aa835d] .el-button + .el-button {
1974
+ .footer-container[data-v-bc196b97] {
1975
+ [data-v-bc196b97] .el-button + .el-button {
1992
1976
  margin-left: 8px;
1993
1977
  }
1994
1978
  }
1995
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
1979
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
1996
1980
  padding: 0;
1997
1981
  }
1998
1982
 
1999
1983
  /* 引用文件样式 */
2000
- .doc-agg-item[data-v-e9aa835d] {
1984
+ .doc-agg-item[data-v-bc196b97] {
2001
1985
  width: 100%;
2002
1986
  padding: 10px;
2003
1987
  margin-bottom: 5px;
@@ -2007,10 +1991,26 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2007
1991
  font-size: 12px;
2008
1992
  color: var(--el-color-primary);
2009
1993
  }
2010
- .elx-xmarkdown-container[data-v-e9aa835d] {
1994
+ .elx-xmarkdown-container[data-v-bc196b97] {
2011
1995
  padding: 0;
2012
1996
  }
2013
1997
 
1998
+ .additional-data-tag[data-v-7aaab83c] {
1999
+ display: flex;
2000
+ align-items: center;
2001
+ flex-shrink: 0;
2002
+ min-width: max-content;
2003
+ margin-left: auto;
2004
+ gap: 10px;
2005
+ }
2006
+ .additional-data-button[data-v-7aaab83c] {
2007
+ display: flex;
2008
+ align-items: center;
2009
+ justify-content: center;
2010
+ margin-top: 10px;
2011
+ gap: 10px;
2012
+ }
2013
+
2014
2014
  .footer-wrapper[data-v-ffbde6f9] {
2015
2015
  display: flex;
2016
2016
  align-items: center;
@@ -2031,25 +2031,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2031
2031
  margin-left: 0;
2032
2032
  }
2033
2033
  }
2034
- [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 {
2034
+ [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2035
2035
  user-select: text !important;
2036
2036
  -webkit-user-select: text !important;
2037
2037
  -moz-user-select: text !important;
2038
2038
  -ms-user-select: text !important;
2039
2039
  }
2040
- .slide-up-enter-active[data-v-bc196b97],
2041
- .slide-up-leave-active[data-v-bc196b97] {
2040
+ .slide-up-enter-active[data-v-e9aa835d],
2041
+ .slide-up-leave-active[data-v-e9aa835d] {
2042
2042
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2043
2043
  }
2044
- .slide-up-enter-from[data-v-bc196b97],
2045
- .slide-up-leave-to[data-v-bc196b97] {
2044
+ .slide-up-enter-from[data-v-e9aa835d],
2045
+ .slide-up-leave-to[data-v-e9aa835d] {
2046
2046
  transform: translateY(100%);
2047
2047
  }
2048
2048
 
2049
2049
  /**
2050
2050
  * 聊天窗口的样式设置
2051
2051
  */
2052
- .chat-container[data-v-bc196b97] {
2052
+ .chat-container[data-v-e9aa835d] {
2053
2053
  --header-height: 56px;
2054
2054
  --chat-padding: 12px;
2055
2055
  --bubble-content-max-width: 0px;
@@ -2061,25 +2061,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2061
2061
  flex-direction: row; /* 横向排列 */
2062
2062
  height: 100%; /* 父容器高度 */
2063
2063
  }
2064
- .small-window[data-v-bc196b97] {
2064
+ .small-window[data-v-e9aa835d] {
2065
2065
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2066
2066
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2067
2067
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2068
2068
  border-radius: 8px;
2069
2069
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2070
2070
  }
2071
- .full-screen[data-v-bc196b97] {
2071
+ .full-screen[data-v-e9aa835d] {
2072
2072
  right: 0;
2073
2073
  bottom: 0;
2074
2074
  --main-content-height: calc(100vh - var(--header-height));
2075
2075
  }
2076
- .chat-container > *[data-v-bc196b97] {
2076
+ .chat-container > *[data-v-e9aa835d] {
2077
2077
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2078
2078
  }
2079
2079
 
2080
2080
  /* 聊天窗口的头部样式设置
2081
2081
  */
2082
- .chat-embed__header_container[data-v-bc196b97] {
2082
+ .chat-embed__header_container[data-v-e9aa835d] {
2083
2083
  /* border-bottom: 1px solid #ddd; */
2084
2084
  display: flex;
2085
2085
  align-items: center;
@@ -2089,7 +2089,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2089
2089
  overflow: hidden;
2090
2090
  position: relative;
2091
2091
  }
2092
- .session-subject[data-v-bc196b97] {
2092
+ .session-subject[data-v-e9aa835d] {
2093
2093
  display: block;
2094
2094
  margin: 0 auto;
2095
2095
  text-align: center;
@@ -2104,17 +2104,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2104
2104
 
2105
2105
  /* 聊天窗口的头部图标样式设置
2106
2106
  */
2107
- .chat-embed__header_avatar[data-v-bc196b97] {
2107
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2108
2108
  margin-left: calc(var(--chat-padding) * 2);
2109
2109
  margin-right: var(--chat-padding);
2110
2110
  }
2111
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2111
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2112
2112
  right: 20px;
2113
2113
  position: absolute;
2114
2114
  gap: 28px;
2115
2115
  display: flex;
2116
2116
  }
2117
- .chat-embed__sidebar[data-v-bc196b97] {
2117
+ .chat-embed__sidebar[data-v-e9aa835d] {
2118
2118
  background: #f6f7fa;
2119
2119
  display: flex;
2120
2120
  flex-direction: column; /* 设置为上下排列 */
@@ -2123,7 +2123,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2123
2123
  width: 260px;
2124
2124
  height: 100%;
2125
2125
  }
2126
- .chat-embed__main[data-v-bc196b97] {
2126
+ .chat-embed__main[data-v-e9aa835d] {
2127
2127
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2128
2128
  box-sizing: border-box;
2129
2129
  overflow: hidden;
@@ -2134,7 +2134,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2134
2134
  flex: 1; /* 聊天内容区域占据剩余空间 */
2135
2135
  overflow: hidden; /* 防止内容溢出 */
2136
2136
  }
2137
- .chat-embed__main_content[data-v-bc196b97] {
2137
+ .chat-embed__main_content[data-v-e9aa835d] {
2138
2138
  flex: 1;
2139
2139
  box-sizing: border-box;
2140
2140
  min-height: 0;
@@ -2142,21 +2142,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2142
2142
  /* overflow-y: auto;
2143
2143
  margin-bottom: 12px; */
2144
2144
  }
2145
- .chat-embed__input_container[data-v-bc196b97] {
2145
+ .chat-embed__input_container[data-v-e9aa835d] {
2146
2146
  flex-shrink: 0; /* 不允许收缩 */
2147
2147
  /* margin-bottom: 50px; 距离底部 */
2148
2148
  }
2149
- .header-icon[data-v-bc196b97] {
2149
+ .header-icon[data-v-e9aa835d] {
2150
2150
  cursor: pointer;
2151
2151
  font-size: 20px;
2152
2152
  }
2153
2153
 
2154
2154
  /* 聊天默认推荐内容样式
2155
2155
  */
2156
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2156
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2157
2157
  margin-top: 5px;
2158
2158
  }
2159
- .content-container[data-v-bc196b97] {
2159
+ .content-container[data-v-e9aa835d] {
2160
2160
  padding: 16px;
2161
2161
  border-radius: 4px;
2162
2162
  background: #ffffff;
@@ -2164,7 +2164,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2164
2164
  border-radius: 0px 30px 30px 30px;
2165
2165
  /* opacity: 0.6; */
2166
2166
  }
2167
- .chat-content-font[data-v-bc196b97] {
2167
+ .chat-content-font[data-v-e9aa835d] {
2168
2168
  font-family: PingFang SC, PingFang SC;
2169
2169
  font-weight: 500;
2170
2170
  font-size: 16px;
@@ -2174,10 +2174,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2174
2174
  font-style: normal;
2175
2175
  text-transform: none;
2176
2176
  }
2177
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2177
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2178
2178
  border: none !important;
2179
2179
  }
2180
- .content-container-header[data-v-bc196b97] {
2180
+ .content-container-header[data-v-e9aa835d] {
2181
2181
  font-size: 12px;
2182
2182
  color: #909399;
2183
2183
  }
@@ -2185,28 +2185,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2185
2185
  /**
2186
2186
  // 用户消息
2187
2187
  */
2188
- .content-borderless-container[data-v-bc196b97] {
2188
+ .content-borderless-container[data-v-e9aa835d] {
2189
2189
  background: #e1ecfd;
2190
2190
  border-radius: 20px 0px 20px 20px;
2191
2191
  user-select: none;
2192
2192
  padding: 12px;
2193
2193
  cursor: pointer;
2194
2194
  transition: background-color 0.3s;
2195
- &[data-v-bc196b97]:hover {
2195
+ &[data-v-e9aa835d]:hover {
2196
2196
  background-color: #ebeef5;
2197
2197
  }
2198
2198
  }
2199
- .footer-container[data-v-bc196b97] {
2200
- [data-v-bc196b97] .el-button + .el-button {
2199
+ .footer-container[data-v-e9aa835d] {
2200
+ [data-v-e9aa835d] .el-button + .el-button {
2201
2201
  margin-left: 8px;
2202
2202
  }
2203
2203
  }
2204
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2204
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2205
2205
  padding: 0;
2206
2206
  }
2207
2207
 
2208
2208
  /* 引用文件样式 */
2209
- .doc-agg-item[data-v-bc196b97] {
2209
+ .doc-agg-item[data-v-e9aa835d] {
2210
2210
  width: 100%;
2211
2211
  padding: 10px;
2212
2212
  margin-bottom: 5px;
@@ -2216,10 +2216,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2216
2216
  font-size: 12px;
2217
2217
  color: var(--el-color-primary);
2218
2218
  }
2219
- .elx-xmarkdown-container[data-v-bc196b97] {
2219
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2220
2220
  padding: 0;
2221
2221
  }
2222
- [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 {
2222
+ .fs-upload-tag[data-v-e5cde7de] {
2223
+ border: 1px solid #dcdfe6;
2224
+ padding: 4px 8px;
2225
+ background-clip: padding-box;
2226
+ overflow: hidden;
2227
+ display: inline-flex;
2228
+ align-items: center;
2229
+ }
2230
+ .fs-upload-tag-text[data-v-e5cde7de] {
2231
+ margin-right: 18px;
2232
+ max-width: 160px;
2233
+ overflow: hidden;
2234
+ text-overflow: ellipsis;
2235
+ white-space: nowrap;
2236
+ }
2237
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2238
+ font-weight: 600;
2239
+ margin-left: 4px;
2240
+ }[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
2223
2241
  user-select: text !important;
2224
2242
  -webkit-user-select: text !important;
2225
2243
  -moz-user-select: text !important;
@@ -2407,20 +2425,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2407
2425
  .elx-xmarkdown-container[data-v-45fbaf17] {
2408
2426
  padding: 0;
2409
2427
  }
2410
- .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2411
- margin-right: 5px;
2412
- }
2413
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2414
- margin-left: 5px;
2415
- }[data-v-90635647] .el-range-separator {
2416
- min-width: 20px;
2417
- }
2418
- .home-chart-iframe[data-v-873e1ba1] {
2419
- width: 100%;
2420
- height: 100%;
2421
- border: none;
2422
- opacity: 1;
2423
- }
2424
2428
 
2425
2429
  .home-chart-iframe[data-v-b9f40acf] {
2426
2430
  width: 100%;
@@ -2428,25 +2432,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2428
2432
  border: none;
2429
2433
  opacity: 1;
2430
2434
  }
2431
- [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 {
2435
+ [data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2432
2436
  user-select: text !important;
2433
2437
  -webkit-user-select: text !important;
2434
2438
  -moz-user-select: text !important;
2435
2439
  -ms-user-select: text !important;
2436
2440
  }
2437
- .slide-up-enter-active[data-v-0b0c189e],
2438
- .slide-up-leave-active[data-v-0b0c189e] {
2441
+ .slide-up-enter-active[data-v-1e62eff8],
2442
+ .slide-up-leave-active[data-v-1e62eff8] {
2439
2443
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2440
2444
  }
2441
- .slide-up-enter-from[data-v-0b0c189e],
2442
- .slide-up-leave-to[data-v-0b0c189e] {
2445
+ .slide-up-enter-from[data-v-1e62eff8],
2446
+ .slide-up-leave-to[data-v-1e62eff8] {
2443
2447
  transform: translateY(100%);
2444
2448
  }
2445
2449
 
2446
2450
  /**
2447
2451
  * 聊天窗口的样式设置
2448
2452
  */
2449
- .chat-container[data-v-0b0c189e] {
2453
+ .chat-container[data-v-1e62eff8] {
2450
2454
  --header-height: 56px;
2451
2455
  --chat-padding: 12px;
2452
2456
  --bubble-content-max-width: 0px;
@@ -2458,25 +2462,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2458
2462
  flex-direction: row; /* 横向排列 */
2459
2463
  height: 100%; /* 父容器高度 */
2460
2464
  }
2461
- .small-window[data-v-0b0c189e] {
2465
+ .small-window[data-v-1e62eff8] {
2462
2466
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2463
2467
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2464
2468
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2465
2469
  border-radius: 8px;
2466
2470
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2467
2471
  }
2468
- .full-screen[data-v-0b0c189e] {
2472
+ .full-screen[data-v-1e62eff8] {
2469
2473
  right: 0;
2470
2474
  bottom: 0;
2471
2475
  --main-content-height: calc(100vh - var(--header-height));
2472
2476
  }
2473
- .chat-container > *[data-v-0b0c189e] {
2477
+ .chat-container > *[data-v-1e62eff8] {
2474
2478
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2475
2479
  }
2476
2480
 
2477
2481
  /* 聊天窗口的头部样式设置
2478
2482
  */
2479
- .chat-embed__header_container[data-v-0b0c189e] {
2483
+ .chat-embed__header_container[data-v-1e62eff8] {
2480
2484
  /* border-bottom: 1px solid #ddd; */
2481
2485
  display: flex;
2482
2486
  align-items: center;
@@ -2486,7 +2490,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2486
2490
  overflow: hidden;
2487
2491
  position: relative;
2488
2492
  }
2489
- .session-subject[data-v-0b0c189e] {
2493
+ .session-subject[data-v-1e62eff8] {
2490
2494
  display: block;
2491
2495
  margin: 0 auto;
2492
2496
  text-align: center;
@@ -2501,17 +2505,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2501
2505
 
2502
2506
  /* 聊天窗口的头部图标样式设置
2503
2507
  */
2504
- .chat-embed__header_avatar[data-v-0b0c189e] {
2508
+ .chat-embed__header_avatar[data-v-1e62eff8] {
2505
2509
  margin-left: calc(var(--chat-padding) * 2);
2506
2510
  margin-right: var(--chat-padding);
2507
2511
  }
2508
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
2512
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
2509
2513
  right: 20px;
2510
2514
  position: absolute;
2511
2515
  gap: 28px;
2512
2516
  display: flex;
2513
2517
  }
2514
- .chat-embed__sidebar[data-v-0b0c189e] {
2518
+ .chat-embed__sidebar[data-v-1e62eff8] {
2515
2519
  background: #f6f7fa;
2516
2520
  display: flex;
2517
2521
  flex-direction: column; /* 设置为上下排列 */
@@ -2520,7 +2524,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2520
2524
  width: 260px;
2521
2525
  height: 100%;
2522
2526
  }
2523
- .chat-embed__main[data-v-0b0c189e] {
2527
+ .chat-embed__main[data-v-1e62eff8] {
2524
2528
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2525
2529
  box-sizing: border-box;
2526
2530
  overflow: hidden;
@@ -2531,7 +2535,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2531
2535
  flex: 1; /* 聊天内容区域占据剩余空间 */
2532
2536
  overflow: hidden; /* 防止内容溢出 */
2533
2537
  }
2534
- .chat-embed__main_content[data-v-0b0c189e] {
2538
+ .chat-embed__main_content[data-v-1e62eff8] {
2535
2539
  flex: 1;
2536
2540
  box-sizing: border-box;
2537
2541
  min-height: 0;
@@ -2539,21 +2543,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2539
2543
  /* overflow-y: auto;
2540
2544
  margin-bottom: 12px; */
2541
2545
  }
2542
- .chat-embed__input_container[data-v-0b0c189e] {
2546
+ .chat-embed__input_container[data-v-1e62eff8] {
2543
2547
  flex-shrink: 0; /* 不允许收缩 */
2544
2548
  /* margin-bottom: 50px; 距离底部 */
2545
2549
  }
2546
- .header-icon[data-v-0b0c189e] {
2550
+ .header-icon[data-v-1e62eff8] {
2547
2551
  cursor: pointer;
2548
2552
  font-size: 20px;
2549
2553
  }
2550
2554
 
2551
2555
  /* 聊天默认推荐内容样式
2552
2556
  */
2553
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2557
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2554
2558
  margin-top: 5px;
2555
2559
  }
2556
- .content-container[data-v-0b0c189e] {
2560
+ .content-container[data-v-1e62eff8] {
2557
2561
  padding: 16px;
2558
2562
  border-radius: 4px;
2559
2563
  background: #ffffff;
@@ -2561,7 +2565,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2561
2565
  border-radius: 0px 30px 30px 30px;
2562
2566
  /* opacity: 0.6; */
2563
2567
  }
2564
- .chat-content-font[data-v-0b0c189e] {
2568
+ .chat-content-font[data-v-1e62eff8] {
2565
2569
  font-family: PingFang SC, PingFang SC;
2566
2570
  font-weight: 500;
2567
2571
  font-size: 16px;
@@ -2571,10 +2575,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2571
2575
  font-style: normal;
2572
2576
  text-transform: none;
2573
2577
  }
2574
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2578
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2575
2579
  border: none !important;
2576
2580
  }
2577
- .content-container-header[data-v-0b0c189e] {
2581
+ .content-container-header[data-v-1e62eff8] {
2578
2582
  font-size: 12px;
2579
2583
  color: #909399;
2580
2584
  }
@@ -2582,28 +2586,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2582
2586
  /**
2583
2587
  // 用户消息
2584
2588
  */
2585
- .content-borderless-container[data-v-0b0c189e] {
2589
+ .content-borderless-container[data-v-1e62eff8] {
2586
2590
  background: #e1ecfd;
2587
2591
  border-radius: 20px 0px 20px 20px;
2588
2592
  user-select: none;
2589
2593
  padding: 12px;
2590
2594
  cursor: pointer;
2591
2595
  transition: background-color 0.3s;
2592
- &[data-v-0b0c189e]:hover {
2596
+ &[data-v-1e62eff8]:hover {
2593
2597
  background-color: #ebeef5;
2594
2598
  }
2595
2599
  }
2596
- .footer-container[data-v-0b0c189e] {
2597
- [data-v-0b0c189e] .el-button + .el-button {
2600
+ .footer-container[data-v-1e62eff8] {
2601
+ [data-v-1e62eff8] .el-button + .el-button {
2598
2602
  margin-left: 8px;
2599
2603
  }
2600
2604
  }
2601
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2605
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2602
2606
  padding: 0;
2603
2607
  }
2604
2608
 
2605
2609
  /* 引用文件样式 */
2606
- .doc-agg-item[data-v-0b0c189e] {
2610
+ .doc-agg-item[data-v-1e62eff8] {
2607
2611
  width: 100%;
2608
2612
  padding: 10px;
2609
2613
  margin-bottom: 5px;
@@ -2613,157 +2617,143 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2613
2617
  font-size: 12px;
2614
2618
  color: var(--el-color-primary);
2615
2619
  }
2616
- .elx-xmarkdown-container[data-v-0b0c189e] {
2620
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2617
2621
  padding: 0;
2618
2622
  }
2619
- h4[data-v-0b0c189e] {
2620
- font-size: 16px;
2621
- margin-top: 0px;
2622
- margin-bottom: 0px;
2623
+ .flex-avatar[data-v-1e62eff8] {
2624
+ position: absolute;
2625
+ padding: 20px 36px;
2626
+ gap: 16px;
2627
+ display: flex;
2628
+ z-index: 1;
2623
2629
  }
2624
- [data-v-0b0c189e] .el-divider--horizontal {
2625
- margin: 5px 0;
2630
+ .flex-function-icon[data-v-1e62eff8] {
2631
+ display: flex;
2632
+ height: 40px;
2633
+ padding: 10px 14px;
2634
+ gap: 14px;
2635
+ border-radius: 100px 100px 100px 100px;
2636
+ border: 1px solid #e5e5e5;
2637
+ width: 82px;
2638
+ font-size: 20px;
2626
2639
  }
2627
- .sender-additional-data-tag[data-v-0b0c189e] {
2628
- display: flex;
2629
- align-items: center;
2630
- flex-shrink: 0;
2631
- min-width: max-content;
2640
+ .sidebar-header[data-v-1e62eff8] {
2641
+ display: flex; /* 设置为水平排列 */
2642
+ align-items: center; /* 垂直居中 */
2643
+ margin-bottom: 22px;
2644
+ font-size: 20px;
2645
+ }
2646
+ .sidebar-header > span[data-v-1e62eff8] {
2647
+ font-family: PingFang SC, PingFang SC;
2648
+ font-weight: 600;
2649
+ font-size: 16px;
2650
+ color: #181818;
2651
+ text-align: left;
2652
+ font-style: normal;
2653
+ text-transform: none;
2654
+ }
2655
+ .right-icon[data-v-1e62eff8] {
2656
+ cursor: pointer;
2632
2657
  margin-left: auto;
2633
- gap: 10px;
2634
2658
  }
2635
- .amb-color-iconfont[data-v-0b0c189e] {
2636
- display: inline-block;
2637
- width: 12px;
2638
- height: 12px;
2639
- background-repeat: no-repeat;
2640
- background-position: center;
2641
- background-size: 100%;
2659
+ .shousuo-icon[data-v-1e62eff8] {
2642
2660
  cursor: pointer;
2643
2661
  }
2644
- .el-button + .el-button[data-v-0b0c189e] {
2645
- margin-left: 5px;
2662
+ .sidebar-menu[data-v-1e62eff8] {
2663
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2664
+ margin-bottom: 10px;
2646
2665
  }
2647
- .header-self-wrap[data-v-0b0c189e] {
2648
- display: flex;
2649
- flex-direction: column;
2650
- padding: 16px;
2666
+ .scrollbar-container[data-v-1e62eff8] {
2667
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2668
+ overflow-y: auto; /* 添加垂直滚动条 */
2669
+ margin-bottom: 10px;
2651
2670
  }
2652
- [data-v-0b0c189e] .el-sender-header {
2653
- border-bottom-color: #ffffff !important;
2671
+ .new-session-button[data-v-1e62eff8] {
2672
+ flex-shrink: 0; /* 固定高度,位于底部 */
2673
+ margin-top: 10px;
2674
+ margin-bottom: 20px;
2654
2675
  }
2655
- [data-v-0b0c189e] .el-sender {
2656
- background: #ffffff !important;
2657
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2658
- border-radius: 30px 30px 30px 30px !important;
2659
- font-family: Noto Sans SC, Noto Sans SC;
2660
- font-weight: 400;
2661
- font-size: 16px;
2662
- color: #bbbbbb;
2663
- text-align: left;
2664
- font-style: normal;
2665
- text-transform: none;
2676
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2677
+ background-color: #ffffff;
2666
2678
  }
2667
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2668
- font-family: Noto Sans SC, Noto Sans SC !important;
2669
- font-weight: 400 !important;
2670
- font-size: 16px !important;
2671
- line-height: 21px !important;
2672
- font-style: normal !important;
2673
- text-transform: none !important;
2679
+ .date-group[data-v-1e62eff8] {
2680
+ margin-top: 16px;
2674
2681
  }
2675
- [data-v-0b0c189e] .el-sender-content {
2676
- padding: 16px !important;
2682
+ .date-group-item[data-v-1e62eff8] {
2683
+ color: #81858c;
2684
+ font-size: 12px;
2685
+ user-select: none;
2686
+ margin-bottom: 2px;
2687
+ padding-left: calc(var(--chat-padding) * 2);
2677
2688
  }
2678
- [data-v-0b0c189e] .el-select__wrapper {
2679
- border-radius: 100px 100px 100px 100px;
2680
- border: 1px solid #dcdfe6;
2689
+ .menu-item[data-v-1e62eff8] {
2690
+ padding: 0px calc(var(--chat-padding) * 2);
2691
+ font-size: 16px;
2692
+ line-height: 50px;
2693
+ cursor: pointer;
2694
+ gap: 8px;
2695
+ border-radius: 8px;
2696
+ display: flex;
2697
+ align-items: center;
2681
2698
  }
2682
- .ai-generate-tip[data-v-0b0c189e] {
2683
- padding: 12px;
2684
- font-family: PingFang SC, PingFang SC;
2685
- font-weight: 400;
2686
- font-size: 14px;
2687
- color: #808080;
2688
- line-height: 21px;
2689
- font-style: normal;
2690
- text-align: center;
2699
+ .active-item[data-v-1e62eff8] {
2700
+ background: #e2ebf5;
2701
+ color: var(--el-color-primary);
2691
2702
  }
2692
- .el-button.is-circle[data-v-0b0c189e] {
2693
- border-radius: 50% !important;
2694
- padding: 8px;
2695
- width: 32px;
2703
+ .history-item[data-v-1e62eff8] {
2704
+ padding: 0px calc(var(--chat-padding) * 2);
2705
+ cursor: pointer;
2706
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2707
+ align-items: center; /* 垂直居中 */
2708
+ line-height: 40px;
2709
+ gap: 8px;
2710
+ border-radius: 8px;
2696
2711
  }
2697
- .send-icon[data-v-0b0c189e] {
2698
- cursor: pointer;
2712
+ .history-subject[data-v-1e62eff8] {
2713
+ flex-grow: 1; /* 占据剩余空间 */
2714
+ overflow: hidden; /* 超出部分隐藏 */
2715
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2716
+ white-space: nowrap; /* 不换行 */
2699
2717
  }
2700
- .el-divider--vertical[data-v-0b0c189e] {
2701
- margin: 0 0;
2718
+ .dropdown-right[data-v-1e62eff8] {
2719
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2702
2720
  }
2721
+ .history-item[data-v-1e62eff8]:hover {
2722
+ background-color: #f5f5f5;
2723
+ }
2724
+
2725
+ .home-chart-iframe[data-v-873e1ba1] {
2726
+ width: 100%;
2727
+ height: 100%;
2728
+ border: none;
2729
+ opacity: 1;
2730
+ }
2731
+
2703
2732
  .home-chart-iframe[data-v-73352a50] {
2704
2733
  width: 100%;
2705
2734
  height: 100%;
2706
2735
  border: none;
2707
2736
  opacity: 1;
2708
2737
  }
2709
- .el-button > span[data-v-5bb8bf7f] {
2710
- font-size: 12px;
2711
- }
2712
- .fs-upload-tag[data-v-5bb8bf7f] {
2713
- border: 1px solid #dcdfe6;
2714
- padding: 4px 8px;
2715
- background-clip: padding-box;
2716
- overflow: hidden;
2717
- display: inline-flex;
2718
- align-items: center;
2719
- }
2720
- .fs-upload-tag-text[data-v-5bb8bf7f] {
2721
- margin-right: 18px;
2722
- max-width: 160px;
2723
- overflow: hidden;
2724
- text-overflow: ellipsis;
2725
- white-space: nowrap;
2726
- }
2727
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
2728
- font-weight: 600;
2729
- margin-left: 4px;
2730
- }.fs-upload-tag[data-v-e5cde7de] {
2731
- border: 1px solid #dcdfe6;
2732
- padding: 4px 8px;
2733
- background-clip: padding-box;
2734
- overflow: hidden;
2735
- display: inline-flex;
2736
- align-items: center;
2737
- }
2738
- .fs-upload-tag-text[data-v-e5cde7de] {
2739
- margin-right: 18px;
2740
- max-width: 160px;
2741
- overflow: hidden;
2742
- text-overflow: ellipsis;
2743
- white-space: nowrap;
2744
- }
2745
- .fs-upload-tag-percent[data-v-e5cde7de] {
2746
- font-weight: 600;
2747
- margin-left: 4px;
2748
- }[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 {
2738
+ [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
2749
2739
  user-select: text !important;
2750
2740
  -webkit-user-select: text !important;
2751
2741
  -moz-user-select: text !important;
2752
2742
  -ms-user-select: text !important;
2753
2743
  }
2754
- .slide-up-enter-active[data-v-1e62eff8],
2755
- .slide-up-leave-active[data-v-1e62eff8] {
2744
+ .slide-up-enter-active[data-v-0b0c189e],
2745
+ .slide-up-leave-active[data-v-0b0c189e] {
2756
2746
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2757
2747
  }
2758
- .slide-up-enter-from[data-v-1e62eff8],
2759
- .slide-up-leave-to[data-v-1e62eff8] {
2748
+ .slide-up-enter-from[data-v-0b0c189e],
2749
+ .slide-up-leave-to[data-v-0b0c189e] {
2760
2750
  transform: translateY(100%);
2761
2751
  }
2762
2752
 
2763
2753
  /**
2764
2754
  * 聊天窗口的样式设置
2765
2755
  */
2766
- .chat-container[data-v-1e62eff8] {
2756
+ .chat-container[data-v-0b0c189e] {
2767
2757
  --header-height: 56px;
2768
2758
  --chat-padding: 12px;
2769
2759
  --bubble-content-max-width: 0px;
@@ -2775,25 +2765,25 @@ h4[data-v-0b0c189e] {
2775
2765
  flex-direction: row; /* 横向排列 */
2776
2766
  height: 100%; /* 父容器高度 */
2777
2767
  }
2778
- .small-window[data-v-1e62eff8] {
2768
+ .small-window[data-v-0b0c189e] {
2779
2769
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2780
2770
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2781
2771
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2782
2772
  border-radius: 8px;
2783
2773
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2784
2774
  }
2785
- .full-screen[data-v-1e62eff8] {
2775
+ .full-screen[data-v-0b0c189e] {
2786
2776
  right: 0;
2787
2777
  bottom: 0;
2788
2778
  --main-content-height: calc(100vh - var(--header-height));
2789
2779
  }
2790
- .chat-container > *[data-v-1e62eff8] {
2780
+ .chat-container > *[data-v-0b0c189e] {
2791
2781
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2792
2782
  }
2793
2783
 
2794
2784
  /* 聊天窗口的头部样式设置
2795
2785
  */
2796
- .chat-embed__header_container[data-v-1e62eff8] {
2786
+ .chat-embed__header_container[data-v-0b0c189e] {
2797
2787
  /* border-bottom: 1px solid #ddd; */
2798
2788
  display: flex;
2799
2789
  align-items: center;
@@ -2803,7 +2793,7 @@ h4[data-v-0b0c189e] {
2803
2793
  overflow: hidden;
2804
2794
  position: relative;
2805
2795
  }
2806
- .session-subject[data-v-1e62eff8] {
2796
+ .session-subject[data-v-0b0c189e] {
2807
2797
  display: block;
2808
2798
  margin: 0 auto;
2809
2799
  text-align: center;
@@ -2818,17 +2808,17 @@ h4[data-v-0b0c189e] {
2818
2808
 
2819
2809
  /* 聊天窗口的头部图标样式设置
2820
2810
  */
2821
- .chat-embed__header_avatar[data-v-1e62eff8] {
2811
+ .chat-embed__header_avatar[data-v-0b0c189e] {
2822
2812
  margin-left: calc(var(--chat-padding) * 2);
2823
2813
  margin-right: var(--chat-padding);
2824
2814
  }
2825
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2815
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
2826
2816
  right: 20px;
2827
2817
  position: absolute;
2828
2818
  gap: 28px;
2829
2819
  display: flex;
2830
2820
  }
2831
- .chat-embed__sidebar[data-v-1e62eff8] {
2821
+ .chat-embed__sidebar[data-v-0b0c189e] {
2832
2822
  background: #f6f7fa;
2833
2823
  display: flex;
2834
2824
  flex-direction: column; /* 设置为上下排列 */
@@ -2837,7 +2827,7 @@ h4[data-v-0b0c189e] {
2837
2827
  width: 260px;
2838
2828
  height: 100%;
2839
2829
  }
2840
- .chat-embed__main[data-v-1e62eff8] {
2830
+ .chat-embed__main[data-v-0b0c189e] {
2841
2831
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2842
2832
  box-sizing: border-box;
2843
2833
  overflow: hidden;
@@ -2848,7 +2838,7 @@ h4[data-v-0b0c189e] {
2848
2838
  flex: 1; /* 聊天内容区域占据剩余空间 */
2849
2839
  overflow: hidden; /* 防止内容溢出 */
2850
2840
  }
2851
- .chat-embed__main_content[data-v-1e62eff8] {
2841
+ .chat-embed__main_content[data-v-0b0c189e] {
2852
2842
  flex: 1;
2853
2843
  box-sizing: border-box;
2854
2844
  min-height: 0;
@@ -2856,21 +2846,21 @@ h4[data-v-0b0c189e] {
2856
2846
  /* overflow-y: auto;
2857
2847
  margin-bottom: 12px; */
2858
2848
  }
2859
- .chat-embed__input_container[data-v-1e62eff8] {
2849
+ .chat-embed__input_container[data-v-0b0c189e] {
2860
2850
  flex-shrink: 0; /* 不允许收缩 */
2861
2851
  /* margin-bottom: 50px; 距离底部 */
2862
2852
  }
2863
- .header-icon[data-v-1e62eff8] {
2853
+ .header-icon[data-v-0b0c189e] {
2864
2854
  cursor: pointer;
2865
2855
  font-size: 20px;
2866
2856
  }
2867
2857
 
2868
2858
  /* 聊天默认推荐内容样式
2869
2859
  */
2870
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2860
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2871
2861
  margin-top: 5px;
2872
2862
  }
2873
- .content-container[data-v-1e62eff8] {
2863
+ .content-container[data-v-0b0c189e] {
2874
2864
  padding: 16px;
2875
2865
  border-radius: 4px;
2876
2866
  background: #ffffff;
@@ -2878,7 +2868,7 @@ h4[data-v-0b0c189e] {
2878
2868
  border-radius: 0px 30px 30px 30px;
2879
2869
  /* opacity: 0.6; */
2880
2870
  }
2881
- .chat-content-font[data-v-1e62eff8] {
2871
+ .chat-content-font[data-v-0b0c189e] {
2882
2872
  font-family: PingFang SC, PingFang SC;
2883
2873
  font-weight: 500;
2884
2874
  font-size: 16px;
@@ -2888,10 +2878,10 @@ h4[data-v-0b0c189e] {
2888
2878
  font-style: normal;
2889
2879
  text-transform: none;
2890
2880
  }
2891
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2881
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2892
2882
  border: none !important;
2893
2883
  }
2894
- .content-container-header[data-v-1e62eff8] {
2884
+ .content-container-header[data-v-0b0c189e] {
2895
2885
  font-size: 12px;
2896
2886
  color: #909399;
2897
2887
  }
@@ -2899,28 +2889,28 @@ h4[data-v-0b0c189e] {
2899
2889
  /**
2900
2890
  // 用户消息
2901
2891
  */
2902
- .content-borderless-container[data-v-1e62eff8] {
2892
+ .content-borderless-container[data-v-0b0c189e] {
2903
2893
  background: #e1ecfd;
2904
2894
  border-radius: 20px 0px 20px 20px;
2905
2895
  user-select: none;
2906
2896
  padding: 12px;
2907
2897
  cursor: pointer;
2908
2898
  transition: background-color 0.3s;
2909
- &[data-v-1e62eff8]:hover {
2899
+ &[data-v-0b0c189e]:hover {
2910
2900
  background-color: #ebeef5;
2911
2901
  }
2912
2902
  }
2913
- .footer-container[data-v-1e62eff8] {
2914
- [data-v-1e62eff8] .el-button + .el-button {
2903
+ .footer-container[data-v-0b0c189e] {
2904
+ [data-v-0b0c189e] .el-button + .el-button {
2915
2905
  margin-left: 8px;
2916
2906
  }
2917
2907
  }
2918
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2908
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2919
2909
  padding: 0;
2920
2910
  }
2921
2911
 
2922
2912
  /* 引用文件样式 */
2923
- .doc-agg-item[data-v-1e62eff8] {
2913
+ .doc-agg-item[data-v-0b0c189e] {
2924
2914
  width: 100%;
2925
2915
  padding: 10px;
2926
2916
  margin-bottom: 5px;
@@ -2930,111 +2920,98 @@ h4[data-v-0b0c189e] {
2930
2920
  font-size: 12px;
2931
2921
  color: var(--el-color-primary);
2932
2922
  }
2933
- .elx-xmarkdown-container[data-v-1e62eff8] {
2923
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2934
2924
  padding: 0;
2935
2925
  }
2936
- .flex-avatar[data-v-1e62eff8] {
2937
- position: absolute;
2938
- padding: 20px 36px;
2939
- gap: 16px;
2940
- display: flex;
2941
- z-index: 1;
2942
- }
2943
- .flex-function-icon[data-v-1e62eff8] {
2944
- display: flex;
2945
- height: 40px;
2946
- padding: 10px 14px;
2947
- gap: 14px;
2948
- border-radius: 100px 100px 100px 100px;
2949
- border: 1px solid #e5e5e5;
2950
- width: 82px;
2951
- font-size: 20px;
2952
- }
2953
- .sidebar-header[data-v-1e62eff8] {
2954
- display: flex; /* 设置为水平排列 */
2955
- align-items: center; /* 垂直居中 */
2956
- margin-bottom: 22px;
2957
- font-size: 20px;
2926
+ h4[data-v-0b0c189e] {
2927
+ font-size: 16px;
2928
+ margin-top: 0px;
2929
+ margin-bottom: 0px;
2958
2930
  }
2959
- .sidebar-header > span[data-v-1e62eff8] {
2960
- font-family: PingFang SC, PingFang SC;
2961
- font-weight: 600;
2962
- font-size: 16px;
2963
- color: #181818;
2964
- text-align: left;
2965
- font-style: normal;
2966
- text-transform: none;
2931
+ [data-v-0b0c189e] .el-divider--horizontal {
2932
+ margin: 5px 0;
2967
2933
  }
2968
- .right-icon[data-v-1e62eff8] {
2969
- cursor: pointer;
2934
+ .sender-additional-data-tag[data-v-0b0c189e] {
2935
+ display: flex;
2936
+ align-items: center;
2937
+ flex-shrink: 0;
2938
+ min-width: max-content;
2970
2939
  margin-left: auto;
2940
+ gap: 10px;
2971
2941
  }
2972
- .shousuo-icon[data-v-1e62eff8] {
2942
+ .amb-color-iconfont[data-v-0b0c189e] {
2943
+ display: inline-block;
2944
+ width: 12px;
2945
+ height: 12px;
2946
+ background-repeat: no-repeat;
2947
+ background-position: center;
2948
+ background-size: 100%;
2973
2949
  cursor: pointer;
2974
2950
  }
2975
- .sidebar-menu[data-v-1e62eff8] {
2976
- flex-shrink: 0; /* 固定高度,位于顶部 */
2977
- margin-bottom: 10px;
2951
+ .el-button + .el-button[data-v-0b0c189e] {
2952
+ margin-left: 5px;
2978
2953
  }
2979
- .scrollbar-container[data-v-1e62eff8] {
2980
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2981
- overflow-y: auto; /* 添加垂直滚动条 */
2982
- margin-bottom: 10px;
2954
+ .header-self-wrap[data-v-0b0c189e] {
2955
+ display: flex;
2956
+ flex-direction: column;
2957
+ padding: 16px;
2983
2958
  }
2984
- .new-session-button[data-v-1e62eff8] {
2985
- flex-shrink: 0; /* 固定高度,位于底部 */
2986
- margin-top: 10px;
2987
- margin-bottom: 20px;
2959
+ [data-v-0b0c189e] .el-sender-header {
2960
+ border-bottom-color: #ffffff !important;
2988
2961
  }
2989
- .sidebar-menu div[data-v-1e62eff8]:hover {
2990
- background-color: #ffffff;
2962
+ [data-v-0b0c189e] .el-sender {
2963
+ background: #ffffff !important;
2964
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2965
+ border-radius: 30px 30px 30px 30px !important;
2966
+ font-family: Noto Sans SC, Noto Sans SC;
2967
+ font-weight: 400;
2968
+ font-size: 16px;
2969
+ color: #bbbbbb;
2970
+ text-align: left;
2971
+ font-style: normal;
2972
+ text-transform: none;
2991
2973
  }
2992
- .date-group[data-v-1e62eff8] {
2993
- margin-top: 16px;
2974
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2975
+ font-family: Noto Sans SC, Noto Sans SC !important;
2976
+ font-weight: 400 !important;
2977
+ font-size: 16px !important;
2978
+ line-height: 21px !important;
2979
+ font-style: normal !important;
2980
+ text-transform: none !important;
2994
2981
  }
2995
- .date-group-item[data-v-1e62eff8] {
2996
- color: #81858c;
2997
- font-size: 12px;
2998
- user-select: none;
2999
- margin-bottom: 2px;
3000
- padding-left: calc(var(--chat-padding) * 2);
2982
+ [data-v-0b0c189e] .el-sender-content {
2983
+ padding: 16px !important;
3001
2984
  }
3002
- .menu-item[data-v-1e62eff8] {
3003
- padding: 0px calc(var(--chat-padding) * 2);
3004
- font-size: 16px;
3005
- line-height: 50px;
3006
- cursor: pointer;
3007
- gap: 8px;
3008
- border-radius: 8px;
3009
- display: flex;
3010
- align-items: center;
2985
+ [data-v-0b0c189e] .el-select__wrapper {
2986
+ border-radius: 100px 100px 100px 100px;
2987
+ border: 1px solid #dcdfe6;
3011
2988
  }
3012
- .active-item[data-v-1e62eff8] {
3013
- background: #e2ebf5;
3014
- color: var(--el-color-primary);
2989
+ .ai-generate-tip[data-v-0b0c189e] {
2990
+ padding: 12px;
2991
+ font-family: PingFang SC, PingFang SC;
2992
+ font-weight: 400;
2993
+ font-size: 14px;
2994
+ color: #808080;
2995
+ line-height: 21px;
2996
+ font-style: normal;
2997
+ text-align: center;
3015
2998
  }
3016
- .history-item[data-v-1e62eff8] {
3017
- padding: 0px calc(var(--chat-padding) * 2);
3018
- cursor: pointer;
3019
- display: flex; /* 确保子元素可以使用 flex 布局 */
3020
- align-items: center; /* 垂直居中 */
3021
- line-height: 40px;
3022
- gap: 8px;
3023
- border-radius: 8px;
2999
+ .el-button.is-circle[data-v-0b0c189e] {
3000
+ border-radius: 50% !important;
3001
+ padding: 8px;
3002
+ width: 32px;
3024
3003
  }
3025
- .history-subject[data-v-1e62eff8] {
3026
- flex-grow: 1; /* 占据剩余空间 */
3027
- overflow: hidden; /* 超出部分隐藏 */
3028
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3029
- white-space: nowrap; /* 不换行 */
3004
+ .send-icon[data-v-0b0c189e] {
3005
+ cursor: pointer;
3030
3006
  }
3031
- .dropdown-right[data-v-1e62eff8] {
3032
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3007
+ .el-divider--vertical[data-v-0b0c189e] {
3008
+ margin: 0 0;
3009
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
3010
+ margin-right: 5px;
3011
+ }
3012
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
3013
+ margin-left: 5px;
3033
3014
  }
3034
- .history-item[data-v-1e62eff8]:hover {
3035
- background-color: #f5f5f5;
3036
- }
3037
-
3038
3015
  .svg-icon[data-v-019891df] {
3039
3016
  width: 1.2em;
3040
3017
  height: 1.2em;
@@ -3042,7 +3019,30 @@ h4[data-v-0b0c189e] {
3042
3019
  fill: currentColor;
3043
3020
  overflow: initial;
3044
3021
  }
3045
-
3022
+ [data-v-90635647] .el-range-separator {
3023
+ min-width: 20px;
3024
+ }.el-button > span[data-v-5bb8bf7f] {
3025
+ font-size: 12px;
3026
+ }
3027
+ .fs-upload-tag[data-v-5bb8bf7f] {
3028
+ border: 1px solid #dcdfe6;
3029
+ padding: 4px 8px;
3030
+ background-clip: padding-box;
3031
+ overflow: hidden;
3032
+ display: inline-flex;
3033
+ align-items: center;
3034
+ }
3035
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
3036
+ margin-right: 18px;
3037
+ max-width: 160px;
3038
+ overflow: hidden;
3039
+ text-overflow: ellipsis;
3040
+ white-space: nowrap;
3041
+ }
3042
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
3043
+ font-weight: 600;
3044
+ margin-left: 4px;
3045
+ }
3046
3046
  .el-dialog__header[data-v-44f1d9d6] {
3047
3047
  padding-bottom: 0px;
3048
3048
  }