agilebuilder-ui 1.1.65-tmp18 → 1.1.65-tmp19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/style.css CHANGED
@@ -42,6 +42,23 @@
42
42
  }
43
43
  .yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
44
44
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
45
+ }.app-wrapper[data-v-46185fa7] {
46
+ position: relative;
47
+ height: 100%;
48
+ width: 100%;
49
+ }
50
+ .app-wrapper.mobile.openSidebar[data-v-46185fa7] {
51
+ position: fixed;
52
+ top: 0;
53
+ }
54
+ .drawer-bg[data-v-46185fa7] {
55
+ background: #000;
56
+ opacity: 0.3;
57
+ width: 100%;
58
+ top: 0;
59
+ height: 100%;
60
+ position: absolute;
61
+ z-index: 999;
45
62
  }
46
63
  iframe.tab-main-content[data-v-3c90505e] {
47
64
  width: 100%;
@@ -102,24 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
102
119
  .default-page-tip-item {
103
120
  padding-top: 10px;
104
121
  }
105
- .app-wrapper[data-v-46185fa7] {
106
- position: relative;
107
- height: 100%;
108
- width: 100%;
109
- }
110
- .app-wrapper.mobile.openSidebar[data-v-46185fa7] {
111
- position: fixed;
112
- top: 0;
113
- }
114
- .drawer-bg[data-v-46185fa7] {
115
- background: #000;
116
- opacity: 0.3;
117
- width: 100%;
118
- top: 0;
119
- height: 100%;
120
- position: absolute;
121
- z-index: 999;
122
- }.amd-hamburger-container-main[data-v-79c35667] {
122
+ .amd-hamburger-container-main[data-v-79c35667] {
123
123
  padding: 0;
124
124
  display: flex;
125
125
  align-items: center;
@@ -132,7 +132,62 @@ 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
- }.grid-area .elTable th[data-v-2eb1c8ec] {
135
+ }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
136
+ display: inline-block;
137
+ font-size: 14px;
138
+ line-height: 50px;
139
+ margin-left: 10px;
140
+ }
141
+ .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
142
+ color: #97a8be;
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
+
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; /* 确保元素以块级元素显示 */
166
+ }
167
+ .ValidCode[data-v-aa77e3bd] {
168
+ display: flex;
169
+ background-color: #fff;
170
+ justify-content: center;
171
+ align-items: center;
172
+ cursor: pointer;
173
+ }
174
+ .ValidCode span[data-v-aa77e3bd] {
175
+ display: inline-block;
176
+ }
177
+ .searchResult[data-v-22410ec9] {
178
+ color: red;
179
+ }
180
+ .inline-input-custom[data-v-22410ec9] {
181
+ width: 90%;
182
+ }
183
+
184
+ .searchResult {
185
+ color: red;
186
+ }
187
+ .inline-input-custom {
188
+ width: 90%;
189
+ }
190
+ .grid-area .elTable th[data-v-2eb1c8ec] {
136
191
  padding: 2px 0 !important;
137
192
  }
138
193
  .grid-area .elTable td[data-v-2eb1c8ec] {
@@ -275,61 +330,126 @@ iframe.tab-main-content[data-v-3c90505e] {
275
330
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
276
331
  flex-wrap: wrap;
277
332
  gap: var(--layout-form-flex-gap, 15px) 0;
278
- }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
279
- display: inline-block;
280
- font-size: 14px;
281
- line-height: 50px;
282
- margin-left: 10px;
283
- }
284
- .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
285
- color: #97a8be;
286
- cursor: text;
287
333
  }
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;
334
+ .organization-input .el-input-group__append {
335
+ padding: 0 10px 0 0;
294
336
  }
295
337
 
