agilebuilder-ui 1.1.65-tmp24 → 1.1.65-tmp26

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
@@ -119,15 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  height: 100%;
120
120
  position: absolute;
121
121
  z-index: 999;
122
- }
123
- .svg-icon[data-v-67e4e504] {
124
- width: 1.2em;
125
- height: 1.2em;
126
- vertical-align: -0.25em;
127
- fill: currentColor;
128
- overflow: initial;
129
- }
130
- .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
122
+ }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
131
123
  display: inline-block;
132
124
  font-size: 14px;
133
125
  line-height: 50px;
@@ -136,7 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
136
128
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
137
129
  color: #97a8be;
138
130
  cursor: text;
139
- }.amd-hamburger-container-main[data-v-79c35667] {
131
+ }
132
+ .svg-icon[data-v-67e4e504] {
133
+ width: 1.2em;
134
+ height: 1.2em;
135
+ vertical-align: -0.25em;
136
+ fill: currentColor;
137
+ overflow: initial;
138
+ }
139
+ .amd-hamburger-container-main[data-v-79c35667] {
140
140
  padding: 0;
141
141
  display: flex;
142
142
  align-items: center;
@@ -150,6 +150,13 @@ iframe.tab-main-content[data-v-3c90505e] {
150
150
  font-size: 18px;
151
151
  cursor: pointer;
152
152
  }
153
+ .searchResult {
154
+ color: red;
155
+ }
156
+ .inline-input-custom {
157
+ width: 90%;
158
+ }
159
+
153
160
  .searchResult[data-v-22410ec9] {
154
161
  color: red;
155
162
  }
@@ -299,7 +306,20 @@ iframe.tab-main-content[data-v-3c90505e] {
299
306
  .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
300
307
  flex-wrap: wrap;
301
308
  gap: var(--layout-form-flex-gap, 15px) 0;
309
+ }.ValidCode[data-v-aa77e3bd] {
310
+ display: flex;
311
+ background-color: #fff;
312
+ justify-content: center;
313
+ align-items: center;
314
+ cursor: pointer;
302
315
  }
316
+ .ValidCode span[data-v-aa77e3bd] {
317
+ display: inline-block;
318
+ }
319
+ .organization-input .el-input-group__append {
320
+ padding: 0 10px 0 0;
321
+ }
322
+
303
323
  .red-circle[data-v-998f4283] {
304
324
  width: 20px; /* 圆圈的宽度 */
305
325
  height: 20px; /* 圆圈的高度 */
@@ -314,109 +334,7 @@ iframe.tab-main-content[data-v-3c90505e] {
314
334
  border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
335
  display: inline-block; /* 确保元素以块级元素显示 */
316
336
  }
317
- .ValidCode[data-v-aa77e3bd] {
318
- display: flex;
319
- background-color: #fff;
320
- justify-content: center;
321
- align-items: center;
322
- cursor: pointer;
323
- }
324
- .ValidCode span[data-v-aa77e3bd] {
325
- display: inline-block;
326
- }
327
- .searchResult {
328
- color: red;
329
- }
330
- .inline-input-custom {
331
- width: 90%;
332
- }
333
-
334
- .select-top-span {
335
- width: 100%;
336
- }
337
-
338
- .organization-input .el-input-group__append {
339
- padding: 0 10px 0 0;
340
- }
341
- [data-v-34406c62] .el-select-dropdown__item {
342
- display: inline-block;
343
- }
344
- .fs-preview-container[data-v-7f109349] {
345
- display: flex;
346
- align-items: center;
347
- gap: 5px;
348
- justify-content: space-between;
349
- }
350
- .fs-preview-tool[data-v-7f109349] {
351
- display: flex;
352
- align-items: center;
353
- flex-shrink: 0;
354
- min-width: max-content;
355
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
356
- }
357
- .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
358
- .more-file-icon[data-v-7f109349] .amb-color-iconfont {
359
- width: 30px;
360
- height: 30px;
361
- }
362
- .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
363
- .file-actions[data-v-7f109349] .amb-color-iconfont {
364
- font-size: 15px !important; /* 图标实际大小,按需改 */
365
- display: inline-block;
366
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
367
- height: 1em !important;
368
- line-height: 1em;
369
- cursor: pointer;
370
- }
371
- .amb-list-preivew-name[data-v-7f109349] {
372
- overflow: hidden;
373
- text-overflow: ellipsis;
374
- white-space: nowrap;
375
- }
376
- .el-link + .el-link[data-v-7f109349] {
377
- margin-left: 5px;
378
- }
379
- .file-item[data-v-7f109349] {
380
- display: flex;
381
- align-items: center;
382
- justify-content: space-between; /* 添加这行来分布空间 */
383
- gap: 10px;
384
- height: 40px;
385
- padding: 10px;
386
- border-radius: 8px;
387
- transition: background-color 0.2s;
388
- }
389
- .file-item[data-v-7f109349]:hover {
390
- color: var(--el-button-hover-text-color, #409eff);
391
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
392
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
393
- outline: none;
394
- }
395
- .file-actions[data-v-7f109349] {
396
- display: flex;
397
- align-items: center;
398
- gap: 5px;
399
- flex-shrink: 0; /* 防止按钮被压缩 */
400
- }
401
- .super-icon + .super-icon[data-v-7f109349] {
402
- margin-left: 5px;
403
- }
404
- .amb-iconfont + .amb-iconfont[data-v-7f109349] {
405
- margin-left: 5px;
406
- }
407
- .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
408
- margin-left: 5px;
409
- }
410
- .amb-iconfont[data-v-7f109349] {
411
- color: var(--el-color-primary);
412
- }
413
- .fs-preview-container[data-v-7f109349] .el-button > span {
414
- font-size: 14px !important;
415
- }
416
- .fs-preview-container[data-v-7f109349] .el-button.is-round {
417
- padding: 5px 11px;
418
- height: var(--el-button-size);
419
- }.nine-grid-area[data-v-80f6a26f] {
337
+ .nine-grid-area[data-v-80f6a26f] {
420
338
  padding: 10px;
421
339
  }
422
340
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -526,6 +444,88 @@ iframe.tab-main-content[data-v-3c90505e] {
526
444
  font-size: 14px;
527
445
  display: grid;
528
446
  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-7f109349] {
455
+ display: flex;
456
+ align-items: center;
457
+ gap: 5px;
458
+ justify-content: space-between;
459
+ }
460
+ .fs-preview-tool[data-v-7f109349] {
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-7f109349] .amb-color-iconfont,
468
+ .more-file-icon[data-v-7f109349] .amb-color-iconfont {
469
+ width: 30px;
470
+ height: 30px;
471
+ }
472
+ .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
473
+ .file-actions[data-v-7f109349] .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;
479
+ cursor: pointer;
480
+ }
481
+ .amb-list-preivew-name[data-v-7f109349] {
482
+ overflow: hidden;
483
+ text-overflow: ellipsis;
484
+ white-space: nowrap;
485
+ }
486
+ .el-link + .el-link[data-v-7f109349] {
487
+ margin-left: 5px;
488
+ }
489
+ .file-item[data-v-7f109349] {
490
+ display: flex;
491
+ 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-7f109349]: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-7f109349] {
506
+ display: flex;
507
+ align-items: center;
508
+ gap: 5px;
509
+ flex-shrink: 0; /* 防止按钮被压缩 */
510
+ }
511
+ .super-icon + .super-icon[data-v-7f109349] {
512
+ margin-left: 5px;
513
+ }
514
+ .amb-iconfont + .amb-iconfont[data-v-7f109349] {
515
+ margin-left: 5px;
516
+ }
517
+ .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
518
+ margin-left: 5px;
519
+ }
520
+ .amb-iconfont[data-v-7f109349] {
521
+ color: var(--el-color-primary);
522
+ }
523
+ .fs-preview-container[data-v-7f109349] .el-button > span {
524
+ font-size: 14px !important;
525
+ }
526
+ .fs-preview-container[data-v-7f109349] .el-button.is-round {
527
+ padding: 5px 11px;
528
+ height: var(--el-button-size);
529
529
  }.amb-color-iconfont[data-v-5254701d] {
530
530
  width: 30px;
531
531
  height: 30px;
@@ -569,217 +569,26 @@ iframe.tab-main-content[data-v-3c90505e] {
569
569
  }iframe[data-v-e5fb3b56] {
570
570
  width: 100%;
571
571
  height: calc(100vh - 50px);
572
- }.wscn-http404-container[data-v-4f824f28] {
573
- transform: translate(-50%, -50%);
574
- position: absolute;
575
- top: 40%;
576
- left: 50%;
577
572
  }
578
- .wscn-http404[data-v-4f824f28] {
579
- position: relative;
580
- width: 1200px;
581
- padding: 0 50px;
582
- overflow: hidden;
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;
583
579
  }
584
- .wscn-http404 .pic-404[data-v-4f824f28] {
585
- position: relative;
586
- float: left;
587
- width: 600px;
588
- overflow: hidden;
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;
589
586
  }
590
- .wscn-http404 .pic-404__parent[data-v-4f824f28] {
591
- width: 100%;
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
592
589
  }
593
- .wscn-http404 .pic-404__child[data-v-4f824f28] {
594
- position: absolute;
595
- }
596
- .wscn-http404 .pic-404__child.left[data-v-4f824f28] {
597
- width: 80px;
598
- top: 17px;
599
- left: 220px;
600
- opacity: 0;
601
- animation-name: cloudLeft-4f824f28;
602
- animation-duration: 2s;
603
- animation-timing-function: linear;
604
- animation-fill-mode: forwards;
605
- animation-delay: 1s;
606
- }
607
- .wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
608
- width: 46px;
609
- top: 10px;
610
- left: 420px;
611
- opacity: 0;
612
- animation-name: cloudMid-4f824f28;
613
- animation-duration: 2s;
614
- animation-timing-function: linear;
615
- animation-fill-mode: forwards;
616
- animation-delay: 1.2s;
617
- }
618
- .wscn-http404 .pic-404__child.right[data-v-4f824f28] {
619
- width: 62px;
620
- top: 100px;
621
- left: 500px;
622
- opacity: 0;
623
- animation-name: cloudRight-4f824f28;
624
- animation-duration: 2s;
625
- animation-timing-function: linear;
626
- animation-fill-mode: forwards;
627
- animation-delay: 1s;
628
- }
629
- @keyframes cloudLeft-4f824f28 {
630
- 0% {
631
- top: 17px;
632
- left: 220px;
633
- opacity: 0;
634
- }
635
- 20% {
636
- top: 33px;
637
- left: 188px;
638
- opacity: 1;
639
- }
640
- 80% {
641
- top: 81px;
642
- left: 92px;
643
- opacity: 1;
644
- }
645
- 100% {
646
- top: 97px;
647
- left: 60px;
648
- opacity: 0;
649
- }
650
- }
651
- @keyframes cloudMid-4f824f28 {
652
- 0% {
653
- top: 10px;
654
- left: 420px;
655
- opacity: 0;
656
- }
657
- 20% {
658
- top: 40px;
659
- left: 360px;
660
- opacity: 1;
661
- }
662
- 70% {
663
- top: 130px;
664
- left: 180px;
665
- opacity: 1;
666
- }
667
- 100% {
668
- top: 160px;
669
- left: 120px;
670
- opacity: 0;
671
- }
672
- }
673
- @keyframes cloudRight-4f824f28 {
674
- 0% {
675
- top: 100px;
676
- left: 500px;
677
- opacity: 0;
678
- }
679
- 20% {
680
- top: 120px;
681
- left: 460px;
682
- opacity: 1;
683
- }
684
- 80% {
685
- top: 180px;
686
- left: 340px;
687
- opacity: 1;
688
- }
689
- 100% {
690
- top: 200px;
691
- left: 300px;
692
- opacity: 0;
693
- }
694
- }
695
- .wscn-http404 .bullshit[data-v-4f824f28] {
696
- position: relative;
697
- float: left;
698
- width: 300px;
699
- padding: 30px 0;
700
- overflow: hidden;
701
- }
702
- .wscn-http404 .bullshit__oops[data-v-4f824f28] {
703
- font-size: 32px;
704
- font-weight: bold;
705
- line-height: 40px;
706
- color: #1482f0;
707
- opacity: 0;
708
- margin-bottom: 20px;
709
- animation-name: slideUp-4f824f28;
710
- animation-duration: 0.5s;
711
- animation-fill-mode: forwards;
712
- }
713
- .wscn-http404 .bullshit__headline[data-v-4f824f28] {
714
- font-size: 20px;
715
- line-height: 24px;
716
- color: #222;
717
- font-weight: bold;
718
- opacity: 0;
719
- margin-bottom: 10px;
720
- animation-name: slideUp-4f824f28;
721
- animation-duration: 0.5s;
722
- animation-delay: 0.1s;
723
- animation-fill-mode: forwards;
724
- }
725
- .wscn-http404 .bullshit__info[data-v-4f824f28] {
726
- font-size: 13px;
727
- line-height: 21px;
728
- color: grey;
729
- opacity: 0;
730
- margin-bottom: 30px;
731
- animation-name: slideUp-4f824f28;
732
- animation-duration: 0.5s;
733
- animation-delay: 0.2s;
734
- animation-fill-mode: forwards;
735
- }
736
- .wscn-http404 .bullshit__return-home[data-v-4f824f28] {
737
- display: block;
738
- float: left;
739
- width: 110px;
740
- height: 36px;
741
- background: #1482f0;
742
- border-radius: 100px;
743
- text-align: center;
744
- color: #ffffff;
745
- opacity: 0;
746
- font-size: 14px;
747
- line-height: 36px;
748
- cursor: pointer;
749
- animation-name: slideUp-4f824f28;
750
- animation-duration: 0.5s;
751
- animation-delay: 0.3s;
752
- animation-fill-mode: forwards;
753
- }
754
- @keyframes slideUp-4f824f28 {
755
- 0% {
756
- transform: translateY(60px);
757
- opacity: 0;
758
- }
759
- 100% {
760
- transform: translateY(0);
761
- opacity: 1;
762
- }
763
- }
764
- .organization-tree,
765
- .organization-tree .el-checkbox__label,
766
- .organization-tree .el-breadcrumb__inner,
767
- .organization-tree .el-tree {
768
- font-size: 17px;
769
- font-weight: 700;
770
- }
771
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
772
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
773
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
774
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
775
- font-size: 17px;
776
- font-weight: 700;
777
- }
778
- .organization-tree .el-card__body {
779
- padding-top: 10px;
780
- }
781
- .organization-tree .card-content {
782
- margin-top: 10px;
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
783
592
  }
