agilebuilder-ui 1.1.65-tmp5 → 1.1.65-tmp7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/style.css CHANGED
@@ -119,6 +119,15 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  height: 100%;
120
120
  position: absolute;
121
121
  z-index: 999;
122
+ }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
123
+ display: inline-block;
124
+ font-size: 14px;
125
+ line-height: 50px;
126
+ margin-left: 10px;
127
+ }
128
+ .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
129
+ color: #97a8be;
130
+ cursor: text;
122
131
  }.amd-hamburger-container-main[data-v-79c35667] {
123
132
  padding: 0;
124
133
  display: flex;
@@ -140,30 +149,6 @@ iframe.tab-main-content[data-v-3c90505e] {
140
149
  fill: currentColor;
141
150
  overflow: initial;
142
151
  }
143
- .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
144
- display: inline-block;
145
- font-size: 14px;
146
- line-height: 50px;
147
- margin-left: 10px;
148
- }
149
- .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
150
- color: #97a8be;
151
- cursor: text;
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
152
  .grid-area .elTable th[data-v-2eb1c8ec] {
168
153
  padding: 2px 0 !important;
169
154
  }
@@ -308,19 +293,34 @@ iframe.tab-main-content[data-v-3c90505e] {
308
293
  flex-wrap: wrap;
309
294
  gap: var(--layout-form-flex-gap, 15px) 0;
310
295
  }
311
- .searchResult {
296
+ .searchResult[data-v-22410ec9] {
312
297
  color: red;
313
298
  }
314
- .inline-input-custom {
299
+ .inline-input-custom[data-v-22410ec9] {
315
300
  width: 90%;
316
301
  }
317
302
 
318
- .searchResult[data-v-22410ec9] {
303
+ .searchResult {
319
304
  color: red;
320
305
  }
321
- .inline-input-custom[data-v-22410ec9] {
306
+ .inline-input-custom {
322
307
  width: 90%;
323
308
  }
309
+
310
+ .red-circle[data-v-998f4283] {
311
+ width: 20px; /* 圆圈的宽度 */
312
+ height: 20px; /* 圆圈的高度 */
313
+ background-color: red; /* 背景色设置为红色 */
314
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
+ display: inline-block; /* 确保元素以块级元素显示 */
316
+ }
317
+ .green-circle[data-v-998f4283] {
318
+ width: 20px; /* 圆圈的宽度 */
319
+ height: 20px; /* 圆圈的高度 */
320
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
321
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
322
+ display: inline-block; /* 确保元素以块级元素显示 */
323
+ }
324
324
  .ValidCode[data-v-aa77e3bd] {
325
325
  display: flex;
326
326
  background-color: #fff;
@@ -334,85 +334,13 @@ iframe.tab-main-content[data-v-3c90505e] {
334
334
  .select-top-span {
335
335
  width: 100%;
336
336
  }
337
-
338
- .fs-preview-container[data-v-2448d898] {
339
- display: flex;
340
- align-items: center;
341
- gap: 5px;
342
- justify-content: space-between;
343
- }
344
- .fs-preview-tool[data-v-2448d898] {
345
- display: flex;
346
- align-items: center;
347
- flex-shrink: 0;
348
- min-width: max-content;
349
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
350
- }
351
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
352
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
353
- width: 30px;
354
- height: 30px;
355
- }
356
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
357
- .file-actions[data-v-2448d898] .amb-color-iconfont {
358
- font-size: 15px !important; /* 图标实际大小,按需改 */
337
+ [data-v-34406c62] .el-select-dropdown__item {
359
338
  display: inline-block;
360
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
361
- height: 1em !important;
362
- line-height: 1em;
363
- cursor: pointer;
364
339
  }
365
- .amb-list-preivew-name[data-v-2448d898] {
366
- overflow: hidden;
367
- text-overflow: ellipsis;
368
- white-space: nowrap;
369
- }
370
- .el-link + .el-link[data-v-2448d898] {
371
- margin-left: 5px;
372
- }
373
- .file-item[data-v-2448d898] {
374
- display: flex;
375
- align-items: center;
376
- justify-content: space-between; /* 添加这行来分布空间 */
377
- gap: 10px;
378
- height: 40px;
379
- padding: 10px;
380
- border-radius: 8px;
381
- transition: background-color 0.2s;
382
- }
383
- .file-item[data-v-2448d898]:hover {
384
- color: var(--el-button-hover-text-color, #409eff);
385
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
386
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
387
- outline: none;
388
- }
389
- .file-actions[data-v-2448d898] {
390
- display: flex;
391
- align-items: center;
392
- gap: 5px;
393
- flex-shrink: 0; /* 防止按钮被压缩 */
394
- }
395
- .super-icon + .super-icon[data-v-2448d898] {
396
- margin-left: 5px;
397
- }
398
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
399
- margin-left: 5px;
400
- }
401
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
402
- margin-left: 5px;
403
- }
404
- .amb-iconfont[data-v-2448d898] {
405
- color: var(--el-color-primary);
406
- }
407
- .fs-preview-container[data-v-2448d898] .el-button > span {
408
- font-size: 14px !important;
409
- }
410
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
411
- padding: 5px 11px;
412
- height: var(--el-button-size);
413
- }[data-v-34406c62] .el-select-dropdown__item {
414
- display: inline-block;
415
- }.nine-grid-area[data-v-80f6a26f] {
340
+ .organization-input .el-input-group__append {
341
+ padding: 0 10px 0 0;
342
+ }
343
+ .nine-grid-area[data-v-80f6a26f] {
416
344
  padding: 10px;
417
345
  }
418
346
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -522,6 +450,82 @@ iframe.tab-main-content[data-v-3c90505e] {
522
450
  font-size: 14px;
523
451
  display: grid;
524
452
  grid-template-columns: 20% 80%;
453
+ }
454
+ .fs-preview-container[data-v-2448d898] {
455
+ display: flex;
456
+ align-items: center;
457
+ gap: 5px;
458
+ justify-content: space-between;
459
+ }
460
+ .fs-preview-tool[data-v-2448d898] {
461
+ display: flex;
462
+ align-items: center;
463
+ flex-shrink: 0;
464
+ min-width: max-content;
465
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
466
+ }
467
+ .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
468
+ .more-file-icon[data-v-2448d898] .amb-color-iconfont {
469
+ width: 30px;
470
+ height: 30px;
471
+ }
472
+ .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
473
+ .file-actions[data-v-2448d898] .amb-color-iconfont {
474
+ font-size: 15px !important; /* 图标实际大小,按需改 */
475
+ display: inline-block;
476
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
477
+ height: 1em !important;
478
+ line-height: 1em;
479
+ cursor: pointer;
480
+ }
481
+ .amb-list-preivew-name[data-v-2448d898] {
482
+ overflow: hidden;
483
+ text-overflow: ellipsis;
484
+ white-space: nowrap;
485
+ }
486
+ .el-link + .el-link[data-v-2448d898] {
487
+ margin-left: 5px;
488
+ }
489
+ .file-item[data-v-2448d898] {
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-2448d898]:hover {
500
+ color: var(--el-button-hover-text-color, #409eff);
501
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
502
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
503
+ outline: none;
504
+ }
505
+ .file-actions[data-v-2448d898] {
506
+ display: flex;
507
+ align-items: center;
508
+ gap: 5px;
509
+ flex-shrink: 0; /* 防止按钮被压缩 */
510
+ }
511
+ .super-icon + .super-icon[data-v-2448d898] {
512
+ margin-left: 5px;
513
+ }
514
+ .amb-iconfont + .amb-iconfont[data-v-2448d898] {
515
+ margin-left: 5px;
516
+ }
517
+ .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
518
+ margin-left: 5px;
519
+ }
520
+ .amb-iconfont[data-v-2448d898] {
521
+ color: var(--el-color-primary);
522
+ }
523
+ .fs-preview-container[data-v-2448d898] .el-button > span {
524
+ font-size: 14px !important;
525
+ }
526
+ .fs-preview-container[data-v-2448d898] .el-button.is-round {
527
+ padding: 5px 11px;
528
+ height: var(--el-button-size);
525
529
  }.amb-color-iconfont[data-v-5254701d] {
526
530
  width: 30px;
527
531
  height: 30px;
@@ -551,11 +555,7 @@ iframe.tab-main-content[data-v-3c90505e] {
551
555
  .fs-upload-tag-percent[data-v-5254701d] {
552
556
  font-weight: 600;
553
557
  margin-left: 4px;
554
- }
555
- .organization-input .el-input-group__append {
556
- padding: 0 10px 0 0;
557
- }
558
- .select[data-v-52983a24] {
558
+ }.select[data-v-52983a24] {
559
559
  width: 100%;
560
560
  height: 100%;
561
561
  display: grid;
@@ -569,7 +569,65 @@ 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] {
572
+ }
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;
579
+ }
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;
586
+ }
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
589
+ }
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
592
+ }
593
+ .organization-tree .item-row-all {
594
+ margin-bottom: 10px;
595
+ }
596
+ .organization-tree .item-row {
597
+ display: flex;
598
+ width: 100%;
599
+ }
600
+ .organization-tree .item-label {
601
+ flex: 0 0 90%;
602
+ text-align: left;
603
+ }
604
+ .organization-tree .item-side {
605
+ flex: 0 0 10%;
606
+ text-align: right;
607
+ }
608
+ .organization-tree .el-tree-node {
609
+ margin-bottom: 10px;
610
+ }
611
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
612
+ padding: 0;
613
+ display: none;
614
+ }
615
+ .organization-tree .card-footer {
616
+ padding: 20px;
617
+ }
618
+ .organization-tree .card-footer .select-result {
619
+ color: #409eff;
620
+ flex: 1 1 75%;
621
+ text-align: left;
622
+ }
623
+ .organization-tree .card-footer .button-area {
624
+ flex: 0 0 20%;
625
+ text-align: right;
626
+ }
627
+ .organization-tree .dept-path .breadcrumb-label-link {
628
+ color: #409eff;
629
+ }
630
+ .wscn-http404-container[data-v-4f824f28] {
573
631
  transform: translate(-50%, -50%);
574
632
  position: absolute;
575
633
  top: 40%;
@@ -761,184 +819,10 @@ iframe.tab-main-content[data-v-3c90505e] {
761
819
  opacity: 1;
762
820
  }
763
821
  }
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;
783
- }
784
- .organization-tree .item-row-all {
785
- margin-bottom: 10px;
786
- }
787
- .organization-tree .item-row {
788
- display: flex;
789
- width: 100%;
790
- }
791
- .organization-tree .item-label {
792
- flex: 0 0 90%;
793
- text-align: left;
794
- }
795
- .organization-tree .item-side {
796
- flex: 0 0 10%;
797
- text-align: right;
798
- }
799
- .organization-tree .el-tree-node {
800
- margin-bottom: 10px;
801
- }
802
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
803
- padding: 0;
804
- display: none;
805
- }
806
- .organization-tree .card-footer {
807
- padding: 20px;
808
- }
809
- .organization-tree .card-footer .select-result {
810
- color: #409eff;
811
- flex: 1 1 75%;
812
- text-align: left;
813
- }
814
- .organization-tree .card-footer .button-area {
815
- flex: 0 0 20%;
816
- text-align: right;
817
- }
818
- .organization-tree .dept-path .breadcrumb-label-link {
819
- color: #409eff;
820
- }
821
- .super-icon[data-v-875fd31c] {
822
- width: 1em;
823
- height: 1em;
824
- font-size: 14px;
825
- }
826
- .organization-tree,
827
- .organization-tree .el-checkbox__label,
828
- .organization-tree .el-breadcrumb__inner,
829
- .organization-tree .el-tree {
830
- font-size: 17px;
831
- font-weight: 700;
832
- }
833
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
834
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
835
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
836
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
837
- font-size: 17px;
838
- font-weight: 700;
839
- }
840
- .organization-tree .el-card__body {
841
- padding-top: 10px;
842
- }
843
- .organization-tree .card-content {
844
- margin-top: 10px;
845
- }
846
- .organization-tree .item-row-all {
847
- margin-bottom: 10px;
848
- }
849
- .organization-tree .item-row {
850
- display: flex;
851
- width: 100%;
852
- }
853
- .organization-tree .item-label {
854
- flex: 0 0 90%;
855
- text-align: left;
856
- }
857
- .organization-tree .item-side {
858
- flex: 0 0 10%;
859
- text-align: right;
860
- }
861
- .organization-tree .el-tree-node {
862
- margin-bottom: 10px;
863
- }
864
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
865
- padding: 0;
866
- display: none;
867
- }
868
- .organization-tree .card-footer {
869
- padding: 20px;
870
- }
871
- .organization-tree .card-footer .select-result {
872
- color: #409eff;
873
- flex: 1 1 75%;
874
- text-align: left;
875
- }
876
- .organization-tree .card-footer .button-area {
877
- flex: 0 0 20%;
878
- text-align: right;
879
- }
880
- .organization-tree .dept-path .breadcrumb-label-link {
881
- color: #409eff;
882
- }
883
- .row-form-item[data-v-4b5a56cc] {
884
- width: 50%;
885
- }
886
- .organization-tree,
887
- .organization-tree .el-checkbox__label,
888
- .organization-tree .el-breadcrumb__inner,
889
- .organization-tree .el-tree {
890
- font-size: 17px;
891
- font-weight: 700;
892
- }
893
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
894
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
895
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
896
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
897
- font-size: 17px;
898
- font-weight: 700;
899
- }
900
- .organization-tree .el-card__body {
901
- padding-top: 10px;
902
- }
903
- .organization-tree .card-content {
904
- margin-top: 10px;
905
- }
906
- .organization-tree .item-row-all {
907
- margin-bottom: 10px;
908
- }
909
- .organization-tree .item-row {
910
- display: flex;
911
- width: 100%;
912
- }
913
- .organization-tree .item-label {
914
- flex: 0 0 90%;
915
- text-align: left;
916
- }
917
- .organization-tree .item-side {
918
- flex: 0 0 10%;
919
- text-align: right;
920
- }
921
- .organization-tree .el-tree-node {
922
- margin-bottom: 10px;
923
- }
924
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
925
- padding: 0;
926
- display: none;
927
- }
928
- .organization-tree .card-footer {
929
- padding: 20px;
930
- }
931
- .organization-tree .card-footer .select-result {
932
- color: #409eff;
933
- flex: 1 1 75%;
934
- text-align: left;
935
- }
936
- .organization-tree .card-footer .button-area {
937
- flex: 0 0 20%;
938
- text-align: right;
939
- }
940
- .organization-tree .dept-path .breadcrumb-label-link {
941
- color: #409eff;
822
+ .graphDiv[data-v-a936569d] {
823
+ overflow: auto;
824
+ height: 100%;
825
+ height: calc(100vh - 20px);
942
826
  }
943
827
  .errPage-container[data-v-6bef0241] {
944
828
  width: 800px;
@@ -976,6 +860,9 @@ iframe.tab-main-content[data-v-3c90505e] {
976
860
  }
977
861
  .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
978
862
  text-decoration: underline;
863
+ }iframe[data-v-20dccb82] {
864
+ width: 100%;
865
+ height: calc(100vh - 50px);
979
866
  }.app-wrapper[data-v-5c0a6bf6] {
980
867
  position: relative;
981
868
  height: 100%;
@@ -993,56 +880,47 @@ iframe.tab-main-content[data-v-3c90505e] {
993
880
  height: 100%;
994
881
  position: absolute;
995
882
  z-index: 999;
996
- }
997
- .graphDiv[data-v-a936569d] {
998
- overflow: auto;
999
- height: 100%;
1000
- height: calc(100vh - 20px);
1001
- }
1002
- iframe[data-v-20dccb82] {
1003
- width: 100%;
1004
- height: calc(100vh - 50px);
1005
- }.smb-sidebar-menu-item[data-v-da857302] {
883
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
1006
884
  position: relative;
1007
885
  --el-menu-item-height: 45px;
1008
886
  --el-menu-sub-item-height: 45px;
1009
887
  }
1010
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
888
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1011
889
  padding: 0 !important;
1012
890
  }
1013
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
891
+ .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
892
  display: flex;
1015
893
  flex-direction: row;
1016
894
  }