296
- .searchResult {
297
- color: red;
338
+ .fs-preview-container[data-v-2448d898] {
339
+ display: flex;
340
+ align-items: center;
341
+ gap: 5px;
342
+ justify-content: space-between;
298
343
  }
299
- .inline-input-custom {
300
- width: 90%;
301
- }
302
-
303
- .red-circle[data-v-998f4283] {
304
- width: 20px; /* 圆圈的宽度 */
305
- height: 20px; /* 圆圈的高度 */
306
- background-color: red; /* 背景色设置为红色 */
307
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
308
- display: inline-block; /* 确保元素以块级元素显示 */
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; /* 添加这行,将工具栏推到右侧 */
309
350
  }
310
- .green-circle[data-v-998f4283] {
311
- width: 20px; /* 圆圈的宽度 */
312
- height: 20px; /* 圆圈的高度 */
313
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
314
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
- display: inline-block; /* 确保元素以块级元素显示 */
316
- }
317
-
318
- .searchResult[data-v-22410ec9] {
319
- color: red;
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;
320
355
  }
321
- .inline-input-custom[data-v-22410ec9] {
322
- width: 90%;
323
- }
324
- .ValidCode[data-v-aa77e3bd] {
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] {
325
390
  display: flex;
326
- background-color: #fff;
327
- justify-content: center;
328
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
+ }.amb-color-iconfont[data-v-5254701d] {
414
+ width: 30px;
415
+ height: 30px;
416
+ }
417
+ .amb-list-preivew-name[data-v-5254701d] {
418
+ margin-left: 10px;
329
419
  cursor: pointer;
420
+ overflow: hidden;
421
+ text-overflow: ellipsis;
422
+ white-space: nowrap;
330
423
  }
331
- .ValidCode span[data-v-aa77e3bd] {
332
- display: inline-block;
424
+ .fs-upload-tag[data-v-5254701d] {
425
+ border: 1px solid #dcdfe6;
426
+ padding: 4px 8px;
427
+ background-clip: padding-box;
428
+ overflow: hidden;
429
+ display: inline-flex;
430
+ align-items: center;
431
+ }
432
+ .fs-upload-tag-text[data-v-5254701d] {
433
+ margin-right: 8px;
434
+ max-width: 120px;
435
+ overflow: hidden;
436
+ text-overflow: ellipsis;
437
+ white-space: nowrap;
438
+ }
439
+ .fs-upload-tag-percent[data-v-5254701d] {
440
+ font-weight: 600;
441
+ margin-left: 4px;
442
+ }.select[data-v-52983a24] {
443
+ width: 100%;
444
+ height: 100%;
445
+ display: grid;
446
+ grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
447
+ align-items: center;
448
+ }
449
+ .select .intervalCenter[data-v-52983a24] {
450
+ width: 100%;
451
+ height: 100%;
452
+ text-align: center;
333
453
  }
334
454
  .select-top-span {
335
455
  width: 100%;
@@ -446,127 +566,132 @@ iframe.tab-main-content[data-v-3c90505e] {
446
566
  font-size: 14px;
447
567
  display: grid;
448
568
  grid-template-columns: 20% 80%;
569
+ }iframe[data-v-e5fb3b56] {
570
+ width: 100%;
571
+ height: calc(100vh - 50px);
449
572
  }
450
- .fs-preview-container[data-v-2448d898] {
451
- display: flex;
452
- align-items: center;
453
- gap: 5px;
454
- justify-content: space-between;
573
+ .organization-tree,
574
+ .organization-tree .el-checkbox__label,
575
+ .organization-tree .el-breadcrumb__inner,
576
+ .organization-tree .el-tree {
577
+ font-size: 17px;
578
+ font-weight: 700;
455
579
  }
456
- .fs-preview-tool[data-v-2448d898] {
457
- display: flex;
458
- align-items: center;
459
- flex-shrink: 0;
460
- min-width: max-content;
461
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
580
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
581
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
582
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
583
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
584
+ font-size: 17px;
585
+ font-weight: 700;
462
586
  }
463
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
464
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
465
- width: 30px;
466
- height: 30px;
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
467
589
  }
468
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
469
- .file-actions[data-v-2448d898] .amb-color-iconfont {
470
- font-size: 15px !important; /* 图标实际大小,按需改 */
471
- display: inline-block;
472
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
473
- height: 1em !important;
474
- line-height: 1em;
475
- cursor: pointer;
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
476
592
  }
477
- .amb-list-preivew-name[data-v-2448d898] {
478
- overflow: hidden;
479
- text-overflow: ellipsis;
480
- white-space: nowrap;
593
+ .organization-tree .item-row-all {
594
+ margin-bottom: 10px;
481
595
  }
482
- .el-link + .el-link[data-v-2448d898] {
483
- margin-left: 5px;
596
+ .organization-tree .item-row {
597
+ display: flex;
598
+ width: 100%;
484
599
  }
485
- .file-item[data-v-2448d898] {
486
- display: flex;
487
- align-items: center;
488
- justify-content: space-between; /* 添加这行来分布空间 */
489
- gap: 10px;
490
- height: 40px;
491
- padding: 10px;
492
- border-radius: 8px;
493
- transition: background-color 0.2s;
600
+ .organization-tree .item-label {
601
+ flex: 0 0 90%;
602
+ text-align: left;
494
603
  }
495
- .file-item[data-v-2448d898]:hover {
496
- color: var(--el-button-hover-text-color, #409eff);
497
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
498
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
499
- outline: none;
604
+ .organization-tree .item-side {
605
+ flex: 0 0 10%;
606
+ text-align: right;
500
607
  }
501
- .file-actions[data-v-2448d898] {
502
- display: flex;
503
- align-items: center;
504
- gap: 5px;
505
- flex-shrink: 0; /* 防止按钮被压缩 */
608
+ .organization-tree .el-tree-node {
609
+ margin-bottom: 10px;
506
610
  }
507
- .super-icon + .super-icon[data-v-2448d898] {
508
- margin-left: 5px;
611
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
612
+ padding: 0;
613
+ display: none;
509
614
  }
510
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
511
- margin-left: 5px;
615
+ .organization-tree .card-footer {
616
+ padding: 20px;
512
617
  }
513
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
514
- margin-left: 5px;
618
+ .organization-tree .card-footer .select-result {
619
+ color: #409eff;
620
+ flex: 1 1 75%;
621
+ text-align: left;
515
622
  }
516
- .amb-iconfont[data-v-2448d898] {
517
- color: var(--el-color-primary);
623
+ .organization-tree .card-footer .button-area {
624
+ flex: 0 0 20%;
625
+ text-align: right;
518
626
  }
519
- .fs-preview-container[data-v-2448d898] .el-button > span {
520
- font-size: 14px !important;
627
+ .organization-tree .dept-path .breadcrumb-label-link {
628
+ color: #409eff;
629
+ }
630
+ .row-form-item[data-v-4b5a56cc] {
631
+ width: 50%;
632
+ }.super-icon[data-v-875fd31c] {
633
+ width: 1em;
634
+ height: 1em;
635
+ font-size: 14px;
521
636
  }
522
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
523
- padding: 5px 11px;
524
- height: var(--el-button-size);
525
- }.amb-color-iconfont[data-v-5254701d] {
526
- width: 30px;
527
- height: 30px;
637
+ .organization-tree,
638
+ .organization-tree .el-checkbox__label,
639
+ .organization-tree .el-breadcrumb__inner,
640
+ .organization-tree .el-tree {
641
+ font-size: 17px;
642
+ font-weight: 700;
528
643
  }
529
- .amb-list-preivew-name[data-v-5254701d] {
530
- margin-left: 10px;
531
- cursor: pointer;
532
- overflow: hidden;
533
- text-overflow: ellipsis;
534
- white-space: nowrap;
644
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
645
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
646
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
647
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
648
+ font-size: 17px;
649
+ font-weight: 700;
535
650
  }
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;
542
- align-items: center;
651
+ .organization-tree .el-card__body {
652
+ padding-top: 10px;
543
653
  }
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;
654
+ .organization-tree .card-content {
655
+ margin-top: 10px;
550
656
  }
551
- .fs-upload-tag-percent[data-v-5254701d] {
552
- font-weight: 600;
553
- margin-left: 4px;
657
+ .organization-tree .item-row-all {
658
+ margin-bottom: 10px;
554
659
  }
555
- .organization-input .el-input-group__append {
556
- padding: 0 10px 0 0;
557
- }
558
- .select[data-v-52983a24] {
660
+ .organization-tree .item-row {
661
+ display: flex;
559
662
  width: 100%;
560
- height: 100%;
561
- display: grid;
562
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
563
- align-items: center;
564
663
  }
565
- .select .intervalCenter[data-v-52983a24] {
566
- width: 100%;
567
- height: 100%;
568
- text-align: center;
664
+ .organization-tree .item-label {
665
+ flex: 0 0 90%;
666
+ text-align: left;
667
+ }
668
+ .organization-tree .item-side {
669
+ flex: 0 0 10%;
670
+ text-align: right;
671
+ }
672
+ .organization-tree .el-tree-node {
673
+ margin-bottom: 10px;
674
+ }
675
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
676
+ padding: 0;
677
+ display: none;
678
+ }
679
+ .organization-tree .card-footer {
680
+ padding: 20px;
681
+ }
682
+ .organization-tree .card-footer .select-result {
683
+ color: #409eff;
684
+ flex: 1 1 75%;
685
+ text-align: left;
569
686
  }
687
+ .organization-tree .card-footer .button-area {
688
+ flex: 0 0 20%;
689
+ text-align: right;
690
+ }
691
+ .organization-tree .dept-path .breadcrumb-label-link {
692
+ color: #409eff;
693
+ }
694
+
570
695
  .organization-tree,
571
696
  .organization-tree .el-checkbox__label,
572
697
  .organization-tree .el-breadcrumb__inner,
@@ -624,10 +749,13 @@ iframe.tab-main-content[data-v-3c90505e] {
624
749
  .organization-tree .dept-path .breadcrumb-label-link {
625
750
  color: #409eff;
626
751
  }
627
- iframe[data-v-e5fb3b56] {
628
- width: 100%;
629
- height: calc(100vh - 50px);
630
- }.wscn-http404-container[data-v-4f824f28] {
752
+
753
+ .graphDiv[data-v-a936569d] {
754
+ overflow: auto;
755
+ height: 100%;
756
+ height: calc(100vh - 20px);
757
+ }
758
+ .wscn-http404-container[data-v-4f824f28] {
631
759
  transform: translate(-50%, -50%);
632
760
  position: absolute;
633
761
  top: 40%;
@@ -854,170 +982,52 @@ iframe[data-v-e5fb3b56] {
854
982
  }
855
983
  .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
856
984
  text-decoration: underline;
857
- }.super-icon[data-v-875fd31c] {
858
- width: 1em;
859
- height: 1em;
860
- font-size: 14px;
985
+ }.app-wrapper[data-v-5c0a6bf6] {
986
+ position: relative;
987
+ height: 100%;
988
+ width: 100%;
861
989
  }
862
- .organization-tree,
863
- .organization-tree .el-checkbox__label,
864
- .organization-tree .el-breadcrumb__inner,
865
- .organization-tree .el-tree {
866
- font-size: 17px;
867
- font-weight: 700;
990
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
991
+ position: fixed;
992
+ top: 0;
868
993
  }
869
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
870
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
871
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
872
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
873
- font-size: 17px;
874
- font-weight: 700;
994
+ .drawer-bg[data-v-5c0a6bf6] {
995
+ background: #000;
996
+ opacity: 0.3;
997
+ width: 100%;
998
+ top: 0;
999
+ height: 100%;
1000
+ position: absolute;
1001
+ z-index: 999;
1002
+ }iframe[data-v-20dccb82] {
1003
+ width: 100%;
1004
+ height: calc(100vh - 50px);
1005
+ }.app-main[data-v-2d98e845] {
1006
+ padding: var(--app-main-padding, 15px);
1007
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1008
+ position: relative;
1009
+ overflow: hidden;
875
1010
  }
876
- .organization-tree .el-card__body {
877
- padding-top: 10px;
1011
+ .app-main[data-v-2d98e845] > .app-container {
1012
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1013
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1014
+ overflow: auto;
1015
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
1016
+ position: relative;
1017
+ --el-menu-item-height: 45px;
1018
+ --el-menu-sub-item-height: 45px;
878
1019
  }
879
- .organization-tree .card-content {
880
- margin-top: 10px;
1020
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1021
+ padding: 0 !important;
881
1022
  }
882
- .organization-tree .item-row-all {
883
- margin-bottom: 10px;
1023
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
1024
+ display: flex;
1025
+ flex-direction: row;
884
1026
  }
885
- .organization-tree .item-row {
886
- display: flex;
887
- width: 100%;
888
- }
889
- .organization-tree .item-label {
890
- flex: 0 0 90%;
891
- text-align: left;
892
- }
893
- .organization-tree .item-side {
894
- flex: 0 0 10%;
895
- text-align: right;
896
- }
897
- .organization-tree .el-tree-node {
898
- margin-bottom: 10px;
899
- }
900
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
901
- padding: 0;
902
- display: none;
903
- }
904
- .organization-tree .card-footer {
905
- padding: 20px;
906
- }
907
- .organization-tree .card-footer .select-result {
908
- color: #409eff;
909
- flex: 1 1 75%;
910
- text-align: left;
911
- }
912
- .organization-tree .card-footer .button-area {
913
- flex: 0 0 20%;
914
- text-align: right;
915
- }
916
- .organization-tree .dept-path .breadcrumb-label-link {
917
- color: #409eff;
918
- }
919
- .row-form-item[data-v-4b5a56cc] {
920
- width: 50%;
921
- }
922
- .organization-tree,
923
- .organization-tree .el-checkbox__label,
924
- .organization-tree .el-breadcrumb__inner,
925
- .organization-tree .el-tree {
926
- font-size: 17px;
927
- font-weight: 700;
928
- }
929
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
930
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
931
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
932
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
933
- font-size: 17px;
934
- font-weight: 700;
935
- }
936
- .organization-tree .el-card__body {
937
- padding-top: 10px;
938
- }
939
- .organization-tree .card-content {
940
- margin-top: 10px;
941
- }
942
- .organization-tree .item-row-all {
943
- margin-bottom: 10px;
944
- }
945
- .organization-tree .item-row {
946
- display: flex;
947
- width: 100%;
948
- }
949
- .organization-tree .item-label {
950
- flex: 0 0 90%;
951
- text-align: left;
952
- }
953
- .organization-tree .item-side {
954
- flex: 0 0 10%;
955
- text-align: right;
956
- }
957
- .organization-tree .el-tree-node {
958
- margin-bottom: 10px;
959
- }
960
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
961
- padding: 0;
962
- display: none;
963
- }
964
- .organization-tree .card-footer {
965
- padding: 20px;
966
- }
967
- .organization-tree .card-footer .select-result {
968
- color: #409eff;
969
- flex: 1 1 75%;
970
- text-align: left;
971
- }
972
- .organization-tree .card-footer .button-area {
973
- flex: 0 0 20%;
974
- text-align: right;
975
- }
976
- .organization-tree .dept-path .breadcrumb-label-link {
977
- color: #409eff;
978
- }
979
- iframe[data-v-20dccb82] {
980
- width: 100%;
981
- height: calc(100vh - 50px);
982
- }.app-wrapper[data-v-5c0a6bf6] {
983
- position: relative;
984
- height: 100%;
985
- width: 100%;
986
- }
987
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
988
- position: fixed;
989
- top: 0;
990
- }
991
- .drawer-bg[data-v-5c0a6bf6] {
992
- background: #000;
993
- opacity: 0.3;
994
- width: 100%;
995
- top: 0;
996
- height: 100%;
997
- position: absolute;
998
- z-index: 999;
999
- }
1000
- .graphDiv[data-v-a936569d] {
1001
- overflow: auto;
1002
- height: 100%;
1003
- height: calc(100vh - 20px);
1004
- }
1005
- .smb-sidebar-menu-item[data-v-38e3eafc] {
1006
- position: relative;
1007
- --el-menu-item-height: 45px;
1008
- --el-menu-sub-item-height: 45px;
1009
- }
1010
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1011
- padding: 0 !important;
1012
- }
1013
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
1014
- display: flex;
1015
- flex-direction: row;
1016
- }
1017
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1018
- display: flex;
1019
- flex-direction: row;
1020
- padding: 0 !important;
1027
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1028
+ display: flex;
1029
+ flex-direction: row;
1030
+ padding: 0 !important;
1021
1031
  }
1022
1032
  .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1023
1033
  display: flex;
@@ -1044,26 +1054,7 @@ iframe[data-v-20dccb82] {
1044
1054
  }
1045
1055
  .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1046
1056
  flex: 0 0 calc(100% - 20px - 20px);
1047
- }
1048
- .ab-date-range[data-v-2aeaa81d] {
1049
- display: flex;
1050
- align-items: center;
1051
- width: 100%;
1052
- gap: 8px;
1053
- box-sizing: border-box;
1054
- min-width: 0;
1055
- }
1056
- .ab-date-range[data-v-2aeaa81d] .el-input {
1057
- width: 100%;
1058
- min-width: 0;
1059
- }
1060
- .sep[data-v-2aeaa81d] {
1061
- padding: 0 8px;
1062
- color: var(--el-text-color-secondary);
1063
- white-space: nowrap;
1064
- flex: 0 0 auto;
1065
- }
1066
- .smb-sidebar-menu-item[data-v-da857302] {
1057
+ }.smb-sidebar-menu-item[data-v-da857302] {
1067
1058
  position: relative;
1068
1059
  --el-menu-item-height: 45px;
1069
1060
  --el-menu-sub-item-height: 45px;
@@ -1105,17 +1096,46 @@ iframe[data-v-20dccb82] {
1105
1096
  }
1106
1097
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1107
1098
  flex: 0 0 calc(100% - 20px - 20px);
1108
- }.app-main[data-v-2d98e845] {
1109
- padding: var(--app-main-padding, 15px);
1110
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1111
- position: relative;
1112
- overflow: hidden;
1113
1099
  }
1114
- .app-main[data-v-2d98e845] > .app-container {
1115
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1116
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1117
- overflow: auto;
1118
- }[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1100
+ .searchResult {
1101
+ color: red;
1102
+ }
1103
+ .inline-input-custom {
1104
+ width: 90%;
1105
+ }
1106
+ .el-autocomplete-suggestion.el-popper {
1107
+ min-width: 300px;
1108
+ }
1109
+
1110
+ .searchResult {
1111
+ color: red;
1112
+ }
1113
+ .inline-input-custom {
1114
+ width: 100% !important;
1115
+ }
1116
+ .el-autocomplete-suggestion.el-popper {
1117
+ min-width: 300px;
1118
+ }
1119
+
1120
+ .ab-date-range[data-v-2aeaa81d] {
1121
+ display: flex;
1122
+ align-items: center;
1123
+ width: 100%;
1124
+ gap: 8px;
1125
+ box-sizing: border-box;
1126
+ min-width: 0;
1127
+ }
1128
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1129
+ width: 100%;
1130
+ min-width: 0;
1131
+ }
1132
+ .sep[data-v-2aeaa81d] {
1133
+ padding: 0 8px;
1134
+ color: var(--el-text-color-secondary);
1135
+ white-space: nowrap;
1136
+ flex: 0 0 auto;
1137
+ }
1138
+ [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 {
1119
1139
  user-select: text !important;
1120
1140
  -webkit-user-select: text !important;
1121
1141
  -moz-user-select: text !important;
@@ -1343,6 +1363,58 @@ iframe[data-v-20dccb82] {
1343
1363
  .inline-input-custom {
1344
1364
  width: 98%;
1345
1365
  }
1366
+
1367
+ .searchResult {
1368
+ color: red;
1369
+ }
1370
+ .inline-select-custom {
1371
+ width: 100px;
1372
+ }
1373
+ .inline-input-custom {
1374
+ width: 98%;
1375
+ }
1376
+
1377
+ .searchResult {
1378
+ color: red;
1379
+ }
1380
+ .inline-select-custom {
1381
+ width: 100px;
1382
+ }
1383
+ .inline-input-custom {
1384
+ width: 98%;
1385
+ }
1386
+ .searchDepartmentUser {
1387
+ width: 250px;
1388
+ }
1389
+ .el-autocomplete-suggestion.el-popper {
1390
+ min-width: 300px;
1391
+ }
1392
+
1393
+ .searchResult {
1394
+ color: red;
1395
+ }
1396
+ .inline-select-custom {
1397
+ width: 100px;
1398
+ }
1399
+ .inline-input-custom {
1400
+ width: 98%;
1401
+ }
1402
+ .searchDepartmentUser {
1403
+ width: 250px;
1404
+ }
1405
+ .el-autocomplete-suggestion.el-popper {
1406
+ min-width: 300px;
1407
+ }
1408
+
1409
+ .searchResult {
1410
+ color: red;
1411
+ }
1412
+ .inline-select-custom {
1413
+ width: 100px;
1414
+ }
1415
+ .inline-input-custom {
1416
+ width: 98%;
1417
+ }
1346
1418
  .normal-column-header[data-v-562b2e0d] {
1347
1419
  display: inline-flex;
1348
1420
  vertical-align: middle;
@@ -1352,134 +1424,9 @@ iframe[data-v-20dccb82] {
1352
1424
  color: var(--el-color-primary);
1353
1425
  cursor: pointer;
1354
1426
  }
1355
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1356
- margin-bottom: 0px;
1357
- }
1358
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1359
- margin-bottom: 5px;
1360
- text-align: center;
1361
- }
1362
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1363
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1364
- width: 100%;
1365
- }
1366
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1367
- display: none;
1368
- }
1369
- .search-condition-mobile[data-v-8ae4e3f5] {
1370
- padding-bottom: 10px;
1371
- position: fixed;
1372
- top: 37px;
1373
- background-color: #ffffff;
1374
- width: 46%;
1375
- height: 40px;
1376
- z-index: 1500;
1377
- }
1378
- li[data-v-040fcf55] {
1379
- color: #333;
1380
- }
1381
- .context-menu[data-v-040fcf55] {
1382
- position: fixed;
1383
- background: #fff;
1384
- z-index: 999;
1385
- padding: 5px;
1386
- margin: 0;
1387
- margin-top: 30px;
1388
- }
1389
- .context-menu li[data-v-040fcf55] {
1390
- min-width: 75px;
1391
- height: 28px;
1392
- line-height: 28px;
1393
- text-align: left;
1394
- color: #1a1a1a;
1395
- }
1396
- .context-menu li[data-v-040fcf55]:hover {
1397
- background: #42b983;
1398
- color: #fff;
1399
- }
1400
- .context-menu[data-v-040fcf55] {
1401
- border: 1px solid #eee;
1402
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1403
- border-radius: 5px;
1404
- }
1405
- li[data-v-040fcf55] {
1406
- list-style-type: none;
1407
- }
1408
- .searchResult {
1409
- color: red;
1410
- }
1411
- .inline-input-custom {
1412
- width: 90%;
1413
- }
1414
- .el-autocomplete-suggestion.el-popper {
1415
- min-width: 300px;
1416
- }
1417
-
1418
- .searchResult {
1419
- color: red;
1420
- }
1421
- .inline-select-custom {
1422
- width: 100px;
1423
- }
1424
- .inline-input-custom {
1425
- width: 98%;
1426
- }
1427
- .searchDepartmentUser {
1428
- width: 250px;
1429
- }
1430
- .el-autocomplete-suggestion.el-popper {
1431
- min-width: 300px;
1432
- }
1433
-
1434
- .searchResult {
1435
- color: red;
1436
- }
1437
- .inline-select-custom {
1438
- width: 100px;
1439
- }
1440
- .inline-input-custom {
1441
- width: 98%;
1442
- }
1443
- .searchDepartmentUser {
1444
- width: 250px;
1445
- }
1446
- .el-autocomplete-suggestion.el-popper {
1447
- min-width: 300px;
1448
- }
1449
-
1450
- .searchResult {
1451
- color: red;
1452
- }
1453
- .inline-select-custom {
1454
- width: 100px;
1455
- }
1456
- .inline-input-custom {
1457
- width: 98%;
1458
- }
1459
-
1460
- .searchResult {
1461
- color: red;
1462
- }
1463
- .inline-input-custom {
1464
- width: 100% !important;
1465
- }
1466
- .el-autocomplete-suggestion.el-popper {
1467
- min-width: 300px;
1468
- }
1469
-
1470
- .searchResult {
1471
- color: red;
1472
- }
1473
- .inline-select-custom {
1474
- width: 100px;
1475
- }
1476
- .inline-input-custom {
1477
- width: 98%;
1478
- }
1479
-
1480
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1481
- font-size: 17px;
1482
- font-weight: 700;
1427
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1428
+ font-size: 17px;
1429
+ font-weight: 700;
1483
1430
  }
1484
1431
  .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 {
1485
1432
  font-size: 17px;
@@ -1529,6 +1476,59 @@ li[data-v-040fcf55] {
1529
1476
  color:#409EFF
1530
1477
  }
1531
1478
 
1479
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1480
+ margin-bottom: 0px;
1481
+ }
1482
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1483
+ margin-bottom: 5px;
1484
+ text-align: center;
1485
+ }
1486
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1487
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1488
+ width: 100%;
1489
+ }
1490
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1491
+ display: none;
1492
+ }
1493
+ .search-condition-mobile[data-v-8ae4e3f5] {
1494
+ padding-bottom: 10px;
1495
+ position: fixed;
1496
+ top: 37px;
1497
+ background-color: #ffffff;
1498
+ width: 46%;
1499
+ height: 40px;
1500
+ z-index: 1500;
1501
+ }
1502
+ li[data-v-040fcf55] {
1503
+ color: #333;
1504
+ }
1505
+ .context-menu[data-v-040fcf55] {
1506
+ position: fixed;
1507
+ background: #fff;
1508
+ z-index: 999;
1509
+ padding: 5px;
1510
+ margin: 0;
1511
+ margin-top: 30px;
1512
+ }
1513
+ .context-menu li[data-v-040fcf55] {
1514
+ min-width: 75px;
1515
+ height: 28px;
1516
+ line-height: 28px;
1517
+ text-align: left;
1518
+ color: #1a1a1a;
1519
+ }
1520
+ .context-menu li[data-v-040fcf55]:hover {
1521
+ background: #42b983;
1522
+ color: #fff;
1523
+ }
1524
+ .context-menu[data-v-040fcf55] {
1525
+ border: 1px solid #eee;
1526
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1527
+ border-radius: 5px;
1528
+ }
1529
+ li[data-v-040fcf55] {
1530
+ list-style-type: none;
1531
+ }
1532
1532
  .grid-search-form[data-v-04817310] {
1533
1533
  overflow: auto;
1534
1534
  }
@@ -1627,10 +1627,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1627
1627
  }
1628
1628
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1629
1629
  margin: 0 5px;
1630
- }[data-v-0fb85d6e] .super-icon {
1630
+ }
1631
+ .searchResult {
1632
+ color: red;
1633
+ }
1634
+ .inline-select-custom {
1635
+ width: 100px;
1636
+ }
1637
+ .inline-input-custom {
1638
+ width: 98%;
1639
+ }
1640
+ [data-v-0fb85d6e] .super-icon {
1631
1641
  width: 20px !important;
1632
1642
  height: 20px !important;
1633
- }.annex-cell[data-v-bbad0ee0] {
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-bbad0ee0] {
1634
1654
  padding-right: 5px;
1635
1655
  cursor: pointer;
1636
1656
  color: #409eff;
@@ -1677,7 +1697,19 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1677
1697
  }
1678
1698
  .normal-column-content-view[data-v-bbad0ee0] {
1679
1699
  display: inline;
1680
- }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1700
+ }
1701
+ .grid-search-form[data-v-0b145154] .el-form-item {
1702
+ margin-bottom: 0px;
1703
+ }
1704
+ .grid-search-form[data-v-0b145154] .search-btn {
1705
+ margin-bottom: 5px;
1706
+ text-align: center;
1707
+ }
1708
+ .grid-search-form[data-v-0b145154] .el-select,
1709
+ .grid-search-form[data-v-0b145154] .customComponent {
1710
+ width: 100%;
1711
+ }
1712
+ .grid-search-form[data-v-3e0adbf6] .el-form-item {
1681
1713
  margin-bottom: 0px;
1682
1714
  }
1683
1715
  .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
@@ -1738,42 +1770,56 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1738
1770
  background-color: #ffffff;
1739
1771
  width: 50%;
1740
1772
  height: 40px;
1773
+ }.smb-sidebar-menu-item[data-v-74b8f009] {
1774
+ position: relative;
1775
+ --el-menu-item-height: 45px;
1776
+ --el-menu-sub-item-height: 45px;
1741
1777
  }