784
593
  .organization-tree .item-row-all {
785
594
  margin-bottom: 10px;
@@ -823,11 +632,7 @@ iframe.tab-main-content[data-v-3c90505e] {
823
632
  .organization-tree .dept-path .breadcrumb-label-link {
824
633
  color: #409eff;
825
634
  }
826
- .super-icon[data-v-875fd31c] {
827
- width: 1em;
828
- height: 1em;
829
- font-size: 14px;
830
- }
635
+
831
636
  .organization-tree,
832
637
  .organization-tree .el-checkbox__label,
833
638
  .organization-tree .el-breadcrumb__inner,
@@ -945,13 +750,11 @@ iframe.tab-main-content[data-v-3c90505e] {
945
750
  .organization-tree .dept-path .breadcrumb-label-link {
946
751
  color: #409eff;
947
752
  }
948
-
949
- .graphDiv[data-v-a936569d] {
950
- overflow: auto;
951
- height: 100%;
952
- height: calc(100vh - 20px);
953
- }
954
- .errPage-container[data-v-6bef0241] {
753
+ .super-icon[data-v-875fd31c] {
754
+ width: 1em;
755
+ height: 1em;
756
+ font-size: 14px;
757
+ }.errPage-container[data-v-6bef0241] {
955
758
  width: 800px;
956
759
  max-width: 100%;
957
760
  margin: 100px auto;
@@ -1004,42 +807,229 @@ iframe.tab-main-content[data-v-3c90505e] {
1004
807
  height: 100%;
1005
808
  position: absolute;
1006
809
  z-index: 999;
1007
- }iframe[data-v-20dccb82] {
1008
- width: 100%;
1009
- height: calc(100vh - 50px);
1010
- }.app-main[data-v-2d98e845] {
1011
- padding: var(--app-main-padding, 15px);
1012
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
810
+ }.wscn-http404-container[data-v-4f824f28] {
811
+ transform: translate(-50%, -50%);
812
+ position: absolute;
813
+ top: 40%;
814
+ left: 50%;
815
+ }
816
+ .wscn-http404[data-v-4f824f28] {
1013
817
  position: relative;
818
+ width: 1200px;
819
+ padding: 0 50px;
1014
820
  overflow: hidden;
1015
821
  }
1016
- .app-main[data-v-2d98e845] > .app-container {
1017
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1018
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1019
- overflow: auto;
1020
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
822
+ .wscn-http404 .pic-404[data-v-4f824f28] {
1021
823
  position: relative;
1022
- --el-menu-item-height: 45px;
1023
- --el-menu-sub-item-height: 45px;
1024
- }
1025
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1026
- padding: 0 !important;
824
+ float: left;
825
+ width: 600px;
826
+ overflow: hidden;
1027
827
  }
1028
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
1029
- display: flex;
1030
- flex-direction: row;
828
+ .wscn-http404 .pic-404__parent[data-v-4f824f28] {
829
+ width: 100%;
1031
830
  }
1032
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1033
- display: flex;
1034
- flex-direction: row;
1035
- padding: 0 !important;
831
+ .wscn-http404 .pic-404__child[data-v-4f824f28] {
832
+ position: absolute;
1036
833
  }
1037
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1038
- display: flex;
1039
- align-items: center;
1040
- justify-content: center;
1041
- width: var(--admin-layout-left-menu-collapse, 54px);
1042
- font-size: 16px;
834
+ .wscn-http404 .pic-404__child.left[data-v-4f824f28] {
835
+ width: 80px;
836
+ top: 17px;
837
+ left: 220px;
838
+ opacity: 0;
839
+ animation-name: cloudLeft-4f824f28;
840
+ animation-duration: 2s;
841
+ animation-timing-function: linear;
842
+ animation-fill-mode: forwards;
843
+ animation-delay: 1s;
844
+ }
845
+ .wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
846
+ width: 46px;
847
+ top: 10px;
848
+ left: 420px;
849
+ opacity: 0;
850
+ animation-name: cloudMid-4f824f28;
851
+ animation-duration: 2s;
852
+ animation-timing-function: linear;
853
+ animation-fill-mode: forwards;
854
+ animation-delay: 1.2s;
855
+ }
856
+ .wscn-http404 .pic-404__child.right[data-v-4f824f28] {
857
+ width: 62px;
858
+ top: 100px;
859
+ left: 500px;
860
+ opacity: 0;
861
+ animation-name: cloudRight-4f824f28;
862
+ animation-duration: 2s;
863
+ animation-timing-function: linear;
864
+ animation-fill-mode: forwards;
865
+ animation-delay: 1s;
866
+ }
867
+ @keyframes cloudLeft-4f824f28 {
868
+ 0% {
869
+ top: 17px;
870
+ left: 220px;
871
+ opacity: 0;
872
+ }
873
+ 20% {
874
+ top: 33px;
875
+ left: 188px;
876
+ opacity: 1;
877
+ }
878
+ 80% {
879
+ top: 81px;
880
+ left: 92px;
881
+ opacity: 1;
882
+ }
883
+ 100% {
884
+ top: 97px;
885
+ left: 60px;
886
+ opacity: 0;
887
+ }
888
+ }
889
+ @keyframes cloudMid-4f824f28 {
890
+ 0% {
891
+ top: 10px;
892
+ left: 420px;
893
+ opacity: 0;
894
+ }
895
+ 20% {
896
+ top: 40px;
897
+ left: 360px;
898
+ opacity: 1;
899
+ }
900
+ 70% {
901
+ top: 130px;
902
+ left: 180px;
903
+ opacity: 1;
904
+ }
905
+ 100% {
906
+ top: 160px;
907
+ left: 120px;
908
+ opacity: 0;
909
+ }
910
+ }
911
+ @keyframes cloudRight-4f824f28 {
912
+ 0% {
913
+ top: 100px;
914
+ left: 500px;
915
+ opacity: 0;
916
+ }
917
+ 20% {
918
+ top: 120px;
919
+ left: 460px;
920
+ opacity: 1;
921
+ }
922
+ 80% {
923
+ top: 180px;
924
+ left: 340px;
925
+ opacity: 1;
926
+ }
927
+ 100% {
928
+ top: 200px;
929
+ left: 300px;
930
+ opacity: 0;
931
+ }
932
+ }
933
+ .wscn-http404 .bullshit[data-v-4f824f28] {
934
+ position: relative;
935
+ float: left;
936
+ width: 300px;
937
+ padding: 30px 0;
938
+ overflow: hidden;
939
+ }
940
+ .wscn-http404 .bullshit__oops[data-v-4f824f28] {
941
+ font-size: 32px;
942
+ font-weight: bold;
943
+ line-height: 40px;
944
+ color: #1482f0;
945
+ opacity: 0;
946
+ margin-bottom: 20px;
947
+ animation-name: slideUp-4f824f28;
948
+ animation-duration: 0.5s;
949
+ animation-fill-mode: forwards;
950
+ }
951
+ .wscn-http404 .bullshit__headline[data-v-4f824f28] {
952
+ font-size: 20px;
953
+ line-height: 24px;
954
+ color: #222;
955
+ font-weight: bold;
956
+ opacity: 0;
957
+ margin-bottom: 10px;
958
+ animation-name: slideUp-4f824f28;
959
+ animation-duration: 0.5s;
960
+ animation-delay: 0.1s;
961
+ animation-fill-mode: forwards;
962
+ }
963
+ .wscn-http404 .bullshit__info[data-v-4f824f28] {
964
+ font-size: 13px;
965
+ line-height: 21px;
966
+ color: grey;
967
+ opacity: 0;
968
+ margin-bottom: 30px;
969
+ animation-name: slideUp-4f824f28;
970
+ animation-duration: 0.5s;
971
+ animation-delay: 0.2s;
972
+ animation-fill-mode: forwards;
973
+ }
974
+ .wscn-http404 .bullshit__return-home[data-v-4f824f28] {
975
+ display: block;
976
+ float: left;
977
+ width: 110px;
978
+ height: 36px;
979
+ background: #1482f0;
980
+ border-radius: 100px;
981
+ text-align: center;
982
+ color: #ffffff;
983
+ opacity: 0;
984
+ font-size: 14px;
985
+ line-height: 36px;
986
+ cursor: pointer;
987
+ animation-name: slideUp-4f824f28;
988
+ animation-duration: 0.5s;
989
+ animation-delay: 0.3s;
990
+ animation-fill-mode: forwards;
991
+ }
992
+ @keyframes slideUp-4f824f28 {
993
+ 0% {
994
+ transform: translateY(60px);
995
+ opacity: 0;
996
+ }
997
+ 100% {
998
+ transform: translateY(0);
999
+ opacity: 1;
1000
+ }
1001
+ }
1002
+ .graphDiv[data-v-a936569d] {
1003
+ overflow: auto;
1004
+ height: 100%;
1005
+ height: calc(100vh - 20px);
1006
+ }
1007
+ iframe[data-v-20dccb82] {
1008
+ width: 100%;
1009
+ height: calc(100vh - 50px);
1010
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
1011
+ position: relative;
1012
+ --el-menu-item-height: 45px;
1013
+ --el-menu-sub-item-height: 45px;
1014
+ }
1015
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1016
+ padding: 0 !important;
1017
+ }
1018
+ .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)) {
1019
+ display: flex;
1020
+ flex-direction: row;
1021
+ }
1022
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1023
+ display: flex;
1024
+ flex-direction: row;
1025
+ padding: 0 !important;
1026
+ }
1027
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1028
+ display: flex;
1029
+ align-items: center;
1030
+ justify-content: center;
1031
+ width: var(--admin-layout-left-menu-collapse, 54px);
1032
+ font-size: 16px;
1043
1033
  }
