agilebuilder-ui 1.1.65-tmp6 → 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 -130
- package/lib/style.css +730 -730
- package/package.json +1 -1
- package/packages/index.js +49 -49
package/lib/style.css
CHANGED
|
@@ -42,23 +42,6 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
-
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
-
position: relative;
|
|
47
|
-
height: 100%;
|
|
48
|
-
width: 100%;
|
|
49
|
-
}
|
|
50
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
-
position: fixed;
|
|
52
|
-
top: 0;
|
|
53
|
-
}
|
|
54
|
-
.drawer-bg[data-v-46185fa7] {
|
|
55
|
-
background: #000;
|
|
56
|
-
opacity: 0.3;
|
|
57
|
-
width: 100%;
|
|
58
|
-
top: 0;
|
|
59
|
-
height: 100%;
|
|
60
|
-
position: absolute;
|
|
61
|
-
z-index: 999;
|
|
62
45
|
}
|
|
63
46
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
64
47
|
width: 100%;
|
|
@@ -119,7 +102,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
102
|
.default-page-tip-item {
|
|
120
103
|
padding-top: 10px;
|
|
121
104
|
}
|
|
122
|
-
.app-
|
|
105
|
+
.app-wrapper[data-v-46185fa7] {
|
|
106
|
+
position: relative;
|
|
107
|
+
height: 100%;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
+
position: fixed;
|
|
112
|
+
top: 0;
|
|
113
|
+
}
|
|
114
|
+
.drawer-bg[data-v-46185fa7] {
|
|
115
|
+
background: #000;
|
|
116
|
+
opacity: 0.3;
|
|
117
|
+
width: 100%;
|
|
118
|
+
top: 0;
|
|
119
|
+
height: 100%;
|
|
120
|
+
position: absolute;
|
|
121
|
+
z-index: 999;
|
|
122
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
123
|
display: inline-block;
|
|
124
124
|
font-size: 14px;
|
|
125
125
|
line-height: 50px;
|
|
@@ -128,6 +128,19 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
129
|
color: #97a8be;
|
|
130
130
|
cursor: text;
|
|
131
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
|
+
padding: 0;
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: center;
|
|
135
|
+
justify-content: end;
|
|
136
|
+
}
|
|
137
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
138
|
+
display: flex;
|
|
139
|
+
align-items: center;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
|
+
font-size: 18px;
|
|
143
|
+
cursor: pointer;
|
|
131
144
|
}
|
|
132
145
|
.svg-icon[data-v-67e4e504] {
|
|
133
146
|
width: 1.2em;
|
|
@@ -279,19 +292,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
279
292
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
280
293
|
flex-wrap: wrap;
|
|
281
294
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
-
padding: 0;
|
|
284
|
-
display: flex;
|
|
285
|
-
align-items: center;
|
|
286
|
-
justify-content: end;
|
|
287
|
-
}
|
|
288
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
-
display: flex;
|
|
290
|
-
align-items: center;
|
|
291
|
-
justify-content: center;
|
|
292
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
-
font-size: 18px;
|
|
294
|
-
cursor: pointer;
|
|
295
295
|
}
|
|
296
296
|
.red-circle[data-v-998f4283] {
|
|
297
297
|
width: 20px; /* 圆圈的宽度 */
|
|
@@ -330,6 +330,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
330
|
.inline-input-custom[data-v-22410ec9] {
|
|
331
331
|
width: 90%;
|
|
332
332
|
}
|
|
333
|
+
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
333
337
|
.nine-grid-area[data-v-80f6a26f] {
|
|
334
338
|
padding: 10px;
|
|
335
339
|
}
|
|
@@ -446,11 +450,36 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
446
450
|
}
|
|
447
451
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
448
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;
|
|
449
482
|
}
|
|
450
|
-
.organization-input .el-input-group__append {
|
|
451
|
-
padding: 0 10px 0 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
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,6 +566,42 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
566
|
width: 100%;
|
|
567
567
|
height: 100%;
|
|
568
568
|
text-align: center;
|
|
569
|
+
}.errPage-container[data-v-6bef0241] {
|
|
570
|
+
width: 800px;
|
|
571
|
+
max-width: 100%;
|
|
572
|
+
margin: 100px auto;
|
|
573
|
+
}
|
|
574
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
575
|
+
background: #008489;
|
|
576
|
+
color: #fff;
|
|
577
|
+
border: none !important;
|
|
578
|
+
}
|
|
579
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
580
|
+
margin: 0 auto;
|
|
581
|
+
display: block;
|
|
582
|
+
}
|
|
583
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
584
|
+
display: block;
|
|
585
|
+
margin: 0 auto;
|
|
586
|
+
width: 100%;
|
|
587
|
+
}
|
|
588
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
589
|
+
font-size: 60px;
|
|
590
|
+
font-weight: 700;
|
|
591
|
+
color: #484848;
|
|
592
|
+
}
|
|
593
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
594
|
+
font-size: 14px;
|
|
595
|
+
}
|
|
596
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
597
|
+
padding-bottom: 5px;
|
|
598
|
+
}
|
|
599
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
600
|
+
color: #008489;
|
|
601
|
+
text-decoration: none;
|
|
602
|
+
}
|
|
603
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
604
|
+
text-decoration: underline;
|
|
569
605
|
}iframe[data-v-e5fb3b56] {
|
|
570
606
|
width: 100%;
|
|
571
607
|
height: calc(100vh - 50px);
|
|
@@ -760,70 +796,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
796
|
transform: translateY(0);
|
|
761
797
|
opacity: 1;
|
|
762
798
|
}
|
|
763
|
-
}.errPage-container[data-v-6bef0241] {
|
|
764
|
-
width: 800px;
|
|
765
|
-
max-width: 100%;
|
|
766
|
-
margin: 100px auto;
|
|
767
|
-
}
|
|
768
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
|
-
background: #008489;
|
|
770
|
-
color: #fff;
|
|
771
|
-
border: none !important;
|
|
772
|
-
}
|
|
773
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
774
|
-
margin: 0 auto;
|
|
775
|
-
display: block;
|
|
776
|
-
}
|
|
777
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
778
|
-
display: block;
|
|
779
|
-
margin: 0 auto;
|
|
780
|
-
width: 100%;
|
|
781
|
-
}
|
|
782
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
783
|
-
font-size: 60px;
|
|
784
|
-
font-weight: 700;
|
|
785
|
-
color: #484848;
|
|
786
|
-
}
|
|
787
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
788
|
-
font-size: 14px;
|
|
789
|
-
}
|
|
790
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
791
|
-
padding-bottom: 5px;
|
|
792
|
-
}
|
|
793
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
794
|
-
color: #008489;
|
|
795
|
-
text-decoration: none;
|
|
796
|
-
}
|
|
797
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
|
-
text-decoration: underline;
|
|
799
799
|
}
|
|
800
800
|
.graphDiv[data-v-a936569d] {
|
|
801
801
|
overflow: auto;
|
|
802
802
|
height: 100%;
|
|
803
803
|
height: calc(100vh - 20px);
|
|
804
804
|
}
|
|
805
|
-
|
|
806
|
-
width: 1em;
|
|
807
|
-
height: 1em;
|
|
808
|
-
font-size: 14px;
|
|
809
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
810
|
-
position: relative;
|
|
811
|
-
height: 100%;
|
|
812
|
-
width: 100%;
|
|
813
|
-
}
|
|
814
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
815
|
-
position: fixed;
|
|
816
|
-
top: 0;
|
|
817
|
-
}
|
|
818
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
819
|
-
background: #000;
|
|
820
|
-
opacity: 0.3;
|
|
821
|
-
width: 100%;
|
|
822
|
-
top: 0;
|
|
823
|
-
height: 100%;
|
|
824
|
-
position: absolute;
|
|
825
|
-
z-index: 999;
|
|
826
|
-
}
|
|
805
|
+
|
|
827
806
|
.organization-tree,
|
|
828
807
|
.organization-tree .el-checkbox__label,
|
|
829
808
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -881,7 +860,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
881
860
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
882
861
|
color: #409eff;
|
|
883
862
|
}
|
|
884
|
-
|
|
863
|
+
.super-icon[data-v-875fd31c] {
|
|
864
|
+
width: 1em;
|
|
865
|
+
height: 1em;
|
|
866
|
+
font-size: 14px;
|
|
867
|
+
}
|
|
885
868
|
.organization-tree,
|
|
886
869
|
.organization-tree .el-checkbox__label,
|
|
887
870
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -939,7 +922,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
939
922
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
940
923
|
color: #409eff;
|
|
941
924
|
}
|
|
942
|
-
|
|
925
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
926
|
+
width: 50%;
|
|
927
|
+
}
|
|
943
928
|
.organization-tree,
|
|
944
929
|
.organization-tree .el-checkbox__label,
|
|
945
930
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -997,196 +982,121 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
997
982
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
998
983
|
color: #409eff;
|
|
999
984
|
}
|
|
1000
|
-
.
|
|
1001
|
-
|
|
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
1002
|
}iframe[data-v-20dccb82] {
|
|
1003
1003
|
width: 100%;
|
|
1004
1004
|
height: calc(100vh - 50px);
|
|
1005
|
-
}.
|
|
1005
|
+
}.app-main[data-v-2d98e845] {
|
|
1006
|
+
padding: var(--app-main-padding, 15px);
|
|
1007
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1006
1008
|
position: relative;
|
|
1007
|
-
|
|
1008
|
-
--el-menu-sub-item-height: 45px;
|
|
1009
|
-
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
-
padding: 0 !important;
|
|
1009
|
+
overflow: hidden;
|
|
1012
1010
|
}
|
|
1013
|
-
.
|
|
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)) {
|
|
1014
1024
|
display: flex;
|
|
1015
1025
|
flex-direction: row;
|
|
1016
1026
|
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1018
1028
|
display: flex;
|
|
1019
1029
|
flex-direction: row;
|
|
1020
1030
|
padding: 0 !important;
|
|
1021
1031
|
}
|
|
1022
|
-
.smb-sidebar-menu-item[data-v-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1023
1033
|
display: flex;
|
|
1024
1034
|
align-items: center;
|
|
1025
1035
|
justify-content: center;
|
|
1026
1036
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
1037
|
font-size: 16px;
|
|
1028
1038
|
}
|
|
1029
|
-
.smb-sidebar-menu-item[data-v-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1030
1040
|
width: 20px;
|
|
1031
1041
|
}
|
|
1032
|
-
.smb-sidebar-menu-item[data-v-
|
|
1042
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1033
1043
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
1044
|
overflow: hidden;
|
|
1035
1045
|
white-space: nowrap;
|
|
1036
1046
|
overflow: hidden;
|
|
1037
1047
|
text-overflow: ellipsis;
|
|
1038
1048
|
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-
|
|
1049
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1040
1050
|
overflow: hidden;
|
|
1041
1051
|
white-space: nowrap;
|
|
1042
1052
|
overflow: hidden;
|
|
1043
1053
|
text-overflow: ellipsis;
|
|
1044
1054
|
}
|
|
1045
|
-
.smb-sidebar-menu-item[data-v-
|
|
1055
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
1056
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
-
}.smb-sidebar-menu-item[data-v-
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1048
1058
|
position: relative;
|
|
1049
1059
|
--el-menu-item-height: 45px;
|
|
1050
1060
|
--el-menu-sub-item-height: 45px;
|
|
1051
1061
|
}
|
|
1052
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1053
1063
|
padding: 0 !important;
|
|
1054
1064
|
}
|
|
1055
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
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)) {
|
|
1056
1066
|
display: flex;
|
|
1057
1067
|
flex-direction: row;
|
|
1058
1068
|
}
|
|
1059
|
-
.smb-sidebar-menu-item[data-v-
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1060
1070
|
display: flex;
|
|
1061
1071
|
flex-direction: row;
|
|
1062
1072
|
padding: 0 !important;
|
|
1063
1073
|
}
|
|
1064
|
-
.smb-sidebar-menu-item[data-v-
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1065
1075
|
display: flex;
|
|
1066
1076
|
align-items: center;
|
|
1067
1077
|
justify-content: center;
|
|
1068
1078
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1069
1079
|
font-size: 16px;
|
|
1070
1080
|
}
|
|
1071
|
-
.smb-sidebar-menu-item[data-v-
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1072
1082
|
width: 20px;
|
|
1073
1083
|
}
|
|
1074
|
-
.smb-sidebar-menu-item[data-v-
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1075
1085
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1076
1086
|
overflow: hidden;
|
|
1077
1087
|
white-space: nowrap;
|
|
1078
1088
|
overflow: hidden;
|
|
1079
1089
|
text-overflow: ellipsis;
|
|
1080
1090
|
}
|
|
1081
|
-
.smb-sidebar-menu-item[data-v-
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1082
1092
|
overflow: hidden;
|
|
1083
1093
|
white-space: nowrap;
|
|
1084
1094
|
overflow: hidden;
|
|
1085
1095
|
text-overflow: ellipsis;
|
|
1086
1096
|
}
|
|
1087
|
-
.smb-sidebar-menu-item[data-v-
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1088
1098
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1089
|
-
}.
|
|
1090
|
-
padding: var(--app-main-padding, 15px);
|
|
1091
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1092
|
-
position: relative;
|
|
1093
|
-
overflow: hidden;
|
|
1094
|
-
}
|
|
1095
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1096
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1097
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1098
|
-
overflow: auto;
|
|
1099
|
-
}.normal-column-header[data-v-562b2e0d] {
|
|
1100
|
-
display: inline-flex;
|
|
1101
|
-
vertical-align: middle;
|
|
1102
|
-
}
|
|
1103
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1104
|
-
font-size: 20px;
|
|
1105
|
-
color: var(--el-color-primary);
|
|
1106
|
-
cursor: pointer;
|
|
1107
|
-
}
|
|
1108
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1109
|
-
margin-bottom: 0px;
|
|
1110
|
-
}
|
|
1111
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1112
|
-
margin-bottom: 5px;
|
|
1113
|
-
text-align: center;
|
|
1114
|
-
}
|
|
1115
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1116
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1117
|
-
width: 100%;
|
|
1118
|
-
}
|
|
1119
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1120
|
-
display: none;
|
|
1121
|
-
}
|
|
1122
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1123
|
-
padding-bottom: 10px;
|
|
1124
|
-
position: fixed;
|
|
1125
|
-
top: 37px;
|
|
1126
|
-
background-color: #ffffff;
|
|
1127
|
-
width: 46%;
|
|
1128
|
-
height: 40px;
|
|
1129
|
-
z-index: 1500;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.searchResult {
|
|
1133
|
-
color: red;
|
|
1134
|
-
}
|
|
1135
|
-
.inline-input-custom {
|
|
1136
|
-
width: 90%;
|
|
1137
|
-
}
|
|
1138
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1139
|
-
min-width: 300px;
|
|
1140
|
-
}
|
|
1141
|
-
li[data-v-040fcf55] {
|
|
1142
|
-
color: #333;
|
|
1143
|
-
}
|
|
1144
|
-
.context-menu[data-v-040fcf55] {
|
|
1145
|
-
position: fixed;
|
|
1146
|
-
background: #fff;
|
|
1147
|
-
z-index: 999;
|
|
1148
|
-
padding: 5px;
|
|
1149
|
-
margin: 0;
|
|
1150
|
-
margin-top: 30px;
|
|
1151
|
-
}
|
|
1152
|
-
.context-menu li[data-v-040fcf55] {
|
|
1153
|
-
min-width: 75px;
|
|
1154
|
-
height: 28px;
|
|
1155
|
-
line-height: 28px;
|
|
1156
|
-
text-align: left;
|
|
1157
|
-
color: #1a1a1a;
|
|
1158
|
-
}
|
|
1159
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1160
|
-
background: #42b983;
|
|
1161
|
-
color: #fff;
|
|
1162
|
-
}
|
|
1163
|
-
.context-menu[data-v-040fcf55] {
|
|
1164
|
-
border: 1px solid #eee;
|
|
1165
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1166
|
-
border-radius: 5px;
|
|
1167
|
-
}
|
|
1168
|
-
li[data-v-040fcf55] {
|
|
1169
|
-
list-style-type: none;
|
|
1170
|
-
}
|
|
1171
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1172
|
-
display: flex;
|
|
1173
|
-
align-items: center;
|
|
1174
|
-
width: 100%;
|
|
1175
|
-
gap: 8px;
|
|
1176
|
-
box-sizing: border-box;
|
|
1177
|
-
min-width: 0;
|
|
1178
|
-
}
|
|
1179
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1180
|
-
width: 100%;
|
|
1181
|
-
min-width: 0;
|
|
1182
|
-
}
|
|
1183
|
-
.sep[data-v-2aeaa81d] {
|
|
1184
|
-
padding: 0 8px;
|
|
1185
|
-
color: var(--el-text-color-secondary);
|
|
1186
|
-
white-space: nowrap;
|
|
1187
|
-
flex: 0 0 auto;
|
|
1188
|
-
}
|
|
1189
|
-
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1099
|
+
}[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 {
|
|
1190
1100
|
user-select: text !important;
|
|
1191
1101
|
-webkit-user-select: text !important;
|
|
1192
1102
|
-moz-user-select: text !important;
|
|
@@ -1405,93 +1315,6 @@ li[data-v-040fcf55] {
|
|
|
1405
1315
|
margin: 5px 0;
|
|
1406
1316
|
}
|
|
1407
1317
|
|
|
1408
|
-
.searchResult {
|
|
1409
|
-
color: red;
|
|
1410
|
-
}
|
|
1411
|
-
.inline-input-custom {
|
|
1412
|
-
width: 100% !important;
|
|
1413
|
-
}
|
|
1414
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
-
min-width: 300px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.searchResult {
|
|
1419
|
-
color: red;
|
|
1420
|
-
}
|
|
1421
|
-
.inline-select-custom {
|
|
1422
|
-
width: 100px;
|
|
1423
|
-
}
|
|
1424
|
-
.inline-input-custom {
|
|
1425
|
-
width: 98%;
|
|
1426
|
-
}
|
|
1427
|
-
.searchDepartmentUser {
|
|
1428
|
-
width: 250px;
|
|
1429
|
-
}
|
|
1430
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1431
|
-
min-width: 300px;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.searchResult {
|
|
1435
|
-
color: red;
|
|
1436
|
-
}
|
|
1437
|
-
.inline-select-custom {
|
|
1438
|
-
width: 100px;
|
|
1439
|
-
}
|
|
1440
|
-
.inline-input-custom {
|
|
1441
|
-
width: 98%;
|
|
1442
|
-
}
|
|
1443
|
-
.searchDepartmentUser {
|
|
1444
|
-
width: 250px;
|
|
1445
|
-
}
|
|
1446
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1447
|
-
min-width: 300px;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.searchResult {
|
|
1451
|
-
color: red;
|
|
1452
|
-
}
|
|
1453
|
-
.inline-select-custom {
|
|
1454
|
-
width: 100px;
|
|
1455
|
-
}
|
|
1456
|
-
.inline-input-custom {
|
|
1457
|
-
width: 98%;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.searchResult {
|
|
1461
|
-
color: red;
|
|
1462
|
-
}
|
|
1463
|
-
.inline-select-custom {
|
|
1464
|
-
width: 100px;
|
|
1465
|
-
}
|
|
1466
|
-
.inline-input-custom {
|
|
1467
|
-
width: 98%;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1472
|
-
}
|
|
1473
|
-
.inline-select-custom {
|
|
1474
|
-
width: 100px;
|
|
1475
|
-
}
|
|
1476
|
-
.inline-input-custom {
|
|
1477
|
-
width: 98%;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
.grid-search-form[data-v-04817310] {
|
|
1481
|
-
overflow: auto;
|
|
1482
|
-
}
|
|
1483
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
-
margin-bottom: 0px;
|
|
1485
|
-
}
|
|
1486
|
-
.grid-search-form[data-v-04817310] .search-btn {
|
|
1487
|
-
justify-content: center; /* 确保按钮居中 */
|
|
1488
|
-
/* 可选:间距更美观 */
|
|
1489
|
-
}
|
|
1490
|
-
.grid-search-form[data-v-04817310] .el-select,
|
|
1491
|
-
.grid-search-form[data-v-04817310] .customComponent {
|
|
1492
|
-
width: 100%;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
1318
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1496
1319
|
font-size: 17px;
|
|
1497
1320
|
font-weight: 700;
|
|
@@ -1544,15 +1367,192 @@ li[data-v-040fcf55] {
|
|
|
1544
1367
|
color:#409EFF
|
|
1545
1368
|
}
|
|
1546
1369
|
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1370
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1371
|
+
display: flex;
|
|
1372
|
+
align-items: center;
|
|
1373
|
+
width: 100%;
|
|
1374
|
+
gap: 8px;
|
|
1375
|
+
box-sizing: border-box;
|
|
1376
|
+
min-width: 0;
|
|
1550
1377
|
}
|
|
1551
|
-
.
|
|
1552
|
-
|
|
1378
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1379
|
+
width: 100%;
|
|
1380
|
+
min-width: 0;
|
|
1553
1381
|
}
|
|
1554
|
-
.
|
|
1555
|
-
|
|
1382
|
+
.sep[data-v-2aeaa81d] {
|
|
1383
|
+
padding: 0 8px;
|
|
1384
|
+
color: var(--el-text-color-secondary);
|
|
1385
|
+
white-space: nowrap;
|
|
1386
|
+
flex: 0 0 auto;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.searchResult {
|
|
1390
|
+
color: red;
|
|
1391
|
+
}
|
|
1392
|
+
.inline-select-custom {
|
|
1393
|
+
width: 100px;
|
|
1394
|
+
}
|
|
1395
|
+
.inline-input-custom {
|
|
1396
|
+
width: 98%;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.searchResult {
|
|
1400
|
+
color: red;
|
|
1401
|
+
}
|
|
1402
|
+
.inline-select-custom {
|
|
1403
|
+
width: 100px;
|
|
1404
|
+
}
|
|
1405
|
+
.inline-input-custom {
|
|
1406
|
+
width: 98%;
|
|
1407
|
+
}
|
|
1408
|
+
.searchDepartmentUser {
|
|
1409
|
+
width: 250px;
|
|
1410
|
+
}
|
|
1411
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1412
|
+
min-width: 300px;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.searchResult {
|
|
1416
|
+
color: red;
|
|
1417
|
+
}
|
|
1418
|
+
.inline-select-custom {
|
|
1419
|
+
width: 100px;
|
|
1420
|
+
}
|
|
1421
|
+
.inline-input-custom {
|
|
1422
|
+
width: 98%;
|
|
1423
|
+
}
|
|
1424
|
+
.searchDepartmentUser {
|
|
1425
|
+
width: 250px;
|
|
1426
|
+
}
|
|
1427
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1428
|
+
min-width: 300px;
|
|
1429
|
+
}
|
|
1430
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1431
|
+
display: inline-flex;
|
|
1432
|
+
vertical-align: middle;
|
|
1433
|
+
}
|
|
1434
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1435
|
+
font-size: 20px;
|
|
1436
|
+
color: var(--el-color-primary);
|
|
1437
|
+
cursor: pointer;
|
|
1438
|
+
}
|
|
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;
|
|
1461
|
+
}
|
|
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
|
+
}
|
|
1492
|
+
.searchResult {
|
|
1493
|
+
color: red;
|
|
1494
|
+
}
|
|
1495
|
+
.inline-select-custom {
|
|
1496
|
+
width: 100px;
|
|
1497
|
+
}
|
|
1498
|
+
.inline-input-custom {
|
|
1499
|
+
width: 98%;
|
|
1500
|
+
}
|
|
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
|
+
|
|
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-input-custom {
|
|
1526
|
+
width: 100% !important;
|
|
1527
|
+
}
|
|
1528
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1529
|
+
min-width: 300px;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.grid-search-form[data-v-04817310] {
|
|
1533
|
+
overflow: auto;
|
|
1534
|
+
}
|
|
1535
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1536
|
+
margin-bottom: 0px;
|
|
1537
|
+
}
|
|
1538
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1539
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1540
|
+
/* 可选:间距更美观 */
|
|
1541
|
+
}
|
|
1542
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1543
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1544
|
+
width: 100%;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
|
+
width: 100%;
|
|
1549
|
+
height: calc(100vh - 48px);
|
|
1550
|
+
}
|
|
1551
|
+
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1552
|
+
color: #0089BA;
|
|
1553
|
+
}
|
|
1554
|
+
.green[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1555
|
+
color: #00B9B4;
|
|
1556
1556
|
}
|
|
1557
1557
|
[data-v-80f8eb5e] .el-tabs__nav-scroll {
|
|
1558
1558
|
background: #FFFFFF;
|
|
@@ -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,10 +1627,20 @@ 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
|
-
}
|
|
1633
|
+
}
|
|
1634
|
+
.searchResult {
|
|
1635
|
+
color: red;
|
|
1636
|
+
}
|
|
1637
|
+
.inline-select-custom {
|
|
1638
|
+
width: 100px;
|
|
1639
|
+
}
|
|
1640
|
+
.inline-input-custom {
|
|
1641
|
+
width: 98%;
|
|
1642
|
+
}
|
|
1643
|
+
.annex-cell[data-v-1e660925] {
|
|
1634
1644
|
padding-right: 5px;
|
|
1635
1645
|
cursor: pointer;
|
|
1636
1646
|
color: #409eff;
|
|
@@ -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,8 +1832,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1819
1832
|
fill: currentColor;
|
|
1820
1833
|
overflow: initial;
|
|
1821
1834
|
}
|
|
1822
|
-
[data-v-
|
|
1823
|
-
|
|
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;
|
|
1824
1856
|
}
|
|
1825
1857
|
.footer-wrapper[data-v-ffbde6f9] {
|
|
1826
1858
|
display: flex;
|
|
@@ -1842,66 +1874,39 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1842
1874
|
margin-left: 0;
|
|
1843
1875
|
}
|
|
1844
1876
|
}
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
display: flex;
|
|
1848
|
-
align-items: center;
|
|
1849
|
-
flex-shrink: 0;
|
|
1850
|
-
min-width: max-content;
|
|
1851
|
-
margin-left: auto;
|
|
1852
|
-
gap: 10px;
|
|
1877
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1878
|
+
margin-right: 5px;
|
|
1853
1879
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
margin-top: 10px;
|
|
1859
|
-
gap: 10px;
|
|
1860
|
-
}
|
|
1861
|
-
.fs-upload-tag[data-v-e5cde7de] {
|
|
1862
|
-
border: 1px solid #dcdfe6;
|
|
1863
|
-
padding: 4px 8px;
|
|
1864
|
-
background-clip: padding-box;
|
|
1865
|
-
overflow: hidden;
|
|
1866
|
-
display: inline-flex;
|
|
1867
|
-
align-items: center;
|
|
1880
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1881
|
+
margin-left: 5px;
|
|
1882
|
+
}[data-v-90635647] .el-range-separator {
|
|
1883
|
+
min-width: 20px;
|
|
1868
1884
|
}
|
|
1869
|
-
.
|
|
1870
|
-
margin-right: 18px;
|
|
1871
|
-
max-width: 160px;
|
|
1872
|
-
overflow: hidden;
|
|
1873
|
-
text-overflow: ellipsis;
|
|
1874
|
-
white-space: nowrap;
|
|
1875
|
-
}
|
|
1876
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1877
|
-
font-weight: 600;
|
|
1878
|
-
margin-left: 4px;
|
|
1879
|
-
}
|
|
1880
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
1885
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
1881
1886
|
width: 100%;
|
|
1882
1887
|
height: 100%;
|
|
1883
1888
|
border: none;
|
|
1884
1889
|
opacity: 1;
|
|
1885
1890
|
}
|
|
1886
|
-
[data-v-
|
|
1891
|
+
[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 {
|
|
1887
1892
|
user-select: text !important;
|
|
1888
1893
|
-webkit-user-select: text !important;
|
|
1889
1894
|
-moz-user-select: text !important;
|
|
1890
1895
|
-ms-user-select: text !important;
|
|
1891
1896
|
}
|
|
1892
|
-
.slide-up-enter-active[data-v-
|
|
1893
|
-
.slide-up-leave-active[data-v-
|
|
1897
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
1898
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
1894
1899
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1895
1900
|
}
|
|
1896
|
-
.slide-up-enter-from[data-v-
|
|
1897
|
-
.slide-up-leave-to[data-v-
|
|
1901
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
1902
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
1898
1903
|
transform: translateY(100%);
|
|
1899
1904
|
}
|
|
1900
1905
|
|
|
1901
1906
|
/**
|
|
1902
1907
|
* 聊天窗口的样式设置
|
|
1903
1908
|
*/
|
|
1904
|
-
.chat-container[data-v-
|
|
1909
|
+
.chat-container[data-v-45fbaf17] {
|
|
1905
1910
|
--header-height: 56px;
|
|
1906
1911
|
--chat-padding: 12px;
|
|
1907
1912
|
--bubble-content-max-width: 0px;
|
|
@@ -1913,25 +1918,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1913
1918
|
flex-direction: row; /* 横向排列 */
|
|
1914
1919
|
height: 100%; /* 父容器高度 */
|
|
1915
1920
|
}
|
|
1916
|
-
.small-window[data-v-
|
|
1921
|
+
.small-window[data-v-45fbaf17] {
|
|
1917
1922
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1918
1923
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1919
1924
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1920
1925
|
border-radius: 8px;
|
|
1921
1926
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1922
1927
|
}
|
|
1923
|
-
.full-screen[data-v-
|
|
1928
|
+
.full-screen[data-v-45fbaf17] {
|
|
1924
1929
|
right: 0;
|
|
1925
1930
|
bottom: 0;
|
|
1926
1931
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1927
1932
|
}
|
|
1928
|
-
.chat-container > *[data-v-
|
|
1933
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
1929
1934
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1930
1935
|
}
|
|
1931
1936
|
|
|
1932
1937
|
/* 聊天窗口的头部样式设置
|
|
1933
1938
|
*/
|
|
1934
|
-
.chat-embed__header_container[data-v-
|
|
1939
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
1935
1940
|
/* border-bottom: 1px solid #ddd; */
|
|
1936
1941
|
display: flex;
|
|
1937
1942
|
align-items: center;
|
|
@@ -1941,7 +1946,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1941
1946
|
overflow: hidden;
|
|
1942
1947
|
position: relative;
|
|
1943
1948
|
}
|
|
1944
|
-
.session-subject[data-v-
|
|
1949
|
+
.session-subject[data-v-45fbaf17] {
|
|
1945
1950
|
display: block;
|
|
1946
1951
|
margin: 0 auto;
|
|
1947
1952
|
text-align: center;
|
|
@@ -1956,17 +1961,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1956
1961
|
|
|
1957
1962
|
/* 聊天窗口的头部图标样式设置
|
|
1958
1963
|
*/
|
|
1959
|
-
.chat-embed__header_avatar[data-v-
|
|
1964
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
1960
1965
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1961
1966
|
margin-right: var(--chat-padding);
|
|
1962
1967
|
}
|
|
1963
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1968
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
1964
1969
|
right: 20px;
|
|
1965
1970
|
position: absolute;
|
|
1966
1971
|
gap: 28px;
|
|
1967
1972
|
display: flex;
|
|
1968
1973
|
}
|
|
1969
|
-
.chat-embed__sidebar[data-v-
|
|
1974
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
1970
1975
|
background: #f6f7fa;
|
|
1971
1976
|
display: flex;
|
|
1972
1977
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1975,7 +1980,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1975
1980
|
width: 260px;
|
|
1976
1981
|
height: 100%;
|
|
1977
1982
|
}
|
|
1978
|
-
.chat-embed__main[data-v-
|
|
1983
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
1979
1984
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1980
1985
|
box-sizing: border-box;
|
|
1981
1986
|
overflow: hidden;
|
|
@@ -1986,7 +1991,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1986
1991
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1987
1992
|
overflow: hidden; /* 防止内容溢出 */
|
|
1988
1993
|
}
|
|
1989
|
-
.chat-embed__main_content[data-v-
|
|
1994
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
1990
1995
|
flex: 1;
|
|
1991
1996
|
box-sizing: border-box;
|
|
1992
1997
|
min-height: 0;
|
|
@@ -1994,21 +1999,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1994
1999
|
/* overflow-y: auto;
|
|
1995
2000
|
margin-bottom: 12px; */
|
|
1996
2001
|
}
|
|
1997
|
-
.chat-embed__input_container[data-v-
|
|
2002
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
1998
2003
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1999
2004
|
/* margin-bottom: 50px; 距离底部 */
|
|
2000
2005
|
}
|
|
2001
|
-
.header-icon[data-v-
|
|
2006
|
+
.header-icon[data-v-45fbaf17] {
|
|
2002
2007
|
cursor: pointer;
|
|
2003
2008
|
font-size: 20px;
|
|
2004
2009
|
}
|
|
2005
2010
|
|
|
2006
2011
|
/* 聊天默认推荐内容样式
|
|
2007
2012
|
*/
|
|
2008
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2013
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2009
2014
|
margin-top: 5px;
|
|
2010
2015
|
}
|
|
2011
|
-
.content-container[data-v-
|
|
2016
|
+
.content-container[data-v-45fbaf17] {
|
|
2012
2017
|
padding: 16px;
|
|
2013
2018
|
border-radius: 4px;
|
|
2014
2019
|
background: #ffffff;
|
|
@@ -2016,7 +2021,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2016
2021
|
border-radius: 0px 30px 30px 30px;
|
|
2017
2022
|
/* opacity: 0.6; */
|
|
2018
2023
|
}
|
|
2019
|
-
.chat-content-font[data-v-
|
|
2024
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2020
2025
|
font-family: PingFang SC, PingFang SC;
|
|
2021
2026
|
font-weight: 500;
|
|
2022
2027
|
font-size: 16px;
|
|
@@ -2026,10 +2031,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2026
2031
|
font-style: normal;
|
|
2027
2032
|
text-transform: none;
|
|
2028
2033
|
}
|
|
2029
|
-
[data-v-
|
|
2034
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2030
2035
|
border: none !important;
|
|
2031
2036
|
}
|
|
2032
|
-
.content-container-header[data-v-
|
|
2037
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2033
2038
|
font-size: 12px;
|
|
2034
2039
|
color: #909399;
|
|
2035
2040
|
}
|
|
@@ -2037,28 +2042,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2037
2042
|
/**
|
|
2038
2043
|
// 用户消息
|
|
2039
2044
|
*/
|
|
2040
|
-
.content-borderless-container[data-v-
|
|
2045
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2041
2046
|
background: #e1ecfd;
|
|
2042
2047
|
border-radius: 20px 0px 20px 20px;
|
|
2043
2048
|
user-select: none;
|
|
2044
2049
|
padding: 12px;
|
|
2045
2050
|
cursor: pointer;
|
|
2046
2051
|
transition: background-color 0.3s;
|
|
2047
|
-
&[data-v-
|
|
2052
|
+
&[data-v-45fbaf17]:hover {
|
|
2048
2053
|
background-color: #ebeef5;
|
|
2049
2054
|
}
|
|
2050
2055
|
}
|
|
2051
|
-
.footer-container[data-v-
|
|
2052
|
-
[data-v-
|
|
2056
|
+
.footer-container[data-v-45fbaf17] {
|
|
2057
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2053
2058
|
margin-left: 8px;
|
|
2054
2059
|
}
|
|
2055
2060
|
}
|
|
2056
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2061
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2057
2062
|
padding: 0;
|
|
2058
2063
|
}
|
|
2059
2064
|
|
|
2060
2065
|
/* 引用文件样式 */
|
|
2061
|
-
.doc-agg-item[data-v-
|
|
2066
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2062
2067
|
width: 100%;
|
|
2063
2068
|
padding: 10px;
|
|
2064
2069
|
margin-bottom: 5px;
|
|
@@ -2068,125 +2073,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2068
2073
|
font-size: 12px;
|
|
2069
2074
|
color: var(--el-color-primary);
|
|
2070
2075
|
}
|
|
2071
|
-
.elx-xmarkdown-container[data-v-
|
|
2076
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2072
2077
|
padding: 0;
|
|
2073
|
-
}
|
|
2074
|
-
h4[data-v-0b0c189e] {
|
|
2075
|
-
font-size: 16px;
|
|
2076
|
-
margin-top: 0px;
|
|
2077
|
-
margin-bottom: 0px;
|
|
2078
|
-
}
|
|
2079
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2080
|
-
margin: 5px 0;
|
|
2081
|
-
}
|
|
2082
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2083
|
-
display: flex;
|
|
2084
|
-
align-items: center;
|
|
2085
|
-
flex-shrink: 0;
|
|
2086
|
-
min-width: max-content;
|
|
2087
|
-
margin-left: auto;
|
|
2088
|
-
gap: 10px;
|
|
2089
|
-
}
|
|
2090
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2091
|
-
display: inline-block;
|
|
2092
|
-
width: 12px;
|
|
2093
|
-
height: 12px;
|
|
2094
|
-
background-repeat: no-repeat;
|
|
2095
|
-
background-position: center;
|
|
2096
|
-
background-size: 100%;
|
|
2097
|
-
cursor: pointer;
|
|
2098
|
-
}
|
|
2099
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2100
|
-
margin-left: 5px;
|
|
2101
|
-
}
|
|
2102
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2103
|
-
display: flex;
|
|
2104
|
-
flex-direction: column;
|
|
2105
|
-
padding: 16px;
|
|
2106
|
-
}
|
|
2107
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2108
|
-
border-bottom-color: #ffffff !important;
|
|
2109
|
-
}
|
|
2110
|
-
[data-v-0b0c189e] .el-sender {
|
|
2111
|
-
background: #ffffff !important;
|
|
2112
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2113
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2114
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2115
|
-
font-weight: 400;
|
|
2116
|
-
font-size: 16px;
|
|
2117
|
-
color: #bbbbbb;
|
|
2118
|
-
text-align: left;
|
|
2119
|
-
font-style: normal;
|
|
2120
|
-
text-transform: none;
|
|
2121
|
-
}
|
|
2122
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2123
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2124
|
-
font-weight: 400 !important;
|
|
2125
|
-
font-size: 16px !important;
|
|
2126
|
-
line-height: 21px !important;
|
|
2127
|
-
font-style: normal !important;
|
|
2128
|
-
text-transform: none !important;
|
|
2129
|
-
}
|
|
2130
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2131
|
-
padding: 16px !important;
|
|
2132
|
-
}
|
|
2133
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2134
|
-
border-radius: 100px 100px 100px 100px;
|
|
2135
|
-
border: 1px solid #dcdfe6;
|
|
2136
|
-
}
|
|
2137
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2138
|
-
padding: 12px;
|
|
2139
|
-
font-family: PingFang SC, PingFang SC;
|
|
2140
|
-
font-weight: 400;
|
|
2141
|
-
font-size: 14px;
|
|
2142
|
-
color: #808080;
|
|
2143
|
-
line-height: 21px;
|
|
2144
|
-
font-style: normal;
|
|
2145
|
-
text-align: center;
|
|
2146
|
-
}
|
|
2147
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2148
|
-
border-radius: 50% !important;
|
|
2149
|
-
padding: 8px;
|
|
2150
|
-
width: 32px;
|
|
2151
|
-
}
|
|
2152
|
-
.send-icon[data-v-0b0c189e] {
|
|
2153
|
-
cursor: pointer;
|
|
2154
|
-
}
|
|
2155
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2156
|
-
margin: 0 0;
|
|
2157
|
-
}
|
|
2158
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2159
|
-
width: 100%;
|
|
2160
|
-
height: 100%;
|
|
2161
|
-
border: none;
|
|
2162
|
-
opacity: 1;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2166
|
-
width: 100%;
|
|
2167
|
-
height: 100%;
|
|
2168
|
-
border: none;
|
|
2169
|
-
opacity: 1;
|
|
2170
2078
|
}
|
|
2171
|
-
[data-v-
|
|
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 {
|
|
2172
2080
|
user-select: text !important;
|
|
2173
2081
|
-webkit-user-select: text !important;
|
|
2174
2082
|
-moz-user-select: text !important;
|
|
2175
2083
|
-ms-user-select: text !important;
|
|
2176
2084
|
}
|
|
2177
|
-
.slide-up-enter-active[data-v-
|
|
2178
|
-
.slide-up-leave-active[data-v-
|
|
2085
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2086
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2179
2087
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2180
2088
|
}
|
|
2181
|
-
.slide-up-enter-from[data-v-
|
|
2182
|
-
.slide-up-leave-to[data-v-
|
|
2089
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2090
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2183
2091
|
transform: translateY(100%);
|
|
2184
2092
|
}
|
|
2185
2093
|
|
|
2186
2094
|
/**
|
|
2187
2095
|
* 聊天窗口的样式设置
|
|
2188
2096
|
*/
|
|
2189
|
-
.chat-container[data-v-
|
|
2097
|
+
.chat-container[data-v-1e62eff8] {
|
|
2190
2098
|
--header-height: 56px;
|
|
2191
2099
|
--chat-padding: 12px;
|
|
2192
2100
|
--bubble-content-max-width: 0px;
|
|
@@ -2198,25 +2106,25 @@ h4[data-v-0b0c189e] {
|
|
|
2198
2106
|
flex-direction: row; /* 横向排列 */
|
|
2199
2107
|
height: 100%; /* 父容器高度 */
|
|
2200
2108
|
}
|
|
2201
|
-
.small-window[data-v-
|
|
2109
|
+
.small-window[data-v-1e62eff8] {
|
|
2202
2110
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2203
2111
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2204
2112
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2205
2113
|
border-radius: 8px;
|
|
2206
2114
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2207
2115
|
}
|
|
2208
|
-
.full-screen[data-v-
|
|
2116
|
+
.full-screen[data-v-1e62eff8] {
|
|
2209
2117
|
right: 0;
|
|
2210
2118
|
bottom: 0;
|
|
2211
2119
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2212
2120
|
}
|
|
2213
|
-
.chat-container > *[data-v-
|
|
2121
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2214
2122
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2215
2123
|
}
|
|
2216
2124
|
|
|
2217
2125
|
/* 聊天窗口的头部样式设置
|
|
2218
2126
|
*/
|
|
2219
|
-
.chat-embed__header_container[data-v-
|
|
2127
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2220
2128
|
/* border-bottom: 1px solid #ddd; */
|
|
2221
2129
|
display: flex;
|
|
2222
2130
|
align-items: center;
|
|
@@ -2226,7 +2134,7 @@ h4[data-v-0b0c189e] {
|
|
|
2226
2134
|
overflow: hidden;
|
|
2227
2135
|
position: relative;
|
|
2228
2136
|
}
|
|
2229
|
-
.session-subject[data-v-
|
|
2137
|
+
.session-subject[data-v-1e62eff8] {
|
|
2230
2138
|
display: block;
|
|
2231
2139
|
margin: 0 auto;
|
|
2232
2140
|
text-align: center;
|
|
@@ -2241,17 +2149,17 @@ h4[data-v-0b0c189e] {
|
|
|
2241
2149
|
|
|
2242
2150
|
/* 聊天窗口的头部图标样式设置
|
|
2243
2151
|
*/
|
|
2244
|
-
.chat-embed__header_avatar[data-v-
|
|
2152
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2245
2153
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2246
2154
|
margin-right: var(--chat-padding);
|
|
2247
2155
|
}
|
|
2248
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2156
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2249
2157
|
right: 20px;
|
|
2250
2158
|
position: absolute;
|
|
2251
2159
|
gap: 28px;
|
|
2252
2160
|
display: flex;
|
|
2253
2161
|
}
|
|
2254
|
-
.chat-embed__sidebar[data-v-
|
|
2162
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2255
2163
|
background: #f6f7fa;
|
|
2256
2164
|
display: flex;
|
|
2257
2165
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2260,7 +2168,7 @@ h4[data-v-0b0c189e] {
|
|
|
2260
2168
|
width: 260px;
|
|
2261
2169
|
height: 100%;
|
|
2262
2170
|
}
|
|
2263
|
-
.chat-embed__main[data-v-
|
|
2171
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2264
2172
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2265
2173
|
box-sizing: border-box;
|
|
2266
2174
|
overflow: hidden;
|
|
@@ -2271,7 +2179,7 @@ h4[data-v-0b0c189e] {
|
|
|
2271
2179
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2272
2180
|
overflow: hidden; /* 防止内容溢出 */
|
|
2273
2181
|
}
|
|
2274
|
-
.chat-embed__main_content[data-v-
|
|
2182
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2275
2183
|
flex: 1;
|
|
2276
2184
|
box-sizing: border-box;
|
|
2277
2185
|
min-height: 0;
|
|
@@ -2279,21 +2187,21 @@ h4[data-v-0b0c189e] {
|
|
|
2279
2187
|
/* overflow-y: auto;
|
|
2280
2188
|
margin-bottom: 12px; */
|
|
2281
2189
|
}
|
|
2282
|
-
.chat-embed__input_container[data-v-
|
|
2190
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2283
2191
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2284
2192
|
/* margin-bottom: 50px; 距离底部 */
|
|
2285
2193
|
}
|
|
2286
|
-
.header-icon[data-v-
|
|
2194
|
+
.header-icon[data-v-1e62eff8] {
|
|
2287
2195
|
cursor: pointer;
|
|
2288
2196
|
font-size: 20px;
|
|
2289
2197
|
}
|
|
2290
2198
|
|
|
2291
2199
|
/* 聊天默认推荐内容样式
|
|
2292
2200
|
*/
|
|
2293
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2201
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2294
2202
|
margin-top: 5px;
|
|
2295
2203
|
}
|
|
2296
|
-
.content-container[data-v-
|
|
2204
|
+
.content-container[data-v-1e62eff8] {
|
|
2297
2205
|
padding: 16px;
|
|
2298
2206
|
border-radius: 4px;
|
|
2299
2207
|
background: #ffffff;
|
|
@@ -2301,7 +2209,7 @@ h4[data-v-0b0c189e] {
|
|
|
2301
2209
|
border-radius: 0px 30px 30px 30px;
|
|
2302
2210
|
/* opacity: 0.6; */
|
|
2303
2211
|
}
|
|
2304
|
-
.chat-content-font[data-v-
|
|
2212
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2305
2213
|
font-family: PingFang SC, PingFang SC;
|
|
2306
2214
|
font-weight: 500;
|
|
2307
2215
|
font-size: 16px;
|
|
@@ -2311,10 +2219,10 @@ h4[data-v-0b0c189e] {
|
|
|
2311
2219
|
font-style: normal;
|
|
2312
2220
|
text-transform: none;
|
|
2313
2221
|
}
|
|
2314
|
-
[data-v-
|
|
2222
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2315
2223
|
border: none !important;
|
|
2316
2224
|
}
|
|
2317
|
-
.content-container-header[data-v-
|
|
2225
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2318
2226
|
font-size: 12px;
|
|
2319
2227
|
color: #909399;
|
|
2320
2228
|
}
|
|
@@ -2322,28 +2230,28 @@ h4[data-v-0b0c189e] {
|
|
|
2322
2230
|
/**
|
|
2323
2231
|
// 用户消息
|
|
2324
2232
|
*/
|
|
2325
|
-
.content-borderless-container[data-v-
|
|
2233
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2326
2234
|
background: #e1ecfd;
|
|
2327
2235
|
border-radius: 20px 0px 20px 20px;
|
|
2328
2236
|
user-select: none;
|
|
2329
2237
|
padding: 12px;
|
|
2330
2238
|
cursor: pointer;
|
|
2331
2239
|
transition: background-color 0.3s;
|
|
2332
|
-
&[data-v-
|
|
2240
|
+
&[data-v-1e62eff8]:hover {
|
|
2333
2241
|
background-color: #ebeef5;
|
|
2334
2242
|
}
|
|
2335
2243
|
}
|
|
2336
|
-
.footer-container[data-v-
|
|
2337
|
-
[data-v-
|
|
2244
|
+
.footer-container[data-v-1e62eff8] {
|
|
2245
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2338
2246
|
margin-left: 8px;
|
|
2339
2247
|
}
|
|
2340
2248
|
}
|
|
2341
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2249
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2342
2250
|
padding: 0;
|
|
2343
2251
|
}
|
|
2344
2252
|
|
|
2345
2253
|
/* 引用文件样式 */
|
|
2346
|
-
.doc-agg-item[data-v-
|
|
2254
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2347
2255
|
width: 100%;
|
|
2348
2256
|
padding: 10px;
|
|
2349
2257
|
margin-bottom: 5px;
|
|
@@ -2353,31 +2261,118 @@ h4[data-v-0b0c189e] {
|
|
|
2353
2261
|
font-size: 12px;
|
|
2354
2262
|
color: var(--el-color-primary);
|
|
2355
2263
|
}
|
|
2356
|
-
.elx-xmarkdown-container[data-v-
|
|
2264
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2357
2265
|
padding: 0;
|
|
2358
|
-
}
|
|
2359
|
-
.el-button > span[data-v-5bb8bf7f] {
|
|
2360
|
-
font-size: 12px;
|
|
2361
2266
|
}
|
|
2362
|
-
.
|
|
2363
|
-
|
|
2364
|
-
padding:
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
align-items: center;
|
|
2267
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2268
|
+
position: absolute;
|
|
2269
|
+
padding: 20px 36px;
|
|
2270
|
+
gap: 16px;
|
|
2271
|
+
display: flex;
|
|
2272
|
+
z-index: 1;
|
|
2369
2273
|
}
|
|
2370
|
-
.
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2274
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2275
|
+
display: flex;
|
|
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;
|
|
2376
2283
|
}
|
|
2377
|
-
.
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
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; /* 固定高度,位于底部 */
|
|
2317
|
+
margin-top: 10px;
|
|
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;
|
|
2367
|
+
}
|
|
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 {
|
|
2381
2376
|
user-select: text !important;
|
|
2382
2377
|
-webkit-user-select: text !important;
|
|
2383
2378
|
-moz-user-select: text !important;
|
|
@@ -2565,25 +2560,25 @@ h4[data-v-0b0c189e] {
|
|
|
2565
2560
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2566
2561
|
padding: 0;
|
|
2567
2562
|
}
|
|
2568
|
-
[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 {
|
|
2569
2564
|
user-select: text !important;
|
|
2570
2565
|
-webkit-user-select: text !important;
|
|
2571
2566
|
-moz-user-select: text !important;
|
|
2572
2567
|
-ms-user-select: text !important;
|
|
2573
2568
|
}
|
|
2574
|
-
.slide-up-enter-active[data-v-
|
|
2575
|
-
.slide-up-leave-active[data-v-
|
|
2569
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2570
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2576
2571
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2577
2572
|
}
|
|
2578
|
-
.slide-up-enter-from[data-v-
|
|
2579
|
-
.slide-up-leave-to[data-v-
|
|
2573
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2574
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2580
2575
|
transform: translateY(100%);
|
|
2581
2576
|
}
|
|
2582
2577
|
|
|
2583
2578
|
/**
|
|
2584
2579
|
* 聊天窗口的样式设置
|
|
2585
2580
|
*/
|
|
2586
|
-
.chat-container[data-v-
|
|
2581
|
+
.chat-container[data-v-0b0c189e] {
|
|
2587
2582
|
--header-height: 56px;
|
|
2588
2583
|
--chat-padding: 12px;
|
|
2589
2584
|
--bubble-content-max-width: 0px;
|
|
@@ -2595,25 +2590,25 @@ h4[data-v-0b0c189e] {
|
|
|
2595
2590
|
flex-direction: row; /* 横向排列 */
|
|
2596
2591
|
height: 100%; /* 父容器高度 */
|
|
2597
2592
|
}
|
|
2598
|
-
.small-window[data-v-
|
|
2593
|
+
.small-window[data-v-0b0c189e] {
|
|
2599
2594
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2600
2595
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2601
2596
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2602
2597
|
border-radius: 8px;
|
|
2603
2598
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2604
2599
|
}
|
|
2605
|
-
.full-screen[data-v-
|
|
2600
|
+
.full-screen[data-v-0b0c189e] {
|
|
2606
2601
|
right: 0;
|
|
2607
2602
|
bottom: 0;
|
|
2608
2603
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2609
2604
|
}
|
|
2610
|
-
.chat-container > *[data-v-
|
|
2605
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2611
2606
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2612
2607
|
}
|
|
2613
2608
|
|
|
2614
2609
|
/* 聊天窗口的头部样式设置
|
|
2615
2610
|
*/
|
|
2616
|
-
.chat-embed__header_container[data-v-
|
|
2611
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2617
2612
|
/* border-bottom: 1px solid #ddd; */
|
|
2618
2613
|
display: flex;
|
|
2619
2614
|
align-items: center;
|
|
@@ -2623,7 +2618,7 @@ h4[data-v-0b0c189e] {
|
|
|
2623
2618
|
overflow: hidden;
|
|
2624
2619
|
position: relative;
|
|
2625
2620
|
}
|
|
2626
|
-
.session-subject[data-v-
|
|
2621
|
+
.session-subject[data-v-0b0c189e] {
|
|
2627
2622
|
display: block;
|
|
2628
2623
|
margin: 0 auto;
|
|
2629
2624
|
text-align: center;
|
|
@@ -2638,17 +2633,17 @@ h4[data-v-0b0c189e] {
|
|
|
2638
2633
|
|
|
2639
2634
|
/* 聊天窗口的头部图标样式设置
|
|
2640
2635
|
*/
|
|
2641
|
-
.chat-embed__header_avatar[data-v-
|
|
2636
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2642
2637
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2643
2638
|
margin-right: var(--chat-padding);
|
|
2644
2639
|
}
|
|
2645
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2640
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2646
2641
|
right: 20px;
|
|
2647
2642
|
position: absolute;
|
|
2648
2643
|
gap: 28px;
|
|
2649
2644
|
display: flex;
|
|
2650
2645
|
}
|
|
2651
|
-
.chat-embed__sidebar[data-v-
|
|
2646
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2652
2647
|
background: #f6f7fa;
|
|
2653
2648
|
display: flex;
|
|
2654
2649
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2657,7 +2652,7 @@ h4[data-v-0b0c189e] {
|
|
|
2657
2652
|
width: 260px;
|
|
2658
2653
|
height: 100%;
|
|
2659
2654
|
}
|
|
2660
|
-
.chat-embed__main[data-v-
|
|
2655
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2661
2656
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2662
2657
|
box-sizing: border-box;
|
|
2663
2658
|
overflow: hidden;
|
|
@@ -2668,7 +2663,7 @@ h4[data-v-0b0c189e] {
|
|
|
2668
2663
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2669
2664
|
overflow: hidden; /* 防止内容溢出 */
|
|
2670
2665
|
}
|
|
2671
|
-
.chat-embed__main_content[data-v-
|
|
2666
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2672
2667
|
flex: 1;
|
|
2673
2668
|
box-sizing: border-box;
|
|
2674
2669
|
min-height: 0;
|
|
@@ -2676,21 +2671,21 @@ h4[data-v-0b0c189e] {
|
|
|
2676
2671
|
/* overflow-y: auto;
|
|
2677
2672
|
margin-bottom: 12px; */
|
|
2678
2673
|
}
|
|
2679
|
-
.chat-embed__input_container[data-v-
|
|
2674
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2680
2675
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2681
2676
|
/* margin-bottom: 50px; 距离底部 */
|
|
2682
2677
|
}
|
|
2683
|
-
.header-icon[data-v-
|
|
2678
|
+
.header-icon[data-v-0b0c189e] {
|
|
2684
2679
|
cursor: pointer;
|
|
2685
2680
|
font-size: 20px;
|
|
2686
2681
|
}
|
|
2687
2682
|
|
|
2688
2683
|
/* 聊天默认推荐内容样式
|
|
2689
2684
|
*/
|
|
2690
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2685
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2691
2686
|
margin-top: 5px;
|
|
2692
2687
|
}
|
|
2693
|
-
.content-container[data-v-
|
|
2688
|
+
.content-container[data-v-0b0c189e] {
|
|
2694
2689
|
padding: 16px;
|
|
2695
2690
|
border-radius: 4px;
|
|
2696
2691
|
background: #ffffff;
|
|
@@ -2698,7 +2693,7 @@ h4[data-v-0b0c189e] {
|
|
|
2698
2693
|
border-radius: 0px 30px 30px 30px;
|
|
2699
2694
|
/* opacity: 0.6; */
|
|
2700
2695
|
}
|
|
2701
|
-
.chat-content-font[data-v-
|
|
2696
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2702
2697
|
font-family: PingFang SC, PingFang SC;
|
|
2703
2698
|
font-weight: 500;
|
|
2704
2699
|
font-size: 16px;
|
|
@@ -2708,10 +2703,10 @@ h4[data-v-0b0c189e] {
|
|
|
2708
2703
|
font-style: normal;
|
|
2709
2704
|
text-transform: none;
|
|
2710
2705
|
}
|
|
2711
|
-
[data-v-
|
|
2706
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2712
2707
|
border: none !important;
|
|
2713
2708
|
}
|
|
2714
|
-
.content-container-header[data-v-
|
|
2709
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2715
2710
|
font-size: 12px;
|
|
2716
2711
|
color: #909399;
|
|
2717
2712
|
}
|
|
@@ -2719,28 +2714,28 @@ h4[data-v-0b0c189e] {
|
|
|
2719
2714
|
/**
|
|
2720
2715
|
// 用户消息
|
|
2721
2716
|
*/
|
|
2722
|
-
.content-borderless-container[data-v-
|
|
2717
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2723
2718
|
background: #e1ecfd;
|
|
2724
2719
|
border-radius: 20px 0px 20px 20px;
|
|
2725
2720
|
user-select: none;
|
|
2726
2721
|
padding: 12px;
|
|
2727
2722
|
cursor: pointer;
|
|
2728
2723
|
transition: background-color 0.3s;
|
|
2729
|
-
&[data-v-
|
|
2724
|
+
&[data-v-0b0c189e]:hover {
|
|
2730
2725
|
background-color: #ebeef5;
|
|
2731
2726
|
}
|
|
2732
2727
|
}
|
|
2733
|
-
.footer-container[data-v-
|
|
2734
|
-
[data-v-
|
|
2728
|
+
.footer-container[data-v-0b0c189e] {
|
|
2729
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2735
2730
|
margin-left: 8px;
|
|
2736
2731
|
}
|
|
2737
2732
|
}
|
|
2738
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2733
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2739
2734
|
padding: 0;
|
|
2740
2735
|
}
|
|
2741
2736
|
|
|
2742
2737
|
/* 引用文件样式 */
|
|
2743
|
-
.doc-agg-item[data-v-
|
|
2738
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2744
2739
|
width: 100%;
|
|
2745
2740
|
padding: 10px;
|
|
2746
2741
|
margin-bottom: 5px;
|
|
@@ -2750,28 +2745,118 @@ h4[data-v-0b0c189e] {
|
|
|
2750
2745
|
font-size: 12px;
|
|
2751
2746
|
color: var(--el-color-primary);
|
|
2752
2747
|
}
|
|
2753
|
-
.elx-xmarkdown-container[data-v-
|
|
2748
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2754
2749
|
padding: 0;
|
|
2750
|
+
}
|
|
2751
|
+
h4[data-v-0b0c189e] {
|
|
2752
|
+
font-size: 16px;
|
|
2753
|
+
margin-top: 0px;
|
|
2754
|
+
margin-bottom: 0px;
|
|
2755
|
+
}
|
|
2756
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2757
|
+
margin: 5px 0;
|
|
2758
|
+
}
|
|
2759
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2760
|
+
display: flex;
|
|
2761
|
+
align-items: center;
|
|
2762
|
+
flex-shrink: 0;
|
|
2763
|
+
min-width: max-content;
|
|
2764
|
+
margin-left: auto;
|
|
2765
|
+
gap: 10px;
|
|
2766
|
+
}
|
|
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%;
|
|
2774
|
+
cursor: pointer;
|
|
2775
|
+
}
|
|
2776
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2777
|
+
margin-left: 5px;
|
|
2778
|
+
}
|
|
2779
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2780
|
+
display: flex;
|
|
2781
|
+
flex-direction: column;
|
|
2782
|
+
padding: 16px;
|
|
2783
|
+
}
|
|
2784
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2785
|
+
border-bottom-color: #ffffff !important;
|
|
2786
|
+
}
|
|
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;
|
|
2798
|
+
}
|
|
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;
|
|
2806
|
+
}
|
|
2807
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2808
|
+
padding: 16px !important;
|
|
2809
|
+
}
|
|
2810
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2811
|
+
border-radius: 100px 100px 100px 100px;
|
|
2812
|
+
border: 1px solid #dcdfe6;
|
|
2813
|
+
}
|
|
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;
|
|
2823
|
+
}
|
|
2824
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2825
|
+
border-radius: 50% !important;
|
|
2826
|
+
padding: 8px;
|
|
2827
|
+
width: 32px;
|
|
2828
|
+
}
|
|
2829
|
+
.send-icon[data-v-0b0c189e] {
|
|
2830
|
+
cursor: pointer;
|
|
2831
|
+
}
|
|
2832
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2833
|
+
margin: 0 0;
|
|
2834
|
+
}
|
|
2835
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2836
|
+
width: 100%;
|
|
2837
|
+
height: 100%;
|
|
2838
|
+
border: none;
|
|
2839
|
+
opacity: 1;
|
|
2755
2840
|
}
|
|
2756
|
-
[data-v-
|
|
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 {
|
|
2757
2842
|
user-select: text !important;
|
|
2758
2843
|
-webkit-user-select: text !important;
|
|
2759
2844
|
-moz-user-select: text !important;
|
|
2760
2845
|
-ms-user-select: text !important;
|
|
2761
2846
|
}
|
|
2762
|
-
.slide-up-enter-active[data-v-
|
|
2763
|
-
.slide-up-leave-active[data-v-
|
|
2847
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2848
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2764
2849
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2765
2850
|
}
|
|
2766
|
-
.slide-up-enter-from[data-v-
|
|
2767
|
-
.slide-up-leave-to[data-v-
|
|
2851
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2852
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2768
2853
|
transform: translateY(100%);
|
|
2769
2854
|
}
|
|
2770
2855
|
|
|
2771
2856
|
/**
|
|
2772
2857
|
* 聊天窗口的样式设置
|
|
2773
2858
|
*/
|
|
2774
|
-
.chat-container[data-v-
|
|
2859
|
+
.chat-container[data-v-bc196b97] {
|
|
2775
2860
|
--header-height: 56px;
|
|
2776
2861
|
--chat-padding: 12px;
|
|
2777
2862
|
--bubble-content-max-width: 0px;
|
|
@@ -2783,25 +2868,25 @@ h4[data-v-0b0c189e] {
|
|
|
2783
2868
|
flex-direction: row; /* 横向排列 */
|
|
2784
2869
|
height: 100%; /* 父容器高度 */
|
|
2785
2870
|
}
|
|
2786
|
-
.small-window[data-v-
|
|
2871
|
+
.small-window[data-v-bc196b97] {
|
|
2787
2872
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2788
2873
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2789
2874
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2790
2875
|
border-radius: 8px;
|
|
2791
2876
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2792
2877
|
}
|
|
2793
|
-
.full-screen[data-v-
|
|
2878
|
+
.full-screen[data-v-bc196b97] {
|
|
2794
2879
|
right: 0;
|
|
2795
2880
|
bottom: 0;
|
|
2796
2881
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2797
2882
|
}
|
|
2798
|
-
.chat-container > *[data-v-
|
|
2883
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2799
2884
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2800
2885
|
}
|
|
2801
2886
|
|
|
2802
2887
|
/* 聊天窗口的头部样式设置
|
|
2803
2888
|
*/
|
|
2804
|
-
.chat-embed__header_container[data-v-
|
|
2889
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2805
2890
|
/* border-bottom: 1px solid #ddd; */
|
|
2806
2891
|
display: flex;
|
|
2807
2892
|
align-items: center;
|
|
@@ -2811,7 +2896,7 @@ h4[data-v-0b0c189e] {
|
|
|
2811
2896
|
overflow: hidden;
|
|
2812
2897
|
position: relative;
|
|
2813
2898
|
}
|
|
2814
|
-
.session-subject[data-v-
|
|
2899
|
+
.session-subject[data-v-bc196b97] {
|
|
2815
2900
|
display: block;
|
|
2816
2901
|
margin: 0 auto;
|
|
2817
2902
|
text-align: center;
|
|
@@ -2826,17 +2911,17 @@ h4[data-v-0b0c189e] {
|
|
|
2826
2911
|
|
|
2827
2912
|
/* 聊天窗口的头部图标样式设置
|
|
2828
2913
|
*/
|
|
2829
|
-
.chat-embed__header_avatar[data-v-
|
|
2914
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2830
2915
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2831
2916
|
margin-right: var(--chat-padding);
|
|
2832
2917
|
}
|
|
2833
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2918
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2834
2919
|
right: 20px;
|
|
2835
2920
|
position: absolute;
|
|
2836
2921
|
gap: 28px;
|
|
2837
2922
|
display: flex;
|
|
2838
2923
|
}
|
|
2839
|
-
.chat-embed__sidebar[data-v-
|
|
2924
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2840
2925
|
background: #f6f7fa;
|
|
2841
2926
|
display: flex;
|
|
2842
2927
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2845,7 +2930,7 @@ h4[data-v-0b0c189e] {
|
|
|
2845
2930
|
width: 260px;
|
|
2846
2931
|
height: 100%;
|
|
2847
2932
|
}
|
|
2848
|
-
.chat-embed__main[data-v-
|
|
2933
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2849
2934
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2850
2935
|
box-sizing: border-box;
|
|
2851
2936
|
overflow: hidden;
|
|
@@ -2856,7 +2941,7 @@ h4[data-v-0b0c189e] {
|
|
|
2856
2941
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2857
2942
|
overflow: hidden; /* 防止内容溢出 */
|
|
2858
2943
|
}
|
|
2859
|
-
.chat-embed__main_content[data-v-
|
|
2944
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2860
2945
|
flex: 1;
|
|
2861
2946
|
box-sizing: border-box;
|
|
2862
2947
|
min-height: 0;
|
|
@@ -2864,21 +2949,21 @@ h4[data-v-0b0c189e] {
|
|
|
2864
2949
|
/* overflow-y: auto;
|
|
2865
2950
|
margin-bottom: 12px; */
|
|
2866
2951
|
}
|
|
2867
|
-
.chat-embed__input_container[data-v-
|
|
2952
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2868
2953
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2869
2954
|
/* margin-bottom: 50px; 距离底部 */
|
|
2870
2955
|
}
|
|
2871
|
-
.header-icon[data-v-
|
|
2956
|
+
.header-icon[data-v-bc196b97] {
|
|
2872
2957
|
cursor: pointer;
|
|
2873
2958
|
font-size: 20px;
|
|
2874
2959
|
}
|
|
2875
2960
|
|
|
2876
2961
|
/* 聊天默认推荐内容样式
|
|
2877
2962
|
*/
|
|
2878
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2963
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2879
2964
|
margin-top: 5px;
|
|
2880
2965
|
}
|
|
2881
|
-
.content-container[data-v-
|
|
2966
|
+
.content-container[data-v-bc196b97] {
|
|
2882
2967
|
padding: 16px;
|
|
2883
2968
|
border-radius: 4px;
|
|
2884
2969
|
background: #ffffff;
|
|
@@ -2886,7 +2971,7 @@ h4[data-v-0b0c189e] {
|
|
|
2886
2971
|
border-radius: 0px 30px 30px 30px;
|
|
2887
2972
|
/* opacity: 0.6; */
|
|
2888
2973
|
}
|
|
2889
|
-
.chat-content-font[data-v-
|
|
2974
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2890
2975
|
font-family: PingFang SC, PingFang SC;
|
|
2891
2976
|
font-weight: 500;
|
|
2892
2977
|
font-size: 16px;
|
|
@@ -2896,10 +2981,10 @@ h4[data-v-0b0c189e] {
|
|
|
2896
2981
|
font-style: normal;
|
|
2897
2982
|
text-transform: none;
|
|
2898
2983
|
}
|
|
2899
|
-
[data-v-
|
|
2984
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2900
2985
|
border: none !important;
|
|
2901
2986
|
}
|
|
2902
|
-
.content-container-header[data-v-
|
|
2987
|
+
.content-container-header[data-v-bc196b97] {
|
|
2903
2988
|
font-size: 12px;
|
|
2904
2989
|
color: #909399;
|
|
2905
2990
|
}
|
|
@@ -2907,28 +2992,28 @@ h4[data-v-0b0c189e] {
|
|
|
2907
2992
|
/**
|
|
2908
2993
|
// 用户消息
|
|
2909
2994
|
*/
|
|
2910
|
-
.content-borderless-container[data-v-
|
|
2995
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2911
2996
|
background: #e1ecfd;
|
|
2912
2997
|
border-radius: 20px 0px 20px 20px;
|
|
2913
2998
|
user-select: none;
|
|
2914
2999
|
padding: 12px;
|
|
2915
3000
|
cursor: pointer;
|
|
2916
3001
|
transition: background-color 0.3s;
|
|
2917
|
-
&[data-v-
|
|
3002
|
+
&[data-v-bc196b97]:hover {
|
|
2918
3003
|
background-color: #ebeef5;
|
|
2919
3004
|
}
|
|
2920
3005
|
}
|
|
2921
|
-
.footer-container[data-v-
|
|
2922
|
-
[data-v-
|
|
3006
|
+
.footer-container[data-v-bc196b97] {
|
|
3007
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2923
3008
|
margin-left: 8px;
|
|
2924
3009
|
}
|
|
2925
3010
|
}
|
|
2926
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3011
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2927
3012
|
padding: 0;
|
|
2928
3013
|
}
|
|
2929
3014
|
|
|
2930
3015
|
/* 引用文件样式 */
|
|
2931
|
-
.doc-agg-item[data-v-
|
|
3016
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2932
3017
|
width: 100%;
|
|
2933
3018
|
padding: 10px;
|
|
2934
3019
|
margin-bottom: 5px;
|
|
@@ -2938,109 +3023,24 @@ h4[data-v-0b0c189e] {
|
|
|
2938
3023
|
font-size: 12px;
|
|
2939
3024
|
color: var(--el-color-primary);
|
|
2940
3025
|
}
|
|
2941
|
-
.elx-xmarkdown-container[data-v-
|
|
3026
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2942
3027
|
padding: 0;
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
padding: 20px 36px;
|
|
2947
|
-
gap: 16px;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2948
3031
|
display: flex;
|
|
2949
|
-
|
|
3032
|
+
align-items: center;
|
|
3033
|
+
flex-shrink: 0;
|
|
3034
|
+
min-width: max-content;
|
|
3035
|
+
margin-left: auto;
|
|
3036
|
+
gap: 10px;
|
|
2950
3037
|
}
|
|
2951
|
-
.
|
|
3038
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2952
3039
|
display: flex;
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
gap: 14px;
|
|
2956
|
-
border-radius: 100px 100px 100px 100px;
|
|
2957
|
-
border: 1px solid #e5e5e5;
|
|
2958
|
-
width: 82px;
|
|
2959
|
-
font-size: 20px;
|
|
2960
|
-
}
|
|
2961
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2962
|
-
display: flex; /* 设置为水平排列 */
|
|
2963
|
-
align-items: center; /* 垂直居中 */
|
|
2964
|
-
margin-bottom: 22px;
|
|
2965
|
-
font-size: 20px;
|
|
2966
|
-
}
|
|
2967
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2968
|
-
font-family: PingFang SC, PingFang SC;
|
|
2969
|
-
font-weight: 600;
|
|
2970
|
-
font-size: 16px;
|
|
2971
|
-
color: #181818;
|
|
2972
|
-
text-align: left;
|
|
2973
|
-
font-style: normal;
|
|
2974
|
-
text-transform: none;
|
|
2975
|
-
}
|
|
2976
|
-
.right-icon[data-v-1e62eff8] {
|
|
2977
|
-
cursor: pointer;
|
|
2978
|
-
margin-left: auto;
|
|
2979
|
-
}
|
|
2980
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2981
|
-
cursor: pointer;
|
|
2982
|
-
}
|
|
2983
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2984
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2985
|
-
margin-bottom: 10px;
|
|
2986
|
-
}
|
|
2987
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2988
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2989
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2990
|
-
margin-bottom: 10px;
|
|
2991
|
-
}
|
|
2992
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2993
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
3040
|
+
align-items: center;
|
|
3041
|
+
justify-content: center;
|
|
2994
3042
|
margin-top: 10px;
|
|
2995
|
-
|
|
2996
|
-
}
|
|
2997
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2998
|
-
background-color: #ffffff;
|
|
2999
|
-
}
|
|
3000
|
-
.date-group[data-v-1e62eff8] {
|
|
3001
|
-
margin-top: 16px;
|
|
3002
|
-
}
|
|
3003
|
-
.date-group-item[data-v-1e62eff8] {
|
|
3004
|
-
color: #81858c;
|
|
3005
|
-
font-size: 12px;
|
|
3006
|
-
user-select: none;
|
|
3007
|
-
margin-bottom: 2px;
|
|
3008
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
3009
|
-
}
|
|
3010
|
-
.menu-item[data-v-1e62eff8] {
|
|
3011
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3012
|
-
font-size: 16px;
|
|
3013
|
-
line-height: 50px;
|
|
3014
|
-
cursor: pointer;
|
|
3015
|
-
gap: 8px;
|
|
3016
|
-
border-radius: 8px;
|
|
3017
|
-
display: flex;
|
|
3018
|
-
align-items: center;
|
|
3019
|
-
}
|
|
3020
|
-
.active-item[data-v-1e62eff8] {
|
|
3021
|
-
background: #e2ebf5;
|
|
3022
|
-
color: var(--el-color-primary);
|
|
3023
|
-
}
|
|
3024
|
-
.history-item[data-v-1e62eff8] {
|
|
3025
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
3026
|
-
cursor: pointer;
|
|
3027
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3028
|
-
align-items: center; /* 垂直居中 */
|
|
3029
|
-
line-height: 40px;
|
|
3030
|
-
gap: 8px;
|
|
3031
|
-
border-radius: 8px;
|
|
3032
|
-
}
|
|
3033
|
-
.history-subject[data-v-1e62eff8] {
|
|
3034
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3035
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3036
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3037
|
-
white-space: nowrap; /* 不换行 */
|
|
3038
|
-
}
|
|
3039
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
3040
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3041
|
-
}
|
|
3042
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
3043
|
-
background-color: #f5f5f5;
|
|
3043
|
+
gap: 10px;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|