1742
- .grid-search-form[data-v-0b145154] .el-form-item {
1743
- margin-bottom: 0px;
1744
- }
1745
- .grid-search-form[data-v-0b145154] .search-btn {
1746
- margin-bottom: 5px;
1747
- text-align: center;
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;
1748
1780
  }
1749
- .grid-search-form[data-v-0b145154] .el-select,
1750
- .grid-search-form[data-v-0b145154] .customComponent {
1751
- width: 100%;
1752
- }
1753
-
1754
- .searchResult {
1755
- color: red;
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;
1756
1784
  }
1757
- .inline-select-custom {
1758
- width: 100px;
1785
+ .smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
1786
+ display: flex;
1787
+ flex-direction: row;
1788
+ padding: 0 !important;
1759
1789
  }
1760
- .inline-input-custom {
1761
- width: 98%;
1762
- }
1763
-
1764
- .searchResult {
1765
- color: red;
1790
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
1791
+ display: flex;
1792
+ align-items: center;
1793
+ justify-content: center;
1794
+ width: var(--admin-layout-left-menu-collapse, 54px);
1795
+ font-size: 16px;
1766
1796
  }
1767
- .inline-select-custom {
1768
- width: 100px;
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;
1801
+ overflow: hidden;
1802
+ text-overflow: ellipsis;
1769
1803
  }