1044
1034
  .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1045
1035
  width: 20px;
@@ -1101,6 +1091,16 @@ iframe.tab-main-content[data-v-3c90505e] {
1101
1091
  }
1102
1092
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1103
1093
  flex: 0 0 calc(100% - 20px - 20px);
1094
+ }.app-main[data-v-2d98e845] {
1095
+ padding: var(--app-main-padding, 15px);
1096
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1097
+ position: relative;
1098
+ overflow: hidden;
1099
+ }
1100
+ .app-main[data-v-2d98e845] > .app-container {
1101
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1102
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
1103
+ overflow: auto;
1104
1104
  }
1105
1105
  .searchResult {
1106
1106
  color: red;
@@ -1349,6 +1349,16 @@ iframe.tab-main-content[data-v-3c90505e] {
1349
1349
  flex: 0 0 auto;
1350
1350
  }
1351
1351
 
1352
+ .searchResult {
1353
+ color: red;
1354
+ }
1355
+ .inline-input-custom {
1356
+ width: 90%;
1357
+ }
1358
+ .el-autocomplete-suggestion.el-popper {
1359
+ min-width: 300px;
1360
+ }
1361
+
1352
1362
  .searchResult {
1353
1363
  color: red;
1354
1364
  }
@@ -1359,6 +1369,34 @@ iframe.tab-main-content[data-v-3c90505e] {
1359
1369
  width: 98%;
1360
1370
  }
1361
1371
 
1372
+ .searchResult {
1373
+ color: red;
1374
+ }
1375
+ .inline-input-custom {
1376
+ width: 100% !important;
1377
+ }
1378
+ .el-autocomplete-suggestion.el-popper {
1379
+ min-width: 300px;
1380
+ }
1381
+
1382
+ .searchResult {
1383
+ color: red;
1384
+ }
1385
+ .inline-select-custom {
1386
+ width: 100px;
1387
+ }
1388
+ .inline-input-custom {
1389
+ width: 98%;
1390
+ }
1391
+ .normal-column-header[data-v-aecac200] {
1392
+ display: inline-flex;
1393
+ vertical-align: middle;
1394
+ }
1395
+ .normal-column-header-icon[data-v-aecac200] {
1396
+ font-size: 20px;
1397
+ color: var(--el-color-primary);
1398
+ cursor: pointer;
1399
+ }
1362
1400
  .grid-search-form[data-v-8f3059a4] .el-form-item {
1363
1401
  margin-bottom: 0px;
1364
1402
  }
@@ -1383,22 +1421,66 @@ iframe.tab-main-content[data-v-3c90505e] {
1383
1421
  height: 40px;
1384
1422
  z-index: 1500;
1385
1423
  } */
1386
- .normal-column-header[data-v-aecac200] {
1387
- display: inline-flex;
1388
- vertical-align: middle;
1424
+
1425
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1426
+ font-size: 17px;
1427
+ font-weight: 700;
1389
1428
  }
1390
- .normal-column-header-icon[data-v-aecac200] {
1391
- font-size: 20px;
1392
- color: var(--el-color-primary);
1393
- cursor: pointer;
1394
- }li[data-v-040fcf55] {
1395
- color: #333;
1429
+ .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 {
1430
+ font-size: 17px;
1431
+ font-weight: 700;
1396
1432
  }
1397
- .context-menu[data-v-040fcf55] {
1398
- position: fixed;
1399
- background: #fff;
1400
- z-index: 999;
1401
- padding: 5px;
1433
+ .organization-tree .el-card__body {
1434
+ padding-top: 10px;
1435
+ }
1436
+ .organization-tree .card-content {
1437
+ margin-top: 10px;
1438
+ }
1439
+ .organization-tree .item-row-all {
1440
+ margin-bottom: 10px;
1441
+ }
1442
+ .organization-tree .item-row {
1443
+ display: flex;
1444
+ width: 100%;
1445
+ }
1446
+ .organization-tree .item-label {
1447
+ flex: 0 0 90%;
1448
+ text-align: left;
1449
+ }
1450
+ .organization-tree .item-side {
1451
+ flex: 0 0 10%;
1452
+ text-align: right;
1453
+ }
1454
+ .organization-tree .el-tree-node {
1455
+ margin-bottom: 10px;
1456
+ }
1457
+ .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1458
+ padding: 0;
1459
+ display: none;
1460
+ }
1461
+ .organization-tree .card-footer {
1462
+ padding: 20px;
1463
+ }
1464
+ .organization-tree .card-footer .select-result {
1465
+ color: #409EFF;
1466
+ flex:1 1 75%;
1467
+ text-align: left;
1468
+ }
1469
+ .organization-tree .card-footer .button-area {
1470
+ flex:0 0 20%;
1471
+ text-align: right;
1472
+ }
1473
+ .organization-tree .dept-path .breadcrumb-label-link{
1474
+ color:#409EFF
1475
+ }
1476
+ li[data-v-040fcf55] {
1477
+ color: #333;
1478
+ }
1479
+ .context-menu[data-v-040fcf55] {
1480
+ position: fixed;
1481
+ background: #fff;
1482
+ z-index: 999;
1483
+ padding: 5px;
1402
1484
  margin: 0;
1403
1485
  margin-top: 30px;
1404
1486
  }
@@ -1453,88 +1535,6 @@ li[data-v-040fcf55] {
1453
1535
  min-width: 300px;
1454
1536
  }
1455
1537
 
1456
- .searchResult {
1457
- color: red;
1458
- }
1459
- .inline-input-custom {
1460
- width: 90%;
1461
- }
1462
- .el-autocomplete-suggestion.el-popper {
1463
- min-width: 300px;
1464
- }
1465
-
1466
- .searchResult {
1467
- color: red;
1468
- }
1469
- .inline-input-custom {
1470
- width: 100% !important;
1471
- }
1472
- .el-autocomplete-suggestion.el-popper {
1473
- min-width: 300px;
1474
- }
1475
-
1476
- .searchResult {
1477
- color: red;
1478
- }
1479
- .inline-select-custom {
1480
- width: 100px;
1481
- }
1482
- .inline-input-custom {
1483
- width: 98%;
1484
- }
1485
-
1486
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1487
- font-size: 17px;
1488
- font-weight: 700;
1489
- }
1490
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1491
- font-size: 17px;
1492
- font-weight: 700;
1493
- }
1494
- .organization-tree .el-card__body {
1495
- padding-top: 10px;
1496
- }
1497
- .organization-tree .card-content {
1498
- margin-top: 10px;
1499
- }
1500
- .organization-tree .item-row-all {
1501
- margin-bottom: 10px;
1502
- }
1503
- .organization-tree .item-row {
1504
- display: flex;
1505
- width: 100%;
1506
- }
1507
- .organization-tree .item-label {
1508
- flex: 0 0 90%;
1509
- text-align: left;
1510
- }
1511
- .organization-tree .item-side {
1512
- flex: 0 0 10%;
1513
- text-align: right;
1514
- }
1515
- .organization-tree .el-tree-node {
1516
- margin-bottom: 10px;
1517
- }
1518
- .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1519
- padding: 0;
1520
- display: none;
1521
- }
1522
- .organization-tree .card-footer {
1523
- padding: 20px;
1524
- }
1525
- .organization-tree .card-footer .select-result {
1526
- color: #409EFF;
1527
- flex:1 1 75%;
1528
- text-align: left;
1529
- }
1530
- .organization-tree .card-footer .button-area {
1531
- flex:0 0 20%;
1532
- text-align: right;
1533
- }
1534
- .organization-tree .dept-path .breadcrumb-label-link{
1535
- color:#409EFF
1536
- }
1537
-
1538
1538
  .grid-search-form[data-v-04817310] {
1539
1539
  overflow: auto;
1540
1540
  }