1017
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
895
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1018
896
  display: flex;
1019
897
  flex-direction: row;
1020
898
  padding: 0 !important;
1021
899
  }
1022
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
900
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1023
901
  display: flex;
1024
902
  align-items: center;
1025
903
  justify-content: center;
1026
904
  width: var(--admin-layout-left-menu-collapse, 54px);
1027
905
  font-size: 16px;
1028
906
  }
1029
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
907
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1030
908
  width: 20px;
1031
909
  }
1032
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
910
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1033
911
  flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1034
912
  overflow: hidden;
1035
913
  white-space: nowrap;
1036
914
  overflow: hidden;
1037
915
  text-overflow: ellipsis;
1038
916
  }
1039
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
917
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1040
918
  overflow: hidden;
1041
919
  white-space: nowrap;
1042
920
  overflow: hidden;
1043
921
  text-overflow: ellipsis;
1044
922
  }
1045
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
923
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1046
924
  flex: 0 0 calc(100% - 20px - 20px);
1047
925
  }.app-main[data-v-2d98e845] {
1048
926
  padding: var(--app-main-padding, 15px);
@@ -1054,59 +932,171 @@ iframe[data-v-20dccb82] {
1054
932
  max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1055
933
  height: calc(100vh - var(--app-main-padding, 15px) * 2);
1056
934
  overflow: auto;
1057
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
935
+ }.smb-sidebar-menu-item[data-v-da857302] {
1058
936
  position: relative;
1059
937
  --el-menu-item-height: 45px;
1060
938
  --el-menu-sub-item-height: 45px;
1061
939
  }
1062
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
940
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1063
941
  padding: 0 !important;
1064
942
  }
1065
- .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)) {
943
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
1066
944
  display: flex;
1067
945
  flex-direction: row;
1068
946
  }
1069
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
947
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1070
948
  display: flex;
1071
949
  flex-direction: row;
1072
950
  padding: 0 !important;
1073
951
  }
1074
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
952
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1075
953
  display: flex;
1076
954
  align-items: center;
1077
955
  justify-content: center;
1078
956
  width: var(--admin-layout-left-menu-collapse, 54px);
1079
957
  font-size: 16px;
1080
958
  }
1081
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
959
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1082
960
  width: 20px;
1083
961
  }
1084
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
962
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1085
963
  flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1086
964
  overflow: hidden;
1087
965
  white-space: nowrap;
1088
966
  overflow: hidden;
1089
967
  text-overflow: ellipsis;
1090
968
  }