1770
- .inline-input-custom {
1771
- width: 98%;
1804
+ .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
1805
+ overflow: hidden;
1806
+ white-space: nowrap;
1807
+ overflow: hidden;
1808
+ text-overflow: ellipsis;
1809
+ }
1810
+ .svg-icon[data-v-019891df] {
1811
+ width: 1.2em;
1812
+ height: 1.2em;
1813
+ vertical-align: -0.25em;
1814
+ fill: currentColor;
1815
+ overflow: initial;
1772
1816
  }
1773
- .el-button > span[data-v-5bb8bf7f] {
1774
- font-size: 12px;
1817
+ .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1818
+ margin-right: 5px;
1775
1819
  }
1776
- .fs-upload-tag[data-v-5bb8bf7f] {
1820
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1821
+ margin-left: 5px;
1822
+ }.fs-upload-tag[data-v-e5cde7de] {
1777
1823
  border: 1px solid #dcdfe6;
1778
1824
  padding: 4px 8px;
1779
1825
  background-clip: padding-box;
@@ -1781,17 +1827,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1781
1827
  display: inline-flex;
1782
1828
  align-items: center;
1783
1829
  }
1784
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1830
+ .fs-upload-tag-text[data-v-e5cde7de] {
1785
1831
  margin-right: 18px;
1786
1832
  max-width: 160px;
1787
1833
  overflow: hidden;
1788
1834
  text-overflow: ellipsis;
1789
1835
  white-space: nowrap;
1790
1836
  }
1791
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1837
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1792
1838
  font-weight: 600;
1793
1839
  margin-left: 4px;
1794
- }.fs-upload-tag[data-v-e5cde7de] {
1840
+ }.el-button > span[data-v-5bb8bf7f] {
1841
+ font-size: 12px;
1842
+ }
1843
+ .fs-upload-tag[data-v-5bb8bf7f] {
1795
1844
  border: 1px solid #dcdfe6;
1796
1845
  padding: 4px 8px;
1797
1846
  background-clip: padding-box;
@@ -1799,56 +1848,44 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1799
1848
  display: inline-flex;
1800
1849
  align-items: center;
1801
1850
  }
1802
- .fs-upload-tag-text[data-v-e5cde7de] {
1851
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1803
1852
  margin-right: 18px;
1804
1853
  max-width: 160px;
1805
1854
  overflow: hidden;
1806
1855
  text-overflow: ellipsis;
1807
1856
  white-space: nowrap;
1808
1857
  }
1809
- .fs-upload-tag-percent[data-v-e5cde7de] {
1858
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1810
1859
  font-weight: 600;
1811
1860
  margin-left: 4px;
1861
+ }[data-v-90635647] .el-range-separator {
1862
+ min-width: 20px;
1812
1863
  }