@@ -1611,7 +1611,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1611
1611
  .default-page-tip-item {
1612
1612
  padding-top: 10px;
1613
1613
  }
1614
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1614
+ [data-v-455b2ba2] .super-icon {
1615
+ width: 20px !important;
1616
+ height: 20px !important;
1617
+ }[data-v-0fb85d6e] .super-icon {
1618
+ width: 20px !important;
1619
+ height: 20px !important;
1620
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1615
1621
  background-color: #eee;
1616
1622
  width: 100%;
1617
1623
  border: 1px solid #ccc;
@@ -1630,13 +1636,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1636
  }
1631
1637
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1632
1638
  margin: 0 5px;
1633
- }[data-v-455b2ba2] .super-icon {
1634
- width: 20px !important;
1635
- height: 20px !important;
1636
- }[data-v-0fb85d6e] .super-icon {
1637
- width: 20px !important;
1638
- height: 20px !important;
1639
- }.grid-search-form[data-v-d462769a] .el-form-item {
1639
+ }
1640
+ .searchResult {
1641
+ color: red;
1642
+ }
1643
+ .inline-select-custom {
1644
+ width: 100px;
1645
+ }
1646
+ .inline-input-custom {
1647
+ width: 98%;
1648
+ }
1649
+ .grid-search-form[data-v-d462769a] .el-form-item {
1640
1650
  margin-bottom: 0px;
1641
1651
  }