1091
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
969
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1092
970
  overflow: hidden;
1093
971
  white-space: nowrap;
1094
972
  overflow: hidden;
1095
973
  text-overflow: ellipsis;
1096
974
  }
1097
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
975
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1098
976
  flex: 0 0 calc(100% - 20px - 20px);
977
+ }.row-form-item[data-v-4b5a56cc] {
978
+ width: 50%;
1099
979
  }
1100
- .searchResult {
1101
- color: red;
980
+ .organization-tree,
981
+ .organization-tree .el-checkbox__label,
982
+ .organization-tree .el-breadcrumb__inner,
983
+ .organization-tree .el-tree {
984
+ font-size: 17px;
985
+ font-weight: 700;
1102
986
  }
1103
- .inline-select-custom {
1104
- width: 100px;
987
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
988
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
989
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
990
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
991
+ font-size: 17px;
992
+ font-weight: 700;
1105
993
  }
1106
- .inline-input-custom {
1107
- width: 98%;
994
+ .organization-tree .el-card__body {
995
+ padding-top: 10px;
996
+ }
997
+ .organization-tree .card-content {
998
+ margin-top: 10px;
999
+ }
1000
+ .organization-tree .item-row-all {
1001
+ margin-bottom: 10px;
1002
+ }
1003
+ .organization-tree .item-row {
1004
+ display: flex;
1005
+ width: 100%;
1006
+ }
1007
+ .organization-tree .item-label {
1008
+ flex: 0 0 90%;
1009
+ text-align: left;
1010
+ }
1011
+ .organization-tree .item-side {
1012
+ flex: 0 0 10%;
1013
+ text-align: right;
1014
+ }
1015
+ .organization-tree .el-tree-node {
1016
+ margin-bottom: 10px;
1017
+ }
1018
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1019
+ padding: 0;
1020
+ display: none;
1021
+ }
1022
+ .organization-tree .card-footer {
1023
+ padding: 20px;
1024
+ }
1025
+ .organization-tree .card-footer .select-result {
1026
+ color: #409eff;
1027
+ flex: 1 1 75%;
1028
+ text-align: left;
1029
+ }
1030
+ .organization-tree .card-footer .button-area {
1031
+ flex: 0 0 20%;
1032
+ text-align: right;
1033
+ }
1034
+ .organization-tree .dept-path .breadcrumb-label-link {
1035
+ color: #409eff;
1036
+ }
1037
+
1038
+ .organization-tree,
1039
+ .organization-tree .el-checkbox__label,
1040
+ .organization-tree .el-breadcrumb__inner,
1041
+ .organization-tree .el-tree {
1042
+ font-size: 17px;
1043
+ font-weight: 700;
1044
+ }
1045
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
1046
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
1047
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
1048
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1049
+ font-size: 17px;
1050
+ font-weight: 700;
1051
+ }
1052
+ .organization-tree .el-card__body {
1053
+ padding-top: 10px;
1054
+ }
1055
+ .organization-tree .card-content {
1056
+ margin-top: 10px;
1057
+ }
1058
+ .organization-tree .item-row-all {
1059
+ margin-bottom: 10px;
1060
+ }
1061
+ .organization-tree .item-row {
1062
+ display: flex;
1063
+ width: 100%;
1064
+ }
1065
+ .organization-tree .item-label {
1066
+ flex: 0 0 90%;
1067
+ text-align: left;
1068
+ }
1069
+ .organization-tree .item-side {
1070
+ flex: 0 0 10%;
1071
+ text-align: right;
1072
+ }
1073
+ .organization-tree .el-tree-node {
1074
+ margin-bottom: 10px;
1075
+ }
1076
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1077
+ padding: 0;
1078
+ display: none;
1079
+ }
1080
+ .organization-tree .card-footer {
1081
+ padding: 20px;
1082
+ }
1083
+ .organization-tree .card-footer .select-result {
1084
+ color: #409eff;
1085
+ flex: 1 1 75%;
1086
+ text-align: left;
1087
+ }
1088
+ .organization-tree .card-footer .button-area {
1089
+ flex: 0 0 20%;
1090
+ text-align: right;
1091
+ }
1092
+ .organization-tree .dept-path .breadcrumb-label-link {
1093
+ color: #409eff;
1108
1094
  }
