agilebuilder-ui 1.1.65-tmp7 → 1.1.65-tmp8
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/index.js +131 -131
- package/lib/style.css +759 -759
- package/package.json +1 -1
- package/packages/index.js +43 -43
package/lib/style.css
CHANGED
|
@@ -293,20 +293,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
293
293
|
flex-wrap: wrap;
|
|
294
294
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
295
295
|
}
|
|
296
|
-
.searchResult[data-v-22410ec9] {
|
|
297
|
-
color: red;
|
|
298
|
-
}
|
|
299
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
-
width: 90%;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.searchResult {
|
|
304
|
-
color: red;
|
|
305
|
-
}
|
|
306
|
-
.inline-input-custom {
|
|
307
|
-
width: 90%;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
296
|
.red-circle[data-v-998f4283] {
|
|
311
297
|
width: 20px; /* 圆圈的宽度 */
|
|
312
298
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -321,6 +307,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
321
307
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
322
308
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
323
309
|
}
|
|
310
|
+
|
|
311
|
+
.searchResult {
|
|
312
|
+
color: red;
|
|
313
|
+
}
|
|
314
|
+
.inline-input-custom {
|
|
315
|
+
width: 90%;
|
|
316
|
+
}
|
|
324
317
|
.ValidCode[data-v-aa77e3bd] {
|
|
325
318
|
display: flex;
|
|
326
319
|
background-color: #fff;
|
|
@@ -331,12 +324,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
324
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
325
|
display: inline-block;
|
|
333
326
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
338
|
-
display: inline-block;
|
|
327
|
+
.searchResult[data-v-22410ec9] {
|
|
328
|
+
color: red;
|
|
339
329
|
}
|
|
330
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
331
|
+
width: 90%;
|
|
332
|
+
}
|
|
333
|
+
|
|
340
334
|
.organization-input .el-input-group__append {
|
|
341
335
|
padding: 0 10px 0 0;
|
|
342
336
|
}
|
|
@@ -451,6 +445,41 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
451
445
|
display: grid;
|
|
452
446
|
grid-template-columns: 20% 80%;
|
|
453
447
|
}
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
453
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
+
width: 30px;
|
|
455
|
+
height: 30px;
|
|
456
|
+
}
|
|
457
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
+
margin-left: 10px;
|
|
459
|
+
cursor: pointer;
|
|
460
|
+
overflow: hidden;
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
white-space: nowrap;
|
|
463
|
+
}
|
|
464
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
+
border: 1px solid #dcdfe6;
|
|
466
|
+
padding: 4px 8px;
|
|
467
|
+
background-clip: padding-box;
|
|
468
|
+
overflow: hidden;
|
|
469
|
+
display: inline-flex;
|
|
470
|
+
align-items: center;
|
|
471
|
+
}
|
|
472
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
+
margin-right: 8px;
|
|
474
|
+
max-width: 120px;
|
|
475
|
+
overflow: hidden;
|
|
476
|
+
text-overflow: ellipsis;
|
|
477
|
+
white-space: nowrap;
|
|
478
|
+
}
|
|
479
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
+
font-weight: 600;
|
|
481
|
+
margin-left: 4px;
|
|
482
|
+
}
|
|
454
483
|
.fs-preview-container[data-v-2448d898] {
|
|
455
484
|
display: flex;
|
|
456
485
|
align-items: center;
|
|
@@ -526,35 +555,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
555
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
556
|
padding: 5px 11px;
|
|
528
557
|
height: var(--el-button-size);
|
|
529
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
|
-
width: 30px;
|
|
531
|
-
height: 30px;
|
|
532
|
-
}
|
|
533
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
534
|
-
margin-left: 10px;
|
|
535
|
-
cursor: pointer;
|
|
536
|
-
overflow: hidden;
|
|
537
|
-
text-overflow: ellipsis;
|
|
538
|
-
white-space: nowrap;
|
|
539
|
-
}
|
|
540
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
541
|
-
border: 1px solid #dcdfe6;
|
|
542
|
-
padding: 4px 8px;
|
|
543
|
-
background-clip: padding-box;
|
|
544
|
-
overflow: hidden;
|
|
545
|
-
display: inline-flex;
|
|
546
|
-
align-items: center;
|
|
547
|
-
}
|
|
548
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
549
|
-
margin-right: 8px;
|
|
550
|
-
max-width: 120px;
|
|
551
|
-
overflow: hidden;
|
|
552
|
-
text-overflow: ellipsis;
|
|
553
|
-
white-space: nowrap;
|
|
554
|
-
}
|
|
555
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
556
|
-
font-weight: 600;
|
|
557
|
-
margin-left: 4px;
|
|
558
558
|
}.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
@@ -566,68 +566,46 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
566
|
width: 100%;
|
|
567
567
|
height: 100%;
|
|
568
568
|
text-align: center;
|
|
569
|
-
}
|
|
570
|
-
width:
|
|
571
|
-
|
|
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;
|
|
569
|
+
}.errPage-container[data-v-6bef0241] {
|
|
570
|
+
width: 800px;
|
|
571
|
+
max-width: 100%;
|
|
572
|
+
margin: 100px auto;
|
|
589
573
|
}
|
|
590
|
-
.
|
|
591
|
-
|
|
574
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
575
|
+
background: #008489;
|
|
576
|
+
color: #fff;
|
|
577
|
+
border: none !important;
|
|
592
578
|
}
|
|
593
|
-
.
|
|
594
|
-
margin
|
|
579
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
580
|
+
margin: 0 auto;
|
|
581
|
+
display: block;
|
|
595
582
|
}
|
|
596
|
-
.
|
|
597
|
-
display:
|
|
583
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
584
|
+
display: block;
|
|
585
|
+
margin: 0 auto;
|
|
598
586
|
width: 100%;
|
|
599
587
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
602
|
-
|
|
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;
|
|
588
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
589
|
+
font-size: 60px;
|
|
590
|
+
font-weight: 700;
|
|
591
|
+
color: #484848;
|
|
614
592
|
}
|
|
615
|
-
.
|
|
616
|
-
|
|
593
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
594
|
+
font-size: 14px;
|
|
617
595
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
620
|
-
flex: 1 1 75%;
|
|
621
|
-
text-align: left;
|
|
596
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
597
|
+
padding-bottom: 5px;
|
|
622
598
|
}
|
|
623
|
-
.
|
|
624
|
-
|
|
625
|
-
text-
|
|
599
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
600
|
+
color: #008489;
|
|
601
|
+
text-decoration: none;
|
|
626
602
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
629
|
-
}
|
|
630
|
-
|
|
603
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
604
|
+
text-decoration: underline;
|
|
605
|
+
}iframe[data-v-e5fb3b56] {
|
|
606
|
+
width: 100%;
|
|
607
|
+
height: calc(100vh - 50px);
|
|
608
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
631
609
|
transform: translate(-50%, -50%);
|
|
632
610
|
position: absolute;
|
|
633
611
|
top: 40%;
|
|
@@ -824,158 +802,68 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
824
802
|
height: 100%;
|
|
825
803
|
height: calc(100vh - 20px);
|
|
826
804
|
}
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
color: #fff;
|
|
835
|
-
border: none !important;
|
|
836
|
-
}
|
|
837
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
838
|
-
margin: 0 auto;
|
|
839
|
-
display: block;
|
|
840
|
-
}
|
|
841
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
842
|
-
display: block;
|
|
843
|
-
margin: 0 auto;
|
|
844
|
-
width: 100%;
|
|
805
|
+
|
|
806
|
+
.organization-tree,
|
|
807
|
+
.organization-tree .el-checkbox__label,
|
|
808
|
+
.organization-tree .el-breadcrumb__inner,
|
|
809
|
+
.organization-tree .el-tree {
|
|
810
|
+
font-size: 17px;
|
|
811
|
+
font-weight: 700;
|
|
845
812
|
}
|
|
846
|
-
.
|
|
847
|
-
|
|
813
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
814
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
815
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
816
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
817
|
+
font-size: 17px;
|
|
848
818
|
font-weight: 700;
|
|
849
|
-
color: #484848;
|
|
850
819
|
}
|
|
851
|
-
.
|
|
852
|
-
|
|
820
|
+
.organization-tree .el-card__body {
|
|
821
|
+
padding-top: 10px;
|
|
853
822
|
}
|
|
854
|
-
.
|
|
855
|
-
|
|
823
|
+
.organization-tree .card-content {
|
|
824
|
+
margin-top: 10px;
|
|
856
825
|
}
|
|
857
|
-
.
|
|
858
|
-
|
|
859
|
-
text-decoration: none;
|
|
826
|
+
.organization-tree .item-row-all {
|
|
827
|
+
margin-bottom: 10px;
|
|
860
828
|
}
|
|
861
|
-
.
|
|
862
|
-
|
|
863
|
-
}iframe[data-v-20dccb82] {
|
|
864
|
-
width: 100%;
|
|
865
|
-
height: calc(100vh - 50px);
|
|
866
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
867
|
-
position: relative;
|
|
868
|
-
height: 100%;
|
|
829
|
+
.organization-tree .item-row {
|
|
830
|
+
display: flex;
|
|
869
831
|
width: 100%;
|
|
870
832
|
}
|
|
871
|
-
.
|
|
872
|
-
|
|
873
|
-
|
|
833
|
+
.organization-tree .item-label {
|
|
834
|
+
flex: 0 0 90%;
|
|
835
|
+
text-align: left;
|
|
874
836
|
}
|
|
875
|
-
.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
width: 100%;
|
|
879
|
-
top: 0;
|
|
880
|
-
height: 100%;
|
|
881
|
-
position: absolute;
|
|
882
|
-
z-index: 999;
|
|
883
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
884
|
-
position: relative;
|
|
885
|
-
--el-menu-item-height: 45px;
|
|
886
|
-
--el-menu-sub-item-height: 45px;
|
|
837
|
+
.organization-tree .item-side {
|
|
838
|
+
flex: 0 0 10%;
|
|
839
|
+
text-align: right;
|
|
887
840
|
}
|
|
888
|
-
.
|
|
889
|
-
|
|
841
|
+
.organization-tree .el-tree-node {
|
|
842
|
+
margin-bottom: 10px;
|
|
890
843
|
}
|
|
891
|
-
.
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
}
|
|
895
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
896
|
-
display: flex;
|
|
897
|
-
flex-direction: row;
|
|
898
|
-
padding: 0 !important;
|
|
899
|
-
}
|
|
900
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
901
|
-
display: flex;
|
|
902
|
-
align-items: center;
|
|
903
|
-
justify-content: center;
|
|
904
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
|
-
font-size: 16px;
|
|
906
|
-
}
|
|
907
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
908
|
-
width: 20px;
|
|
909
|
-
}
|
|
910
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
911
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
|
-
overflow: hidden;
|
|
913
|
-
white-space: nowrap;
|
|
914
|
-
overflow: hidden;
|
|
915
|
-
text-overflow: ellipsis;
|
|
916
|
-
}
|
|
917
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
918
|
-
overflow: hidden;
|
|
919
|
-
white-space: nowrap;
|
|
920
|
-
overflow: hidden;
|
|
921
|
-
text-overflow: ellipsis;
|
|
922
|
-
}
|
|
923
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
924
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
-
}.app-main[data-v-2d98e845] {
|
|
926
|
-
padding: var(--app-main-padding, 15px);
|
|
927
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
928
|
-
position: relative;
|
|
929
|
-
overflow: hidden;
|
|
930
|
-
}
|
|
931
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
932
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
933
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
934
|
-
overflow: auto;
|
|
935
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
936
|
-
position: relative;
|
|
937
|
-
--el-menu-item-height: 45px;
|
|
938
|
-
--el-menu-sub-item-height: 45px;
|
|
939
|
-
}
|
|
940
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
941
|
-
padding: 0 !important;
|
|
942
|
-
}
|
|
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)) {
|
|
944
|
-
display: flex;
|
|
945
|
-
flex-direction: row;
|
|
946
|
-
}
|
|
947
|
-
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
948
|
-
display: flex;
|
|
949
|
-
flex-direction: row;
|
|
950
|
-
padding: 0 !important;
|
|
951
|
-
}
|
|
952
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
953
|
-
display: flex;
|
|
954
|
-
align-items: center;
|
|
955
|
-
justify-content: center;
|
|
956
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
957
|
-
font-size: 16px;
|
|
844
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
845
|
+
padding: 0;
|
|
846
|
+
display: none;
|
|
958
847
|
}
|
|
959
|
-
.
|
|
960
|
-
|
|
848
|
+
.organization-tree .card-footer {
|
|
849
|
+
padding: 20px;
|
|
961
850
|
}
|
|
962
|
-
.
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
overflow: hidden;
|
|
967
|
-
text-overflow: ellipsis;
|
|
851
|
+
.organization-tree .card-footer .select-result {
|
|
852
|
+
color: #409eff;
|
|
853
|
+
flex: 1 1 75%;
|
|
854
|
+
text-align: left;
|
|
968
855
|
}
|
|
969
|
-
.
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
overflow: hidden;
|
|
973
|
-
text-overflow: ellipsis;
|
|
856
|
+
.organization-tree .card-footer .button-area {
|
|
857
|
+
flex: 0 0 20%;
|
|
858
|
+
text-align: right;
|
|
974
859
|
}
|
|
975
|
-
.
|
|
976
|
-
|
|
977
|
-
}
|
|
978
|
-
|
|
860
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
|
+
color: #409eff;
|
|
862
|
+
}
|
|
863
|
+
.super-icon[data-v-875fd31c] {
|
|
864
|
+
width: 1em;
|
|
865
|
+
height: 1em;
|
|
866
|
+
font-size: 14px;
|
|
979
867
|
}
|
|
980
868
|
.organization-tree,
|
|
981
869
|
.organization-tree .el-checkbox__label,
|
|
@@ -1034,7 +922,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1034
922
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1035
923
|
color: #409eff;
|
|
1036
924
|
}
|
|
1037
|
-
|
|
925
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
926
|
+
width: 50%;
|
|
927
|
+
}
|
|
1038
928
|
.organization-tree,
|
|
1039
929
|
.organization-tree .el-checkbox__label,
|
|
1040
930
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1092,10 +982,120 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1092
982
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1093
983
|
color: #409eff;
|
|
1094
984
|
}
|
|
1095
|
-
.
|
|
1096
|
-
|
|
1097
|
-
height:
|
|
1098
|
-
|
|
985
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
|
+
position: relative;
|
|
987
|
+
height: 100%;
|
|
988
|
+
width: 100%;
|
|
989
|
+
}
|
|
990
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
+
position: fixed;
|
|
992
|
+
top: 0;
|
|
993
|
+
}
|
|
994
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
995
|
+
background: #000;
|
|
996
|
+
opacity: 0.3;
|
|
997
|
+
width: 100%;
|
|
998
|
+
top: 0;
|
|
999
|
+
height: 100%;
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
z-index: 999;
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
1003
|
+
width: 100%;
|
|
1004
|
+
height: calc(100vh - 50px);
|
|
1005
|
+
}.app-main[data-v-2d98e845] {
|
|
1006
|
+
padding: var(--app-main-padding, 15px);
|
|
1007
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1008
|
+
position: relative;
|
|
1009
|
+
overflow: hidden;
|
|
1010
|
+
}
|
|
1011
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1012
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1013
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1014
|
+
overflow: auto;
|
|
1015
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1016
|
+
position: relative;
|
|
1017
|
+
--el-menu-item-height: 45px;
|
|
1018
|
+
--el-menu-sub-item-height: 45px;
|
|
1019
|
+
}
|
|
1020
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1021
|
+
padding: 0 !important;
|
|
1022
|
+
}
|
|
1023
|
+
.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)) {
|
|
1024
|
+
display: flex;
|
|
1025
|
+
flex-direction: row;
|
|
1026
|
+
}
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
flex-direction: row;
|
|
1030
|
+
padding: 0 !important;
|
|
1031
|
+
}
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1033
|
+
display: flex;
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
justify-content: center;
|
|
1036
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1037
|
+
font-size: 16px;
|
|
1038
|
+
}
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1040
|
+
width: 20px;
|
|
1041
|
+
}
|
|
1042
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1043
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1044
|
+
overflow: hidden;
|
|
1045
|
+
white-space: nowrap;
|
|
1046
|
+
overflow: hidden;
|
|
1047
|
+
text-overflow: ellipsis;
|
|
1048
|
+
}
|
|
1049
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1050
|
+
overflow: hidden;
|
|
1051
|
+
white-space: nowrap;
|
|
1052
|
+
overflow: hidden;
|
|
1053
|
+
text-overflow: ellipsis;
|
|
1054
|
+
}
|
|
1055
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1056
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1058
|
+
position: relative;
|
|
1059
|
+
--el-menu-item-height: 45px;
|
|
1060
|
+
--el-menu-sub-item-height: 45px;
|
|
1061
|
+
}
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1063
|
+
padding: 0 !important;
|
|
1064
|
+
}
|
|
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)) {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex-direction: row;
|
|
1068
|
+
}
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: row;
|
|
1072
|
+
padding: 0 !important;
|
|
1073
|
+
}
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1075
|
+
display: flex;
|
|
1076
|
+
align-items: center;
|
|
1077
|
+
justify-content: center;
|
|
1078
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
+
font-size: 16px;
|
|
1080
|
+
}
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
+
width: 20px;
|
|
1083
|
+
}
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1085
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
white-space: nowrap;
|
|
1088
|
+
overflow: hidden;
|
|
1089
|
+
text-overflow: ellipsis;
|
|
1090
|
+
}
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
white-space: nowrap;
|
|
1094
|
+
overflow: hidden;
|
|
1095
|
+
text-overflow: ellipsis;
|
|
1096
|
+
}
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
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 {
|
|
1100
1100
|
user-select: text !important;
|
|
1101
1101
|
-webkit-user-select: text !important;
|
|
@@ -1314,68 +1314,59 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1314
1314
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1315
1315
|
margin: 5px 0;
|
|
1316
1316
|
}
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1317
|
+
|
|
1318
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1319
|
+
font-size: 17px;
|
|
1320
|
+
font-weight: 700;
|
|
1320
1321
|
}
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
cursor: pointer;
|
|
1322
|
+
.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 {
|
|
1323
|
+
font-size: 17px;
|
|
1324
|
+
font-weight: 700;
|
|
1325
1325
|
}
|
|
1326
|
-
.
|
|
1327
|
-
|
|
1326
|
+
.organization-tree .el-card__body {
|
|
1327
|
+
padding-top: 10px;
|
|
1328
1328
|
}
|
|
1329
|
-
.
|
|
1330
|
-
|
|
1331
|
-
text-align: center;
|
|
1329
|
+
.organization-tree .card-content {
|
|
1330
|
+
margin-top: 10px;
|
|
1332
1331
|
}
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1335
|
-
width: 100%;
|
|
1332
|
+
.organization-tree .item-row-all {
|
|
1333
|
+
margin-bottom: 10px;
|
|
1336
1334
|
}
|
|
1337
|
-
.
|
|
1338
|
-
|
|
1335
|
+
.organization-tree .item-row {
|
|
1336
|
+
display: flex;
|
|
1337
|
+
width: 100%;
|
|
1339
1338
|
}
|
|
1340
|
-
.
|
|
1341
|
-
|
|
1342
|
-
|
|
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;
|
|
1339
|
+
.organization-tree .item-label {
|
|
1340
|
+
flex: 0 0 90%;
|
|
1341
|
+
text-align: left;
|
|
1351
1342
|
}
|
|
1352
|
-
.
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
z-index: 999;
|
|
1356
|
-
padding: 5px;
|
|
1357
|
-
margin: 0;
|
|
1358
|
-
margin-top: 30px;
|
|
1343
|
+
.organization-tree .item-side {
|
|
1344
|
+
flex: 0 0 10%;
|
|
1345
|
+
text-align: right;
|
|
1359
1346
|
}
|
|
1360
|
-
.
|
|
1361
|
-
|
|
1362
|
-
height: 28px;
|
|
1363
|
-
line-height: 28px;
|
|
1364
|
-
text-align: left;
|
|
1365
|
-
color: #1a1a1a;
|
|
1347
|
+
.organization-tree .el-tree-node {
|
|
1348
|
+
margin-bottom: 10px;
|
|
1366
1349
|
}
|
|
1367
|
-
.
|
|
1368
|
-
|
|
1369
|
-
|
|
1350
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1351
|
+
padding: 0;
|
|
1352
|
+
display: none;
|
|
1370
1353
|
}
|
|
1371
|
-
.
|
|
1372
|
-
|
|
1373
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1374
|
-
border-radius: 5px;
|
|
1354
|
+
.organization-tree .card-footer {
|
|
1355
|
+
padding: 20px;
|
|
1375
1356
|
}
|
|
1376
|
-
|
|
1377
|
-
|
|
1357
|
+
.organization-tree .card-footer .select-result {
|
|
1358
|
+
color: #409EFF;
|
|
1359
|
+
flex:1 1 75%;
|
|
1360
|
+
text-align: left;
|
|
1361
|
+
}
|
|
1362
|
+
.organization-tree .card-footer .button-area {
|
|
1363
|
+
flex:0 0 20%;
|
|
1364
|
+
text-align: right;
|
|
1378
1365
|
}
|
|
1366
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1367
|
+
color:#409EFF
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1379
1370
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1380
1371
|
display: flex;
|
|
1381
1372
|
align-items: center;
|
|
@@ -1405,16 +1396,6 @@ li[data-v-040fcf55] {
|
|
|
1405
1396
|
width: 98%;
|
|
1406
1397
|
}
|
|
1407
1398
|
|
|
1408
|
-
.searchResult {
|
|
1409
|
-
color: red;
|
|
1410
|
-
}
|
|
1411
|
-
.inline-input-custom {
|
|
1412
|
-
width: 90%;
|
|
1413
|
-
}
|
|
1414
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
-
min-width: 300px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
1399
|
.searchResult {
|
|
1419
1400
|
color: red;
|
|
1420
1401
|
}
|
|
@@ -1446,17 +1427,68 @@ li[data-v-040fcf55] {
|
|
|
1446
1427
|
.el-autocomplete-suggestion.el-popper {
|
|
1447
1428
|
min-width: 300px;
|
|
1448
1429
|
}
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1430
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1431
|
+
display: inline-flex;
|
|
1432
|
+
vertical-align: middle;
|
|
1452
1433
|
}
|
|
1453
|
-
.
|
|
1454
|
-
|
|
1434
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1435
|
+
font-size: 20px;
|
|
1436
|
+
color: var(--el-color-primary);
|
|
1437
|
+
cursor: pointer;
|
|
1455
1438
|
}
|
|
1456
|
-
.
|
|
1457
|
-
|
|
1439
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1440
|
+
margin-bottom: 0px;
|
|
1441
|
+
}
|
|
1442
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1443
|
+
margin-bottom: 5px;
|
|
1444
|
+
text-align: center;
|
|
1445
|
+
}
|
|
1446
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1447
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1448
|
+
width: 100%;
|
|
1449
|
+
}
|
|
1450
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1451
|
+
display: none;
|
|
1452
|
+
}
|
|
1453
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1454
|
+
padding-bottom: 10px;
|
|
1455
|
+
position: fixed;
|
|
1456
|
+
top: 37px;
|
|
1457
|
+
background-color: #ffffff;
|
|
1458
|
+
width: 46%;
|
|
1459
|
+
height: 40px;
|
|
1460
|
+
z-index: 1500;
|
|
1458
1461
|
}
|
|
1459
|
-
|
|
1462
|
+
li[data-v-040fcf55] {
|
|
1463
|
+
color: #333;
|
|
1464
|
+
}
|
|
1465
|
+
.context-menu[data-v-040fcf55] {
|
|
1466
|
+
position: fixed;
|
|
1467
|
+
background: #fff;
|
|
1468
|
+
z-index: 999;
|
|
1469
|
+
padding: 5px;
|
|
1470
|
+
margin: 0;
|
|
1471
|
+
margin-top: 30px;
|
|
1472
|
+
}
|
|
1473
|
+
.context-menu li[data-v-040fcf55] {
|
|
1474
|
+
min-width: 75px;
|
|
1475
|
+
height: 28px;
|
|
1476
|
+
line-height: 28px;
|
|
1477
|
+
text-align: left;
|
|
1478
|
+
color: #1a1a1a;
|
|
1479
|
+
}
|
|
1480
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1481
|
+
background: #42b983;
|
|
1482
|
+
color: #fff;
|
|
1483
|
+
}
|
|
1484
|
+
.context-menu[data-v-040fcf55] {
|
|
1485
|
+
border: 1px solid #eee;
|
|
1486
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1487
|
+
border-radius: 5px;
|
|
1488
|
+
}
|
|
1489
|
+
li[data-v-040fcf55] {
|
|
1490
|
+
list-style-type: none;
|
|
1491
|
+
}
|
|
1460
1492
|
.searchResult {
|
|
1461
1493
|
color: red;
|
|
1462
1494
|
}
|
|
@@ -1467,6 +1499,16 @@ li[data-v-040fcf55] {
|
|
|
1467
1499
|
width: 98%;
|
|
1468
1500
|
}
|
|
1469
1501
|
|
|
1502
|
+
.searchResult {
|
|
1503
|
+
color: red;
|
|
1504
|
+
}
|
|
1505
|
+
.inline-input-custom {
|
|
1506
|
+
width: 90%;
|
|
1507
|
+
}
|
|
1508
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1509
|
+
min-width: 300px;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1470
1512
|
.searchResult {
|
|
1471
1513
|
color: red;
|
|
1472
1514
|
}
|
|
@@ -1477,56 +1519,14 @@ li[data-v-040fcf55] {
|
|
|
1477
1519
|
width: 98%;
|
|
1478
1520
|
}
|
|
1479
1521
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
font-weight: 700;
|
|
1483
|
-
}
|
|
1484
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1485
|
-
font-size: 17px;
|
|
1486
|
-
font-weight: 700;
|
|
1487
|
-
}
|
|
1488
|
-
.organization-tree .el-card__body {
|
|
1489
|
-
padding-top: 10px;
|
|
1490
|
-
}
|
|
1491
|
-
.organization-tree .card-content {
|
|
1492
|
-
margin-top: 10px;
|
|
1493
|
-
}
|
|
1494
|
-
.organization-tree .item-row-all {
|
|
1495
|
-
margin-bottom: 10px;
|
|
1496
|
-
}
|
|
1497
|
-
.organization-tree .item-row {
|
|
1498
|
-
display: flex;
|
|
1499
|
-
width: 100%;
|
|
1500
|
-
}
|
|
1501
|
-
.organization-tree .item-label {
|
|
1502
|
-
flex: 0 0 90%;
|
|
1503
|
-
text-align: left;
|
|
1504
|
-
}
|
|
1505
|
-
.organization-tree .item-side {
|
|
1506
|
-
flex: 0 0 10%;
|
|
1507
|
-
text-align: right;
|
|
1508
|
-
}
|
|
1509
|
-
.organization-tree .el-tree-node {
|
|
1510
|
-
margin-bottom: 10px;
|
|
1511
|
-
}
|
|
1512
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1513
|
-
padding: 0;
|
|
1514
|
-
display: none;
|
|
1515
|
-
}
|
|
1516
|
-
.organization-tree .card-footer {
|
|
1517
|
-
padding: 20px;
|
|
1518
|
-
}
|
|
1519
|
-
.organization-tree .card-footer .select-result {
|
|
1520
|
-
color: #409EFF;
|
|
1521
|
-
flex:1 1 75%;
|
|
1522
|
-
text-align: left;
|
|
1522
|
+
.searchResult {
|
|
1523
|
+
color: red;
|
|
1523
1524
|
}
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1526
|
-
text-align: right;
|
|
1525
|
+
.inline-input-custom {
|
|
1526
|
+
width: 100% !important;
|
|
1527
1527
|
}
|
|
1528
|
-
.
|
|
1529
|
-
|
|
1528
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1529
|
+
min-width: 300px;
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
.grid-search-form[data-v-04817310] {
|
|
@@ -1605,7 +1605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
[data-v-
|
|
1608
|
+
[data-v-0fb85d6e] .super-icon {
|
|
1609
1609
|
width: 20px !important;
|
|
1610
1610
|
height: 20px !important;
|
|
1611
1611
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
@@ -1627,45 +1627,18 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1629
|
margin: 0 5px;
|
|
1630
|
-
}[data-v-
|
|
1630
|
+
}[data-v-455b2ba2] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
1633
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
-
margin-bottom: 0px;
|
|
1635
|
-
}
|
|
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;
|
|
1641
|
-
}
|
|
1642
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
-
margin-bottom: 5px;
|
|
1644
|
-
text-align: center;
|
|
1645
|
-
}
|
|
1646
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1647
|
-
width: 100%;
|
|
1648
|
-
}
|
|
1649
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
-
width: 100%;
|
|
1651
1633
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
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;
|
|
1634
|
+
.searchResult {
|
|
1635
|
+
color: red;
|
|
1661
1636
|
}
|
|
1662
|
-
.
|
|
1663
|
-
|
|
1664
|
-
text-align: center;
|
|
1637
|
+
.inline-select-custom {
|
|
1638
|
+
width: 100px;
|
|
1665
1639
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
width: 100%;
|
|
1640
|
+
.inline-input-custom {
|
|
1641
|
+
width: 98%;
|
|
1669
1642
|
}
|
|
1670
1643
|
.annex-cell[data-v-1e660925] {
|
|
1671
1644
|
padding-right: 5px;
|
|
@@ -1714,36 +1687,73 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1714
1687
|
}
|
|
1715
1688
|
.normal-column-content-view[data-v-1e660925] {
|
|
1716
1689
|
display: inline;
|
|
1717
|
-
}.grid-search-form
|
|
1718
|
-
|
|
1719
|
-
}
|
|
1720
|
-
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1721
|
-
margin-bottom: 5px;
|
|
1690
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1691
|
+
margin-bottom: 0px;
|
|
1722
1692
|
}
|
|
1723
|
-
.grid-search-form
|
|
1693
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1724
1694
|
overflow: hidden;
|
|
1725
1695
|
text-overflow: ellipsis;
|
|
1726
1696
|
white-space: nowrap;
|
|
1727
1697
|
word-break: keep-all;
|
|
1728
1698
|
}
|
|
1729
|
-
.grid-search-form
|
|
1699
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1730
1700
|
margin-bottom: 5px;
|
|
1731
1701
|
text-align: center;
|
|
1732
1702
|
}
|
|
1733
|
-
.grid-search-form
|
|
1703
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1734
1704
|
width: 100%;
|
|
1735
1705
|
}
|
|
1736
|
-
.grid-search-form
|
|
1706
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1737
1707
|
width: 100%;
|
|
1738
1708
|
}
|
|
1739
|
-
.grid-search-form
|
|
1709
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1740
1710
|
padding-right: 24px;
|
|
1741
1711
|
}
|
|
1742
|
-
.grid-search-form
|
|
1712
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1743
1713
|
padding-left: 10px;
|
|
1744
1714
|
padding-bottom: 16px;
|
|
1745
1715
|
}
|
|
1746
|
-
.search-
|
|
1716
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1717
|
+
margin-bottom: 0px;
|
|
1718
|
+
}
|
|
1719
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1720
|
+
margin-bottom: 5px;
|
|
1721
|
+
text-align: center;
|
|
1722
|
+
}
|
|
1723
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1724
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1725
|
+
width: 100%;
|
|
1726
|
+
}
|
|
1727
|
+
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1728
|
+
overflow: auto;
|
|
1729
|
+
}
|
|
1730
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1731
|
+
margin-bottom: 5px;
|
|
1732
|
+
}
|
|
1733
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
|
|
1734
|
+
overflow: hidden;
|
|
1735
|
+
text-overflow: ellipsis;
|
|
1736
|
+
white-space: nowrap;
|
|
1737
|
+
word-break: keep-all;
|
|
1738
|
+
}
|
|
1739
|
+
.grid-search-form-mobile[data-v-832e8a9d] .search-btn {
|
|
1740
|
+
margin-bottom: 5px;
|
|
1741
|
+
text-align: center;
|
|
1742
|
+
}
|
|
1743
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-select {
|
|
1744
|
+
width: 100%;
|
|
1745
|
+
}
|
|
1746
|
+
.grid-search-form-mobile[data-v-832e8a9d] .customComponent {
|
|
1747
|
+
width: 100%;
|
|
1748
|
+
}
|
|
1749
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-row {
|
|
1750
|
+
padding-right: 24px;
|
|
1751
|
+
}
|
|
1752
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-col {
|
|
1753
|
+
padding-left: 10px;
|
|
1754
|
+
padding-bottom: 16px;
|
|
1755
|
+
}
|
|
1756
|
+
.search-btn-mobile[data-v-832e8a9d] {
|
|
1747
1757
|
padding-top: 10px;
|
|
1748
1758
|
position: fixed;
|
|
1749
1759
|
bottom: 0;
|
|
@@ -1751,16 +1761,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1751
1761
|
width: 50%;
|
|
1752
1762
|
height: 40px;
|
|
1753
1763
|
}
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1756
|
-
}
|
|
1757
|
-
.inline-select-custom {
|
|
1758
|
-
width: 100px;
|
|
1759
|
-
}
|
|
1760
|
-
.inline-input-custom {
|
|
1761
|
-
width: 98%;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
1764
|
.searchResult {
|
|
1765
1765
|
color: red;
|
|
1766
1766
|
}
|
|
@@ -1806,11 +1806,24 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
-
}.
|
|
1810
|
-
|
|
1809
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1810
|
+
border: 1px solid #dcdfe6;
|
|
1811
|
+
padding: 4px 8px;
|
|
1812
|
+
background-clip: padding-box;
|
|
1813
|
+
overflow: hidden;
|
|
1814
|
+
display: inline-flex;
|
|
1815
|
+
align-items: center;
|
|
1811
1816
|
}
|
|
1812
|
-
.
|
|
1813
|
-
margin-
|
|
1817
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1818
|
+
margin-right: 18px;
|
|
1819
|
+
max-width: 160px;
|
|
1820
|
+
overflow: hidden;
|
|
1821
|
+
text-overflow: ellipsis;
|
|
1822
|
+
white-space: nowrap;
|
|
1823
|
+
}
|
|
1824
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1825
|
+
font-weight: 600;
|
|
1826
|
+
margin-left: 4px;
|
|
1814
1827
|
}
|
|
1815
1828
|
.svg-icon[data-v-019891df] {
|
|
1816
1829
|
width: 1.2em;
|
|
@@ -1819,7 +1832,54 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1819
1832
|
fill: currentColor;
|
|
1820
1833
|
overflow: initial;
|
|
1821
1834
|
}
|
|
1822
|
-
[data-v-
|
|
1835
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
1836
|
+
font-size: 12px;
|
|
1837
|
+
}
|
|
1838
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1839
|
+
border: 1px solid #dcdfe6;
|
|
1840
|
+
padding: 4px 8px;
|
|
1841
|
+
background-clip: padding-box;
|
|
1842
|
+
overflow: hidden;
|
|
1843
|
+
display: inline-flex;
|
|
1844
|
+
align-items: center;
|
|
1845
|
+
}
|
|
1846
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1847
|
+
margin-right: 18px;
|
|
1848
|
+
max-width: 160px;
|
|
1849
|
+
overflow: hidden;
|
|
1850
|
+
text-overflow: ellipsis;
|
|
1851
|
+
white-space: nowrap;
|
|
1852
|
+
}
|
|
1853
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1854
|
+
font-weight: 600;
|
|
1855
|
+
margin-left: 4px;
|
|
1856
|
+
}
|
|
1857
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
1858
|
+
display: flex;
|
|
1859
|
+
align-items: center;
|
|
1860
|
+
justify-content: space-between;
|
|
1861
|
+
gap: 10px;
|
|
1862
|
+
width: 100%;
|
|
1863
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1864
|
+
font-size: 10px;
|
|
1865
|
+
color: #999;
|
|
1866
|
+
margin-top: 3px;
|
|
1867
|
+
flex-shrink: 0;
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
.footer-container[data-v-ffbde6f9] {
|
|
1871
|
+
display: flex;
|
|
1872
|
+
gap: 8px;
|
|
1873
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1874
|
+
margin-left: 0;
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1878
|
+
margin-right: 5px;
|
|
1879
|
+
}
|
|
1880
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1881
|
+
margin-left: 5px;
|
|
1882
|
+
}[data-v-90635647] .el-range-separator {
|
|
1823
1883
|
min-width: 20px;
|
|
1824
1884
|
}
|
|
1825
1885
|
.home-chart-iframe[data-v-b9f40acf] {
|
|
@@ -2016,32 +2076,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2016
2076
|
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2017
2077
|
padding: 0;
|
|
2018
2078
|
}
|
|
2019
|
-
|
|
2020
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2021
|
-
width: 100%;
|
|
2022
|
-
height: 100%;
|
|
2023
|
-
border: none;
|
|
2024
|
-
opacity: 1;
|
|
2025
|
-
}
|
|
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 {
|
|
2079
|
+
[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 {
|
|
2027
2080
|
user-select: text !important;
|
|
2028
2081
|
-webkit-user-select: text !important;
|
|
2029
2082
|
-moz-user-select: text !important;
|
|
2030
2083
|
-ms-user-select: text !important;
|
|
2031
2084
|
}
|
|
2032
|
-
.slide-up-enter-active[data-v-
|
|
2033
|
-
.slide-up-leave-active[data-v-
|
|
2085
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2086
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2034
2087
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2035
2088
|
}
|
|
2036
|
-
.slide-up-enter-from[data-v-
|
|
2037
|
-
.slide-up-leave-to[data-v-
|
|
2089
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2090
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2038
2091
|
transform: translateY(100%);
|
|
2039
2092
|
}
|
|
2040
2093
|
|
|
2041
2094
|
/**
|
|
2042
2095
|
* 聊天窗口的样式设置
|
|
2043
2096
|
*/
|
|
2044
|
-
.chat-container[data-v-
|
|
2097
|
+
.chat-container[data-v-1e62eff8] {
|
|
2045
2098
|
--header-height: 56px;
|
|
2046
2099
|
--chat-padding: 12px;
|
|
2047
2100
|
--bubble-content-max-width: 0px;
|
|
@@ -2053,25 +2106,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2053
2106
|
flex-direction: row; /* 横向排列 */
|
|
2054
2107
|
height: 100%; /* 父容器高度 */
|
|
2055
2108
|
}
|
|
2056
|
-
.small-window[data-v-
|
|
2109
|
+
.small-window[data-v-1e62eff8] {
|
|
2057
2110
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2058
2111
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2059
2112
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2060
2113
|
border-radius: 8px;
|
|
2061
2114
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2062
2115
|
}
|
|
2063
|
-
.full-screen[data-v-
|
|
2116
|
+
.full-screen[data-v-1e62eff8] {
|
|
2064
2117
|
right: 0;
|
|
2065
2118
|
bottom: 0;
|
|
2066
2119
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2067
2120
|
}
|
|
2068
|
-
.chat-container > *[data-v-
|
|
2121
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2069
2122
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2070
2123
|
}
|
|
2071
2124
|
|
|
2072
2125
|
/* 聊天窗口的头部样式设置
|
|
2073
2126
|
*/
|
|
2074
|
-
.chat-embed__header_container[data-v-
|
|
2127
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2075
2128
|
/* border-bottom: 1px solid #ddd; */
|
|
2076
2129
|
display: flex;
|
|
2077
2130
|
align-items: center;
|
|
@@ -2081,7 +2134,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2081
2134
|
overflow: hidden;
|
|
2082
2135
|
position: relative;
|
|
2083
2136
|
}
|
|
2084
|
-
.session-subject[data-v-
|
|
2137
|
+
.session-subject[data-v-1e62eff8] {
|
|
2085
2138
|
display: block;
|
|
2086
2139
|
margin: 0 auto;
|
|
2087
2140
|
text-align: center;
|
|
@@ -2096,17 +2149,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2096
2149
|
|
|
2097
2150
|
/* 聊天窗口的头部图标样式设置
|
|
2098
2151
|
*/
|
|
2099
|
-
.chat-embed__header_avatar[data-v-
|
|
2152
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2100
2153
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2101
2154
|
margin-right: var(--chat-padding);
|
|
2102
2155
|
}
|
|
2103
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2156
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2104
2157
|
right: 20px;
|
|
2105
2158
|
position: absolute;
|
|
2106
2159
|
gap: 28px;
|
|
2107
2160
|
display: flex;
|
|
2108
2161
|
}
|
|
2109
|
-
.chat-embed__sidebar[data-v-
|
|
2162
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2110
2163
|
background: #f6f7fa;
|
|
2111
2164
|
display: flex;
|
|
2112
2165
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2115,7 +2168,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2115
2168
|
width: 260px;
|
|
2116
2169
|
height: 100%;
|
|
2117
2170
|
}
|
|
2118
|
-
.chat-embed__main[data-v-
|
|
2171
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2119
2172
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2120
2173
|
box-sizing: border-box;
|
|
2121
2174
|
overflow: hidden;
|
|
@@ -2126,7 +2179,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2126
2179
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2127
2180
|
overflow: hidden; /* 防止内容溢出 */
|
|
2128
2181
|
}
|
|
2129
|
-
.chat-embed__main_content[data-v-
|
|
2182
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2130
2183
|
flex: 1;
|
|
2131
2184
|
box-sizing: border-box;
|
|
2132
2185
|
min-height: 0;
|
|
@@ -2134,21 +2187,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2134
2187
|
/* overflow-y: auto;
|
|
2135
2188
|
margin-bottom: 12px; */
|
|
2136
2189
|
}
|
|
2137
|
-
.chat-embed__input_container[data-v-
|
|
2190
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2138
2191
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2139
2192
|
/* margin-bottom: 50px; 距离底部 */
|
|
2140
2193
|
}
|
|
2141
|
-
.header-icon[data-v-
|
|
2194
|
+
.header-icon[data-v-1e62eff8] {
|
|
2142
2195
|
cursor: pointer;
|
|
2143
2196
|
font-size: 20px;
|
|
2144
2197
|
}
|
|
2145
2198
|
|
|
2146
2199
|
/* 聊天默认推荐内容样式
|
|
2147
2200
|
*/
|
|
2148
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2201
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2149
2202
|
margin-top: 5px;
|
|
2150
2203
|
}
|
|
2151
|
-
.content-container[data-v-
|
|
2204
|
+
.content-container[data-v-1e62eff8] {
|
|
2152
2205
|
padding: 16px;
|
|
2153
2206
|
border-radius: 4px;
|
|
2154
2207
|
background: #ffffff;
|
|
@@ -2156,7 +2209,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2156
2209
|
border-radius: 0px 30px 30px 30px;
|
|
2157
2210
|
/* opacity: 0.6; */
|
|
2158
2211
|
}
|
|
2159
|
-
.chat-content-font[data-v-
|
|
2212
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2160
2213
|
font-family: PingFang SC, PingFang SC;
|
|
2161
2214
|
font-weight: 500;
|
|
2162
2215
|
font-size: 16px;
|
|
@@ -2166,10 +2219,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2166
2219
|
font-style: normal;
|
|
2167
2220
|
text-transform: none;
|
|
2168
2221
|
}
|
|
2169
|
-
[data-v-
|
|
2222
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2170
2223
|
border: none !important;
|
|
2171
2224
|
}
|
|
2172
|
-
.content-container-header[data-v-
|
|
2225
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2173
2226
|
font-size: 12px;
|
|
2174
2227
|
color: #909399;
|
|
2175
2228
|
}
|
|
@@ -2177,28 +2230,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2177
2230
|
/**
|
|
2178
2231
|
// 用户消息
|
|
2179
2232
|
*/
|
|
2180
|
-
.content-borderless-container[data-v-
|
|
2233
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2181
2234
|
background: #e1ecfd;
|
|
2182
2235
|
border-radius: 20px 0px 20px 20px;
|
|
2183
2236
|
user-select: none;
|
|
2184
2237
|
padding: 12px;
|
|
2185
2238
|
cursor: pointer;
|
|
2186
2239
|
transition: background-color 0.3s;
|
|
2187
|
-
&[data-v-
|
|
2240
|
+
&[data-v-1e62eff8]:hover {
|
|
2188
2241
|
background-color: #ebeef5;
|
|
2189
2242
|
}
|
|
2190
2243
|
}
|
|
2191
|
-
.footer-container[data-v-
|
|
2192
|
-
[data-v-
|
|
2244
|
+
.footer-container[data-v-1e62eff8] {
|
|
2245
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2193
2246
|
margin-left: 8px;
|
|
2194
2247
|
}
|
|
2195
2248
|
}
|
|
2196
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2249
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2197
2250
|
padding: 0;
|
|
2198
2251
|
}
|
|
2199
2252
|
|
|
2200
2253
|
/* 引用文件样式 */
|
|
2201
|
-
.doc-agg-item[data-v-
|
|
2254
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2202
2255
|
width: 100%;
|
|
2203
2256
|
padding: 10px;
|
|
2204
2257
|
margin-bottom: 5px;
|
|
@@ -2208,44 +2261,136 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2208
2261
|
font-size: 12px;
|
|
2209
2262
|
color: var(--el-color-primary);
|
|
2210
2263
|
}
|
|
2211
|
-
.elx-xmarkdown-container[data-v-
|
|
2264
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2212
2265
|
padding: 0;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
|
|
2266
|
+
}
|
|
2267
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2268
|
+
position: absolute;
|
|
2269
|
+
padding: 20px 36px;
|
|
2270
|
+
gap: 16px;
|
|
2216
2271
|
display: flex;
|
|
2217
|
-
|
|
2218
|
-
flex-shrink: 0;
|
|
2219
|
-
min-width: max-content;
|
|
2220
|
-
margin-left: auto;
|
|
2221
|
-
gap: 10px;
|
|
2272
|
+
z-index: 1;
|
|
2222
2273
|
}
|
|
2223
|
-
.
|
|
2274
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2224
2275
|
display: flex;
|
|
2225
|
-
|
|
2226
|
-
|
|
2276
|
+
height: 40px;
|
|
2277
|
+
padding: 10px 14px;
|
|
2278
|
+
gap: 14px;
|
|
2279
|
+
border-radius: 100px 100px 100px 100px;
|
|
2280
|
+
border: 1px solid #e5e5e5;
|
|
2281
|
+
width: 82px;
|
|
2282
|
+
font-size: 20px;
|
|
2283
|
+
}
|
|
2284
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2285
|
+
display: flex; /* 设置为水平排列 */
|
|
2286
|
+
align-items: center; /* 垂直居中 */
|
|
2287
|
+
margin-bottom: 22px;
|
|
2288
|
+
font-size: 20px;
|
|
2289
|
+
}
|
|
2290
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2291
|
+
font-family: PingFang SC, PingFang SC;
|
|
2292
|
+
font-weight: 600;
|
|
2293
|
+
font-size: 16px;
|
|
2294
|
+
color: #181818;
|
|
2295
|
+
text-align: left;
|
|
2296
|
+
font-style: normal;
|
|
2297
|
+
text-transform: none;
|
|
2298
|
+
}
|
|
2299
|
+
.right-icon[data-v-1e62eff8] {
|
|
2300
|
+
cursor: pointer;
|
|
2301
|
+
margin-left: auto;
|
|
2302
|
+
}
|
|
2303
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2304
|
+
cursor: pointer;
|
|
2305
|
+
}
|
|
2306
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2307
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2308
|
+
margin-bottom: 10px;
|
|
2309
|
+
}
|
|
2310
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2311
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2312
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2313
|
+
margin-bottom: 10px;
|
|
2314
|
+
}
|
|
2315
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2316
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2227
2317
|
margin-top: 10px;
|
|
2228
|
-
|
|
2318
|
+
margin-bottom: 20px;
|
|
2319
|
+
}
|
|
2320
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2321
|
+
background-color: #ffffff;
|
|
2322
|
+
}
|
|
2323
|
+
.date-group[data-v-1e62eff8] {
|
|
2324
|
+
margin-top: 16px;
|
|
2325
|
+
}
|
|
2326
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2327
|
+
color: #81858c;
|
|
2328
|
+
font-size: 12px;
|
|
2329
|
+
user-select: none;
|
|
2330
|
+
margin-bottom: 2px;
|
|
2331
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2332
|
+
}
|
|
2333
|
+
.menu-item[data-v-1e62eff8] {
|
|
2334
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2335
|
+
font-size: 16px;
|
|
2336
|
+
line-height: 50px;
|
|
2337
|
+
cursor: pointer;
|
|
2338
|
+
gap: 8px;
|
|
2339
|
+
border-radius: 8px;
|
|
2340
|
+
display: flex;
|
|
2341
|
+
align-items: center;
|
|
2342
|
+
}
|
|
2343
|
+
.active-item[data-v-1e62eff8] {
|
|
2344
|
+
background: #e2ebf5;
|
|
2345
|
+
color: var(--el-color-primary);
|
|
2346
|
+
}
|
|
2347
|
+
.history-item[data-v-1e62eff8] {
|
|
2348
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2349
|
+
cursor: pointer;
|
|
2350
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2351
|
+
align-items: center; /* 垂直居中 */
|
|
2352
|
+
line-height: 40px;
|
|
2353
|
+
gap: 8px;
|
|
2354
|
+
border-radius: 8px;
|
|
2355
|
+
}
|
|
2356
|
+
.history-subject[data-v-1e62eff8] {
|
|
2357
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2358
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2359
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2360
|
+
white-space: nowrap; /* 不换行 */
|
|
2361
|
+
}
|
|
2362
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2363
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2364
|
+
}
|
|
2365
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2366
|
+
background-color: #f5f5f5;
|
|
2229
2367
|
}
|
|
2230
|
-
|
|
2368
|
+
|
|
2369
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2370
|
+
width: 100%;
|
|
2371
|
+
height: 100%;
|
|
2372
|
+
border: none;
|
|
2373
|
+
opacity: 1;
|
|
2374
|
+
}
|
|
2375
|
+
[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 {
|
|
2231
2376
|
user-select: text !important;
|
|
2232
2377
|
-webkit-user-select: text !important;
|
|
2233
2378
|
-moz-user-select: text !important;
|
|
2234
2379
|
-ms-user-select: text !important;
|
|
2235
2380
|
}
|
|
2236
|
-
.slide-up-enter-active[data-v-
|
|
2237
|
-
.slide-up-leave-active[data-v-
|
|
2381
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2382
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2238
2383
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2239
2384
|
}
|
|
2240
|
-
.slide-up-enter-from[data-v-
|
|
2241
|
-
.slide-up-leave-to[data-v-
|
|
2385
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2386
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2242
2387
|
transform: translateY(100%);
|
|
2243
2388
|
}
|
|
2244
2389
|
|
|
2245
2390
|
/**
|
|
2246
2391
|
* 聊天窗口的样式设置
|
|
2247
2392
|
*/
|
|
2248
|
-
.chat-container[data-v-
|
|
2393
|
+
.chat-container[data-v-e9aa835d] {
|
|
2249
2394
|
--header-height: 56px;
|
|
2250
2395
|
--chat-padding: 12px;
|
|
2251
2396
|
--bubble-content-max-width: 0px;
|
|
@@ -2257,25 +2402,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2257
2402
|
flex-direction: row; /* 横向排列 */
|
|
2258
2403
|
height: 100%; /* 父容器高度 */
|
|
2259
2404
|
}
|
|
2260
|
-
.small-window[data-v-
|
|
2405
|
+
.small-window[data-v-e9aa835d] {
|
|
2261
2406
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2262
2407
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2263
2408
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2264
2409
|
border-radius: 8px;
|
|
2265
2410
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2266
2411
|
}
|
|
2267
|
-
.full-screen[data-v-
|
|
2412
|
+
.full-screen[data-v-e9aa835d] {
|
|
2268
2413
|
right: 0;
|
|
2269
2414
|
bottom: 0;
|
|
2270
2415
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2271
2416
|
}
|
|
2272
|
-
.chat-container > *[data-v-
|
|
2417
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2273
2418
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2274
2419
|
}
|
|
2275
2420
|
|
|
2276
2421
|
/* 聊天窗口的头部样式设置
|
|
2277
2422
|
*/
|
|
2278
|
-
.chat-embed__header_container[data-v-
|
|
2423
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2279
2424
|
/* border-bottom: 1px solid #ddd; */
|
|
2280
2425
|
display: flex;
|
|
2281
2426
|
align-items: center;
|
|
@@ -2285,7 +2430,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2285
2430
|
overflow: hidden;
|
|
2286
2431
|
position: relative;
|
|
2287
2432
|
}
|
|
2288
|
-
.session-subject[data-v-
|
|
2433
|
+
.session-subject[data-v-e9aa835d] {
|
|
2289
2434
|
display: block;
|
|
2290
2435
|
margin: 0 auto;
|
|
2291
2436
|
text-align: center;
|
|
@@ -2300,17 +2445,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2300
2445
|
|
|
2301
2446
|
/* 聊天窗口的头部图标样式设置
|
|
2302
2447
|
*/
|
|
2303
|
-
.chat-embed__header_avatar[data-v-
|
|
2448
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2304
2449
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2305
2450
|
margin-right: var(--chat-padding);
|
|
2306
2451
|
}
|
|
2307
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2452
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2308
2453
|
right: 20px;
|
|
2309
2454
|
position: absolute;
|
|
2310
2455
|
gap: 28px;
|
|
2311
2456
|
display: flex;
|
|
2312
2457
|
}
|
|
2313
|
-
.chat-embed__sidebar[data-v-
|
|
2458
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2314
2459
|
background: #f6f7fa;
|
|
2315
2460
|
display: flex;
|
|
2316
2461
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2319,7 +2464,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2319
2464
|
width: 260px;
|
|
2320
2465
|
height: 100%;
|
|
2321
2466
|
}
|
|
2322
|
-
.chat-embed__main[data-v-
|
|
2467
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2323
2468
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2324
2469
|
box-sizing: border-box;
|
|
2325
2470
|
overflow: hidden;
|
|
@@ -2330,7 +2475,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2330
2475
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2331
2476
|
overflow: hidden; /* 防止内容溢出 */
|
|
2332
2477
|
}
|
|
2333
|
-
.chat-embed__main_content[data-v-
|
|
2478
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2334
2479
|
flex: 1;
|
|
2335
2480
|
box-sizing: border-box;
|
|
2336
2481
|
min-height: 0;
|
|
@@ -2338,21 +2483,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2338
2483
|
/* overflow-y: auto;
|
|
2339
2484
|
margin-bottom: 12px; */
|
|
2340
2485
|
}
|
|
2341
|
-
.chat-embed__input_container[data-v-
|
|
2486
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2342
2487
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2343
2488
|
/* margin-bottom: 50px; 距离底部 */
|
|
2344
2489
|
}
|
|
2345
|
-
.header-icon[data-v-
|
|
2490
|
+
.header-icon[data-v-e9aa835d] {
|
|
2346
2491
|
cursor: pointer;
|
|
2347
2492
|
font-size: 20px;
|
|
2348
2493
|
}
|
|
2349
2494
|
|
|
2350
2495
|
/* 聊天默认推荐内容样式
|
|
2351
2496
|
*/
|
|
2352
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2497
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2353
2498
|
margin-top: 5px;
|
|
2354
2499
|
}
|
|
2355
|
-
.content-container[data-v-
|
|
2500
|
+
.content-container[data-v-e9aa835d] {
|
|
2356
2501
|
padding: 16px;
|
|
2357
2502
|
border-radius: 4px;
|
|
2358
2503
|
background: #ffffff;
|
|
@@ -2360,7 +2505,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2360
2505
|
border-radius: 0px 30px 30px 30px;
|
|
2361
2506
|
/* opacity: 0.6; */
|
|
2362
2507
|
}
|
|
2363
|
-
.chat-content-font[data-v-
|
|
2508
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2364
2509
|
font-family: PingFang SC, PingFang SC;
|
|
2365
2510
|
font-weight: 500;
|
|
2366
2511
|
font-size: 16px;
|
|
@@ -2370,10 +2515,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2370
2515
|
font-style: normal;
|
|
2371
2516
|
text-transform: none;
|
|
2372
2517
|
}
|
|
2373
|
-
[data-v-
|
|
2518
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2374
2519
|
border: none !important;
|
|
2375
2520
|
}
|
|
2376
|
-
.content-container-header[data-v-
|
|
2521
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2377
2522
|
font-size: 12px;
|
|
2378
2523
|
color: #909399;
|
|
2379
2524
|
}
|
|
@@ -2381,28 +2526,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2381
2526
|
/**
|
|
2382
2527
|
// 用户消息
|
|
2383
2528
|
*/
|
|
2384
|
-
.content-borderless-container[data-v-
|
|
2529
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2385
2530
|
background: #e1ecfd;
|
|
2386
2531
|
border-radius: 20px 0px 20px 20px;
|
|
2387
2532
|
user-select: none;
|
|
2388
2533
|
padding: 12px;
|
|
2389
2534
|
cursor: pointer;
|
|
2390
2535
|
transition: background-color 0.3s;
|
|
2391
|
-
&[data-v-
|
|
2536
|
+
&[data-v-e9aa835d]:hover {
|
|
2392
2537
|
background-color: #ebeef5;
|
|
2393
2538
|
}
|
|
2394
2539
|
}
|
|
2395
|
-
.footer-container[data-v-
|
|
2396
|
-
[data-v-
|
|
2540
|
+
.footer-container[data-v-e9aa835d] {
|
|
2541
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2397
2542
|
margin-left: 8px;
|
|
2398
2543
|
}
|
|
2399
2544
|
}
|
|
2400
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2545
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2401
2546
|
padding: 0;
|
|
2402
2547
|
}
|
|
2403
2548
|
|
|
2404
2549
|
/* 引用文件样式 */
|
|
2405
|
-
.doc-agg-item[data-v-
|
|
2550
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2406
2551
|
width: 100%;
|
|
2407
2552
|
padding: 10px;
|
|
2408
2553
|
margin-bottom: 5px;
|
|
@@ -2412,132 +2557,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2412
2557
|
font-size: 12px;
|
|
2413
2558
|
color: var(--el-color-primary);
|
|
2414
2559
|
}
|
|
2415
|
-
.elx-xmarkdown-container[data-v-
|
|
2560
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2416
2561
|
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;
|
|
2498
|
-
}
|
|
2499
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2500
|
-
margin: 0 0;
|
|
2501
|
-
}
|
|
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;
|
|
2513
|
-
}
|
|
2514
|
-
}
|
|
2515
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2516
|
-
display: flex;
|
|
2517
|
-
gap: 8px;
|
|
2518
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2519
|
-
margin-left: 0;
|
|
2520
|
-
}
|
|
2521
2562
|
}
|
|
2522
|
-
[data-v-
|
|
2563
|
+
[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 {
|
|
2523
2564
|
user-select: text !important;
|
|
2524
2565
|
-webkit-user-select: text !important;
|
|
2525
2566
|
-moz-user-select: text !important;
|
|
2526
2567
|
-ms-user-select: text !important;
|
|
2527
2568
|
}
|
|
2528
|
-
.slide-up-enter-active[data-v-
|
|
2529
|
-
.slide-up-leave-active[data-v-
|
|
2569
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2570
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2530
2571
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2531
2572
|
}
|
|
2532
|
-
.slide-up-enter-from[data-v-
|
|
2533
|
-
.slide-up-leave-to[data-v-
|
|
2573
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2574
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2534
2575
|
transform: translateY(100%);
|
|
2535
2576
|
}
|
|
2536
2577
|
|
|
2537
2578
|
/**
|
|
2538
2579
|
* 聊天窗口的样式设置
|
|
2539
2580
|
*/
|
|
2540
|
-
.chat-container[data-v-
|
|
2581
|
+
.chat-container[data-v-0b0c189e] {
|
|
2541
2582
|
--header-height: 56px;
|
|
2542
2583
|
--chat-padding: 12px;
|
|
2543
2584
|
--bubble-content-max-width: 0px;
|
|
@@ -2549,25 +2590,25 @@ h4[data-v-0b0c189e] {
|
|
|
2549
2590
|
flex-direction: row; /* 横向排列 */
|
|
2550
2591
|
height: 100%; /* 父容器高度 */
|
|
2551
2592
|
}
|
|
2552
|
-
.small-window[data-v-
|
|
2593
|
+
.small-window[data-v-0b0c189e] {
|
|
2553
2594
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2554
2595
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2555
2596
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2556
2597
|
border-radius: 8px;
|
|
2557
2598
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2558
2599
|
}
|
|
2559
|
-
.full-screen[data-v-
|
|
2600
|
+
.full-screen[data-v-0b0c189e] {
|
|
2560
2601
|
right: 0;
|
|
2561
2602
|
bottom: 0;
|
|
2562
2603
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2563
2604
|
}
|
|
2564
|
-
.chat-container > *[data-v-
|
|
2605
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2565
2606
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2566
2607
|
}
|
|
2567
2608
|
|
|
2568
2609
|
/* 聊天窗口的头部样式设置
|
|
2569
2610
|
*/
|
|
2570
|
-
.chat-embed__header_container[data-v-
|
|
2611
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2571
2612
|
/* border-bottom: 1px solid #ddd; */
|
|
2572
2613
|
display: flex;
|
|
2573
2614
|
align-items: center;
|
|
@@ -2577,7 +2618,7 @@ h4[data-v-0b0c189e] {
|
|
|
2577
2618
|
overflow: hidden;
|
|
2578
2619
|
position: relative;
|
|
2579
2620
|
}
|
|
2580
|
-
.session-subject[data-v-
|
|
2621
|
+
.session-subject[data-v-0b0c189e] {
|
|
2581
2622
|
display: block;
|
|
2582
2623
|
margin: 0 auto;
|
|
2583
2624
|
text-align: center;
|
|
@@ -2592,17 +2633,17 @@ h4[data-v-0b0c189e] {
|
|
|
2592
2633
|
|
|
2593
2634
|
/* 聊天窗口的头部图标样式设置
|
|
2594
2635
|
*/
|
|
2595
|
-
.chat-embed__header_avatar[data-v-
|
|
2636
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2596
2637
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2597
2638
|
margin-right: var(--chat-padding);
|
|
2598
2639
|
}
|
|
2599
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2640
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2600
2641
|
right: 20px;
|
|
2601
2642
|
position: absolute;
|
|
2602
2643
|
gap: 28px;
|
|
2603
2644
|
display: flex;
|
|
2604
2645
|
}
|
|
2605
|
-
.chat-embed__sidebar[data-v-
|
|
2646
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2606
2647
|
background: #f6f7fa;
|
|
2607
2648
|
display: flex;
|
|
2608
2649
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2611,7 +2652,7 @@ h4[data-v-0b0c189e] {
|
|
|
2611
2652
|
width: 260px;
|
|
2612
2653
|
height: 100%;
|
|
2613
2654
|
}
|
|
2614
|
-
.chat-embed__main[data-v-
|
|
2655
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2615
2656
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2616
2657
|
box-sizing: border-box;
|
|
2617
2658
|
overflow: hidden;
|
|
@@ -2622,7 +2663,7 @@ h4[data-v-0b0c189e] {
|
|
|
2622
2663
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2623
2664
|
overflow: hidden; /* 防止内容溢出 */
|
|
2624
2665
|
}
|
|
2625
|
-
.chat-embed__main_content[data-v-
|
|
2666
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2626
2667
|
flex: 1;
|
|
2627
2668
|
box-sizing: border-box;
|
|
2628
2669
|
min-height: 0;
|
|
@@ -2630,21 +2671,21 @@ h4[data-v-0b0c189e] {
|
|
|
2630
2671
|
/* overflow-y: auto;
|
|
2631
2672
|
margin-bottom: 12px; */
|
|
2632
2673
|
}
|
|
2633
|
-
.chat-embed__input_container[data-v-
|
|
2674
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2634
2675
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2635
2676
|
/* margin-bottom: 50px; 距离底部 */
|
|
2636
2677
|
}
|
|
2637
|
-
.header-icon[data-v-
|
|
2678
|
+
.header-icon[data-v-0b0c189e] {
|
|
2638
2679
|
cursor: pointer;
|
|
2639
2680
|
font-size: 20px;
|
|
2640
2681
|
}
|
|
2641
2682
|
|
|
2642
2683
|
/* 聊天默认推荐内容样式
|
|
2643
2684
|
*/
|
|
2644
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2685
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2645
2686
|
margin-top: 5px;
|
|
2646
2687
|
}
|
|
2647
|
-
.content-container[data-v-
|
|
2688
|
+
.content-container[data-v-0b0c189e] {
|
|
2648
2689
|
padding: 16px;
|
|
2649
2690
|
border-radius: 4px;
|
|
2650
2691
|
background: #ffffff;
|
|
@@ -2652,7 +2693,7 @@ h4[data-v-0b0c189e] {
|
|
|
2652
2693
|
border-radius: 0px 30px 30px 30px;
|
|
2653
2694
|
/* opacity: 0.6; */
|
|
2654
2695
|
}
|
|
2655
|
-
.chat-content-font[data-v-
|
|
2696
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2656
2697
|
font-family: PingFang SC, PingFang SC;
|
|
2657
2698
|
font-weight: 500;
|
|
2658
2699
|
font-size: 16px;
|
|
@@ -2662,10 +2703,10 @@ h4[data-v-0b0c189e] {
|
|
|
2662
2703
|
font-style: normal;
|
|
2663
2704
|
text-transform: none;
|
|
2664
2705
|
}
|
|
2665
|
-
[data-v-
|
|
2706
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2666
2707
|
border: none !important;
|
|
2667
2708
|
}
|
|
2668
|
-
.content-container-header[data-v-
|
|
2709
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2669
2710
|
font-size: 12px;
|
|
2670
2711
|
color: #909399;
|
|
2671
2712
|
}
|
|
@@ -2673,28 +2714,28 @@ h4[data-v-0b0c189e] {
|
|
|
2673
2714
|
/**
|
|
2674
2715
|
// 用户消息
|
|
2675
2716
|
*/
|
|
2676
|
-
.content-borderless-container[data-v-
|
|
2717
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2677
2718
|
background: #e1ecfd;
|
|
2678
2719
|
border-radius: 20px 0px 20px 20px;
|
|
2679
2720
|
user-select: none;
|
|
2680
2721
|
padding: 12px;
|
|
2681
2722
|
cursor: pointer;
|
|
2682
2723
|
transition: background-color 0.3s;
|
|
2683
|
-
&[data-v-
|
|
2724
|
+
&[data-v-0b0c189e]:hover {
|
|
2684
2725
|
background-color: #ebeef5;
|
|
2685
2726
|
}
|
|
2686
2727
|
}
|
|
2687
|
-
.footer-container[data-v-
|
|
2688
|
-
[data-v-
|
|
2728
|
+
.footer-container[data-v-0b0c189e] {
|
|
2729
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2689
2730
|
margin-left: 8px;
|
|
2690
2731
|
}
|
|
2691
2732
|
}
|
|
2692
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2733
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2693
2734
|
padding: 0;
|
|
2694
2735
|
}
|
|
2695
2736
|
|
|
2696
2737
|
/* 引用文件样式 */
|
|
2697
|
-
.doc-agg-item[data-v-
|
|
2738
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2698
2739
|
width: 100%;
|
|
2699
2740
|
padding: 10px;
|
|
2700
2741
|
margin-bottom: 5px;
|
|
@@ -2704,136 +2745,100 @@ h4[data-v-0b0c189e] {
|
|
|
2704
2745
|
font-size: 12px;
|
|
2705
2746
|
color: var(--el-color-primary);
|
|
2706
2747
|
}
|
|
2707
|
-
.elx-xmarkdown-container[data-v-
|
|
2748
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2708
2749
|
padding: 0;
|
|
2709
2750
|
}
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
display: flex;
|
|
2715
|
-
z-index: 1;
|
|
2716
|
-
}
|
|
2717
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2718
|
-
display: flex;
|
|
2719
|
-
height: 40px;
|
|
2720
|
-
padding: 10px 14px;
|
|
2721
|
-
gap: 14px;
|
|
2722
|
-
border-radius: 100px 100px 100px 100px;
|
|
2723
|
-
border: 1px solid #e5e5e5;
|
|
2724
|
-
width: 82px;
|
|
2725
|
-
font-size: 20px;
|
|
2726
|
-
}
|
|
2727
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2728
|
-
display: flex; /* 设置为水平排列 */
|
|
2729
|
-
align-items: center; /* 垂直居中 */
|
|
2730
|
-
margin-bottom: 22px;
|
|
2731
|
-
font-size: 20px;
|
|
2751
|
+
h4[data-v-0b0c189e] {
|
|
2752
|
+
font-size: 16px;
|
|
2753
|
+
margin-top: 0px;
|
|
2754
|
+
margin-bottom: 0px;
|
|
2732
2755
|
}
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
font-weight: 600;
|
|
2736
|
-
font-size: 16px;
|
|
2737
|
-
color: #181818;
|
|
2738
|
-
text-align: left;
|
|
2739
|
-
font-style: normal;
|
|
2740
|
-
text-transform: none;
|
|
2756
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2757
|
+
margin: 5px 0;
|
|
2741
2758
|
}
|
|
2742
|
-
.
|
|
2743
|
-
|
|
2759
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2760
|
+
display: flex;
|
|
2761
|
+
align-items: center;
|
|
2762
|
+
flex-shrink: 0;
|
|
2763
|
+
min-width: max-content;
|
|
2744
2764
|
margin-left: auto;
|
|
2765
|
+
gap: 10px;
|
|
2745
2766
|
}
|
|
2746
|
-
.
|
|
2767
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2768
|
+
display: inline-block;
|
|
2769
|
+
width: 12px;
|
|
2770
|
+
height: 12px;
|
|
2771
|
+
background-repeat: no-repeat;
|
|
2772
|
+
background-position: center;
|
|
2773
|
+
background-size: 100%;
|
|
2747
2774
|
cursor: pointer;
|
|
2748
2775
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2751
|
-
margin-bottom: 10px;
|
|
2776
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2777
|
+
margin-left: 5px;
|
|
2752
2778
|
}
|
|
2753
|
-
.
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2779
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2780
|
+
display: flex;
|
|
2781
|
+
flex-direction: column;
|
|
2782
|
+
padding: 16px;
|
|
2757
2783
|
}
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
margin-top: 10px;
|
|
2761
|
-
margin-bottom: 20px;
|
|
2784
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2785
|
+
border-bottom-color: #ffffff !important;
|
|
2762
2786
|
}
|
|
2763
|
-
|
|
2764
|
-
background
|
|
2787
|
+
[data-v-0b0c189e] .el-sender {
|
|
2788
|
+
background: #ffffff !important;
|
|
2789
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2790
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2791
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2792
|
+
font-weight: 400;
|
|
2793
|
+
font-size: 16px;
|
|
2794
|
+
color: #bbbbbb;
|
|
2795
|
+
text-align: left;
|
|
2796
|
+
font-style: normal;
|
|
2797
|
+
text-transform: none;
|
|
2765
2798
|
}
|
|
2766
|
-
|
|
2767
|
-
|
|
2799
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2800
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2801
|
+
font-weight: 400 !important;
|
|
2802
|
+
font-size: 16px !important;
|
|
2803
|
+
line-height: 21px !important;
|
|
2804
|
+
font-style: normal !important;
|
|
2805
|
+
text-transform: none !important;
|
|
2768
2806
|
}
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
font-size: 12px;
|
|
2772
|
-
user-select: none;
|
|
2773
|
-
margin-bottom: 2px;
|
|
2774
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2807
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2808
|
+
padding: 16px !important;
|
|
2775
2809
|
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
line-height: 50px;
|
|
2780
|
-
cursor: pointer;
|
|
2781
|
-
gap: 8px;
|
|
2782
|
-
border-radius: 8px;
|
|
2783
|
-
display: flex;
|
|
2784
|
-
align-items: center;
|
|
2810
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2811
|
+
border-radius: 100px 100px 100px 100px;
|
|
2812
|
+
border: 1px solid #dcdfe6;
|
|
2785
2813
|
}
|
|
2786
|
-
.
|
|
2787
|
-
|
|
2788
|
-
|
|
2814
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2815
|
+
padding: 12px;
|
|
2816
|
+
font-family: PingFang SC, PingFang SC;
|
|
2817
|
+
font-weight: 400;
|
|
2818
|
+
font-size: 14px;
|
|
2819
|
+
color: #808080;
|
|
2820
|
+
line-height: 21px;
|
|
2821
|
+
font-style: normal;
|
|
2822
|
+
text-align: center;
|
|
2789
2823
|
}
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
align-items: center; /* 垂直居中 */
|
|
2795
|
-
line-height: 40px;
|
|
2796
|
-
gap: 8px;
|
|
2797
|
-
border-radius: 8px;
|
|
2824
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2825
|
+
border-radius: 50% !important;
|
|
2826
|
+
padding: 8px;
|
|
2827
|
+
width: 32px;
|
|
2798
2828
|
}
|
|
2799
|
-
.
|
|
2800
|
-
|
|
2801
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2802
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2803
|
-
white-space: nowrap; /* 不换行 */
|
|
2829
|
+
.send-icon[data-v-0b0c189e] {
|
|
2830
|
+
cursor: pointer;
|
|
2804
2831
|
}
|
|
2805
|
-
.
|
|
2806
|
-
margin
|
|
2832
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2833
|
+
margin: 0 0;
|
|
2807
2834
|
}
|
|
2808
|
-
.
|
|
2809
|
-
background-color: #f5f5f5;
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2835
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2813
2836
|
width: 100%;
|
|
2814
2837
|
height: 100%;
|
|
2815
2838
|
border: none;
|
|
2816
2839
|
opacity: 1;
|
|
2817
2840
|
}
|
|
2818
|
-
.
|
|
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 {
|
|
2841
|
+
[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 {
|
|
2837
2842
|
user-select: text !important;
|
|
2838
2843
|
-webkit-user-select: text !important;
|
|
2839
2844
|
-moz-user-select: text !important;
|
|
@@ -3021,28 +3026,23 @@ h4[data-v-0b0c189e] {
|
|
|
3021
3026
|
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
3022
3027
|
padding: 0;
|
|
3023
3028
|
}
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
display: inline-flex;
|
|
3033
|
-
align-items: center;
|
|
3034
|
-
}
|
|
3035
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
3036
|
-
margin-right: 18px;
|
|
3037
|
-
max-width: 160px;
|
|
3038
|
-
overflow: hidden;
|
|
3039
|
-
text-overflow: ellipsis;
|
|
3040
|
-
white-space: nowrap;
|
|
3029
|
+
|
|
3030
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
3031
|
+
display: flex;
|
|
3032
|
+
align-items: center;
|
|
3033
|
+
flex-shrink: 0;
|
|
3034
|
+
min-width: max-content;
|
|
3035
|
+
margin-left: auto;
|
|
3036
|
+
gap: 10px;
|
|
3041
3037
|
}
|
|
3042
|
-
.
|
|
3043
|
-
|
|
3044
|
-
|
|
3038
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
3039
|
+
display: flex;
|
|
3040
|
+
align-items: center;
|
|
3041
|
+
justify-content: center;
|
|
3042
|
+
margin-top: 10px;
|
|
3043
|
+
gap: 10px;
|
|
3045
3044
|
}
|
|
3045
|
+
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3047
|
.mobile-item-action[data-v-13b41596] {
|
|
3048
3048
|
z-index: 2000;
|