1642
1652
  .grid-search-form[data-v-d462769a] .el-form-item__label {
@@ -1661,54 +1671,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1661
1671
  .grid-search-form[data-v-d462769a] .el-col {
1662
1672
  padding-left: 10px;
1663
1673
  padding-bottom: 16px;
1664
- }
1665
- .grid-search-form[data-v-0b145154] .el-form-item {
1666
- margin-bottom: 0px;
1667
- }
1668
- .grid-search-form[data-v-0b145154] .search-btn {
1669
- margin-bottom: 5px;
1670
- text-align: center;
1671
- }
1672
- .grid-search-form[data-v-0b145154] .el-select,
1673
- .grid-search-form[data-v-0b145154] .customComponent {
1674
- width: 100%;
1675
- }
1676
- .grid-search-form-mobile[data-v-c8fb4788] {
1677
- overflow: auto;
1678
- }
1679
- .grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
1680
- margin-bottom: 5px;
1681
- }
1682
- .grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
1683
- overflow: hidden;
1684
- text-overflow: ellipsis;
1685
- white-space: nowrap;
1686
- word-break: keep-all;
1687
- }
1688
- .grid-search-form-mobile[data-v-c8fb4788] .search-btn {
1689
- margin-bottom: 5px;
1690
- text-align: center;
1691
- }
1692
- .grid-search-form-mobile[data-v-c8fb4788] .el-select {
1693
- width: 100%;
1694
- }
1695
- .grid-search-form-mobile[data-v-c8fb4788] .customComponent {
1696
- width: 100%;
1697
- }
1698
- .grid-search-form-mobile[data-v-c8fb4788] .el-row {
1699
- padding-right: 24px;
1700
- }
1701
- .grid-search-form-mobile[data-v-c8fb4788] .el-col {
1702
- padding-left: 10px;
1703
- padding-bottom: 16px;
1704
- }
1705
- .search-btn-mobile[data-v-c8fb4788] {
1706
- padding-top: 10px;
1707
- position: fixed;
1708
- bottom: 10px;
1709
- background-color: #ffffff;
1710
- width: 50%;
1711
- height: 40px;
1712
1674
  }.annex-cell[data-v-30804a71] {
1713
1675
  padding-right: 5px;
1714
1676
  cursor: pointer;
@@ -1757,16 +1719,54 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1757
1719
  .normal-column-content-view[data-v-30804a71] {
1758
1720
  display: inline;
1759
1721
  }
1760
- .searchResult {
1761
- color: red;
1722
+ .grid-search-form[data-v-0b145154] .el-form-item {
1723
+ margin-bottom: 0px;
1762
1724
  }
1763
- .inline-select-custom {
1764
- width: 100px;
1725
+ .grid-search-form[data-v-0b145154] .search-btn {
1726
+ margin-bottom: 5px;
1727
+ text-align: center;
1765
1728
  }
1766
- .inline-input-custom {
1767
- width: 98%;
1729
+ .grid-search-form[data-v-0b145154] .el-select,
1730
+ .grid-search-form[data-v-0b145154] .customComponent {
1731
+ width: 100%;
1768
1732
  }
1769
-
1733
+ .grid-search-form-mobile[data-v-c8fb4788] {
1734
+ overflow: auto;
1735
+ }
1736
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
1737
+ margin-bottom: 5px;
1738
+ }
1739
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
1740
+ overflow: hidden;
1741
+ text-overflow: ellipsis;
1742
+ white-space: nowrap;
1743
+ word-break: keep-all;
1744
+ }
1745
+ .grid-search-form-mobile[data-v-c8fb4788] .search-btn {
1746
+ margin-bottom: 5px;
1747
+ text-align: center;
1748
+ }
1749
+ .grid-search-form-mobile[data-v-c8fb4788] .el-select {
1750
+ width: 100%;
1751
+ }
1752
+ .grid-search-form-mobile[data-v-c8fb4788] .customComponent {
1753
+ width: 100%;
1754
+ }
1755
+ .grid-search-form-mobile[data-v-c8fb4788] .el-row {
1756
+ padding-right: 24px;
1757
+ }
1758
+ .grid-search-form-mobile[data-v-c8fb4788] .el-col {
1759
+ padding-left: 10px;
1760
+ padding-bottom: 16px;
1761
+ }
1762
+ .search-btn-mobile[data-v-c8fb4788] {
1763
+ padding-top: 10px;
1764
+ position: fixed;
1765
+ bottom: 10px;
1766
+ background-color: #ffffff;
1767
+ width: 50%;
1768
+ height: 40px;
1769
+ }
1770
1770
  .searchResult {
1771
1771
  color: red;
1772
1772
  }
@@ -1812,17 +1812,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1812
1812
  white-space: nowrap;
1813
1813
  overflow: hidden;
1814
1814
  text-overflow: ellipsis;
1815
- }[data-v-41b4cbbd] .el-range-separator {
1816
- min-width: 20px;
1817
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1818
- margin-right: 5px;
1819
- }
1820
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1821
- margin-left: 5px;
1822
- }.el-button > span[data-v-5bb8bf7f] {
1823
- font-size: 12px;
1824
- }
1825
- .fs-upload-tag[data-v-5bb8bf7f] {
1815
+ }.fs-upload-tag[data-v-e5cde7de] {
1826
1816
  border: 1px solid #dcdfe6;
1827
1817
  padding: 4px 8px;
1828
1818
  background-clip: padding-box;
@@ -1830,25 +1820,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1830
1820
  display: inline-flex;
1831
1821
  align-items: center;
1832
1822
  }
1833
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1823
+ .fs-upload-tag-text[data-v-e5cde7de] {
1834
1824
  margin-right: 18px;
1835
1825
  max-width: 160px;
1836
1826
  overflow: hidden;
1837
1827
  text-overflow: ellipsis;
1838
1828
  white-space: nowrap;
1839
1829
  }
1840
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1830
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1841
1831
  font-weight: 600;
1842
1832
  margin-left: 4px;
1833
+ }.el-button > span[data-v-5bb8bf7f] {
1834
+ font-size: 12px;
1843
1835
  }