1813
- .footer-wrapper[data-v-ffbde6f9] {
1814
- display: flex;
1815
- align-items: center;
1816
- justify-content: space-between;
1817
- gap: 10px;
1818
- width: 100%;
1819
- .footer-time[data-v-ffbde6f9] {
1820
- font-size: 10px;
1821
- color: #999;
1822
- margin-top: 3px;
1823
- flex-shrink: 0;
1824
- }
1825
- }
1826
- .footer-container[data-v-ffbde6f9] {
1827
- display: flex;
1828
- gap: 8px;
1829
- [data-v-ffbde6f9] .el-button + .el-button {
1830
- margin-left: 0;
1831
- }
1864
+ .home-chart-iframe[data-v-873e1ba1] {
1865
+ width: 100%;
1866
+ height: 100%;
1867
+ border: none;
1868
+ opacity: 1;
1832
1869
  }
1833
- [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 {
1870
+ [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 {
1834
1871
  user-select: text !important;
1835
1872
  -webkit-user-select: text !important;
1836
1873
  -moz-user-select: text !important;
1837
1874
  -ms-user-select: text !important;
1838
1875
  }
1839
- .slide-up-enter-active[data-v-bc196b97],
1840
- .slide-up-leave-active[data-v-bc196b97] {
1876
+ .slide-up-enter-active[data-v-1e62eff8],
1877
+ .slide-up-leave-active[data-v-1e62eff8] {
1841
1878
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1842
1879
  }
1843
- .slide-up-enter-from[data-v-bc196b97],
1844
- .slide-up-leave-to[data-v-bc196b97] {
1880
+ .slide-up-enter-from[data-v-1e62eff8],
1881
+ .slide-up-leave-to[data-v-1e62eff8] {
1845
1882
  transform: translateY(100%);
1846
1883
  }
1847
1884
 
1848
1885
  /**
1849
1886
  * 聊天窗口的样式设置
1850
1887
  */
1851
- .chat-container[data-v-bc196b97] {
1888
+ .chat-container[data-v-1e62eff8] {
1852
1889
  --header-height: 56px;
1853
1890
  --chat-padding: 12px;
1854
1891
  --bubble-content-max-width: 0px;
@@ -1860,25 +1897,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1860
1897
  flex-direction: row; /* 横向排列 */
1861
1898
  height: 100%; /* 父容器高度 */
1862
1899
  }
1863
- .small-window[data-v-bc196b97] {
1900
+ .small-window[data-v-1e62eff8] {
1864
1901
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1865
1902
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1866
1903
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1867
1904
  border-radius: 8px;
1868
1905
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1869
1906
  }
1870
- .full-screen[data-v-bc196b97] {
1907
+ .full-screen[data-v-1e62eff8] {
1871
1908
  right: 0;
1872
1909
  bottom: 0;
1873
1910
  --main-content-height: calc(100vh - var(--header-height));
1874
1911
  }
1875
- .chat-container > *[data-v-bc196b97] {
1912
+ .chat-container > *[data-v-1e62eff8] {
1876
1913
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1877
1914
  }
1878
1915
 
1879
1916
  /* 聊天窗口的头部样式设置
1880
1917
  */
1881
- .chat-embed__header_container[data-v-bc196b97] {
1918
+ .chat-embed__header_container[data-v-1e62eff8] {
1882
1919
  /* border-bottom: 1px solid #ddd; */
1883
1920
  display: flex;
1884
1921
  align-items: center;
@@ -1888,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1888
1925
  overflow: hidden;
1889
1926
  position: relative;
1890
1927
  }
1891
- .session-subject[data-v-bc196b97] {
1928
+ .session-subject[data-v-1e62eff8] {
1892
1929
  display: block;
1893
1930
  margin: 0 auto;
1894
1931
  text-align: center;
@@ -1903,17 +1940,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1903
1940
 
1904
1941
  /* 聊天窗口的头部图标样式设置
1905
1942
  */
1906
- .chat-embed__header_avatar[data-v-bc196b97] {
1943
+ .chat-embed__header_avatar[data-v-1e62eff8] {
1907
1944
  margin-left: calc(var(--chat-padding) * 2);
1908
1945
  margin-right: var(--chat-padding);
1909
1946
  }
1910
- .chat-embed__header_tool_icon[data-v-bc196b97] {
1947
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
1911
1948
  right: 20px;
1912
1949
  position: absolute;
1913
1950
  gap: 28px;
1914
1951
  display: flex;
1915
1952
  }
1916
- .chat-embed__sidebar[data-v-bc196b97] {
1953
+ .chat-embed__sidebar[data-v-1e62eff8] {
1917
1954
  background: #f6f7fa;
1918
1955
  display: flex;
1919
1956
  flex-direction: column; /* 设置为上下排列 */
@@ -1922,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1922
1959
  width: 260px;
1923
1960
  height: 100%;
1924
1961
  }
1925
- .chat-embed__main[data-v-bc196b97] {
1962
+ .chat-embed__main[data-v-1e62eff8] {
1926
1963
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1927
1964
  box-sizing: border-box;
1928
1965
  overflow: hidden;
@@ -1933,7 +1970,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1933
1970
  flex: 1; /* 聊天内容区域占据剩余空间 */
1934
1971
  overflow: hidden; /* 防止内容溢出 */
1935
1972
  }
1936
- .chat-embed__main_content[data-v-bc196b97] {
1973
+ .chat-embed__main_content[data-v-1e62eff8] {
1937
1974
  flex: 1;
1938
1975
  box-sizing: border-box;
1939
1976
  min-height: 0;
@@ -1941,21 +1978,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1941
1978
  /* overflow-y: auto;
1942
1979
  margin-bottom: 12px; */
1943
1980
  }
1944
- .chat-embed__input_container[data-v-bc196b97] {
1981
+ .chat-embed__input_container[data-v-1e62eff8] {
1945
1982
  flex-shrink: 0; /* 不允许收缩 */
1946
1983
  /* margin-bottom: 50px; 距离底部 */
1947
1984
  }
1948
- .header-icon[data-v-bc196b97] {
1985
+ .header-icon[data-v-1e62eff8] {
1949
1986
  cursor: pointer;
1950
1987
  font-size: 20px;
1951
1988
  }
1952
1989
 
1953
1990
  /* 聊天默认推荐内容样式
1954
1991
  */
1955
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
1992
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
1956
1993
  margin-top: 5px;
1957
1994
  }
1958
- .content-container[data-v-bc196b97] {
1995
+ .content-container[data-v-1e62eff8] {
1959
1996
  padding: 16px;
1960
1997
  border-radius: 4px;
1961
1998
  background: #ffffff;
@@ -1963,7 +2000,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1963
2000
  border-radius: 0px 30px 30px 30px;
1964
2001
  /* opacity: 0.6; */
1965
2002
  }
1966
- .chat-content-font[data-v-bc196b97] {
2003
+ .chat-content-font[data-v-1e62eff8] {
1967
2004
  font-family: PingFang SC, PingFang SC;
1968
2005
  font-weight: 500;
1969
2006
  font-size: 16px;
@@ -1973,10 +2010,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1973
2010
  font-style: normal;
1974
2011
  text-transform: none;
1975
2012
  }
1976
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2013
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
1977
2014
  border: none !important;
1978
2015
  }
1979
- .content-container-header[data-v-bc196b97] {
2016
+ .content-container-header[data-v-1e62eff8] {
1980
2017
  font-size: 12px;
1981
2018
  color: #909399;
1982
2019
  }
@@ -1984,28 +2021,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1984
2021
  /**
1985
2022
  // 用户消息
1986
2023
  */
1987
- .content-borderless-container[data-v-bc196b97] {
2024
+ .content-borderless-container[data-v-1e62eff8] {
1988
2025
  background: #e1ecfd;
1989
2026
  border-radius: 20px 0px 20px 20px;
1990
2027
  user-select: none;
1991
2028
  padding: 12px;
1992
2029
  cursor: pointer;
1993
2030
  transition: background-color 0.3s;
1994
- &[data-v-bc196b97]:hover {
2031
+ &[data-v-1e62eff8]:hover {
1995
2032
  background-color: #ebeef5;
1996
2033
  }
1997
2034
  }
1998
- .footer-container[data-v-bc196b97] {
1999
- [data-v-bc196b97] .el-button + .el-button {
2035
+ .footer-container[data-v-1e62eff8] {
2036
+ [data-v-1e62eff8] .el-button + .el-button {
2000
2037
  margin-left: 8px;
2001
2038
  }
2002
2039
  }
2003
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2040
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2004
2041
  padding: 0;
2005
2042
  }
2006
2043
 
2007
2044
  /* 引用文件样式 */
2008
- .doc-agg-item[data-v-bc196b97] {
2045
+ .doc-agg-item[data-v-1e62eff8] {
2009
2046
  width: 100%;
2010
2047
  padding: 10px;
2011
2048
  margin-bottom: 5px;
@@ -2015,8 +2052,109 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2015
2052
  font-size: 12px;
2016
2053
  color: var(--el-color-primary);
2017
2054
  }
2018
- .elx-xmarkdown-container[data-v-bc196b97] {
2055
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2019
2056
  padding: 0;
2057
+ }
2058
+ .flex-avatar[data-v-1e62eff8] {
2059
+ position: absolute;
2060
+ padding: 20px 36px;
2061
+ gap: 16px;
2062
+ display: flex;
2063
+ z-index: 1;
2064
+ }
2065
+ .flex-function-icon[data-v-1e62eff8] {
2066
+ display: flex;
2067
+ height: 40px;
2068
+ padding: 10px 14px;
2069
+ gap: 14px;
2070
+ border-radius: 100px 100px 100px 100px;
2071
+ border: 1px solid #e5e5e5;
2072
+ width: 82px;
2073
+ font-size: 20px;
2074
+ }
2075
+ .sidebar-header[data-v-1e62eff8] {
2076
+ display: flex; /* 设置为水平排列 */
2077
+ align-items: center; /* 垂直居中 */
2078
+ margin-bottom: 22px;
2079
+ font-size: 20px;
2080
+ }
2081
+ .sidebar-header > span[data-v-1e62eff8] {
2082
+ font-family: PingFang SC, PingFang SC;
2083
+ font-weight: 600;
2084
+ font-size: 16px;
2085
+ color: #181818;
2086
+ text-align: left;
2087
+ font-style: normal;
2088
+ text-transform: none;
2089
+ }
2090
+ .right-icon[data-v-1e62eff8] {
2091
+ cursor: pointer;
2092
+ margin-left: auto;
2093
+ }
2094
+ .shousuo-icon[data-v-1e62eff8] {
2095
+ cursor: pointer;
2096
+ }
2097
+ .sidebar-menu[data-v-1e62eff8] {
2098
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2099
+ margin-bottom: 10px;
2100
+ }
2101
+ .scrollbar-container[data-v-1e62eff8] {
2102
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2103
+ overflow-y: auto; /* 添加垂直滚动条 */
2104
+ margin-bottom: 10px;
2105
+ }
2106
+ .new-session-button[data-v-1e62eff8] {
2107
+ flex-shrink: 0; /* 固定高度,位于底部 */
2108
+ margin-top: 10px;
2109
+ margin-bottom: 20px;
2110
+ }
2111
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2112
+ background-color: #ffffff;
2113
+ }
2114
+ .date-group[data-v-1e62eff8] {
2115
+ margin-top: 16px;
2116
+ }
2117
+ .date-group-item[data-v-1e62eff8] {
2118
+ color: #81858c;
2119
+ font-size: 12px;
2120
+ user-select: none;
2121
+ margin-bottom: 2px;
2122
+ padding-left: calc(var(--chat-padding) * 2);
2123
+ }
2124
+ .menu-item[data-v-1e62eff8] {
2125
+ padding: 0px calc(var(--chat-padding) * 2);
2126
+ font-size: 16px;
2127
+ line-height: 50px;
2128
+ cursor: pointer;
2129
+ gap: 8px;
2130
+ border-radius: 8px;
2131
+ display: flex;
2132
+ align-items: center;
2133
+ }
2134
+ .active-item[data-v-1e62eff8] {
2135
+ background: #e2ebf5;
2136
+ color: var(--el-color-primary);
2137
+ }
2138
+ .history-item[data-v-1e62eff8] {
2139
+ padding: 0px calc(var(--chat-padding) * 2);
2140
+ cursor: pointer;
2141
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2142
+ align-items: center; /* 垂直居中 */
2143
+ line-height: 40px;
2144
+ gap: 8px;
2145
+ border-radius: 8px;
2146
+ }
2147
+ .history-subject[data-v-1e62eff8] {
2148
+ flex-grow: 1; /* 占据剩余空间 */
2149
+ overflow: hidden; /* 超出部分隐藏 */
2150
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2151
+ white-space: nowrap; /* 不换行 */
2152
+ }
2153
+ .dropdown-right[data-v-1e62eff8] {
2154
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2155
+ }
2156
+ .history-item[data-v-1e62eff8]:hover {
2157
+ background-color: #f5f5f5;
2020
2158
  }
2021
2159
 
2022
2160
  .additional-data-tag[data-v-7aaab83c] {
@@ -2034,48 +2172,195 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2034
2172
  margin-top: 10px;
2035
2173
  gap: 10px;
2036
2174
  }
2037
- .smb-sidebar-menu-item[data-v-74b8f009] {
2175
+ [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 {
2176
+ user-select: text !important;
2177
+ -webkit-user-select: text !important;
2178
+ -moz-user-select: text !important;
2179
+ -ms-user-select: text !important;
2180
+ }
2181
+ .slide-up-enter-active[data-v-45fbaf17],
2182
+ .slide-up-leave-active[data-v-45fbaf17] {
2183
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2184
+ }
2185
+ .slide-up-enter-from[data-v-45fbaf17],
2186
+ .slide-up-leave-to[data-v-45fbaf17] {
2187
+ transform: translateY(100%);
2188
+ }
2189
+
2190
+ /**
2191
+ * 聊天窗口的样式设置
2192
+ */
2193
+ .chat-container[data-v-45fbaf17] {
2194
+ --header-height: 56px;
2195
+ --chat-padding: 12px;
2196
+ --bubble-content-max-width: 0px;
2197
+ position: fixed;
2198
+ background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2199
+
2200
+ overflow: hidden;
2201
+ z-index: 100;
2202
+ flex-direction: row; /* 横向排列 */
2203
+ height: 100%; /* 父容器高度 */
2204
+ }
2205
+ .small-window[data-v-45fbaf17] {
2206
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2207
+ right: var(--chat-padding); /* 距离浏览器右边框12px */
2208
+ bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2209
+ border-radius: 8px;
2210
+ --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2211
+ }
2212
+ .full-screen[data-v-45fbaf17] {
2213
+ right: 0;
2214
+ bottom: 0;
2215
+ --main-content-height: calc(100vh - var(--header-height));
2216
+ }
2217
+ .chat-container > *[data-v-45fbaf17] {
2218
+ box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2219
+ }
2220
+
2221
+ /* 聊天窗口的头部样式设置
2222
+ */
2223
+ .chat-embed__header_container[data-v-45fbaf17] {
2224
+ /* border-bottom: 1px solid #ddd; */
2225
+ display: flex;
2226
+ align-items: center;
2227
+ /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
2228
+ height: var(--header-height);
2229
+ line-height: var(--header-height);
2230
+ overflow: hidden;
2038
2231
  position: relative;
2039
- --el-menu-item-height: 45px;
2040
- --el-menu-sub-item-height: 45px;
2041
2232
  }
2042
- .smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
2043
- padding: 0 !important;
2233
+ .session-subject[data-v-45fbaf17] {
2234
+ display: block;
2235
+ margin: 0 auto;
2236
+ text-align: center;
2237
+ font-family: PingFang SC, PingFang SC;
2238
+ font-weight: 500;
2239
+ font-size: 16px;
2240
+ color: #181818;
2241
+ text-align: left;
2242
+ font-style: normal;
2243
+ text-transform: none;
2244
+ }
2245
+
2246
+ /* 聊天窗口的头部图标样式设置
2247
+ */
2248
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2249
+ margin-left: calc(var(--chat-padding) * 2);
2250
+ margin-right: var(--chat-padding);
2044
2251
  }
2045
- .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)) {
2252
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2253
+ right: 20px;
2254
+ position: absolute;
2255
+ gap: 28px;
2046
2256
  display: flex;
2047
- flex-direction: row;
2048
2257
  }
2049
- .smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
2050
- display: flex;
2051
- flex-direction: row;
2052
- padding: 0 !important;
2258
+ .chat-embed__sidebar[data-v-45fbaf17] {
2259
+ background: #f6f7fa;
2260
+ display: flex;
2261
+ flex-direction: column; /* 设置为上下排列 */
2262
+ border-right: 1px solid #ddd;
2263
+ padding: 20px 12px;
2264
+ width: 260px;
2265
+ height: 100%;
2266
+ }
2267
+ .chat-embed__main[data-v-45fbaf17] {
2268
+ padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2269
+ box-sizing: border-box;
2270
+ overflow: hidden;
2271
+ position: relative;
2272
+ display: flex;
2273
+ flex-direction: column;
2274
+ height: var(--main-content-height);
2275
+ flex: 1; /* 聊天内容区域占据剩余空间 */
2276
+ overflow: hidden; /* 防止内容溢出 */
2277
+ }
2278
+ .chat-embed__main_content[data-v-45fbaf17] {
2279
+ flex: 1;
2280
+ box-sizing: border-box;
2281
+ min-height: 0;
2282
+ padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
2283
+ /* overflow-y: auto;
2284
+ margin-bottom: 12px; */
2285
+ }
2286
+ .chat-embed__input_container[data-v-45fbaf17] {
2287
+ flex-shrink: 0; /* 不允许收缩 */
2288
+ /* margin-bottom: 50px; 距离底部 */
2289
+ }
2290
+ .header-icon[data-v-45fbaf17] {
2291
+ cursor: pointer;
2292
+ font-size: 20px;
2293
+ }
2294
+
2295
+ /* 聊天默认推荐内容样式
2296
+ */
2297
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2298
+ margin-top: 5px;
2299
+ }
2300
+ .content-container[data-v-45fbaf17] {
2301
+ padding: 16px;
2302
+ border-radius: 4px;
2303
+ background: #ffffff;
2304
+ box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2305
+ border-radius: 0px 30px 30px 30px;
2306
+ /* opacity: 0.6; */
2307
+ }
2308
+ .chat-content-font[data-v-45fbaf17] {
2309
+ font-family: PingFang SC, PingFang SC;
2310
+ font-weight: 500;
2311
+ font-size: 16px;
2312
+ color: #181818;
2313
+ line-height: 32px;
2314
+ text-align: justified;
2315
+ font-style: normal;
2316
+ text-transform: none;
2317
+ }
2318
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2319
+ border: none !important;
2320
+ }
2321
+ .content-container-header[data-v-45fbaf17] {
2322
+ font-size: 12px;
2323
+ color: #909399;
2324
+ }
2325
+
2326
+ /**
2327
+ // 用户消息
2328
+ */
2329
+ .content-borderless-container[data-v-45fbaf17] {
2330
+ background: #e1ecfd;
2331
+ border-radius: 20px 0px 20px 20px;
2332
+ user-select: none;
2333
+ padding: 12px;
2334
+ cursor: pointer;
2335
+ transition: background-color 0.3s;
2336
+ &[data-v-45fbaf17]:hover {
2337
+ background-color: #ebeef5;
2338
+ }
2053
2339
  }
2054
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
2055
- display: flex;
2056
- align-items: center;
2057
- justify-content: center;
2058
- width: var(--admin-layout-left-menu-collapse, 54px);
2059
- font-size: 16px;
2340
+ .footer-container[data-v-45fbaf17] {
2341
+ [data-v-45fbaf17] .el-button + .el-button {
2342
+ margin-left: 8px;
2060
2343
  }
2061
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
2062
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
2063
- overflow: hidden;
2064
- white-space: nowrap;
2065
- overflow: hidden;
2066
- text-overflow: ellipsis;
2067
2344
  }
2068
- .smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
2069
- overflow: hidden;
2070
- white-space: nowrap;
2071
- overflow: hidden;
2072
- text-overflow: ellipsis;
2073
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2074
- margin-right: 5px;
2345
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2346
+ padding: 0;
2347
+ }
2348
+
2349
+ /* 引用文件样式 */
2350
+ .doc-agg-item[data-v-45fbaf17] {
2351
+ width: 100%;
2352
+ padding: 10px;
2353
+ margin-bottom: 5px;
2354
+ border: 1px solid #eee;
2355
+ border-radius: 4px;
2356
+ cursor: pointer;
2357
+ font-size: 12px;
2358
+ color: var(--el-color-primary);
2075
2359
  }
2076
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2077
- margin-left: 5px;
2078
- }[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 {
2360
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2361
+ padding: 0;
2362
+ }
2363
+ [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 {
2079
2364
  user-select: text !important;
2080
2365
  -webkit-user-select: text !important;
2081
2366
  -moz-user-select: text !important;
@@ -2346,213 +2631,32 @@ h4[data-v-0b0c189e] {
2346
2631
  }
2347
2632
  .el-divider--vertical[data-v-0b0c189e] {
2348
2633
  margin: 0 0;
2349
- }[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 {
2350
- user-select: text !important;
2351
- -webkit-user-select: text !important;
2352
- -moz-user-select: text !important;
2353
- -ms-user-select: text !important;
2354
- }
2355
- .slide-up-enter-active[data-v-e9aa835d],
2356
- .slide-up-leave-active[data-v-e9aa835d] {
2357
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2358
- }
2359
- .slide-up-enter-from[data-v-e9aa835d],
2360
- .slide-up-leave-to[data-v-e9aa835d] {
2361
- transform: translateY(100%);
2362
- }
2363
-
2364
- /**
2365
- * 聊天窗口的样式设置
2366
- */
2367
- .chat-container[data-v-e9aa835d] {
2368
- --header-height: 56px;
2369
- --chat-padding: 12px;
2370
- --bubble-content-max-width: 0px;
2371
- position: fixed;
2372
- background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2373
-
2374
- overflow: hidden;
2375
- z-index: 100;
2376
- flex-direction: row; /* 横向排列 */
2377
- height: 100%; /* 父容器高度 */
2378
- }
2379
- .small-window[data-v-e9aa835d] {
2380
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2381
- right: var(--chat-padding); /* 距离浏览器右边框12px */
2382
- bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2383
- border-radius: 8px;
2384
- --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2385
- }
2386
- .full-screen[data-v-e9aa835d] {
2387
- right: 0;
2388
- bottom: 0;
2389
- --main-content-height: calc(100vh - var(--header-height));
2390
- }
2391
- .chat-container > *[data-v-e9aa835d] {
2392
- box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2393
- }
2394
-
2395
- /* 聊天窗口的头部样式设置
2396
- */
2397
- .chat-embed__header_container[data-v-e9aa835d] {
2398
- /* border-bottom: 1px solid #ddd; */
2399
- display: flex;
2400
- align-items: center;
2401
- /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
2402
- height: var(--header-height);
2403
- line-height: var(--header-height);
2404
- overflow: hidden;
2405
- position: relative;
2406
- }
2407
- .session-subject[data-v-e9aa835d] {
2408
- display: block;
2409
- margin: 0 auto;
2410
- text-align: center;
2411
- font-family: PingFang SC, PingFang SC;
2412
- font-weight: 500;
2413
- font-size: 16px;
2414
- color: #181818;
2415
- text-align: left;
2416
- font-style: normal;
2417
- text-transform: none;
2418
- }
2419
-
2420
- /* 聊天窗口的头部图标样式设置
2421
- */
2422
- .chat-embed__header_avatar[data-v-e9aa835d] {
2423
- margin-left: calc(var(--chat-padding) * 2);
2424
- margin-right: var(--chat-padding);
2425
- }
2426
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2427
- right: 20px;
2428
- position: absolute;
2429
- gap: 28px;
2430
- display: flex;
2431
- }
2432
- .chat-embed__sidebar[data-v-e9aa835d] {
2433
- background: #f6f7fa;
2434
- display: flex;
2435
- flex-direction: column; /* 设置为上下排列 */
2436
- border-right: 1px solid #ddd;
2437
- padding: 20px 12px;
2438
- width: 260px;
2439
- height: 100%;
2440
- }
2441
- .chat-embed__main[data-v-e9aa835d] {
2442
- padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2443
- box-sizing: border-box;
2444
- overflow: hidden;
2445
- position: relative;
2446
- display: flex;
2447
- flex-direction: column;
2448
- height: var(--main-content-height);
2449
- flex: 1; /* 聊天内容区域占据剩余空间 */
2450
- overflow: hidden; /* 防止内容溢出 */
2451
- }
2452
- .chat-embed__main_content[data-v-e9aa835d] {
2453
- flex: 1;
2454
- box-sizing: border-box;
2455
- min-height: 0;
2456
- padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
2457
- /* overflow-y: auto;
2458
- margin-bottom: 12px; */
2459
- }
2460
- .chat-embed__input_container[data-v-e9aa835d] {
2461
- flex-shrink: 0; /* 不允许收缩 */
2462
- /* margin-bottom: 50px; 距离底部 */
2463
- }
2464
- .header-icon[data-v-e9aa835d] {
2465
- cursor: pointer;
2466
- font-size: 20px;
2467
- }
2468
-
2469
- /* 聊天默认推荐内容样式
2470
- */
2471
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2472
- margin-top: 5px;
2473
- }
2474
- .content-container[data-v-e9aa835d] {
2475
- padding: 16px;
2476
- border-radius: 4px;
2477
- background: #ffffff;
2478
- box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2479
- border-radius: 0px 30px 30px 30px;
2480
- /* opacity: 0.6; */
2481
- }
2482
- .chat-content-font[data-v-e9aa835d] {
2483
- font-family: PingFang SC, PingFang SC;
2484
- font-weight: 500;
2485
- font-size: 16px;
2486
- color: #181818;
2487
- line-height: 32px;
2488
- text-align: justified;
2489
- font-style: normal;
2490
- text-transform: none;
2491
2634
  }
2492
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2493
- border: none !important;
2494
- }
2495
- .content-container-header[data-v-e9aa835d] {
2496
- font-size: 12px;
2497
- color: #909399;
2498
- }
2499
-
2500
- /**
2501
- // 用户消息
2502
- */
2503
- .content-borderless-container[data-v-e9aa835d] {
2504
- background: #e1ecfd;
2505
- border-radius: 20px 0px 20px 20px;
2506
- user-select: none;
2507
- padding: 12px;
2508
- cursor: pointer;
2509
- transition: background-color 0.3s;
2510
- &[data-v-e9aa835d]:hover {
2511
- background-color: #ebeef5;
2512
- }
2513
- }
2514
- .footer-container[data-v-e9aa835d] {
2515
- [data-v-e9aa835d] .el-button + .el-button {
2516
- margin-left: 8px;
2517
- }
2518
- }
2519
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2520
- padding: 0;
2521
- }
2522
-
2523
- /* 引用文件样式 */
2524
- .doc-agg-item[data-v-e9aa835d] {
2635
+ .home-chart-iframe[data-v-b9f40acf] {
2525
2636
  width: 100%;
2526
- padding: 10px;
2527
- margin-bottom: 5px;
2528
- border: 1px solid #eee;
2529
- border-radius: 4px;
2530
- cursor: pointer;
2531
- font-size: 12px;
2532
- color: var(--el-color-primary);
2533
- }
2534
- .elx-xmarkdown-container[data-v-e9aa835d] {
2535
- padding: 0;
2637
+ height: 100%;
2638
+ border: none;
2639
+ opacity: 1;
2536
2640
  }
2537
- [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 {
2641
+ [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 {
2538
2642
  user-select: text !important;
2539
2643
  -webkit-user-select: text !important;
2540
2644
  -moz-user-select: text !important;
2541
2645
  -ms-user-select: text !important;
2542
2646
  }
2543
- .slide-up-enter-active[data-v-45fbaf17],
2544
- .slide-up-leave-active[data-v-45fbaf17] {
2647
+ .slide-up-enter-active[data-v-bc196b97],
2648
+ .slide-up-leave-active[data-v-bc196b97] {
2545
2649
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2546
2650
  }
2547
- .slide-up-enter-from[data-v-45fbaf17],
2548
- .slide-up-leave-to[data-v-45fbaf17] {
2651
+ .slide-up-enter-from[data-v-bc196b97],
2652
+ .slide-up-leave-to[data-v-bc196b97] {
2549
2653
  transform: translateY(100%);
2550
2654
  }
2551
2655
 
2552
2656
  /**
2553
2657
  * 聊天窗口的样式设置
2554
2658
  */
2555
- .chat-container[data-v-45fbaf17] {
2659
+ .chat-container[data-v-bc196b97] {
2556
2660
  --header-height: 56px;
2557
2661
  --chat-padding: 12px;
2558
2662
  --bubble-content-max-width: 0px;
@@ -2564,25 +2668,25 @@ h4[data-v-0b0c189e] {
2564
2668
  flex-direction: row; /* 横向排列 */
2565
2669
  height: 100%; /* 父容器高度 */
2566
2670
  }
2567
- .small-window[data-v-45fbaf17] {
2671
+ .small-window[data-v-bc196b97] {
2568
2672
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2569
2673
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2570
2674
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2571
2675
  border-radius: 8px;
2572
2676
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2573
2677
  }
2574
- .full-screen[data-v-45fbaf17] {
2678
+ .full-screen[data-v-bc196b97] {
2575
2679
  right: 0;
2576
2680
  bottom: 0;
2577
2681
  --main-content-height: calc(100vh - var(--header-height));
2578
2682
  }
2579
- .chat-container > *[data-v-45fbaf17] {
2683
+ .chat-container > *[data-v-bc196b97] {
2580
2684
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2581
2685
  }
2582
2686
 
2583
2687
  /* 聊天窗口的头部样式设置
2584
2688
  */
2585
- .chat-embed__header_container[data-v-45fbaf17] {
2689
+ .chat-embed__header_container[data-v-bc196b97] {
2586
2690
  /* border-bottom: 1px solid #ddd; */
2587
2691
  display: flex;
2588
2692
  align-items: center;
@@ -2592,7 +2696,7 @@ h4[data-v-0b0c189e] {
2592
2696
  overflow: hidden;
2593
2697
  position: relative;
2594
2698
  }
2595
- .session-subject[data-v-45fbaf17] {
2699
+ .session-subject[data-v-bc196b97] {
2596
2700
  display: block;
2597
2701
  margin: 0 auto;
2598
2702
  text-align: center;
@@ -2607,17 +2711,17 @@ h4[data-v-0b0c189e] {
2607
2711
 
2608
2712
  /* 聊天窗口的头部图标样式设置
2609
2713
  */
2610
- .chat-embed__header_avatar[data-v-45fbaf17] {
2714
+ .chat-embed__header_avatar[data-v-bc196b97] {
2611
2715
  margin-left: calc(var(--chat-padding) * 2);
2612
2716
  margin-right: var(--chat-padding);
2613
2717
  }
2614
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2718
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2615
2719
  right: 20px;
2616
2720
  position: absolute;
2617
2721
  gap: 28px;
2618
2722
  display: flex;
2619
2723
  }
2620
- .chat-embed__sidebar[data-v-45fbaf17] {
2724
+ .chat-embed__sidebar[data-v-bc196b97] {
2621
2725
  background: #f6f7fa;
2622
2726
  display: flex;
2623
2727
  flex-direction: column; /* 设置为上下排列 */
@@ -2626,7 +2730,7 @@ h4[data-v-0b0c189e] {
2626
2730
  width: 260px;
2627
2731
  height: 100%;
2628
2732
  }
2629
- .chat-embed__main[data-v-45fbaf17] {
2733
+ .chat-embed__main[data-v-bc196b97] {
2630
2734
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2631
2735
  box-sizing: border-box;
2632
2736
  overflow: hidden;
@@ -2637,7 +2741,7 @@ h4[data-v-0b0c189e] {
2637
2741
  flex: 1; /* 聊天内容区域占据剩余空间 */
2638
2742
  overflow: hidden; /* 防止内容溢出 */
2639
2743
  }
2640
- .chat-embed__main_content[data-v-45fbaf17] {
2744
+ .chat-embed__main_content[data-v-bc196b97] {
2641
2745
  flex: 1;
2642
2746
  box-sizing: border-box;
2643
2747
  min-height: 0;
@@ -2645,21 +2749,21 @@ h4[data-v-0b0c189e] {
2645
2749
  /* overflow-y: auto;
2646
2750
  margin-bottom: 12px; */
2647
2751
  }
2648
- .chat-embed__input_container[data-v-45fbaf17] {
2752
+ .chat-embed__input_container[data-v-bc196b97] {
2649
2753
  flex-shrink: 0; /* 不允许收缩 */
2650
2754
  /* margin-bottom: 50px; 距离底部 */
2651
2755
  }
2652
- .header-icon[data-v-45fbaf17] {
2756
+ .header-icon[data-v-bc196b97] {
2653
2757
  cursor: pointer;
2654
2758
  font-size: 20px;
2655
2759
  }
2656
2760
 
2657
2761
  /* 聊天默认推荐内容样式
2658
2762
  */
2659
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2763
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2660
2764
  margin-top: 5px;
2661
2765
  }
2662
- .content-container[data-v-45fbaf17] {
2766
+ .content-container[data-v-bc196b97] {
2663
2767
  padding: 16px;
2664
2768
  border-radius: 4px;
2665
2769
  background: #ffffff;
@@ -2667,7 +2771,7 @@ h4[data-v-0b0c189e] {
2667
2771
  border-radius: 0px 30px 30px 30px;
2668
2772
  /* opacity: 0.6; */
2669
2773
  }
2670
- .chat-content-font[data-v-45fbaf17] {
2774
+ .chat-content-font[data-v-bc196b97] {
2671
2775
  font-family: PingFang SC, PingFang SC;
2672
2776
  font-weight: 500;
2673
2777
  font-size: 16px;
@@ -2677,10 +2781,10 @@ h4[data-v-0b0c189e] {
2677
2781
  font-style: normal;
2678
2782
  text-transform: none;
2679
2783
  }
2680
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2784
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2681
2785
  border: none !important;
2682
2786
  }
2683
- .content-container-header[data-v-45fbaf17] {
2787
+ .content-container-header[data-v-bc196b97] {
2684
2788
  font-size: 12px;
2685
2789
  color: #909399;
2686
2790
  }
@@ -2688,28 +2792,28 @@ h4[data-v-0b0c189e] {
2688
2792
  /**
2689
2793
  // 用户消息
2690
2794
  */
2691
- .content-borderless-container[data-v-45fbaf17] {
2795
+ .content-borderless-container[data-v-bc196b97] {
2692
2796
  background: #e1ecfd;
2693
2797
  border-radius: 20px 0px 20px 20px;
2694
2798
  user-select: none;
2695
2799
  padding: 12px;
2696
2800
  cursor: pointer;
2697
2801
  transition: background-color 0.3s;
2698
- &[data-v-45fbaf17]:hover {
2802
+ &[data-v-bc196b97]:hover {
2699
2803
  background-color: #ebeef5;
2700
2804
  }
2701
2805
  }
2702
- .footer-container[data-v-45fbaf17] {
2703
- [data-v-45fbaf17] .el-button + .el-button {
2806
+ .footer-container[data-v-bc196b97] {
2807
+ [data-v-bc196b97] .el-button + .el-button {
2704
2808
  margin-left: 8px;
2705
2809
  }
2706
2810
  }
2707
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2811
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2708
2812
  padding: 0;
2709
2813
  }
2710
2814
 
2711
2815
  /* 引用文件样式 */
2712
- .doc-agg-item[data-v-45fbaf17] {
2816
+ .doc-agg-item[data-v-bc196b97] {
2713
2817
  width: 100%;
2714
2818
  padding: 10px;
2715
2819
  margin-bottom: 5px;
@@ -2719,30 +2823,49 @@ h4[data-v-0b0c189e] {
2719
2823
  font-size: 12px;
2720
2824
  color: var(--el-color-primary);
2721
2825
  }
2722
- .elx-xmarkdown-container[data-v-45fbaf17] {
2826
+ .elx-xmarkdown-container[data-v-bc196b97] {
2723
2827
  padding: 0;
2724
2828
  }
2725
- [data-v-90635647] .el-range-separator {
2726
- min-width: 20px;
2727
- }[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 {
2829
+
2830
+ .footer-wrapper[data-v-ffbde6f9] {
2831
+ display: flex;
2832
+ align-items: center;
2833
+ justify-content: space-between;
2834
+ gap: 10px;
2835
+ width: 100%;
2836
+ .footer-time[data-v-ffbde6f9] {
2837
+ font-size: 10px;
2838
+ color: #999;
2839
+ margin-top: 3px;
2840
+ flex-shrink: 0;
2841
+ }
2842
+ }
2843
+ .footer-container[data-v-ffbde6f9] {
2844
+ display: flex;
2845
+ gap: 8px;
2846
+ [data-v-ffbde6f9] .el-button + .el-button {
2847
+ margin-left: 0;
2848
+ }
2849
+ }
2850
+ [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 {
2728
2851
  user-select: text !important;
2729
2852
  -webkit-user-select: text !important;
2730
2853
  -moz-user-select: text !important;
2731
2854
  -ms-user-select: text !important;
2732
2855
  }
2733
- .slide-up-enter-active[data-v-1e62eff8],
2734
- .slide-up-leave-active[data-v-1e62eff8] {
2856
+ .slide-up-enter-active[data-v-e9aa835d],
2857
+ .slide-up-leave-active[data-v-e9aa835d] {
2735
2858
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2736
2859
  }
2737
- .slide-up-enter-from[data-v-1e62eff8],
2738
- .slide-up-leave-to[data-v-1e62eff8] {
2860
+ .slide-up-enter-from[data-v-e9aa835d],
2861
+ .slide-up-leave-to[data-v-e9aa835d] {
2739
2862
  transform: translateY(100%);
2740
2863
  }
2741
2864
 
2742
2865
  /**
2743
2866
  * 聊天窗口的样式设置
2744
2867
  */
2745
- .chat-container[data-v-1e62eff8] {
2868
+ .chat-container[data-v-e9aa835d] {
2746
2869
  --header-height: 56px;
2747
2870
  --chat-padding: 12px;
2748
2871
  --bubble-content-max-width: 0px;
@@ -2754,25 +2877,25 @@ h4[data-v-0b0c189e] {
2754
2877
  flex-direction: row; /* 横向排列 */
2755
2878
  height: 100%; /* 父容器高度 */
2756
2879
  }
2757
- .small-window[data-v-1e62eff8] {
2880
+ .small-window[data-v-e9aa835d] {
2758
2881
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2759
2882
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2760
2883
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2761
2884
  border-radius: 8px;
2762
2885
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2763
2886
  }
2764
- .full-screen[data-v-1e62eff8] {
2887
+ .full-screen[data-v-e9aa835d] {
2765
2888
  right: 0;
2766
2889
  bottom: 0;
2767
2890
  --main-content-height: calc(100vh - var(--header-height));
2768
2891
  }
2769
- .chat-container > *[data-v-1e62eff8] {
2892
+ .chat-container > *[data-v-e9aa835d] {
2770
2893
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2771
2894
  }
2772
2895
 
2773
2896
  /* 聊天窗口的头部样式设置
2774
2897
  */
2775
- .chat-embed__header_container[data-v-1e62eff8] {
2898
+ .chat-embed__header_container[data-v-e9aa835d] {
2776
2899
  /* border-bottom: 1px solid #ddd; */
2777
2900
  display: flex;
2778
2901
  align-items: center;
@@ -2782,7 +2905,7 @@ h4[data-v-0b0c189e] {
2782
2905
  overflow: hidden;
2783
2906
  position: relative;
2784
2907
  }
2785
- .session-subject[data-v-1e62eff8] {
2908
+ .session-subject[data-v-e9aa835d] {
2786
2909
  display: block;
2787
2910
  margin: 0 auto;
2788
2911
  text-align: center;
@@ -2797,17 +2920,17 @@ h4[data-v-0b0c189e] {
2797
2920
 
2798
2921
  /* 聊天窗口的头部图标样式设置
2799
2922
  */
2800
- .chat-embed__header_avatar[data-v-1e62eff8] {
2923
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2801
2924
  margin-left: calc(var(--chat-padding) * 2);
2802
2925
  margin-right: var(--chat-padding);
2803
2926
  }
2804
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2927
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2805
2928
  right: 20px;
2806
2929
  position: absolute;
2807
2930
  gap: 28px;
2808
2931
  display: flex;
2809
2932
  }
2810
- .chat-embed__sidebar[data-v-1e62eff8] {
2933
+ .chat-embed__sidebar[data-v-e9aa835d] {
2811
2934
  background: #f6f7fa;
2812
2935
  display: flex;
2813
2936
  flex-direction: column; /* 设置为上下排列 */
@@ -2816,7 +2939,7 @@ h4[data-v-0b0c189e] {
2816
2939
  width: 260px;
2817
2940
  height: 100%;
2818
2941
  }
2819
- .chat-embed__main[data-v-1e62eff8] {
2942
+ .chat-embed__main[data-v-e9aa835d] {
2820
2943
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2821
2944
  box-sizing: border-box;
2822
2945
  overflow: hidden;
@@ -2827,7 +2950,7 @@ h4[data-v-0b0c189e] {
2827
2950
  flex: 1; /* 聊天内容区域占据剩余空间 */
2828
2951
  overflow: hidden; /* 防止内容溢出 */
2829
2952
  }
2830
- .chat-embed__main_content[data-v-1e62eff8] {
2953
+ .chat-embed__main_content[data-v-e9aa835d] {
2831
2954
  flex: 1;
2832
2955
  box-sizing: border-box;
2833
2956
  min-height: 0;
@@ -2835,21 +2958,21 @@ h4[data-v-0b0c189e] {
2835
2958
  /* overflow-y: auto;
2836
2959
  margin-bottom: 12px; */
2837
2960
  }
2838
- .chat-embed__input_container[data-v-1e62eff8] {
2961
+ .chat-embed__input_container[data-v-e9aa835d] {
2839
2962
  flex-shrink: 0; /* 不允许收缩 */
2840
2963
  /* margin-bottom: 50px; 距离底部 */
2841
2964
  }
2842
- .header-icon[data-v-1e62eff8] {
2965
+ .header-icon[data-v-e9aa835d] {
2843
2966
  cursor: pointer;
2844
2967
  font-size: 20px;
2845
2968
  }
2846
2969
 
2847
2970
  /* 聊天默认推荐内容样式
2848
2971
  */
2849
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2972
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2850
2973
  margin-top: 5px;
2851
2974
  }
2852
- .content-container[data-v-1e62eff8] {
2975
+ .content-container[data-v-e9aa835d] {
2853
2976
  padding: 16px;
2854
2977
  border-radius: 4px;
2855
2978
  background: #ffffff;
@@ -2857,7 +2980,7 @@ h4[data-v-0b0c189e] {
2857
2980
  border-radius: 0px 30px 30px 30px;
2858
2981
  /* opacity: 0.6; */
2859
2982
  }
2860
- .chat-content-font[data-v-1e62eff8] {
2983
+ .chat-content-font[data-v-e9aa835d] {
2861
2984
  font-family: PingFang SC, PingFang SC;
2862
2985
  font-weight: 500;
2863
2986
  font-size: 16px;
@@ -2867,10 +2990,10 @@ h4[data-v-0b0c189e] {
2867
2990
  font-style: normal;
2868
2991
  text-transform: none;
2869
2992
  }
2870
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2993
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2871
2994
  border: none !important;
2872
2995
  }
2873
- .content-container-header[data-v-1e62eff8] {
2996
+ .content-container-header[data-v-e9aa835d] {
2874
2997
  font-size: 12px;
2875
2998
  color: #909399;
2876
2999
  }
@@ -2878,28 +3001,28 @@ h4[data-v-0b0c189e] {
2878
3001
  /**
2879
3002
  // 用户消息
2880
3003
  */
2881
- .content-borderless-container[data-v-1e62eff8] {
3004
+ .content-borderless-container[data-v-e9aa835d] {
2882
3005
  background: #e1ecfd;
2883
3006
  border-radius: 20px 0px 20px 20px;
2884
3007
  user-select: none;
2885
3008
  padding: 12px;
2886
3009
  cursor: pointer;
2887
3010
  transition: background-color 0.3s;
2888
- &[data-v-1e62eff8]:hover {
3011
+ &[data-v-e9aa835d]:hover {
2889
3012
  background-color: #ebeef5;
2890
3013
  }
2891
3014
  }
2892
- .footer-container[data-v-1e62eff8] {
2893
- [data-v-1e62eff8] .el-button + .el-button {
3015
+ .footer-container[data-v-e9aa835d] {
3016
+ [data-v-e9aa835d] .el-button + .el-button {
2894
3017
  margin-left: 8px;
2895
3018
  }
2896
3019
  }
2897
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
3020
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2898
3021
  padding: 0;
2899
3022
  }
2900
3023
 
2901
3024
  /* 引用文件样式 */
2902
- .doc-agg-item[data-v-1e62eff8] {
3025
+ .doc-agg-item[data-v-e9aa835d] {
2903
3026
  width: 100%;
2904
3027
  padding: 10px;
2905
3028
  margin-bottom: 5px;
@@ -2909,116 +3032,8 @@ h4[data-v-0b0c189e] {
2909
3032
  font-size: 12px;
2910
3033
  color: var(--el-color-primary);
2911
3034
  }
2912
- .elx-xmarkdown-container[data-v-1e62eff8] {
3035
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2913
3036
  padding: 0;
2914
- }
2915
- .flex-avatar[data-v-1e62eff8] {
2916
- position: absolute;
2917
- padding: 20px 36px;
2918
- gap: 16px;
2919
- display: flex;
2920
- z-index: 1;
2921
- }
2922
- .flex-function-icon[data-v-1e62eff8] {
2923
- display: flex;
2924
- height: 40px;
2925
- padding: 10px 14px;
2926
- gap: 14px;
2927
- border-radius: 100px 100px 100px 100px;
2928
- border: 1px solid #e5e5e5;
2929
- width: 82px;
2930
- font-size: 20px;
2931
- }
2932
- .sidebar-header[data-v-1e62eff8] {
2933
- display: flex; /* 设置为水平排列 */
2934
- align-items: center; /* 垂直居中 */
2935
- margin-bottom: 22px;
2936
- font-size: 20px;
2937
- }
2938
- .sidebar-header > span[data-v-1e62eff8] {
2939
- font-family: PingFang SC, PingFang SC;
2940
- font-weight: 600;
2941
- font-size: 16px;
2942
- color: #181818;
2943
- text-align: left;
2944
- font-style: normal;
2945
- text-transform: none;
2946
- }
2947
- .right-icon[data-v-1e62eff8] {
2948
- cursor: pointer;
2949
- margin-left: auto;
2950
- }
2951
- .shousuo-icon[data-v-1e62eff8] {
2952
- cursor: pointer;
2953
- }
2954
- .sidebar-menu[data-v-1e62eff8] {
2955
- flex-shrink: 0; /* 固定高度,位于顶部 */
2956
- margin-bottom: 10px;
2957
- }
2958
- .scrollbar-container[data-v-1e62eff8] {
2959
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2960
- overflow-y: auto; /* 添加垂直滚动条 */
2961
- margin-bottom: 10px;
2962
- }
2963
- .new-session-button[data-v-1e62eff8] {
2964
- flex-shrink: 0; /* 固定高度,位于底部 */
2965
- margin-top: 10px;
2966
- margin-bottom: 20px;
2967
- }
2968
- .sidebar-menu div[data-v-1e62eff8]:hover {
2969
- background-color: #ffffff;
2970
- }
2971
- .date-group[data-v-1e62eff8] {
2972
- margin-top: 16px;
2973
- }
2974
- .date-group-item[data-v-1e62eff8] {
2975
- color: #81858c;
2976
- font-size: 12px;
2977
- user-select: none;
2978
- margin-bottom: 2px;
2979
- padding-left: calc(var(--chat-padding) * 2);
2980
- }
2981
- .menu-item[data-v-1e62eff8] {
2982
- padding: 0px calc(var(--chat-padding) * 2);
2983
- font-size: 16px;
2984
- line-height: 50px;
2985
- cursor: pointer;
2986
- gap: 8px;
2987
- border-radius: 8px;
2988
- display: flex;
2989
- align-items: center;
2990
- }
2991
- .active-item[data-v-1e62eff8] {
2992
- background: #e2ebf5;
2993
- color: var(--el-color-primary);
2994
- }
2995
- .history-item[data-v-1e62eff8] {
2996
- padding: 0px calc(var(--chat-padding) * 2);
2997
- cursor: pointer;
2998
- display: flex; /* 确保子元素可以使用 flex 布局 */
2999
- align-items: center; /* 垂直居中 */
3000
- line-height: 40px;
3001
- gap: 8px;
3002
- border-radius: 8px;
3003
- }
3004
- .history-subject[data-v-1e62eff8] {
3005
- flex-grow: 1; /* 占据剩余空间 */
3006
- overflow: hidden; /* 超出部分隐藏 */
3007
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3008
- white-space: nowrap; /* 不换行 */
3009
- }
3010
- .dropdown-right[data-v-1e62eff8] {
3011
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3012
- }
3013
- .history-item[data-v-1e62eff8]:hover {
3014
- background-color: #f5f5f5;
3015
- }
3016
-
3017
- .home-chart-iframe[data-v-b9f40acf] {
3018
- width: 100%;
3019
- height: 100%;
3020
- border: none;
3021
- opacity: 1;
3022
3037
  }
3023
3038
 
3024
3039
  .home-chart-iframe[data-v-73352a50] {
@@ -3027,20 +3042,10 @@ h4[data-v-0b0c189e] {
3027
3042
  border: none;
3028
3043
  opacity: 1;
3029
3044
  }
3030
-
3031
- .home-chart-iframe[data-v-873e1ba1] {
3032
- width: 100%;
3033
- height: 100%;
3034
- border: none;
3035
- opacity: 1;
3036
- }
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-upload-list--picture-card .el-upload-list__item-actions, */
3047
+ .mobile-item-action[data-v-13b41596] {
3048
+ z-index: 2000;
3044
3049
  }
3045
3050
  .amb-color-iconfont[data-v-13b41596] {
3046
3051
  width: 25px;
@@ -3059,12 +3064,7 @@ h4[data-v-0b0c189e] {
3059
3064
  }
3060
3065
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3061
3066
  margin-left: 5px;
3062
- }
3063
- /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3064
- .mobile-item-action[data-v-13b41596] {
3065
- z-index: 2000;
3066
- }
3067
-
3067
+ }
3068
3068
  .el-dialog__header[data-v-44f1d9d6] {
3069
3069
  padding-bottom: 0px;
3070
3070
  }