1109
- [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1095
+ .super-icon[data-v-875fd31c] {
1096
+ width: 1em;
1097
+ height: 1em;
1098
+ font-size: 14px;
1099
+ }[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 {
1110
1100
  user-select: text !important;
1111
1101
  -webkit-user-select: text !important;
1112
1102
  -moz-user-select: text !important;
@@ -1324,7 +1314,68 @@ iframe[data-v-20dccb82] {
1324
1314
  [data-v-e25b360d] .el-divider--horizontal {
1325
1315
  margin: 5px 0;
1326
1316
  }
1327
-
1317
+ .normal-column-header[data-v-562b2e0d] {
1318
+ display: inline-flex;
1319
+ vertical-align: middle;
1320
+ }
1321
+ .normal-column-header-icon[data-v-562b2e0d] {
1322
+ font-size: 20px;
1323
+ color: var(--el-color-primary);
1324
+ cursor: pointer;
1325
+ }
1326
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1327
+ margin-bottom: 0px;
1328
+ }
1329
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1330
+ margin-bottom: 5px;
1331
+ text-align: center;
1332
+ }
1333
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1334
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1335
+ width: 100%;
1336
+ }
1337
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1338
+ display: none;
1339
+ }
1340
+ .search-condition-mobile[data-v-8ae4e3f5] {
1341
+ padding-bottom: 10px;
1342
+ position: fixed;
1343
+ top: 37px;
1344
+ background-color: #ffffff;
1345
+ width: 46%;
1346
+ height: 40px;
1347
+ z-index: 1500;
1348
+ }
1349
+ li[data-v-040fcf55] {
1350
+ color: #333;
1351
+ }
1352
+ .context-menu[data-v-040fcf55] {
1353
+ position: fixed;
1354
+ background: #fff;
1355
+ z-index: 999;
1356
+ padding: 5px;
1357
+ margin: 0;
1358
+ margin-top: 30px;
1359
+ }
1360
+ .context-menu li[data-v-040fcf55] {
1361
+ min-width: 75px;
1362
+ height: 28px;
1363
+ line-height: 28px;
1364
+ text-align: left;
1365
+ color: #1a1a1a;
1366
+ }
1367
+ .context-menu li[data-v-040fcf55]:hover {
1368
+ background: #42b983;
1369
+ color: #fff;
1370
+ }
1371
+ .context-menu[data-v-040fcf55] {
1372
+ border: 1px solid #eee;
1373
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1374
+ border-radius: 5px;
1375
+ }
1376
+ li[data-v-040fcf55] {
1377
+ list-style-type: none;
1378
+ }
1328
1379
  .ab-date-range[data-v-2aeaa81d] {
1329
1380
  display: flex;
1330
1381
  align-items: center;
@@ -1352,9 +1403,13 @@ iframe[data-v-20dccb82] {
1352
1403
  }
1353
1404
  .inline-input-custom {
1354
1405
  width: 98%;
1406
+ }
1407
+
1408
+ .searchResult {
1409
+ color: red;
1355
1410
  }
1356
- .searchDepartmentUser {
1357
- width: 250px;
1411
+ .inline-input-custom {
1412
+ width: 90%;
1358
1413
  }
1359
1414
  .el-autocomplete-suggestion.el-popper {
1360
1415
  min-width: 300px;
@@ -1379,21 +1434,19 @@ iframe[data-v-20dccb82] {
1379
1434
  .searchResult {
1380
1435
  color: red;
1381
1436
  }
1437
+ .inline-select-custom {
1438
+ width: 100px;
1439
+ }
1382
1440
  .inline-input-custom {
1383
- width: 90%;
1441
+ width: 98%;
1442
+ }
1443
+ .searchDepartmentUser {
1444
+ width: 250px;
1384
1445
  }
1385
1446
  .el-autocomplete-suggestion.el-popper {
1386
1447
  min-width: 300px;
1387
1448
  }
1388
- .normal-column-header[data-v-562b2e0d] {
1389
- display: inline-flex;
1390
- vertical-align: middle;
1391
- }
1392
- .normal-column-header-icon[data-v-562b2e0d] {
1393
- font-size: 20px;
1394
- color: var(--el-color-primary);
1395
- cursor: pointer;
1396
- }
1449
+
1397
1450
  .searchResult {
1398
1451
  color: red;
1399
1452
  }
@@ -1404,28 +1457,24 @@ iframe[data-v-20dccb82] {
1404
1457
  min-width: 300px;
1405
1458
  }
1406
1459
 
1407
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1408
- margin-bottom: 0px;
1460
+ .searchResult {
1461
+ color: red;
1409
1462
  }
1410
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1411
- margin-bottom: 5px;
1412
- text-align: center;
1463
+ .inline-select-custom {
1464
+ width: 100px;
1413
1465
  }
1414
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1415
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1416
- width: 100%;
1466
+ .inline-input-custom {
1467
+ width: 98%;
1468
+ }
1469
+
1470
+ .searchResult {
1471
+ color: red;
1417
1472
  }
1418
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1419
- display: none;
1473
+ .inline-select-custom {
1474
+ width: 100px;
1420
1475
  }
1421
- .search-condition-mobile[data-v-8ae4e3f5] {
1422
- padding-bottom: 10px;
1423
- position: fixed;
1424
- top: 37px;
1425
- background-color: #ffffff;
1426
- width: 46%;
1427
- height: 40px;
1428
- z-index: 1500;
1476
+ .inline-input-custom {
1477
+ width: 98%;
1429
1478
  }
1430
1479
 
1431
1480
  .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
@@ -1479,55 +1528,6 @@ iframe[data-v-20dccb82] {
1479
1528
  .organization-tree .dept-path .breadcrumb-label-link{
1480
1529
  color:#409EFF
1481
1530
  }
1482
- li[data-v-040fcf55] {
1483
- color: #333;
1484
- }
1485
- .context-menu[data-v-040fcf55] {
1486
- position: fixed;
1487
- background: #fff;
1488
- z-index: 999;
1489
- padding: 5px;
1490
- margin: 0;
1491
- margin-top: 30px;
1492
- }
1493
- .context-menu li[data-v-040fcf55] {
1494
- min-width: 75px;
1495
- height: 28px;
1496
- line-height: 28px;
1497
- text-align: left;
1498
- color: #1a1a1a;
1499
- }
1500
- .context-menu li[data-v-040fcf55]:hover {
1501
- background: #42b983;
1502
- color: #fff;
1503
- }
1504
- .context-menu[data-v-040fcf55] {
1505
- border: 1px solid #eee;
1506
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1507
- border-radius: 5px;
1508
- }
1509
- li[data-v-040fcf55] {
1510
- list-style-type: none;
1511
- }
1512
- .searchResult {
1513
- color: red;
1514
- }
1515
- .inline-select-custom {
1516
- width: 100px;
1517
- }
1518
- .inline-input-custom {
1519
- width: 98%;
1520
- }
1521
-
1522
- .searchResult {
1523
- color: red;
1524
- }
1525
- .inline-select-custom {
1526
- width: 100px;
1527
- }
1528
- .inline-input-custom {
1529
- width: 98%;
1530
- }
1531
1531
 
1532
1532
  .grid-search-form[data-v-04817310] {
1533
1533
  overflow: auto;
@@ -1605,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1605
1605
  .default-page-tip-item {
1606
1606
  padding-top: 10px;
1607
1607
  }
1608
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1608
+ [data-v-455b2ba2] .super-icon {
1609
+ width: 20px !important;
1610
+ height: 20px !important;
1611
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1609
1612
  background-color: #eee;
1610
1613
  width: 100%;
1611
1614
  border: 1px solid #ccc;
@@ -1627,28 +1630,42 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1627
1630
  }[data-v-0fb85d6e] .super-icon {
1628
1631
  width: 20px !important;
1629
1632
  height: 20px !important;
1630
- }[data-v-455b2ba2] .super-icon {
1631
- width: 20px !important;
1632
- height: 20px !important;
1633
+ }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1634
+ margin-bottom: 0px;
1633
1635
  }
1634
- .searchResult {
1635
- color: red;
1636
+ .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1637
+ overflow: hidden;
1638
+ text-overflow: ellipsis;
1639
+ white-space: nowrap;
1640
+ word-break: keep-all;
1636
1641
  }
1637
- .inline-select-custom {
1638
- width: 100px;
1642
+ .grid-search-form[data-v-3e0adbf6] .search-btn {
1643
+ margin-bottom: 5px;
1644
+ text-align: center;
1639
1645
  }
1640
- .inline-input-custom {
1641
- width: 98%;
1642
- }
1643
-
1644
- .searchResult {
1645
- color: red;
1646
+ .grid-search-form[data-v-3e0adbf6] .el-select {
1647
+ width: 100%;
1646
1648
  }
1647
- .inline-select-custom {
1648
- width: 100px;
1649
+ .grid-search-form[data-v-3e0adbf6] .customComponent {
1650
+ width: 100%;
1649
1651
  }
1650
- .inline-input-custom {
1651
- width: 98%;
1652
+ .grid-search-form[data-v-3e0adbf6] .el-row {
1653
+ padding-right: 24px;
1654
+ }
1655
+ .grid-search-form[data-v-3e0adbf6] .el-col {
1656
+ padding-left: 10px;
1657
+ padding-bottom: 16px;
1658
+ }
1659
+ .grid-search-form[data-v-0b145154] .el-form-item {
1660
+ margin-bottom: 0px;
1661
+ }
1662
+ .grid-search-form[data-v-0b145154] .search-btn {
1663
+ margin-bottom: 5px;
1664
+ text-align: center;
1665
+ }
1666
+ .grid-search-form[data-v-0b145154] .el-select,
1667
+ .grid-search-form[data-v-0b145154] .customComponent {
1668
+ width: 100%;
1652
1669
  }
1653
1670
  .annex-cell[data-v-1e660925] {
1654
1671
  padding-right: 5px;
@@ -1697,44 +1714,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1697
1714
  }
1698
1715
  .normal-column-content-view[data-v-1e660925] {
1699
1716
  display: inline;
1700
- }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1701
- margin-bottom: 0px;
1702
- }
1703
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1704
- overflow: hidden;
1705
- text-overflow: ellipsis;
1706
- white-space: nowrap;
1707
- word-break: keep-all;
1708
- }
1709
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1710
- margin-bottom: 5px;
1711
- text-align: center;
1712
- }
1713
- .grid-search-form[data-v-3e0adbf6] .el-select {
1714
- width: 100%;
1715
- }
1716
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1717
- width: 100%;
1718
- }
1719
- .grid-search-form[data-v-3e0adbf6] .el-row {
1720
- padding-right: 24px;
1721
- }
1722
- .grid-search-form[data-v-3e0adbf6] .el-col {
1723
- padding-left: 10px;
1724
- padding-bottom: 16px;
1725
- }
1726
- .grid-search-form[data-v-0b145154] .el-form-item {
1727
- margin-bottom: 0px;
1728
- }
1729
- .grid-search-form[data-v-0b145154] .search-btn {
1730
- margin-bottom: 5px;
1731
- text-align: center;
1732
- }
1733
- .grid-search-form[data-v-0b145154] .el-select,
1734
- .grid-search-form[data-v-0b145154] .customComponent {
1735
- width: 100%;
1736
- }
1737
- .grid-search-form-mobile[data-v-832e8a9d] {
1717
+ }.grid-search-form-mobile[data-v-832e8a9d] {
1738
1718
  overflow: auto;
1739
1719
  }
1740
1720
  .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
@@ -1770,7 +1750,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1770
1750
  background-color: #ffffff;
1771
1751
  width: 50%;
1772
1752
  height: 40px;
1773
- }.smb-sidebar-menu-item[data-v-74b8f009] {
1753
+ }
1754
+ .searchResult {
1755
+ color: red;
1756
+ }
1757
+ .inline-select-custom {
1758
+ width: 100px;
1759
+ }
1760
+ .inline-input-custom {
1761
+ width: 98%;
1762
+ }
1763
+
1764
+ .searchResult {
1765
+ color: red;
1766
+ }
1767
+ .inline-select-custom {
1768
+ width: 100px;
1769
+ }
1770
+ .inline-input-custom {
1771
+ width: 98%;
1772
+ }
1773
+ .smb-sidebar-menu-item[data-v-74b8f009] {
1774
1774
  position: relative;
1775
1775
  --el-menu-item-height: 45px;
1776
1776
  --el-menu-sub-item-height: 45px;
@@ -1806,25 +1806,47 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1806
1806
  white-space: nowrap;
1807
1807
  overflow: hidden;
1808
1808
  text-overflow: ellipsis;
1809
- }[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
1809
+ }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1810
+ margin-right: 5px;
1811
+ }
1812
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1813
+ margin-left: 5px;
1814
+ }
1815
+ .svg-icon[data-v-019891df] {
1816
+ width: 1.2em;
1817
+ height: 1.2em;
1818
+ vertical-align: -0.25em;
1819
+ fill: currentColor;
1820
+ overflow: initial;
1821
+ }
1822
+ [data-v-90635647] .el-range-separator {
1823
+ min-width: 20px;
1824
+ }
1825
+ .home-chart-iframe[data-v-b9f40acf] {
1826
+ width: 100%;
1827
+ height: 100%;
1828
+ border: none;
1829
+ opacity: 1;
1830
+ }
1831
+ [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 {
1810
1832
  user-select: text !important;
1811
1833
  -webkit-user-select: text !important;
1812
1834
  -moz-user-select: text !important;
1813
1835
  -ms-user-select: text !important;
1814
1836
  }
1815
- .slide-up-enter-active[data-v-bc196b97],
1816
- .slide-up-leave-active[data-v-bc196b97] {
1837
+ .slide-up-enter-active[data-v-45fbaf17],
1838
+ .slide-up-leave-active[data-v-45fbaf17] {
1817
1839
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1818
1840
  }
1819
- .slide-up-enter-from[data-v-bc196b97],
1820
- .slide-up-leave-to[data-v-bc196b97] {
1841
+ .slide-up-enter-from[data-v-45fbaf17],
1842
+ .slide-up-leave-to[data-v-45fbaf17] {
1821
1843
  transform: translateY(100%);
1822
1844
  }
1823
1845
 
1824
1846
  /**
1825
1847
  * 聊天窗口的样式设置
1826
1848
  */
1827
- .chat-container[data-v-bc196b97] {
1849
+ .chat-container[data-v-45fbaf17] {
1828
1850
  --header-height: 56px;
1829
1851
  --chat-padding: 12px;
1830
1852
  --bubble-content-max-width: 0px;
@@ -1836,25 +1858,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1836
1858
  flex-direction: row; /* 横向排列 */
1837
1859
  height: 100%; /* 父容器高度 */
1838
1860
  }
1839
- .small-window[data-v-bc196b97] {
1861
+ .small-window[data-v-45fbaf17] {
1840
1862
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1841
1863
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1842
1864
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1843
1865
  border-radius: 8px;
1844
1866
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1845
1867
  }
1846
- .full-screen[data-v-bc196b97] {
1868
+ .full-screen[data-v-45fbaf17] {
1847
1869
  right: 0;
1848
1870
  bottom: 0;
1849
1871
  --main-content-height: calc(100vh - var(--header-height));
1850
1872
  }
1851
- .chat-container > *[data-v-bc196b97] {
1873
+ .chat-container > *[data-v-45fbaf17] {
1852
1874
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1853
1875
  }
1854
1876
 
1855
1877
  /* 聊天窗口的头部样式设置
1856
1878
  */
1857
- .chat-embed__header_container[data-v-bc196b97] {
1879
+ .chat-embed__header_container[data-v-45fbaf17] {
1858
1880
  /* border-bottom: 1px solid #ddd; */
1859
1881
  display: flex;
1860
1882
  align-items: center;
@@ -1864,7 +1886,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1864
1886
  overflow: hidden;
1865
1887
  position: relative;
1866
1888
  }
1867
- .session-subject[data-v-bc196b97] {
1889
+ .session-subject[data-v-45fbaf17] {
1868
1890
  display: block;
1869
1891
  margin: 0 auto;
1870
1892
  text-align: center;
@@ -1879,17 +1901,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1879
1901
 
1880
1902
  /* 聊天窗口的头部图标样式设置
1881
1903
  */
1882
- .chat-embed__header_avatar[data-v-bc196b97] {
1904
+ .chat-embed__header_avatar[data-v-45fbaf17] {
1883
1905
  margin-left: calc(var(--chat-padding) * 2);
1884
1906
  margin-right: var(--chat-padding);
1885
1907
  }
1886
- .chat-embed__header_tool_icon[data-v-bc196b97] {
1908
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
1887
1909
  right: 20px;
1888
1910
  position: absolute;
1889
1911
  gap: 28px;
1890
1912
  display: flex;
1891
1913
  }
1892
- .chat-embed__sidebar[data-v-bc196b97] {
1914
+ .chat-embed__sidebar[data-v-45fbaf17] {
1893
1915
  background: #f6f7fa;
1894
1916
  display: flex;
1895
1917
  flex-direction: column; /* 设置为上下排列 */
@@ -1898,7 +1920,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1898
1920
  width: 260px;
1899
1921
  height: 100%;
1900
1922
  }
1901
- .chat-embed__main[data-v-bc196b97] {
1923
+ .chat-embed__main[data-v-45fbaf17] {
1902
1924
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1903
1925
  box-sizing: border-box;
1904
1926
  overflow: hidden;
@@ -1909,7 +1931,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1909
1931
  flex: 1; /* 聊天内容区域占据剩余空间 */
1910
1932
  overflow: hidden; /* 防止内容溢出 */
1911
1933
  }
1912
- .chat-embed__main_content[data-v-bc196b97] {
1934
+ .chat-embed__main_content[data-v-45fbaf17] {
1913
1935
  flex: 1;
1914
1936
  box-sizing: border-box;
1915
1937
  min-height: 0;
@@ -1917,21 +1939,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1917
1939
  /* overflow-y: auto;
1918
1940
  margin-bottom: 12px; */
1919
1941
  }
1920
- .chat-embed__input_container[data-v-bc196b97] {
1942
+ .chat-embed__input_container[data-v-45fbaf17] {
1921
1943
  flex-shrink: 0; /* 不允许收缩 */
1922
1944
  /* margin-bottom: 50px; 距离底部 */
1923
1945
  }
1924
- .header-icon[data-v-bc196b97] {
1946
+ .header-icon[data-v-45fbaf17] {
1925
1947
  cursor: pointer;
1926
1948
  font-size: 20px;
1927
1949
  }
1928
1950
 
1929
1951
  /* 聊天默认推荐内容样式
1930
1952
  */
1931
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
1953
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
1932
1954
  margin-top: 5px;
1933
1955
  }
1934
- .content-container[data-v-bc196b97] {
1956
+ .content-container[data-v-45fbaf17] {
1935
1957
  padding: 16px;
1936
1958
  border-radius: 4px;
1937
1959
  background: #ffffff;
@@ -1939,7 +1961,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1939
1961
  border-radius: 0px 30px 30px 30px;
1940
1962
  /* opacity: 0.6; */
1941
1963
  }
1942
- .chat-content-font[data-v-bc196b97] {
1964
+ .chat-content-font[data-v-45fbaf17] {
1943
1965
  font-family: PingFang SC, PingFang SC;
1944
1966
  font-weight: 500;
1945
1967
  font-size: 16px;
@@ -1949,10 +1971,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1949
1971
  font-style: normal;
1950
1972
  text-transform: none;
1951
1973
  }
1952
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
1974
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
1953
1975
  border: none !important;
1954
1976
  }
1955
- .content-container-header[data-v-bc196b97] {
1977
+ .content-container-header[data-v-45fbaf17] {
1956
1978
  font-size: 12px;
1957
1979
  color: #909399;
1958
1980
  }
@@ -1960,28 +1982,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1960
1982
  /**
1961
1983
  // 用户消息
1962
1984
  */
1963
- .content-borderless-container[data-v-bc196b97] {
1985
+ .content-borderless-container[data-v-45fbaf17] {
1964
1986
  background: #e1ecfd;
1965
1987
  border-radius: 20px 0px 20px 20px;
1966
1988
  user-select: none;
1967
1989
  padding: 12px;
1968
1990
  cursor: pointer;
1969
1991
  transition: background-color 0.3s;
1970
- &[data-v-bc196b97]:hover {
1992
+ &[data-v-45fbaf17]:hover {
1971
1993
  background-color: #ebeef5;
1972
1994
  }
1973
1995
  }
1974
- .footer-container[data-v-bc196b97] {
1975
- [data-v-bc196b97] .el-button + .el-button {
1996
+ .footer-container[data-v-45fbaf17] {
1997
+ [data-v-45fbaf17] .el-button + .el-button {
1976
1998
  margin-left: 8px;
1977
1999
  }
1978
2000
  }
1979
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2001
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
1980
2002
  padding: 0;
1981
2003
  }
1982
2004
 
1983
2005
  /* 引用文件样式 */
1984
- .doc-agg-item[data-v-bc196b97] {
2006
+ .doc-agg-item[data-v-45fbaf17] {
1985
2007
  width: 100%;
1986
2008
  padding: 10px;
1987
2009
  margin-bottom: 5px;
@@ -1991,45 +2013,15 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1991
2013
  font-size: 12px;
1992
2014
  color: var(--el-color-primary);
1993
2015
  }
1994
- .elx-xmarkdown-container[data-v-bc196b97] {
2016
+ .elx-xmarkdown-container[data-v-45fbaf17] {
1995
2017
  padding: 0;
1996
2018
  }
1997
2019
 
1998
- .additional-data-tag[data-v-7aaab83c] {
1999
- display: flex;
2000
- align-items: center;
2001
- flex-shrink: 0;
2002
- min-width: max-content;
2003
- margin-left: auto;
2004
- gap: 10px;
2005
- }
2006
- .additional-data-button[data-v-7aaab83c] {
2007
- display: flex;
2008
- align-items: center;
2009
- justify-content: center;
2010
- margin-top: 10px;
2011
- gap: 10px;
2012
- }
2013
-
2014
- .footer-wrapper[data-v-ffbde6f9] {
2015
- display: flex;
2016
- align-items: center;
2017
- justify-content: space-between;
2018
- gap: 10px;
2019
- width: 100%;
2020
- .footer-time[data-v-ffbde6f9] {
2021
- font-size: 10px;
2022
- color: #999;
2023
- margin-top: 3px;
2024
- flex-shrink: 0;
2025
- }
2026
- }
2027
- .footer-container[data-v-ffbde6f9] {
2028
- display: flex;
2029
- gap: 8px;
2030
- [data-v-ffbde6f9] .el-button + .el-button {
2031
- margin-left: 0;
2032
- }
2020
+ .home-chart-iframe[data-v-873e1ba1] {
2021
+ width: 100%;
2022
+ height: 100%;
2023
+ border: none;
2024
+ opacity: 1;
2033
2025
  }
2034
2026
  [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2035
2027
  user-select: text !important;
@@ -2219,43 +2211,41 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2219
2211
  .elx-xmarkdown-container[data-v-e9aa835d] {
2220
2212
  padding: 0;
2221
2213
  }
2222
- .fs-upload-tag[data-v-e5cde7de] {
2223
- border: 1px solid #dcdfe6;
2224
- padding: 4px 8px;
2225
- background-clip: padding-box;
2226
- overflow: hidden;
2227
- display: inline-flex;
2228
- align-items: center;
2229
- }
2230
- .fs-upload-tag-text[data-v-e5cde7de] {
2231
- margin-right: 18px;
2232
- max-width: 160px;
2233
- overflow: hidden;
2234
- text-overflow: ellipsis;
2235
- white-space: nowrap;
2214
+
2215
+ .additional-data-tag[data-v-7aaab83c] {
2216
+ display: flex;
2217
+ align-items: center;
2218
+ flex-shrink: 0;
2219
+ min-width: max-content;
2220
+ margin-left: auto;
2221
+ gap: 10px;
2236
2222
  }
2237
- .fs-upload-tag-percent[data-v-e5cde7de] {
2238
- font-weight: 600;
2239
- margin-left: 4px;
2240
- }[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
2223
+ .additional-data-button[data-v-7aaab83c] {
2224
+ display: flex;
2225
+ align-items: center;
2226
+ justify-content: center;
2227
+ margin-top: 10px;
2228
+ gap: 10px;
2229
+ }
2230
+ [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 {
2241
2231
  user-select: text !important;
2242
2232
  -webkit-user-select: text !important;
2243
2233
  -moz-user-select: text !important;
2244
2234
  -ms-user-select: text !important;
2245
2235
  }
2246
- .slide-up-enter-active[data-v-45fbaf17],
2247
- .slide-up-leave-active[data-v-45fbaf17] {
2236
+ .slide-up-enter-active[data-v-0b0c189e],
2237
+ .slide-up-leave-active[data-v-0b0c189e] {
2248
2238
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2249
2239
  }
2250
- .slide-up-enter-from[data-v-45fbaf17],
2251
- .slide-up-leave-to[data-v-45fbaf17] {
2240
+ .slide-up-enter-from[data-v-0b0c189e],
2241
+ .slide-up-leave-to[data-v-0b0c189e] {
2252
2242
  transform: translateY(100%);
2253
2243
  }
2254
2244
 
2255
2245
  /**
2256
2246
  * 聊天窗口的样式设置
2257
2247
  */
2258
- .chat-container[data-v-45fbaf17] {
2248
+ .chat-container[data-v-0b0c189e] {
2259
2249
  --header-height: 56px;
2260
2250
  --chat-padding: 12px;
2261
2251
  --bubble-content-max-width: 0px;
@@ -2267,25 +2257,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2267
2257
  flex-direction: row; /* 横向排列 */
2268
2258
  height: 100%; /* 父容器高度 */
2269
2259
  }
2270
- .small-window[data-v-45fbaf17] {
2260
+ .small-window[data-v-0b0c189e] {
2271
2261
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2272
2262
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2273
2263
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2274
2264
  border-radius: 8px;
2275
2265
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2276
2266
  }
2277
- .full-screen[data-v-45fbaf17] {
2267
+ .full-screen[data-v-0b0c189e] {
2278
2268
  right: 0;
2279
2269
  bottom: 0;
2280
2270
  --main-content-height: calc(100vh - var(--header-height));
2281
2271
  }
2282
- .chat-container > *[data-v-45fbaf17] {
2272
+ .chat-container > *[data-v-0b0c189e] {
2283
2273
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2284
2274
  }
2285
2275
 
2286
2276
  /* 聊天窗口的头部样式设置
2287
2277
  */
2288
- .chat-embed__header_container[data-v-45fbaf17] {
2278
+ .chat-embed__header_container[data-v-0b0c189e] {
2289
2279
  /* border-bottom: 1px solid #ddd; */
2290
2280
  display: flex;
2291
2281
  align-items: center;
@@ -2295,7 +2285,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2295
2285
  overflow: hidden;
2296
2286
  position: relative;
2297
2287
  }
2298
- .session-subject[data-v-45fbaf17] {
2288
+ .session-subject[data-v-0b0c189e] {
2299
2289
  display: block;
2300
2290
  margin: 0 auto;
2301
2291
  text-align: center;
@@ -2310,17 +2300,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2310
2300
 
2311
2301
  /* 聊天窗口的头部图标样式设置
2312
2302
  */
2313
- .chat-embed__header_avatar[data-v-45fbaf17] {
2303
+ .chat-embed__header_avatar[data-v-0b0c189e] {
2314
2304
  margin-left: calc(var(--chat-padding) * 2);
2315
2305
  margin-right: var(--chat-padding);
2316
2306
  }
2317
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2307
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
2318
2308
  right: 20px;
2319
2309
  position: absolute;
2320
2310
  gap: 28px;
2321
2311
  display: flex;
2322
2312
  }
2323
- .chat-embed__sidebar[data-v-45fbaf17] {
2313
+ .chat-embed__sidebar[data-v-0b0c189e] {
2324
2314
  background: #f6f7fa;
2325
2315
  display: flex;
2326
2316
  flex-direction: column; /* 设置为上下排列 */
@@ -2329,7 +2319,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2329
2319
  width: 260px;
2330
2320
  height: 100%;
2331
2321
  }
2332
- .chat-embed__main[data-v-45fbaf17] {
2322
+ .chat-embed__main[data-v-0b0c189e] {
2333
2323
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2334
2324
  box-sizing: border-box;
2335
2325
  overflow: hidden;
@@ -2340,7 +2330,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2340
2330
  flex: 1; /* 聊天内容区域占据剩余空间 */
2341
2331
  overflow: hidden; /* 防止内容溢出 */
2342
2332
  }
2343
- .chat-embed__main_content[data-v-45fbaf17] {
2333
+ .chat-embed__main_content[data-v-0b0c189e] {
2344
2334
  flex: 1;
2345
2335
  box-sizing: border-box;
2346
2336
  min-height: 0;
@@ -2348,21 +2338,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2348
2338
  /* overflow-y: auto;
2349
2339
  margin-bottom: 12px; */
2350
2340
  }
2351
- .chat-embed__input_container[data-v-45fbaf17] {
2341
+ .chat-embed__input_container[data-v-0b0c189e] {
2352
2342
  flex-shrink: 0; /* 不允许收缩 */
2353
2343
  /* margin-bottom: 50px; 距离底部 */
2354
2344
  }
2355
- .header-icon[data-v-45fbaf17] {
2345
+ .header-icon[data-v-0b0c189e] {
2356
2346
  cursor: pointer;
2357
2347
  font-size: 20px;
2358
2348
  }
2359
2349
 
2360
2350
  /* 聊天默认推荐内容样式
2361
2351
  */
2362
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2352
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2363
2353
  margin-top: 5px;
2364
2354
  }
2365
- .content-container[data-v-45fbaf17] {
2355
+ .content-container[data-v-0b0c189e] {
2366
2356
  padding: 16px;
2367
2357
  border-radius: 4px;
2368
2358
  background: #ffffff;
@@ -2370,7 +2360,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2370
2360
  border-radius: 0px 30px 30px 30px;
2371
2361
  /* opacity: 0.6; */
2372
2362
  }
2373
- .chat-content-font[data-v-45fbaf17] {
2363
+ .chat-content-font[data-v-0b0c189e] {
2374
2364
  font-family: PingFang SC, PingFang SC;
2375
2365
  font-weight: 500;
2376
2366
  font-size: 16px;
@@ -2380,57 +2370,154 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2380
2370
  font-style: normal;
2381
2371
  text-transform: none;
2382
2372
  }
2383
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2373
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2384
2374
  border: none !important;
2385
2375
  }
2386
- .content-container-header[data-v-45fbaf17] {
2387
- font-size: 12px;
2388
- color: #909399;
2389
- }
2390
-
2391
- /**
2392
- // 用户消息
2393
- */
2394
- .content-borderless-container[data-v-45fbaf17] {
2395
- background: #e1ecfd;
2396
- border-radius: 20px 0px 20px 20px;
2397
- user-select: none;
2398
- padding: 12px;
2399
- cursor: pointer;
2400
- transition: background-color 0.3s;
2401
- &[data-v-45fbaf17]:hover {
2402
- background-color: #ebeef5;
2376
+ .content-container-header[data-v-0b0c189e] {
2377
+ font-size: 12px;
2378
+ color: #909399;
2379
+ }
2380
+
2381
+ /**
2382
+ // 用户消息
2383
+ */
2384
+ .content-borderless-container[data-v-0b0c189e] {
2385
+ background: #e1ecfd;
2386
+ border-radius: 20px 0px 20px 20px;
2387
+ user-select: none;
2388
+ padding: 12px;
2389
+ cursor: pointer;
2390
+ transition: background-color 0.3s;
2391
+ &[data-v-0b0c189e]:hover {
2392
+ background-color: #ebeef5;
2393
+ }
2394
+ }
2395
+ .footer-container[data-v-0b0c189e] {
2396
+ [data-v-0b0c189e] .el-button + .el-button {
2397
+ margin-left: 8px;
2398
+ }
2399
+ }
2400
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2401
+ padding: 0;
2402
+ }
2403
+
2404
+ /* 引用文件样式 */
2405
+ .doc-agg-item[data-v-0b0c189e] {
2406
+ width: 100%;
2407
+ padding: 10px;
2408
+ margin-bottom: 5px;
2409
+ border: 1px solid #eee;
2410
+ border-radius: 4px;
2411
+ cursor: pointer;
2412
+ font-size: 12px;
2413
+ color: var(--el-color-primary);
2414
+ }
2415
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2416
+ padding: 0;
2417
+ }
2418
+ h4[data-v-0b0c189e] {
2419
+ font-size: 16px;
2420
+ margin-top: 0px;
2421
+ margin-bottom: 0px;
2422
+ }
2423
+ [data-v-0b0c189e] .el-divider--horizontal {
2424
+ margin: 5px 0;
2425
+ }
2426
+ .sender-additional-data-tag[data-v-0b0c189e] {
2427
+ display: flex;
2428
+ align-items: center;
2429
+ flex-shrink: 0;
2430
+ min-width: max-content;
2431
+ margin-left: auto;
2432
+ gap: 10px;
2433
+ }
2434
+ .amb-color-iconfont[data-v-0b0c189e] {
2435
+ display: inline-block;
2436
+ width: 12px;
2437
+ height: 12px;
2438
+ background-repeat: no-repeat;
2439
+ background-position: center;
2440
+ background-size: 100%;
2441
+ cursor: pointer;
2442
+ }
2443
+ .el-button + .el-button[data-v-0b0c189e] {
2444
+ margin-left: 5px;
2445
+ }
2446
+ .header-self-wrap[data-v-0b0c189e] {
2447
+ display: flex;
2448
+ flex-direction: column;
2449
+ padding: 16px;
2450
+ }
2451
+ [data-v-0b0c189e] .el-sender-header {
2452
+ border-bottom-color: #ffffff !important;
2453
+ }
2454
+ [data-v-0b0c189e] .el-sender {
2455
+ background: #ffffff !important;
2456
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2457
+ border-radius: 30px 30px 30px 30px !important;
2458
+ font-family: Noto Sans SC, Noto Sans SC;
2459
+ font-weight: 400;
2460
+ font-size: 16px;
2461
+ color: #bbbbbb;
2462
+ text-align: left;
2463
+ font-style: normal;
2464
+ text-transform: none;
2465
+ }
2466
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2467
+ font-family: Noto Sans SC, Noto Sans SC !important;
2468
+ font-weight: 400 !important;
2469
+ font-size: 16px !important;
2470
+ line-height: 21px !important;
2471
+ font-style: normal !important;
2472
+ text-transform: none !important;
2473
+ }
2474
+ [data-v-0b0c189e] .el-sender-content {
2475
+ padding: 16px !important;
2476
+ }
2477
+ [data-v-0b0c189e] .el-select__wrapper {
2478
+ border-radius: 100px 100px 100px 100px;
2479
+ border: 1px solid #dcdfe6;
2480
+ }
2481
+ .ai-generate-tip[data-v-0b0c189e] {
2482
+ padding: 12px;
2483
+ font-family: PingFang SC, PingFang SC;
2484
+ font-weight: 400;
2485
+ font-size: 14px;
2486
+ color: #808080;
2487
+ line-height: 21px;
2488
+ font-style: normal;
2489
+ text-align: center;
2490
+ }
2491
+ .el-button.is-circle[data-v-0b0c189e] {
2492
+ border-radius: 50% !important;
2493
+ padding: 8px;
2494
+ width: 32px;
2495
+ }
2496
+ .send-icon[data-v-0b0c189e] {
2497
+ cursor: pointer;
2403
2498
  }
2499
+ .el-divider--vertical[data-v-0b0c189e] {
2500
+ margin: 0 0;
2404
2501
  }
2405
- .footer-container[data-v-45fbaf17] {
2406
- [data-v-45fbaf17] .el-button + .el-button {
2407
- margin-left: 8px;
2502
+ .footer-wrapper[data-v-ffbde6f9] {
2503
+ display: flex;
2504
+ align-items: center;
2505
+ justify-content: space-between;
2506
+ gap: 10px;
2507
+ width: 100%;
2508
+ .footer-time[data-v-ffbde6f9] {
2509
+ font-size: 10px;
2510
+ color: #999;
2511
+ margin-top: 3px;
2512
+ flex-shrink: 0;
2408
2513
  }
2409
2514
  }
2410
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2411
- padding: 0;
2412
- }
2413
-
2414
- /* 引用文件样式 */
2415
- .doc-agg-item[data-v-45fbaf17] {
2416
- width: 100%;
2417
- padding: 10px;
2418
- margin-bottom: 5px;
2419
- border: 1px solid #eee;
2420
- border-radius: 4px;
2421
- cursor: pointer;
2422
- font-size: 12px;
2423
- color: var(--el-color-primary);
2515
+ .footer-container[data-v-ffbde6f9] {
2516
+ display: flex;
2517
+ gap: 8px;
2518
+ [data-v-ffbde6f9] .el-button + .el-button {
2519
+ margin-left: 0;
2424
2520
  }
2425
- .elx-xmarkdown-container[data-v-45fbaf17] {
2426
- padding: 0;
2427
- }
2428
-
2429
- .home-chart-iframe[data-v-b9f40acf] {
2430
- width: 100%;
2431
- height: 100%;
2432
- border: none;
2433
- opacity: 1;
2434
2521
  }
2435
2522
  [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 {
2436
2523
  user-select: text !important;
@@ -2722,38 +2809,49 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2722
2809
  background-color: #f5f5f5;
2723
2810
  }
2724
2811
 
2725
- .home-chart-iframe[data-v-873e1ba1] {
2726
- width: 100%;
2727
- height: 100%;
2728
- border: none;
2729
- opacity: 1;
2730
- }
2731
-
2732
2812
  .home-chart-iframe[data-v-73352a50] {
2733
2813
  width: 100%;
2734
2814
  height: 100%;
2735
2815
  border: none;
2736
2816
  opacity: 1;
2737
2817
  }
2738
- [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
2818
+ .fs-upload-tag[data-v-e5cde7de] {
2819
+ border: 1px solid #dcdfe6;
2820
+ padding: 4px 8px;
2821
+ background-clip: padding-box;
2822
+ overflow: hidden;
2823
+ display: inline-flex;
2824
+ align-items: center;
2825
+ }
2826
+ .fs-upload-tag-text[data-v-e5cde7de] {
2827
+ margin-right: 18px;
2828
+ max-width: 160px;
2829
+ overflow: hidden;
2830
+ text-overflow: ellipsis;
2831
+ white-space: nowrap;
2832
+ }
2833
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2834
+ font-weight: 600;
2835
+ margin-left: 4px;
2836
+ }[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 {
2739
2837
  user-select: text !important;
2740
2838
  -webkit-user-select: text !important;
2741
2839
  -moz-user-select: text !important;
2742
2840
  -ms-user-select: text !important;
2743
2841
  }
2744
- .slide-up-enter-active[data-v-0b0c189e],
2745
- .slide-up-leave-active[data-v-0b0c189e] {
2842
+ .slide-up-enter-active[data-v-bc196b97],
2843
+ .slide-up-leave-active[data-v-bc196b97] {
2746
2844
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2747
2845
  }
2748
- .slide-up-enter-from[data-v-0b0c189e],
2749
- .slide-up-leave-to[data-v-0b0c189e] {
2846
+ .slide-up-enter-from[data-v-bc196b97],
2847
+ .slide-up-leave-to[data-v-bc196b97] {
2750
2848
  transform: translateY(100%);
2751
2849
  }
2752
2850
 
2753
2851
  /**
2754
2852
  * 聊天窗口的样式设置
2755
2853
  */
2756
- .chat-container[data-v-0b0c189e] {
2854
+ .chat-container[data-v-bc196b97] {
2757
2855
  --header-height: 56px;
2758
2856
  --chat-padding: 12px;
2759
2857
  --bubble-content-max-width: 0px;
@@ -2765,25 +2863,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2765
2863
  flex-direction: row; /* 横向排列 */
2766
2864
  height: 100%; /* 父容器高度 */
2767
2865
  }
2768
- .small-window[data-v-0b0c189e] {
2866
+ .small-window[data-v-bc196b97] {
2769
2867
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2770
2868
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2771
2869
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2772
2870
  border-radius: 8px;
2773
2871
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2774
2872
  }
2775
- .full-screen[data-v-0b0c189e] {
2873
+ .full-screen[data-v-bc196b97] {
2776
2874
  right: 0;
2777
2875
  bottom: 0;
2778
2876
  --main-content-height: calc(100vh - var(--header-height));
2779
2877
  }
2780
- .chat-container > *[data-v-0b0c189e] {
2878
+ .chat-container > *[data-v-bc196b97] {
2781
2879
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2782
2880
  }
2783
2881
 
2784
2882
  /* 聊天窗口的头部样式设置
2785
2883
  */
2786
- .chat-embed__header_container[data-v-0b0c189e] {
2884
+ .chat-embed__header_container[data-v-bc196b97] {
2787
2885
  /* border-bottom: 1px solid #ddd; */
2788
2886
  display: flex;
2789
2887
  align-items: center;
@@ -2793,7 +2891,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2793
2891
  overflow: hidden;
2794
2892
  position: relative;
2795
2893
  }
2796
- .session-subject[data-v-0b0c189e] {
2894
+ .session-subject[data-v-bc196b97] {
2797
2895
  display: block;
2798
2896
  margin: 0 auto;
2799
2897
  text-align: center;
@@ -2808,17 +2906,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2808
2906
 
2809
2907
  /* 聊天窗口的头部图标样式设置
2810
2908
  */
2811
- .chat-embed__header_avatar[data-v-0b0c189e] {
2909
+ .chat-embed__header_avatar[data-v-bc196b97] {
2812
2910
  margin-left: calc(var(--chat-padding) * 2);
2813
2911
  margin-right: var(--chat-padding);
2814
2912
  }
2815
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
2913
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2816
2914
  right: 20px;
2817
2915
  position: absolute;
2818
2916
  gap: 28px;
2819
2917
  display: flex;
2820
2918
  }
2821
- .chat-embed__sidebar[data-v-0b0c189e] {
2919
+ .chat-embed__sidebar[data-v-bc196b97] {
2822
2920
  background: #f6f7fa;
2823
2921
  display: flex;
2824
2922
  flex-direction: column; /* 设置为上下排列 */
@@ -2827,7 +2925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2827
2925
  width: 260px;
2828
2926
  height: 100%;
2829
2927
  }
2830
- .chat-embed__main[data-v-0b0c189e] {
2928
+ .chat-embed__main[data-v-bc196b97] {
2831
2929
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2832
2930
  box-sizing: border-box;
2833
2931
  overflow: hidden;
@@ -2838,7 +2936,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2838
2936
  flex: 1; /* 聊天内容区域占据剩余空间 */
2839
2937
  overflow: hidden; /* 防止内容溢出 */
2840
2938
  }
2841
- .chat-embed__main_content[data-v-0b0c189e] {
2939
+ .chat-embed__main_content[data-v-bc196b97] {
2842
2940
  flex: 1;
2843
2941
  box-sizing: border-box;
2844
2942
  min-height: 0;
@@ -2846,21 +2944,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2846
2944
  /* overflow-y: auto;
2847
2945
  margin-bottom: 12px; */
2848
2946
  }
2849
- .chat-embed__input_container[data-v-0b0c189e] {
2947
+ .chat-embed__input_container[data-v-bc196b97] {
2850
2948
  flex-shrink: 0; /* 不允许收缩 */
2851
2949
  /* margin-bottom: 50px; 距离底部 */
2852
2950
  }
2853
- .header-icon[data-v-0b0c189e] {
2951
+ .header-icon[data-v-bc196b97] {
2854
2952
  cursor: pointer;
2855
2953
  font-size: 20px;
2856
2954
  }
2857
2955
 
2858
2956
  /* 聊天默认推荐内容样式
2859
2957
  */
2860
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2958
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2861
2959
  margin-top: 5px;
2862
2960
  }
2863
- .content-container[data-v-0b0c189e] {
2961
+ .content-container[data-v-bc196b97] {
2864
2962
  padding: 16px;
2865
2963
  border-radius: 4px;
2866
2964
  background: #ffffff;
@@ -2868,7 +2966,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2868
2966
  border-radius: 0px 30px 30px 30px;
2869
2967
  /* opacity: 0.6; */
2870
2968
  }
2871
- .chat-content-font[data-v-0b0c189e] {
2969
+ .chat-content-font[data-v-bc196b97] {
2872
2970
  font-family: PingFang SC, PingFang SC;
2873
2971
  font-weight: 500;
2874
2972
  font-size: 16px;
@@ -2878,10 +2976,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2878
2976
  font-style: normal;
2879
2977
  text-transform: none;
2880
2978
  }
2881
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2979
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2882
2980
  border: none !important;
2883
2981
  }
2884
- .content-container-header[data-v-0b0c189e] {
2982
+ .content-container-header[data-v-bc196b97] {
2885
2983
  font-size: 12px;
2886
2984
  color: #909399;
2887
2985
  }
@@ -2889,28 +2987,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2889
2987
  /**
2890
2988
  // 用户消息
2891
2989
  */
2892
- .content-borderless-container[data-v-0b0c189e] {
2990
+ .content-borderless-container[data-v-bc196b97] {
2893
2991
  background: #e1ecfd;
2894
2992
  border-radius: 20px 0px 20px 20px;
2895
2993
  user-select: none;
2896
2994
  padding: 12px;
2897
2995
  cursor: pointer;
2898
2996
  transition: background-color 0.3s;
2899
- &[data-v-0b0c189e]:hover {
2997
+ &[data-v-bc196b97]:hover {
2900
2998
  background-color: #ebeef5;
2901
2999
  }
2902
3000
  }
2903
- .footer-container[data-v-0b0c189e] {
2904
- [data-v-0b0c189e] .el-button + .el-button {
3001
+ .footer-container[data-v-bc196b97] {
3002
+ [data-v-bc196b97] .el-button + .el-button {
2905
3003
  margin-left: 8px;
2906
3004
  }
2907
3005
  }
2908
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
3006
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2909
3007
  padding: 0;
2910
3008
  }
2911
3009
 
2912
3010
  /* 引用文件样式 */
2913
- .doc-agg-item[data-v-0b0c189e] {
3011
+ .doc-agg-item[data-v-bc196b97] {
2914
3012
  width: 100%;
2915
3013
  padding: 10px;
2916
3014
  margin-bottom: 5px;
@@ -2920,108 +3018,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2920
3018
  font-size: 12px;
2921
3019
  color: var(--el-color-primary);
2922
3020
  }
2923
- .elx-xmarkdown-container[data-v-0b0c189e] {
3021
+ .elx-xmarkdown-container[data-v-bc196b97] {
2924
3022
  padding: 0;
2925
- }
2926
- h4[data-v-0b0c189e] {
2927
- font-size: 16px;
2928
- margin-top: 0px;
2929
- margin-bottom: 0px;
2930
- }
2931
- [data-v-0b0c189e] .el-divider--horizontal {
2932
- margin: 5px 0;
2933
- }
2934
- .sender-additional-data-tag[data-v-0b0c189e] {
2935
- display: flex;
2936
- align-items: center;
2937
- flex-shrink: 0;
2938
- min-width: max-content;
2939
- margin-left: auto;
2940
- gap: 10px;
2941
- }
2942
- .amb-color-iconfont[data-v-0b0c189e] {
2943
- display: inline-block;
2944
- width: 12px;
2945
- height: 12px;
2946
- background-repeat: no-repeat;
2947
- background-position: center;
2948
- background-size: 100%;
2949
- cursor: pointer;
2950
- }
2951
- .el-button + .el-button[data-v-0b0c189e] {
2952
- margin-left: 5px;
2953
- }
2954
- .header-self-wrap[data-v-0b0c189e] {
2955
- display: flex;
2956
- flex-direction: column;
2957
- padding: 16px;
2958
- }
2959
- [data-v-0b0c189e] .el-sender-header {
2960
- border-bottom-color: #ffffff !important;
2961
- }
2962
- [data-v-0b0c189e] .el-sender {
2963
- background: #ffffff !important;
2964
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2965
- border-radius: 30px 30px 30px 30px !important;
2966
- font-family: Noto Sans SC, Noto Sans SC;
2967
- font-weight: 400;
2968
- font-size: 16px;
2969
- color: #bbbbbb;
2970
- text-align: left;
2971
- font-style: normal;
2972
- text-transform: none;
2973
- }
2974
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2975
- font-family: Noto Sans SC, Noto Sans SC !important;
2976
- font-weight: 400 !important;
2977
- font-size: 16px !important;
2978
- line-height: 21px !important;
2979
- font-style: normal !important;
2980
- text-transform: none !important;
2981
- }
2982
- [data-v-0b0c189e] .el-sender-content {
2983
- padding: 16px !important;
2984
- }
2985
- [data-v-0b0c189e] .el-select__wrapper {
2986
- border-radius: 100px 100px 100px 100px;
2987
- border: 1px solid #dcdfe6;
2988
- }
2989
- .ai-generate-tip[data-v-0b0c189e] {
2990
- padding: 12px;
2991
- font-family: PingFang SC, PingFang SC;
2992
- font-weight: 400;
2993
- font-size: 14px;
2994
- color: #808080;
2995
- line-height: 21px;
2996
- font-style: normal;
2997
- text-align: center;
2998
- }
2999
- .el-button.is-circle[data-v-0b0c189e] {
3000
- border-radius: 50% !important;
3001
- padding: 8px;
3002
- width: 32px;
3003
- }
3004
- .send-icon[data-v-0b0c189e] {
3005
- cursor: pointer;
3006
- }
3007
- .el-divider--vertical[data-v-0b0c189e] {
3008
- margin: 0 0;
3009
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
3010
- margin-right: 5px;
3011
- }
3012
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
3013
- margin-left: 5px;
3014
- }
3015
- .svg-icon[data-v-019891df] {
3016
- width: 1.2em;
3017
- height: 1.2em;
3018
- vertical-align: -0.25em;
3019
- fill: currentColor;
3020
- overflow: initial;
3021
3023
  }
3022
- [data-v-90635647] .el-range-separator {
3023
- min-width: 20px;
3024
- }.el-button > span[data-v-5bb8bf7f] {
3024
+ .el-button > span[data-v-5bb8bf7f] {
3025
3025
  font-size: 12px;
3026
3026
  }
3027
3027
  .fs-upload-tag[data-v-5bb8bf7f] {
@@ -3042,11 +3042,7 @@ h4[data-v-0b0c189e] {
3042
3042
  .fs-upload-tag-percent[data-v-5bb8bf7f] {
3043
3043
  font-weight: 600;
3044
3044
  margin-left: 4px;
3045
- }
3046
- .el-dialog__header[data-v-44f1d9d6] {
3047
- padding-bottom: 0px;
3048
3045
  }
3049
-
3050
3046
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3051
3047
  .mobile-item-action[data-v-13b41596] {
3052
3048
  z-index: 2000;
@@ -3069,6 +3065,10 @@ h4[data-v-0b0c189e] {
3069
3065
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3070
3066
  margin-left: 5px;
3071
3067
  }
3068
+ .el-dialog__header[data-v-44f1d9d6] {
3069
+ padding-bottom: 0px;
3070
+ }
3071
+
3072
3072
  .file-name-container[data-v-adb74276] {
3073
3073
  display: flex;
3074
3074
  align-items: center; /* 垂直居中 */