1844
- .svg-icon[data-v-019891df] {
1845
- width: 1.2em;
1846
- height: 1.2em;
1847
- vertical-align: -0.25em;
1848
- fill: currentColor;
1849
- overflow: initial;
1850
- }
1851
- .fs-upload-tag[data-v-e5cde7de] {
1836
+ .fs-upload-tag[data-v-5bb8bf7f] {
1852
1837
  border: 1px solid #dcdfe6;
1853
1838
  padding: 4px 8px;
1854
1839
  background-clip: padding-box;
@@ -1856,58 +1841,40 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1856
1841
  display: inline-flex;
1857
1842
  align-items: center;
1858
1843
  }
1859
- .fs-upload-tag-text[data-v-e5cde7de] {
1844
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1860
1845
  margin-right: 18px;
1861
1846
  max-width: 160px;
1862
1847
  overflow: hidden;
1863
1848
  text-overflow: ellipsis;
1864
1849
  white-space: nowrap;
1865
1850
  }
1866
- .fs-upload-tag-percent[data-v-e5cde7de] {
1851
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1867
1852
  font-weight: 600;
1868
1853
  margin-left: 4px;
1854
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1855
+ margin-right: 5px;
1869
1856
  }
1870
- .home-chart-iframe[data-v-73352a50] {
1871
- width: 100%;
1872
- height: 100%;
1873
- border: none;
1874
- opacity: 1;
1875
- }
1876
-
1877
- .additional-data-tag[data-v-7aaab83c] {
1878
- display: flex;
1879
- align-items: center;
1880
- flex-shrink: 0;
1881
- min-width: max-content;
1882
- margin-left: auto;
1883
- gap: 10px;
1884
- }
1885
- .additional-data-button[data-v-7aaab83c] {
1886
- display: flex;
1887
- align-items: center;
1888
- justify-content: center;
1889
- margin-top: 10px;
1890
- gap: 10px;
1891
- }
1892
- [data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
1857
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1858
+ margin-left: 5px;
1859
+ }[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 {
1893
1860
  user-select: text !important;
1894
1861
  -webkit-user-select: text !important;
1895
1862
  -moz-user-select: text !important;
1896
1863
  -ms-user-select: text !important;
1897
1864
  }
1898
- .slide-up-enter-active[data-v-6da81be3],
1899
- .slide-up-leave-active[data-v-6da81be3] {
1865
+ .slide-up-enter-active[data-v-bc196b97],
1866
+ .slide-up-leave-active[data-v-bc196b97] {
1900
1867
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1901
1868
  }
1902
- .slide-up-enter-from[data-v-6da81be3],
1903
- .slide-up-leave-to[data-v-6da81be3] {
1869
+ .slide-up-enter-from[data-v-bc196b97],
1870
+ .slide-up-leave-to[data-v-bc196b97] {
1904
1871
  transform: translateY(100%);
1905
1872
  }
1906
1873
 
1907
1874
  /**
1908
1875
  * 聊天窗口的样式设置
1909
1876
  */
1910
- .chat-container[data-v-6da81be3] {
1877
+ .chat-container[data-v-bc196b97] {
1911
1878
  --header-height: 56px;
1912
1879
  --chat-padding: 12px;
1913
1880
  --bubble-content-max-width: 0px;
@@ -1919,25 +1886,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1919
1886
  flex-direction: row; /* 横向排列 */
1920
1887
  height: 100%; /* 父容器高度 */
1921
1888
  }
1922
- .small-window[data-v-6da81be3] {
1889
+ .small-window[data-v-bc196b97] {
1923
1890
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1924
1891
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1925
1892
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1926
1893
  border-radius: 8px;
1927
1894
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1928
1895
  }
1929
- .full-screen[data-v-6da81be3] {
1896
+ .full-screen[data-v-bc196b97] {
1930
1897
  right: 0;
1931
1898
  bottom: 0;
1932
1899
  --main-content-height: calc(100vh - var(--header-height));
1933
1900
  }
1934
- .chat-container > *[data-v-6da81be3] {
1901
+ .chat-container > *[data-v-bc196b97] {
1935
1902
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1936
1903
  }
1937
1904
 
1938
1905
  /* 聊天窗口的头部样式设置
1939
1906
  */
1940
- .chat-embed__header_container[data-v-6da81be3] {
1907
+ .chat-embed__header_container[data-v-bc196b97] {
1941
1908
  /* border-bottom: 1px solid #ddd; */
1942
1909
  display: flex;
1943
1910
  align-items: center;
@@ -1947,7 +1914,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1947
1914
  overflow: hidden;
1948
1915
  position: relative;
1949
1916
  }
1950
- .session-subject[data-v-6da81be3] {
1917
+ .session-subject[data-v-bc196b97] {
1951
1918
  display: block;
1952
1919
  margin: 0 auto;
1953
1920
  text-align: center;
@@ -1962,17 +1929,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1962
1929
 
1963
1930
  /* 聊天窗口的头部图标样式设置
1964
1931
  */
1965
- .chat-embed__header_avatar[data-v-6da81be3] {
1932
+ .chat-embed__header_avatar[data-v-bc196b97] {
1966
1933
  margin-left: calc(var(--chat-padding) * 2);
1967
1934
  margin-right: var(--chat-padding);
1968
1935
  }
1969
- .chat-embed__header_tool_icon[data-v-6da81be3] {
1936
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
1970
1937
  right: 20px;
1971
1938
  position: absolute;
1972
1939
  gap: 28px;
1973
1940
  display: flex;
1974
1941
  }
1975
- .chat-embed__sidebar[data-v-6da81be3] {
1942
+ .chat-embed__sidebar[data-v-bc196b97] {
1976
1943
  background: #f6f7fa;
1977
1944
  display: flex;
1978
1945
  flex-direction: column; /* 设置为上下排列 */
@@ -1981,7 +1948,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1981
1948
  width: 260px;
1982
1949
  height: 100%;
1983
1950
  }
1984
- .chat-embed__main[data-v-6da81be3] {
1951
+ .chat-embed__main[data-v-bc196b97] {
1985
1952
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1986
1953
  box-sizing: border-box;
1987
1954
  overflow: hidden;
@@ -1992,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1992
1959
  flex: 1; /* 聊天内容区域占据剩余空间 */
1993
1960
  overflow: hidden; /* 防止内容溢出 */
1994
1961
  }
1995
- .chat-embed__main_content[data-v-6da81be3] {
1962
+ .chat-embed__main_content[data-v-bc196b97] {
1996
1963
  flex: 1;
1997
1964
  box-sizing: border-box;
1998
1965
  min-height: 0;
@@ -2000,21 +1967,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2000
1967
  /* overflow-y: auto;
2001
1968
  margin-bottom: 12px; */
2002
1969
  }
2003
- .chat-embed__input_container[data-v-6da81be3] {
1970
+ .chat-embed__input_container[data-v-bc196b97] {
2004
1971
  flex-shrink: 0; /* 不允许收缩 */
2005
1972
  /* margin-bottom: 50px; 距离底部 */
2006
1973
  }
2007
- .header-icon[data-v-6da81be3] {
1974
+ .header-icon[data-v-bc196b97] {
2008
1975
  cursor: pointer;
2009
1976
  font-size: 20px;
2010
1977
  }
2011
1978
 
2012
1979
  /* 聊天默认推荐内容样式
2013
1980
  */
2014
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
1981
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2015
1982
  margin-top: 5px;
2016
1983
  }
2017
- .content-container[data-v-6da81be3] {
1984
+ .content-container[data-v-bc196b97] {
2018
1985
  padding: 16px;
2019
1986
  border-radius: 4px;
2020
1987
  background: #ffffff;
@@ -2022,7 +1989,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2022
1989
  border-radius: 0px 30px 30px 30px;
2023
1990
  /* opacity: 0.6; */
2024
1991
  }
2025
- .chat-content-font[data-v-6da81be3] {
1992
+ .chat-content-font[data-v-bc196b97] {
2026
1993
  font-family: PingFang SC, PingFang SC;
2027
1994
  font-weight: 500;
2028
1995
  font-size: 16px;
@@ -2032,10 +1999,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2032
1999
  font-style: normal;
2033
2000
  text-transform: none;
2034
2001
  }
2035
- [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2002
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2036
2003
  border: none !important;
2037
2004
  }
2038
- .content-container-header[data-v-6da81be3] {
2005
+ .content-container-header[data-v-bc196b97] {
2039
2006
  font-size: 12px;
2040
2007
  color: #909399;
2041
2008
  }
@@ -2043,143 +2010,39 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2043
2010
  /**
2044
2011
  // 用户消息
2045
2012
  */
2046
- .content-borderless-container[data-v-6da81be3] {
2047
- background: #e1ecfd;
2048
- border-radius: 20px 0px 20px 20px;
2049
- user-select: none;
2050
- padding: 12px;
2051
- cursor: pointer;
2052
- transition: background-color 0.3s;
2053
- &[data-v-6da81be3]:hover {
2054
- background-color: #ebeef5;
2055
- }
2056
- }
2057
- .footer-container[data-v-6da81be3] {
2058
- [data-v-6da81be3] .el-button + .el-button {
2059
- margin-left: 8px;
2060
- }
2061
- }
2062
- .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2063
- padding: 0;
2064
- }
2065
-
2066
- /* 引用文件样式 */
2067
- .doc-agg-item[data-v-6da81be3] {
2068
- width: 100%;
2069
- padding: 10px;
2070
- margin-bottom: 5px;
2071
- border: 1px solid #eee;
2072
- border-radius: 4px;
2073
- cursor: pointer;
2074
- font-size: 12px;
2075
- color: var(--el-color-primary);
2076
- }
2077
- .elx-xmarkdown-container[data-v-6da81be3] {
2078
- padding: 0;
2079
- }
2080
- h4[data-v-6da81be3] {
2081
- font-size: 16px;
2082
- margin-top: 0px;
2083
- margin-bottom: 0px;
2084
- }
2085
- [data-v-6da81be3] .el-divider--horizontal {
2086
- margin: 5px 0;
2087
- }
2088
- .sender-additional-data-tag[data-v-6da81be3] {
2089
- display: flex;
2090
- align-items: center;
2091
- flex-shrink: 0;
2092
- min-width: max-content;
2093
- margin-left: auto;
2094
- gap: 10px;
2095
- }
2096
- .amb-color-iconfont[data-v-6da81be3] {
2097
- display: inline-block;
2098
- width: 12px;
2099
- height: 12px;
2100
- background-repeat: no-repeat;
2101
- background-position: center;
2102
- background-size: 100%;
2103
- cursor: pointer;
2104
- }
2105
- .el-button + .el-button[data-v-6da81be3] {
2106
- margin-left: 5px;
2107
- }
2108
- .header-self-wrap[data-v-6da81be3] {
2109
- display: flex;
2110
- flex-direction: column;
2111
- padding: 16px;
2112
- }
2113
- [data-v-6da81be3] .el-sender-header {
2114
- border-bottom-color: #ffffff !important;
2115
- }
2116
- [data-v-6da81be3] .el-sender {
2117
- background: #ffffff !important;
2118
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2119
- border-radius: 30px 30px 30px 30px !important;
2120
- font-family: Noto Sans SC, Noto Sans SC;
2121
- font-weight: 400;
2122
- font-size: 16px;
2123
- color: #bbbbbb;
2124
- text-align: left;
2125
- font-style: normal;
2126
- text-transform: none;
2127
- }
2128
- [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2129
- font-family: Noto Sans SC, Noto Sans SC !important;
2130
- font-weight: 400 !important;
2131
- font-size: 16px !important;
2132
- line-height: 21px !important;
2133
- font-style: normal !important;
2134
- text-transform: none !important;
2135
- }
2136
- [data-v-6da81be3] .el-sender-content {
2137
- padding: 16px !important;
2138
- }
2139
- [data-v-6da81be3] .el-select__wrapper {
2140
- border-radius: 100px 100px 100px 100px;
2141
- border: 1px solid #dcdfe6;
2142
- }
2143
- .ai-generate-tip[data-v-6da81be3] {
2144
- padding: 12px;
2145
- font-family: PingFang SC, PingFang SC;
2146
- font-weight: 400;
2147
- font-size: 14px;
2148
- color: #808080;
2149
- line-height: 21px;
2150
- font-style: normal;
2151
- text-align: center;
2152
- }
2153
- .el-button.is-circle[data-v-6da81be3] {
2154
- border-radius: 50% !important;
2155
- padding: 8px;
2156
- width: 32px;
2157
- }
2158
- .send-icon[data-v-6da81be3] {
2159
- cursor: pointer;
2013
+ .content-borderless-container[data-v-bc196b97] {
2014
+ background: #e1ecfd;
2015
+ border-radius: 20px 0px 20px 20px;
2016
+ user-select: none;
2017
+ padding: 12px;
2018
+ cursor: pointer;
2019
+ transition: background-color 0.3s;
2020
+ &[data-v-bc196b97]:hover {
2021
+ background-color: #ebeef5;
2160
2022
  }
2161
- .el-divider--vertical[data-v-6da81be3] {
2162
- margin: 0 0;
2163
2023
  }
2164
- .footer-wrapper[data-v-ffbde6f9] {
2165
- display: flex;
2166
- align-items: center;
2167
- justify-content: space-between;
2168
- gap: 10px;
2169
- width: 100%;
2170
- .footer-time[data-v-ffbde6f9] {
2171
- font-size: 10px;
2172
- color: #999;
2173
- margin-top: 3px;
2174
- flex-shrink: 0;
2024
+ .footer-container[data-v-bc196b97] {
2025
+ [data-v-bc196b97] .el-button + .el-button {
2026
+ margin-left: 8px;
2175
2027
  }
2176
2028
  }
2177
- .footer-container[data-v-ffbde6f9] {
2178
- display: flex;
2179
- gap: 8px;
2180
- [data-v-ffbde6f9] .el-button + .el-button {
2181
- margin-left: 0;
2029
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2030
+ padding: 0;
2031
+ }
2032
+
2033
+ /* 引用文件样式 */
2034
+ .doc-agg-item[data-v-bc196b97] {
2035
+ width: 100%;
2036
+ padding: 10px;
2037
+ margin-bottom: 5px;
2038
+ border: 1px solid #eee;
2039
+ border-radius: 4px;
2040
+ cursor: pointer;
2041
+ font-size: 12px;
2042
+ color: var(--el-color-primary);
2182
2043
  }
2044
+ .elx-xmarkdown-container[data-v-bc196b97] {
2045
+ padding: 0;
2183
2046
  }
2184
2047
  [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 {
2185
2048
  user-select: text !important;
@@ -2369,6 +2232,13 @@ h4[data-v-6da81be3] {
2369
2232
  .elx-xmarkdown-container[data-v-45fbaf17] {
2370
2233
  padding: 0;
2371
2234
  }
2235
+
2236
+ .home-chart-iframe[data-v-73352a50] {
2237
+ width: 100%;
2238
+ height: 100%;
2239
+ border: none;
2240
+ opacity: 1;
2241
+ }
2372
2242
  [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2373
2243
  user-select: text !important;
2374
2244
  -webkit-user-select: text !important;
@@ -2557,25 +2427,25 @@ h4[data-v-6da81be3] {
2557
2427
  .elx-xmarkdown-container[data-v-e9aa835d] {
2558
2428
  padding: 0;
2559
2429
  }
2560
- [data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
2430
+ [data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
2561
2431
  user-select: text !important;
2562
2432
  -webkit-user-select: text !important;
2563
2433
  -moz-user-select: text !important;
2564
2434
  -ms-user-select: text !important;
2565
2435
  }
2566
- .slide-up-enter-active[data-v-bc196b97],
2567
- .slide-up-leave-active[data-v-bc196b97] {
2436
+ .slide-up-enter-active[data-v-6da81be3],
2437
+ .slide-up-leave-active[data-v-6da81be3] {
2568
2438
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2569
2439
  }
2570
- .slide-up-enter-from[data-v-bc196b97],
2571
- .slide-up-leave-to[data-v-bc196b97] {
2440
+ .slide-up-enter-from[data-v-6da81be3],
2441
+ .slide-up-leave-to[data-v-6da81be3] {
2572
2442
  transform: translateY(100%);
2573
2443
  }
2574
2444
 
2575
2445
  /**
2576
2446
  * 聊天窗口的样式设置
2577
2447
  */
2578
- .chat-container[data-v-bc196b97] {
2448
+ .chat-container[data-v-6da81be3] {
2579
2449
  --header-height: 56px;
2580
2450
  --chat-padding: 12px;
2581
2451
  --bubble-content-max-width: 0px;
@@ -2587,25 +2457,25 @@ h4[data-v-6da81be3] {
2587
2457
  flex-direction: row; /* 横向排列 */
2588
2458
  height: 100%; /* 父容器高度 */
2589
2459
  }
2590
- .small-window[data-v-bc196b97] {
2460
+ .small-window[data-v-6da81be3] {
2591
2461
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2592
2462
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2593
2463
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2594
2464
  border-radius: 8px;
2595
2465
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2596
2466
  }
2597
- .full-screen[data-v-bc196b97] {
2467
+ .full-screen[data-v-6da81be3] {
2598
2468
  right: 0;
2599
2469
  bottom: 0;
2600
2470
  --main-content-height: calc(100vh - var(--header-height));
2601
2471
  }
2602
- .chat-container > *[data-v-bc196b97] {
2472
+ .chat-container > *[data-v-6da81be3] {
2603
2473
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2604
2474
  }
2605
2475
 
2606
2476
  /* 聊天窗口的头部样式设置
2607
2477
  */
2608
- .chat-embed__header_container[data-v-bc196b97] {
2478
+ .chat-embed__header_container[data-v-6da81be3] {
2609
2479
  /* border-bottom: 1px solid #ddd; */
2610
2480
  display: flex;
2611
2481
  align-items: center;
@@ -2615,7 +2485,7 @@ h4[data-v-6da81be3] {
2615
2485
  overflow: hidden;
2616
2486
  position: relative;
2617
2487
  }
2618
- .session-subject[data-v-bc196b97] {
2488
+ .session-subject[data-v-6da81be3] {
2619
2489
  display: block;
2620
2490
  margin: 0 auto;
2621
2491
  text-align: center;
@@ -2630,17 +2500,17 @@ h4[data-v-6da81be3] {
2630
2500
 
2631
2501
  /* 聊天窗口的头部图标样式设置
2632
2502
  */
2633
- .chat-embed__header_avatar[data-v-bc196b97] {
2503
+ .chat-embed__header_avatar[data-v-6da81be3] {
2634
2504
  margin-left: calc(var(--chat-padding) * 2);
2635
2505
  margin-right: var(--chat-padding);
2636
2506
  }
2637
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2507
+ .chat-embed__header_tool_icon[data-v-6da81be3] {
2638
2508
  right: 20px;
2639
2509
  position: absolute;
2640
2510
  gap: 28px;
2641
2511
  display: flex;
2642
2512
  }
2643
- .chat-embed__sidebar[data-v-bc196b97] {
2513
+ .chat-embed__sidebar[data-v-6da81be3] {
2644
2514
  background: #f6f7fa;
2645
2515
  display: flex;
2646
2516
  flex-direction: column; /* 设置为上下排列 */
@@ -2649,7 +2519,7 @@ h4[data-v-6da81be3] {
2649
2519
  width: 260px;
2650
2520
  height: 100%;
2651
2521
  }
2652
- .chat-embed__main[data-v-bc196b97] {
2522
+ .chat-embed__main[data-v-6da81be3] {
2653
2523
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2654
2524
  box-sizing: border-box;
2655
2525
  overflow: hidden;
@@ -2660,7 +2530,7 @@ h4[data-v-6da81be3] {
2660
2530
  flex: 1; /* 聊天内容区域占据剩余空间 */
2661
2531
  overflow: hidden; /* 防止内容溢出 */
2662
2532
  }
2663
- .chat-embed__main_content[data-v-bc196b97] {
2533
+ .chat-embed__main_content[data-v-6da81be3] {
2664
2534
  flex: 1;
2665
2535
  box-sizing: border-box;
2666
2536
  min-height: 0;
@@ -2668,21 +2538,21 @@ h4[data-v-6da81be3] {
2668
2538
  /* overflow-y: auto;
2669
2539
  margin-bottom: 12px; */
2670
2540
  }
2671
- .chat-embed__input_container[data-v-bc196b97] {
2541
+ .chat-embed__input_container[data-v-6da81be3] {
2672
2542
  flex-shrink: 0; /* 不允许收缩 */
2673
2543
  /* margin-bottom: 50px; 距离底部 */
2674
2544
  }
2675
- .header-icon[data-v-bc196b97] {
2545
+ .header-icon[data-v-6da81be3] {
2676
2546
  cursor: pointer;
2677
2547
  font-size: 20px;
2678
2548
  }
2679
2549
 
2680
2550
  /* 聊天默认推荐内容样式
2681
2551
  */
2682
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2552
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
2683
2553
  margin-top: 5px;
2684
2554
  }
2685
- .content-container[data-v-bc196b97] {
2555
+ .content-container[data-v-6da81be3] {
2686
2556
  padding: 16px;
2687
2557
  border-radius: 4px;
2688
2558
  background: #ffffff;
@@ -2690,7 +2560,7 @@ h4[data-v-6da81be3] {
2690
2560
  border-radius: 0px 30px 30px 30px;
2691
2561
  /* opacity: 0.6; */
2692
2562
  }
2693
- .chat-content-font[data-v-bc196b97] {
2563
+ .chat-content-font[data-v-6da81be3] {
2694
2564
  font-family: PingFang SC, PingFang SC;
2695
2565
  font-weight: 500;
2696
2566
  font-size: 16px;
@@ -2700,10 +2570,10 @@ h4[data-v-6da81be3] {
2700
2570
  font-style: normal;
2701
2571
  text-transform: none;
2702
2572
  }
2703
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2573
+ [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2704
2574
  border: none !important;
2705
2575
  }
2706
- .content-container-header[data-v-bc196b97] {
2576
+ .content-container-header[data-v-6da81be3] {
2707
2577
  font-size: 12px;
2708
2578
  color: #909399;
2709
2579
  }
@@ -2711,28 +2581,28 @@ h4[data-v-6da81be3] {
2711
2581
  /**
2712
2582
  // 用户消息
2713
2583
  */
2714
- .content-borderless-container[data-v-bc196b97] {
2584
+ .content-borderless-container[data-v-6da81be3] {
2715
2585
  background: #e1ecfd;
2716
2586
  border-radius: 20px 0px 20px 20px;
2717
2587
  user-select: none;
2718
2588
  padding: 12px;
2719
2589
  cursor: pointer;
2720
2590
  transition: background-color 0.3s;
2721
- &[data-v-bc196b97]:hover {
2591
+ &[data-v-6da81be3]:hover {
2722
2592
  background-color: #ebeef5;
2723
2593
  }
2724
2594
  }
2725
- .footer-container[data-v-bc196b97] {
2726
- [data-v-bc196b97] .el-button + .el-button {
2595
+ .footer-container[data-v-6da81be3] {
2596
+ [data-v-6da81be3] .el-button + .el-button {
2727
2597
  margin-left: 8px;
2728
2598
  }
2729
2599
  }
2730
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2600
+ .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2731
2601
  padding: 0;
2732
2602
  }
2733
2603
 
2734
2604
  /* 引用文件样式 */
2735
- .doc-agg-item[data-v-bc196b97] {
2605
+ .doc-agg-item[data-v-6da81be3] {
2736
2606
  width: 100%;
2737
2607
  padding: 10px;
2738
2608
  margin-bottom: 5px;
@@ -2742,10 +2612,93 @@ h4[data-v-6da81be3] {
2742
2612
  font-size: 12px;
2743
2613
  color: var(--el-color-primary);
2744
2614
  }
2745
- .elx-xmarkdown-container[data-v-bc196b97] {
2615
+ .elx-xmarkdown-container[data-v-6da81be3] {
2746
2616
  padding: 0;
2747
- }
2748
-
2617
+ }
2618
+ h4[data-v-6da81be3] {
2619
+ font-size: 16px;
2620
+ margin-top: 0px;
2621
+ margin-bottom: 0px;
2622
+ }
2623
+ [data-v-6da81be3] .el-divider--horizontal {
2624
+ margin: 5px 0;
2625
+ }
2626
+ .sender-additional-data-tag[data-v-6da81be3] {
2627
+ display: flex;
2628
+ align-items: center;
2629
+ flex-shrink: 0;
2630
+ min-width: max-content;
2631
+ margin-left: auto;
2632
+ gap: 10px;
2633
+ }
2634
+ .amb-color-iconfont[data-v-6da81be3] {
2635
+ display: inline-block;
2636
+ width: 12px;
2637
+ height: 12px;
2638
+ background-repeat: no-repeat;
2639
+ background-position: center;
2640
+ background-size: 100%;
2641
+ cursor: pointer;
2642
+ }
2643
+ .el-button + .el-button[data-v-6da81be3] {
2644
+ margin-left: 5px;
2645
+ }
2646
+ .header-self-wrap[data-v-6da81be3] {
2647
+ display: flex;
2648
+ flex-direction: column;
2649
+ padding: 16px;
2650
+ }
2651
+ [data-v-6da81be3] .el-sender-header {
2652
+ border-bottom-color: #ffffff !important;
2653
+ }
2654
+ [data-v-6da81be3] .el-sender {
2655
+ background: #ffffff !important;
2656
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2657
+ border-radius: 30px 30px 30px 30px !important;
2658
+ font-family: Noto Sans SC, Noto Sans SC;
2659
+ font-weight: 400;
2660
+ font-size: 16px;
2661
+ color: #bbbbbb;
2662
+ text-align: left;
2663
+ font-style: normal;
2664
+ text-transform: none;
2665
+ }
2666
+ [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2667
+ font-family: Noto Sans SC, Noto Sans SC !important;
2668
+ font-weight: 400 !important;
2669
+ font-size: 16px !important;
2670
+ line-height: 21px !important;
2671
+ font-style: normal !important;
2672
+ text-transform: none !important;
2673
+ }
2674
+ [data-v-6da81be3] .el-sender-content {
2675
+ padding: 16px !important;
2676
+ }
2677
+ [data-v-6da81be3] .el-select__wrapper {
2678
+ border-radius: 100px 100px 100px 100px;
2679
+ border: 1px solid #dcdfe6;
2680
+ }
2681
+ .ai-generate-tip[data-v-6da81be3] {
2682
+ padding: 12px;
2683
+ font-family: PingFang SC, PingFang SC;
2684
+ font-weight: 400;
2685
+ font-size: 14px;
2686
+ color: #808080;
2687
+ line-height: 21px;
2688
+ font-style: normal;
2689
+ text-align: center;
2690
+ }
2691
+ .el-button.is-circle[data-v-6da81be3] {
2692
+ border-radius: 50% !important;
2693
+ padding: 8px;
2694
+ width: 32px;
2695
+ }
2696
+ .send-icon[data-v-6da81be3] {
2697
+ cursor: pointer;
2698
+ }
2699
+ .el-divider--vertical[data-v-6da81be3] {
2700
+ margin: 0 0;
2701
+ }
2749
2702
  .home-chart-iframe[data-v-b9f40acf] {
2750
2703
  width: 100%;
2751
2704
  height: 100%;
@@ -2759,7 +2712,54 @@ h4[data-v-6da81be3] {
2759
2712
  border: none;
2760
2713
  opacity: 1;
2761
2714
  }
2762
- [data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2715
+
2716
+ .additional-data-tag[data-v-7aaab83c] {
2717
+ display: flex;
2718
+ align-items: center;
2719
+ flex-shrink: 0;
2720
+ min-width: max-content;
2721
+ margin-left: auto;
2722
+ gap: 10px;
2723
+ }
2724
+ .additional-data-button[data-v-7aaab83c] {
2725
+ display: flex;
2726
+ align-items: center;
2727
+ justify-content: center;
2728
+ margin-top: 10px;
2729
+ gap: 10px;
2730
+ }
2731
+
2732
+ .footer-wrapper[data-v-ffbde6f9] {
2733
+ display: flex;
2734
+ align-items: center;
2735
+ justify-content: space-between;
2736
+ gap: 10px;
2737
+ width: 100%;
2738
+ .footer-time[data-v-ffbde6f9] {
2739
+ font-size: 10px;
2740
+ color: #999;
2741
+ margin-top: 3px;
2742
+ flex-shrink: 0;
2743
+ }
2744
+ }
2745
+ .footer-container[data-v-ffbde6f9] {
2746
+ display: flex;
2747
+ gap: 8px;
2748
+ [data-v-ffbde6f9] .el-button + .el-button {
2749
+ margin-left: 0;
2750
+ }
2751
+ }
2752
+
2753
+ .svg-icon[data-v-019891df] {
2754
+ width: 1.2em;
2755
+ height: 1.2em;
2756
+ vertical-align: -0.25em;
2757
+ fill: currentColor;
2758
+ overflow: initial;
2759
+ }
2760
+ [data-v-41b4cbbd] .el-range-separator {
2761
+ min-width: 20px;
2762
+ }[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2763
2763
  user-select: text !important;
2764
2764
  -webkit-user-select: text !important;
2765
2765
  -moz-user-select: text !important;
@@ -3048,11 +3048,6 @@ h4[data-v-6da81be3] {
3048
3048
  .history-item[data-v-1e62eff8]:hover {
3049
3049
  background-color: #f5f5f5;
3050
3050
  }
3051
-
3052
- /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3053
- .mobile-item-action[data-v-13b41596] {
3054
- z-index: 2000;
3055
- }
3056
3051
  .amb-color-iconfont[data-v-13b41596] {
3057
3052
  width: 25px;
3058
3053
  height: 25px;
@@ -3070,7 +3065,12 @@ h4[data-v-6da81be3] {
3070
3065
  }
3071
3066
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3072
3067
  margin-left: 5px;
3073
- }
3068
+ }
3069
+ /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3070
+ .mobile-item-action[data-v-13b41596] {
3071
+ z-index: 2000;
3072
+ }
3073
+
3074
3074
  .el-dialog__header[data-v-44f1d9d6] {
3075
3075
  padding-bottom: 0px;
3076
3076
  }