agilebuilder-ui 1.1.65-tmp4 → 1.1.65-tmp6
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/chat-embed/src/index.vue2.js +24 -24
- package/lib/style.css +680 -680
- package/package.json +4 -3
package/lib/style.css
CHANGED
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
@charset "UTF-8";.
|
|
1
|
+
@charset "UTF-8";.el-scrollbar[data-v-8aab68fc] {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
|
|
5
|
+
max-height: none !important;
|
|
6
|
+
overflow: initial !important;
|
|
7
|
+
}
|
|
8
|
+
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
.el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
|
|
12
|
+
content: " ";
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
right: 0;
|
|
17
|
+
height: 8px;
|
|
18
|
+
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
19
|
+
z-index: 2;
|
|
20
|
+
}
|
|
21
|
+
.el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
|
|
22
|
+
content: " ";
|
|
23
|
+
position: absolute;
|
|
24
|
+
bottom: 0;
|
|
25
|
+
left: 0;
|
|
26
|
+
right: 0;
|
|
27
|
+
height: 8px;
|
|
28
|
+
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
29
|
+
z-index: 2;
|
|
30
|
+
}
|
|
31
|
+
.el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
|
|
32
|
+
position: relative;
|
|
33
|
+
z-index: 1;
|
|
34
|
+
}.yx-affix[data-v-417c4495]:empty {
|
|
2
35
|
display: none;
|
|
3
36
|
}
|
|
4
37
|
.yx-affix .yx-affix-content[data-v-417c4495]:empty {
|
|
@@ -9,6 +42,23 @@
|
|
|
9
42
|
}
|
|
10
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
11
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;
|
|
12
62
|
}
|
|
13
63
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
14
64
|
width: 100%;
|
|
@@ -69,70 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
69
119
|
.default-page-tip-item {
|
|
70
120
|
padding-top: 10px;
|
|
71
121
|
}
|
|
72
|
-
.app-
|
|
73
|
-
position: relative;
|
|
74
|
-
height: 100%;
|
|
75
|
-
width: 100%;
|
|
76
|
-
}
|
|
77
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
78
|
-
position: fixed;
|
|
79
|
-
top: 0;
|
|
80
|
-
}
|
|
81
|
-
.drawer-bg[data-v-46185fa7] {
|
|
82
|
-
background: #000;
|
|
83
|
-
opacity: 0.3;
|
|
84
|
-
width: 100%;
|
|
85
|
-
top: 0;
|
|
86
|
-
height: 100%;
|
|
87
|
-
position: absolute;
|
|
88
|
-
z-index: 999;
|
|
89
|
-
}.el-scrollbar[data-v-8aab68fc] {
|
|
90
|
-
position: relative;
|
|
91
|
-
}
|
|
92
|
-
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
|
|
93
|
-
max-height: none !important;
|
|
94
|
-
overflow: initial !important;
|
|
95
|
-
}
|
|
96
|
-
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
97
|
-
display: none;
|
|
98
|
-
}
|
|
99
|
-
.el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
|
|
100
|
-
content: " ";
|
|
101
|
-
position: absolute;
|
|
102
|
-
top: 0;
|
|
103
|
-
left: 0;
|
|
104
|
-
right: 0;
|
|
105
|
-
height: 8px;
|
|
106
|
-
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
107
|
-
z-index: 2;
|
|
108
|
-
}
|
|
109
|
-
.el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
|
|
110
|
-
content: " ";
|
|
111
|
-
position: absolute;
|
|
112
|
-
bottom: 0;
|
|
113
|
-
left: 0;
|
|
114
|
-
right: 0;
|
|
115
|
-
height: 8px;
|
|
116
|
-
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
117
|
-
z-index: 2;
|
|
118
|
-
}
|
|
119
|
-
.el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
|
|
120
|
-
position: relative;
|
|
121
|
-
z-index: 1;
|
|
122
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
123
|
-
padding: 0;
|
|
124
|
-
display: flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
justify-content: end;
|
|
127
|
-
}
|
|
128
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
129
|
-
display: flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
justify-content: center;
|
|
132
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
133
|
-
font-size: 18px;
|
|
134
|
-
cursor: pointer;
|
|
135
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
122
|
+
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
136
123
|
display: inline-block;
|
|
137
124
|
font-size: 14px;
|
|
138
125
|
line-height: 50px;
|
|
@@ -292,30 +279,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
292
279
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
293
280
|
flex-wrap: wrap;
|
|
294
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
295
|
-
}.
|
|
282
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
+
padding: 0;
|
|
296
284
|
display: flex;
|
|
297
|
-
background-color: #fff;
|
|
298
|
-
justify-content: center;
|
|
299
285
|
align-items: center;
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
303
|
-
display: inline-block;
|
|
304
|
-
}
|
|
305
|
-
.searchResult[data-v-22410ec9] {
|
|
306
|
-
color: red;
|
|
286
|
+
justify-content: end;
|
|
307
287
|
}
|
|
308
|
-
.
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
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;
|
|
314
295
|
}
|
|
315
|
-
.inline-input-custom {
|
|
316
|
-
width: 90%;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
296
|
.red-circle[data-v-998f4283] {
|
|
320
297
|
width: 20px; /* 圆圈的宽度 */
|
|
321
298
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -331,8 +308,27 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
308
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
309
|
}
|
|
333
310
|
|
|
334
|
-
.
|
|
335
|
-
|
|
311
|
+
.searchResult {
|
|
312
|
+
color: red;
|
|
313
|
+
}
|
|
314
|
+
.inline-input-custom {
|
|
315
|
+
width: 90%;
|
|
316
|
+
}
|
|
317
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
318
|
+
display: flex;
|
|
319
|
+
background-color: #fff;
|
|
320
|
+
justify-content: center;
|
|
321
|
+
align-items: center;
|
|
322
|
+
cursor: pointer;
|
|
323
|
+
}
|
|
324
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
325
|
+
display: inline-block;
|
|
326
|
+
}
|
|
327
|
+
.searchResult[data-v-22410ec9] {
|
|
328
|
+
color: red;
|
|
329
|
+
}
|
|
330
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
331
|
+
width: 90%;
|
|
336
332
|
}
|
|
337
333
|
.nine-grid-area[data-v-80f6a26f] {
|
|
338
334
|
padding: 10px;
|
|
@@ -451,6 +447,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
451
447
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
448
|
display: inline-block;
|
|
453
449
|
}
|
|
450
|
+
.organization-input .el-input-group__append {
|
|
451
|
+
padding: 0 10px 0 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
454
|
.fs-preview-container[data-v-2448d898] {
|
|
455
455
|
display: flex;
|
|
456
456
|
align-items: center;
|
|
@@ -526,20 +526,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
526
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
527
|
padding: 5px 11px;
|
|
528
528
|
height: var(--el-button-size);
|
|
529
|
-
}iframe[data-v-e5fb3b56] {
|
|
530
|
-
width: 100%;
|
|
531
|
-
height: calc(100vh - 50px);
|
|
532
|
-
}.select[data-v-52983a24] {
|
|
533
|
-
width: 100%;
|
|
534
|
-
height: 100%;
|
|
535
|
-
display: grid;
|
|
536
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
537
|
-
align-items: center;
|
|
538
|
-
}
|
|
539
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
540
|
-
width: 100%;
|
|
541
|
-
height: 100%;
|
|
542
|
-
text-align: center;
|
|
543
529
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
544
530
|
width: 30px;
|
|
545
531
|
height: 30px;
|
|
@@ -569,6 +555,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
555
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
570
556
|
font-weight: 600;
|
|
571
557
|
margin-left: 4px;
|
|
558
|
+
}.select[data-v-52983a24] {
|
|
559
|
+
width: 100%;
|
|
560
|
+
height: 100%;
|
|
561
|
+
display: grid;
|
|
562
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
+
align-items: center;
|
|
564
|
+
}
|
|
565
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
566
|
+
width: 100%;
|
|
567
|
+
height: 100%;
|
|
568
|
+
text-align: center;
|
|
569
|
+
}iframe[data-v-e5fb3b56] {
|
|
570
|
+
width: 100%;
|
|
571
|
+
height: calc(100vh - 50px);
|
|
572
572
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
573
|
transform: translate(-50%, -50%);
|
|
574
574
|
position: absolute;
|
|
@@ -760,6 +760,69 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
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
|
+
}
|
|
800
|
+
.graphDiv[data-v-a936569d] {
|
|
801
|
+
overflow: auto;
|
|
802
|
+
height: 100%;
|
|
803
|
+
height: calc(100vh - 20px);
|
|
804
|
+
}
|
|
805
|
+
.super-icon[data-v-875fd31c] {
|
|
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;
|
|
763
826
|
}
|
|
764
827
|
.organization-tree,
|
|
765
828
|
.organization-tree .el-checkbox__label,
|
|
@@ -819,12 +882,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
819
882
|
color: #409eff;
|
|
820
883
|
}
|
|
821
884
|
|
|
822
|
-
.graphDiv[data-v-a936569d] {
|
|
823
|
-
overflow: auto;
|
|
824
|
-
height: 100%;
|
|
825
|
-
height: calc(100vh - 20px);
|
|
826
|
-
}
|
|
827
|
-
|
|
828
885
|
.organization-tree,
|
|
829
886
|
.organization-tree .el-checkbox__label,
|
|
830
887
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -882,47 +939,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
882
939
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
883
940
|
color: #409eff;
|
|
884
941
|
}
|
|
885
|
-
|
|
886
|
-
width: 800px;
|
|
887
|
-
max-width: 100%;
|
|
888
|
-
margin: 100px auto;
|
|
889
|
-
}
|
|
890
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
891
|
-
background: #008489;
|
|
892
|
-
color: #fff;
|
|
893
|
-
border: none !important;
|
|
894
|
-
}
|
|
895
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
896
|
-
margin: 0 auto;
|
|
897
|
-
display: block;
|
|
898
|
-
}
|
|
899
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
900
|
-
display: block;
|
|
901
|
-
margin: 0 auto;
|
|
902
|
-
width: 100%;
|
|
903
|
-
}
|
|
904
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
905
|
-
font-size: 60px;
|
|
906
|
-
font-weight: 700;
|
|
907
|
-
color: #484848;
|
|
908
|
-
}
|
|
909
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
910
|
-
font-size: 14px;
|
|
911
|
-
}
|
|
912
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
913
|
-
padding-bottom: 5px;
|
|
914
|
-
}
|
|
915
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
916
|
-
color: #008489;
|
|
917
|
-
text-decoration: none;
|
|
918
|
-
}
|
|
919
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
920
|
-
text-decoration: underline;
|
|
921
|
-
}.super-icon[data-v-875fd31c] {
|
|
922
|
-
width: 1em;
|
|
923
|
-
height: 1em;
|
|
924
|
-
font-size: 14px;
|
|
925
|
-
}
|
|
942
|
+
|
|
926
943
|
.organization-tree,
|
|
927
944
|
.organization-tree .el-checkbox__label,
|
|
928
945
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -982,36 +999,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
982
999
|
}
|
|
983
1000
|
.row-form-item[data-v-4b5a56cc] {
|
|
984
1001
|
width: 50%;
|
|
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
|
-
}.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
1005
|
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1016
1006
|
position: relative;
|
|
1017
1007
|
--el-menu-item-height: 45px;
|
|
@@ -1054,7 +1044,149 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1054
1044
|
}
|
|
1055
1045
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1056
1046
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1057
|
-
}
|
|
1047
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1048
|
+
position: relative;
|
|
1049
|
+
--el-menu-item-height: 45px;
|
|
1050
|
+
--el-menu-sub-item-height: 45px;
|
|
1051
|
+
}
|
|
1052
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1053
|
+
padding: 0 !important;
|
|
1054
|
+
}
|
|
1055
|
+
.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)) {
|
|
1056
|
+
display: flex;
|
|
1057
|
+
flex-direction: row;
|
|
1058
|
+
}
|
|
1059
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1060
|
+
display: flex;
|
|
1061
|
+
flex-direction: row;
|
|
1062
|
+
padding: 0 !important;
|
|
1063
|
+
}
|
|
1064
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1065
|
+
display: flex;
|
|
1066
|
+
align-items: center;
|
|
1067
|
+
justify-content: center;
|
|
1068
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1069
|
+
font-size: 16px;
|
|
1070
|
+
}
|
|
1071
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1072
|
+
width: 20px;
|
|
1073
|
+
}
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1075
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1076
|
+
overflow: hidden;
|
|
1077
|
+
white-space: nowrap;
|
|
1078
|
+
overflow: hidden;
|
|
1079
|
+
text-overflow: ellipsis;
|
|
1080
|
+
}
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1082
|
+
overflow: hidden;
|
|
1083
|
+
white-space: nowrap;
|
|
1084
|
+
overflow: hidden;
|
|
1085
|
+
text-overflow: ellipsis;
|
|
1086
|
+
}
|
|
1087
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1088
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1089
|
+
}.app-main[data-v-2d98e845] {
|
|
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 {
|
|
1058
1190
|
user-select: text !important;
|
|
1059
1191
|
-webkit-user-select: text !important;
|
|
1060
1192
|
-moz-user-select: text !important;
|
|
@@ -1273,97 +1405,30 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1273
1405
|
margin: 5px 0;
|
|
1274
1406
|
}
|
|
1275
1407
|
|
|
1276
|
-
.
|
|
1277
|
-
|
|
1278
|
-
align-items: center;
|
|
1279
|
-
width: 100%;
|
|
1280
|
-
gap: 8px;
|
|
1281
|
-
box-sizing: border-box;
|
|
1282
|
-
min-width: 0;
|
|
1408
|
+
.searchResult {
|
|
1409
|
+
color: red;
|
|
1283
1410
|
}
|
|
1284
|
-
.
|
|
1285
|
-
width: 100
|
|
1286
|
-
min-width: 0;
|
|
1411
|
+
.inline-input-custom {
|
|
1412
|
+
width: 100% !important;
|
|
1287
1413
|
}
|
|
1288
|
-
.
|
|
1289
|
-
|
|
1290
|
-
color: var(--el-text-color-secondary);
|
|
1291
|
-
white-space: nowrap;
|
|
1292
|
-
flex: 0 0 auto;
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1293
1416
|
}
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1417
|
+
|
|
1418
|
+
.searchResult {
|
|
1419
|
+
color: red;
|
|
1297
1420
|
}
|
|
1298
|
-
.
|
|
1299
|
-
|
|
1300
|
-
color: var(--el-color-primary);
|
|
1301
|
-
cursor: pointer;
|
|
1302
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1303
|
-
position: relative;
|
|
1304
|
-
--el-menu-item-height: 45px;
|
|
1305
|
-
--el-menu-sub-item-height: 45px;
|
|
1421
|
+
.inline-select-custom {
|
|
1422
|
+
width: 100px;
|
|
1306
1423
|
}
|
|
1307
|
-
.
|
|
1308
|
-
|
|
1424
|
+
.inline-input-custom {
|
|
1425
|
+
width: 98%;
|
|
1309
1426
|
}
|
|
1310
|
-
.
|
|
1311
|
-
|
|
1312
|
-
flex-direction: row;
|
|
1427
|
+
.searchDepartmentUser {
|
|
1428
|
+
width: 250px;
|
|
1313
1429
|
}
|
|
1314
|
-
.
|
|
1315
|
-
|
|
1316
|
-
flex-direction: row;
|
|
1317
|
-
padding: 0 !important;
|
|
1318
|
-
}
|
|
1319
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1320
|
-
display: flex;
|
|
1321
|
-
align-items: center;
|
|
1322
|
-
justify-content: center;
|
|
1323
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1324
|
-
font-size: 16px;
|
|
1325
|
-
}
|
|
1326
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1327
|
-
width: 20px;
|
|
1328
|
-
}
|
|
1329
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1330
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1331
|
-
overflow: hidden;
|
|
1332
|
-
white-space: nowrap;
|
|
1333
|
-
overflow: hidden;
|
|
1334
|
-
text-overflow: ellipsis;
|
|
1335
|
-
}
|
|
1336
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1337
|
-
overflow: hidden;
|
|
1338
|
-
white-space: nowrap;
|
|
1339
|
-
overflow: hidden;
|
|
1340
|
-
text-overflow: ellipsis;
|
|
1341
|
-
}
|
|
1342
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1343
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1344
|
-
}
|
|
1345
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
-
margin-bottom: 0px;
|
|
1347
|
-
}
|
|
1348
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
-
margin-bottom: 5px;
|
|
1350
|
-
text-align: center;
|
|
1351
|
-
}
|
|
1352
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
-
width: 100%;
|
|
1355
|
-
}
|
|
1356
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
-
display: none;
|
|
1358
|
-
}
|
|
1359
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1360
|
-
padding-bottom: 10px;
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 37px;
|
|
1363
|
-
background-color: #ffffff;
|
|
1364
|
-
width: 46%;
|
|
1365
|
-
height: 40px;
|
|
1366
|
-
z-index: 1500;
|
|
1430
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1431
|
+
min-width: 300px;
|
|
1367
1432
|
}
|
|
1368
1433
|
|
|
1369
1434
|
.searchResult {
|
|
@@ -1381,60 +1446,25 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1381
1446
|
.el-autocomplete-suggestion.el-popper {
|
|
1382
1447
|
min-width: 300px;
|
|
1383
1448
|
}
|
|
1384
|
-
|
|
1385
|
-
color: #333;
|
|
1386
|
-
}
|
|
1387
|
-
.context-menu[data-v-040fcf55] {
|
|
1388
|
-
position: fixed;
|
|
1389
|
-
background: #fff;
|
|
1390
|
-
z-index: 999;
|
|
1391
|
-
padding: 5px;
|
|
1392
|
-
margin: 0;
|
|
1393
|
-
margin-top: 30px;
|
|
1394
|
-
}
|
|
1395
|
-
.context-menu li[data-v-040fcf55] {
|
|
1396
|
-
min-width: 75px;
|
|
1397
|
-
height: 28px;
|
|
1398
|
-
line-height: 28px;
|
|
1399
|
-
text-align: left;
|
|
1400
|
-
color: #1a1a1a;
|
|
1401
|
-
}
|
|
1402
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1403
|
-
background: #42b983;
|
|
1404
|
-
color: #fff;
|
|
1405
|
-
}
|
|
1406
|
-
.context-menu[data-v-040fcf55] {
|
|
1407
|
-
border: 1px solid #eee;
|
|
1408
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1409
|
-
border-radius: 5px;
|
|
1410
|
-
}
|
|
1411
|
-
li[data-v-040fcf55] {
|
|
1412
|
-
list-style-type: none;
|
|
1413
|
-
}
|
|
1449
|
+
|
|
1414
1450
|
.searchResult {
|
|
1415
|
-
|
|
1451
|
+
color: red;
|
|
1416
1452
|
}
|
|
1417
1453
|
.inline-select-custom {
|
|
1418
|
-
|
|
1454
|
+
width: 100px;
|
|
1419
1455
|
}
|
|
1420
1456
|
.inline-input-custom {
|
|
1421
|
-
|
|
1422
|
-
}
|
|
1423
|
-
.searchDepartmentUser {
|
|
1424
|
-
width: 250px;
|
|
1425
|
-
}
|
|
1426
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1427
|
-
min-width: 300px;
|
|
1457
|
+
width: 98%;
|
|
1428
1458
|
}
|
|
1429
1459
|
|
|
1430
1460
|
.searchResult {
|
|
1431
|
-
|
|
1461
|
+
color: red;
|
|
1432
1462
|
}
|
|
1433
|
-
.inline-
|
|
1434
|
-
|
|
1463
|
+
.inline-select-custom {
|
|
1464
|
+
width: 100px;
|
|
1435
1465
|
}
|
|
1436
|
-
.
|
|
1437
|
-
|
|
1466
|
+
.inline-input-custom {
|
|
1467
|
+
width: 98%;
|
|
1438
1468
|
}
|
|
1439
1469
|
|
|
1440
1470
|
.searchResult {
|
|
@@ -1447,34 +1477,19 @@ li[data-v-040fcf55] {
|
|
|
1447
1477
|
width: 98%;
|
|
1448
1478
|
}
|
|
1449
1479
|
|
|
1450
|
-
.
|
|
1451
|
-
|
|
1452
|
-
}
|
|
1453
|
-
.inline-input-custom {
|
|
1454
|
-
width: 100% !important;
|
|
1455
|
-
}
|
|
1456
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1457
|
-
min-width: 300px;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.searchResult {
|
|
1461
|
-
color: red;
|
|
1462
|
-
}
|
|
1463
|
-
.inline-select-custom {
|
|
1464
|
-
width: 100px;
|
|
1480
|
+
.grid-search-form[data-v-04817310] {
|
|
1481
|
+
overflow: auto;
|
|
1465
1482
|
}
|
|
1466
|
-
.
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1483
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
|
+
margin-bottom: 0px;
|
|
1472
1485
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1486
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1487
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1488
|
+
/* 可选:间距更美观 */
|
|
1475
1489
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1490
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1491
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1492
|
+
width: 100%;
|
|
1478
1493
|
}
|
|
1479
1494
|
|
|
1480
1495
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1529,21 +1544,6 @@ li[data-v-040fcf55] {
|
|
|
1529
1544
|
color:#409EFF
|
|
1530
1545
|
}
|
|
1531
1546
|
|
|
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
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
1548
|
width: 100%;
|
|
1549
1549
|
height: calc(100vh - 48px);
|
|
@@ -1605,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1609
1612
|
background-color: #eee;
|
|
1610
1613
|
width: 100%;
|
|
1611
1614
|
border: 1px solid #ccc;
|
|
@@ -1624,9 +1627,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1624
1627
|
}
|
|
1625
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1626
1629
|
margin: 0 5px;
|
|
1627
|
-
}[data-v-455b2ba2] .super-icon {
|
|
1628
|
-
width: 20px !important;
|
|
1629
|
-
height: 20px !important;
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
@@ -1677,43 +1677,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1677
|
}
|
|
1678
1678
|
.normal-column-content-view[data-v-1e660925] {
|
|
1679
1679
|
display: inline;
|
|
1680
|
-
}.grid-search-form
|
|
1681
|
-
|
|
1682
|
-
}
|
|
1683
|
-
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1684
|
-
margin-bottom: 5px;
|
|
1680
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
+
margin-bottom: 0px;
|
|
1685
1682
|
}
|
|
1686
|
-
.grid-search-form
|
|
1683
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1687
1684
|
overflow: hidden;
|
|
1688
1685
|
text-overflow: ellipsis;
|
|
1689
1686
|
white-space: nowrap;
|
|
1690
1687
|
word-break: keep-all;
|
|
1691
1688
|
}
|
|
1692
|
-
.grid-search-form
|
|
1689
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1693
1690
|
margin-bottom: 5px;
|
|
1694
1691
|
text-align: center;
|
|
1695
1692
|
}
|
|
1696
|
-
.grid-search-form
|
|
1693
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1697
1694
|
width: 100%;
|
|
1698
1695
|
}
|
|
1699
|
-
.grid-search-form
|
|
1696
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1700
1697
|
width: 100%;
|
|
1701
1698
|
}
|
|
1702
|
-
.grid-search-form
|
|
1699
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1703
1700
|
padding-right: 24px;
|
|
1704
1701
|
}
|
|
1705
|
-
.grid-search-form
|
|
1702
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1706
1703
|
padding-left: 10px;
|
|
1707
1704
|
padding-bottom: 16px;
|
|
1708
1705
|
}
|
|
1709
|
-
.search-btn-mobile[data-v-832e8a9d] {
|
|
1710
|
-
padding-top: 10px;
|
|
1711
|
-
position: fixed;
|
|
1712
|
-
bottom: 0;
|
|
1713
|
-
background-color: #ffffff;
|
|
1714
|
-
width: 50%;
|
|
1715
|
-
height: 40px;
|
|
1716
|
-
}
|
|
1717
1706
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1718
1707
|
margin-bottom: 0px;
|
|
1719
1708
|
}
|
|
@@ -1725,32 +1714,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1725
1714
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1726
1715
|
width: 100%;
|
|
1727
1716
|
}
|
|
1728
|
-
.grid-search-form[data-v-
|
|
1729
|
-
|
|
1717
|
+
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
|
+
overflow: auto;
|
|
1730
1719
|
}
|
|
1731
|
-
.grid-search-form[data-v-
|
|
1720
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1721
|
+
margin-bottom: 5px;
|
|
1722
|
+
}
|
|
1723
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
|
|
1732
1724
|
overflow: hidden;
|
|
1733
1725
|
text-overflow: ellipsis;
|
|
1734
1726
|
white-space: nowrap;
|
|
1735
1727
|
word-break: keep-all;
|
|
1736
1728
|
}
|
|
1737
|
-
.grid-search-form[data-v-
|
|
1729
|
+
.grid-search-form-mobile[data-v-832e8a9d] .search-btn {
|
|
1738
1730
|
margin-bottom: 5px;
|
|
1739
1731
|
text-align: center;
|
|
1740
1732
|
}
|
|
1741
|
-
.grid-search-form[data-v-
|
|
1733
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-select {
|
|
1742
1734
|
width: 100%;
|
|
1743
1735
|
}
|
|
1744
|
-
.grid-search-form[data-v-
|
|
1736
|
+
.grid-search-form-mobile[data-v-832e8a9d] .customComponent {
|
|
1745
1737
|
width: 100%;
|
|
1746
1738
|
}
|
|
1747
|
-
.grid-search-form[data-v-
|
|
1739
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-row {
|
|
1748
1740
|
padding-right: 24px;
|
|
1749
1741
|
}
|
|
1750
|
-
.grid-search-form[data-v-
|
|
1742
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-col {
|
|
1751
1743
|
padding-left: 10px;
|
|
1752
1744
|
padding-bottom: 16px;
|
|
1753
1745
|
}
|
|
1746
|
+
.search-btn-mobile[data-v-832e8a9d] {
|
|
1747
|
+
padding-top: 10px;
|
|
1748
|
+
position: fixed;
|
|
1749
|
+
bottom: 0;
|
|
1750
|
+
background-color: #ffffff;
|
|
1751
|
+
width: 50%;
|
|
1752
|
+
height: 40px;
|
|
1753
|
+
}
|
|
1754
1754
|
.searchResult {
|
|
1755
1755
|
color: red;
|
|
1756
1756
|
}
|
|
@@ -1806,7 +1806,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1810
|
+
margin-right: 5px;
|
|
1811
|
+
}
|
|
1812
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
|
+
margin-left: 5px;
|
|
1814
|
+
}
|
|
1815
|
+
.svg-icon[data-v-019891df] {
|
|
1816
|
+
width: 1.2em;
|
|
1817
|
+
height: 1.2em;
|
|
1818
|
+
vertical-align: -0.25em;
|
|
1819
|
+
fill: currentColor;
|
|
1820
|
+
overflow: initial;
|
|
1821
|
+
}
|
|
1822
|
+
[data-v-90635647] .el-range-separator {
|
|
1823
|
+
min-width: 20px;
|
|
1824
|
+
}
|
|
1825
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
1826
|
+
display: flex;
|
|
1827
|
+
align-items: center;
|
|
1828
|
+
justify-content: space-between;
|
|
1829
|
+
gap: 10px;
|
|
1830
|
+
width: 100%;
|
|
1831
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1832
|
+
font-size: 10px;
|
|
1833
|
+
color: #999;
|
|
1834
|
+
margin-top: 3px;
|
|
1835
|
+
flex-shrink: 0;
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
.footer-container[data-v-ffbde6f9] {
|
|
1839
|
+
display: flex;
|
|
1840
|
+
gap: 8px;
|
|
1841
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1842
|
+
margin-left: 0;
|
|
1809
1843
|
}
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1810
1846
|
.additional-data-tag[data-v-7aaab83c] {
|
|
1811
1847
|
display: flex;
|
|
1812
1848
|
align-items: center;
|
|
@@ -1822,25 +1858,50 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1822
1858
|
margin-top: 10px;
|
|
1823
1859
|
gap: 10px;
|
|
1824
1860
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
-
|
|
1829
|
-
|
|
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;
|
|
1830
1868
|
}
|
|
1831
|
-
.
|
|
1832
|
-
|
|
1869
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
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] {
|
|
1881
|
+
width: 100%;
|
|
1882
|
+
height: 100%;
|
|
1883
|
+
border: none;
|
|
1884
|
+
opacity: 1;
|
|
1885
|
+
}
|
|
1886
|
+
[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 {
|
|
1887
|
+
user-select: text !important;
|
|
1888
|
+
-webkit-user-select: text !important;
|
|
1889
|
+
-moz-user-select: text !important;
|
|
1890
|
+
-ms-user-select: text !important;
|
|
1891
|
+
}
|
|
1892
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1893
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1833
1894
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1834
1895
|
}
|
|
1835
|
-
.slide-up-enter-from[data-v-
|
|
1836
|
-
.slide-up-leave-to[data-v-
|
|
1896
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1897
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1837
1898
|
transform: translateY(100%);
|
|
1838
1899
|
}
|
|
1839
1900
|
|
|
1840
1901
|
/**
|
|
1841
1902
|
* 聊天窗口的样式设置
|
|
1842
1903
|
*/
|
|
1843
|
-
.chat-container[data-v-
|
|
1904
|
+
.chat-container[data-v-0b0c189e] {
|
|
1844
1905
|
--header-height: 56px;
|
|
1845
1906
|
--chat-padding: 12px;
|
|
1846
1907
|
--bubble-content-max-width: 0px;
|
|
@@ -1852,25 +1913,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1852
1913
|
flex-direction: row; /* 横向排列 */
|
|
1853
1914
|
height: 100%; /* 父容器高度 */
|
|
1854
1915
|
}
|
|
1855
|
-
.small-window[data-v-
|
|
1916
|
+
.small-window[data-v-0b0c189e] {
|
|
1856
1917
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1857
1918
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1858
1919
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1859
1920
|
border-radius: 8px;
|
|
1860
1921
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1861
1922
|
}
|
|
1862
|
-
.full-screen[data-v-
|
|
1923
|
+
.full-screen[data-v-0b0c189e] {
|
|
1863
1924
|
right: 0;
|
|
1864
1925
|
bottom: 0;
|
|
1865
1926
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1866
1927
|
}
|
|
1867
|
-
.chat-container > *[data-v-
|
|
1928
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1868
1929
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1869
1930
|
}
|
|
1870
1931
|
|
|
1871
1932
|
/* 聊天窗口的头部样式设置
|
|
1872
1933
|
*/
|
|
1873
|
-
.chat-embed__header_container[data-v-
|
|
1934
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1874
1935
|
/* border-bottom: 1px solid #ddd; */
|
|
1875
1936
|
display: flex;
|
|
1876
1937
|
align-items: center;
|
|
@@ -1880,7 +1941,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1880
1941
|
overflow: hidden;
|
|
1881
1942
|
position: relative;
|
|
1882
1943
|
}
|
|
1883
|
-
.session-subject[data-v-
|
|
1944
|
+
.session-subject[data-v-0b0c189e] {
|
|
1884
1945
|
display: block;
|
|
1885
1946
|
margin: 0 auto;
|
|
1886
1947
|
text-align: center;
|
|
@@ -1895,17 +1956,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1895
1956
|
|
|
1896
1957
|
/* 聊天窗口的头部图标样式设置
|
|
1897
1958
|
*/
|
|
1898
|
-
.chat-embed__header_avatar[data-v-
|
|
1959
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1899
1960
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1900
1961
|
margin-right: var(--chat-padding);
|
|
1901
1962
|
}
|
|
1902
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1963
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1903
1964
|
right: 20px;
|
|
1904
1965
|
position: absolute;
|
|
1905
1966
|
gap: 28px;
|
|
1906
1967
|
display: flex;
|
|
1907
1968
|
}
|
|
1908
|
-
.chat-embed__sidebar[data-v-
|
|
1969
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1909
1970
|
background: #f6f7fa;
|
|
1910
1971
|
display: flex;
|
|
1911
1972
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1914,7 +1975,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1914
1975
|
width: 260px;
|
|
1915
1976
|
height: 100%;
|
|
1916
1977
|
}
|
|
1917
|
-
.chat-embed__main[data-v-
|
|
1978
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1918
1979
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1919
1980
|
box-sizing: border-box;
|
|
1920
1981
|
overflow: hidden;
|
|
@@ -1925,7 +1986,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1925
1986
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1926
1987
|
overflow: hidden; /* 防止内容溢出 */
|
|
1927
1988
|
}
|
|
1928
|
-
.chat-embed__main_content[data-v-
|
|
1989
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1929
1990
|
flex: 1;
|
|
1930
1991
|
box-sizing: border-box;
|
|
1931
1992
|
min-height: 0;
|
|
@@ -1933,21 +1994,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1933
1994
|
/* overflow-y: auto;
|
|
1934
1995
|
margin-bottom: 12px; */
|
|
1935
1996
|
}
|
|
1936
|
-
.chat-embed__input_container[data-v-
|
|
1997
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1937
1998
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1938
1999
|
/* margin-bottom: 50px; 距离底部 */
|
|
1939
2000
|
}
|
|
1940
|
-
.header-icon[data-v-
|
|
2001
|
+
.header-icon[data-v-0b0c189e] {
|
|
1941
2002
|
cursor: pointer;
|
|
1942
2003
|
font-size: 20px;
|
|
1943
2004
|
}
|
|
1944
2005
|
|
|
1945
2006
|
/* 聊天默认推荐内容样式
|
|
1946
2007
|
*/
|
|
1947
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2008
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1948
2009
|
margin-top: 5px;
|
|
1949
2010
|
}
|
|
1950
|
-
.content-container[data-v-
|
|
2011
|
+
.content-container[data-v-0b0c189e] {
|
|
1951
2012
|
padding: 16px;
|
|
1952
2013
|
border-radius: 4px;
|
|
1953
2014
|
background: #ffffff;
|
|
@@ -1955,7 +2016,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1955
2016
|
border-radius: 0px 30px 30px 30px;
|
|
1956
2017
|
/* opacity: 0.6; */
|
|
1957
2018
|
}
|
|
1958
|
-
.chat-content-font[data-v-
|
|
2019
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
1959
2020
|
font-family: PingFang SC, PingFang SC;
|
|
1960
2021
|
font-weight: 500;
|
|
1961
2022
|
font-size: 16px;
|
|
@@ -1965,10 +2026,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1965
2026
|
font-style: normal;
|
|
1966
2027
|
text-transform: none;
|
|
1967
2028
|
}
|
|
1968
|
-
[data-v-
|
|
2029
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1969
2030
|
border: none !important;
|
|
1970
2031
|
}
|
|
1971
|
-
.content-container-header[data-v-
|
|
2032
|
+
.content-container-header[data-v-0b0c189e] {
|
|
1972
2033
|
font-size: 12px;
|
|
1973
2034
|
color: #909399;
|
|
1974
2035
|
}
|
|
@@ -1976,28 +2037,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1976
2037
|
/**
|
|
1977
2038
|
// 用户消息
|
|
1978
2039
|
*/
|
|
1979
|
-
.content-borderless-container[data-v-
|
|
2040
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
1980
2041
|
background: #e1ecfd;
|
|
1981
2042
|
border-radius: 20px 0px 20px 20px;
|
|
1982
2043
|
user-select: none;
|
|
1983
2044
|
padding: 12px;
|
|
1984
2045
|
cursor: pointer;
|
|
1985
2046
|
transition: background-color 0.3s;
|
|
1986
|
-
&[data-v-
|
|
2047
|
+
&[data-v-0b0c189e]:hover {
|
|
1987
2048
|
background-color: #ebeef5;
|
|
1988
2049
|
}
|
|
1989
2050
|
}
|
|
1990
|
-
.footer-container[data-v-
|
|
1991
|
-
[data-v-
|
|
2051
|
+
.footer-container[data-v-0b0c189e] {
|
|
2052
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
1992
2053
|
margin-left: 8px;
|
|
1993
2054
|
}
|
|
1994
2055
|
}
|
|
1995
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2056
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
1996
2057
|
padding: 0;
|
|
1997
2058
|
}
|
|
1998
2059
|
|
|
1999
2060
|
/* 引用文件样式 */
|
|
2000
|
-
.doc-agg-item[data-v-
|
|
2061
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2001
2062
|
width: 100%;
|
|
2002
2063
|
padding: 10px;
|
|
2003
2064
|
margin-bottom: 5px;
|
|
@@ -2007,49 +2068,125 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2007
2068
|
font-size: 12px;
|
|
2008
2069
|
color: var(--el-color-primary);
|
|
2009
2070
|
}
|
|
2010
|
-
.elx-xmarkdown-container[data-v-
|
|
2071
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2011
2072
|
padding: 0;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2015
|
-
display: flex;
|
|
2016
|
-
align-items: center;
|
|
2017
|
-
justify-content: space-between;
|
|
2018
|
-
gap: 10px;
|
|
2019
|
-
width: 100%;
|
|
2020
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2021
|
-
font-size: 10px;
|
|
2022
|
-
color: #999;
|
|
2023
|
-
margin-top: 3px;
|
|
2024
|
-
flex-shrink: 0;
|
|
2025
2073
|
}
|
|
2074
|
+
h4[data-v-0b0c189e] {
|
|
2075
|
+
font-size: 16px;
|
|
2076
|
+
margin-top: 0px;
|
|
2077
|
+
margin-bottom: 0px;
|
|
2026
2078
|
}
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
[data-v-
|
|
2031
|
-
|
|
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;
|
|
2032
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;
|
|
2033
2163
|
}
|
|
2034
|
-
|
|
2164
|
+
|
|
2165
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2166
|
+
width: 100%;
|
|
2167
|
+
height: 100%;
|
|
2168
|
+
border: none;
|
|
2169
|
+
opacity: 1;
|
|
2170
|
+
}
|
|
2171
|
+
[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 {
|
|
2035
2172
|
user-select: text !important;
|
|
2036
2173
|
-webkit-user-select: text !important;
|
|
2037
2174
|
-moz-user-select: text !important;
|
|
2038
2175
|
-ms-user-select: text !important;
|
|
2039
2176
|
}
|
|
2040
|
-
.slide-up-enter-active[data-v-
|
|
2041
|
-
.slide-up-leave-active[data-v-
|
|
2177
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2178
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2042
2179
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2043
2180
|
}
|
|
2044
|
-
.slide-up-enter-from[data-v-
|
|
2045
|
-
.slide-up-leave-to[data-v-
|
|
2181
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2182
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2046
2183
|
transform: translateY(100%);
|
|
2047
2184
|
}
|
|
2048
2185
|
|
|
2049
2186
|
/**
|
|
2050
2187
|
* 聊天窗口的样式设置
|
|
2051
2188
|
*/
|
|
2052
|
-
.chat-container[data-v-
|
|
2189
|
+
.chat-container[data-v-45fbaf17] {
|
|
2053
2190
|
--header-height: 56px;
|
|
2054
2191
|
--chat-padding: 12px;
|
|
2055
2192
|
--bubble-content-max-width: 0px;
|
|
@@ -2061,25 +2198,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2061
2198
|
flex-direction: row; /* 横向排列 */
|
|
2062
2199
|
height: 100%; /* 父容器高度 */
|
|
2063
2200
|
}
|
|
2064
|
-
.small-window[data-v-
|
|
2201
|
+
.small-window[data-v-45fbaf17] {
|
|
2065
2202
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2066
2203
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2067
2204
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2068
2205
|
border-radius: 8px;
|
|
2069
2206
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2070
2207
|
}
|
|
2071
|
-
.full-screen[data-v-
|
|
2208
|
+
.full-screen[data-v-45fbaf17] {
|
|
2072
2209
|
right: 0;
|
|
2073
2210
|
bottom: 0;
|
|
2074
2211
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2075
2212
|
}
|
|
2076
|
-
.chat-container > *[data-v-
|
|
2213
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2077
2214
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2078
2215
|
}
|
|
2079
2216
|
|
|
2080
2217
|
/* 聊天窗口的头部样式设置
|
|
2081
2218
|
*/
|
|
2082
|
-
.chat-embed__header_container[data-v-
|
|
2219
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2083
2220
|
/* border-bottom: 1px solid #ddd; */
|
|
2084
2221
|
display: flex;
|
|
2085
2222
|
align-items: center;
|
|
@@ -2089,7 +2226,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2089
2226
|
overflow: hidden;
|
|
2090
2227
|
position: relative;
|
|
2091
2228
|
}
|
|
2092
|
-
.session-subject[data-v-
|
|
2229
|
+
.session-subject[data-v-45fbaf17] {
|
|
2093
2230
|
display: block;
|
|
2094
2231
|
margin: 0 auto;
|
|
2095
2232
|
text-align: center;
|
|
@@ -2104,17 +2241,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2104
2241
|
|
|
2105
2242
|
/* 聊天窗口的头部图标样式设置
|
|
2106
2243
|
*/
|
|
2107
|
-
.chat-embed__header_avatar[data-v-
|
|
2244
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2108
2245
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2109
2246
|
margin-right: var(--chat-padding);
|
|
2110
2247
|
}
|
|
2111
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2248
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2112
2249
|
right: 20px;
|
|
2113
2250
|
position: absolute;
|
|
2114
2251
|
gap: 28px;
|
|
2115
2252
|
display: flex;
|
|
2116
2253
|
}
|
|
2117
|
-
.chat-embed__sidebar[data-v-
|
|
2254
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2118
2255
|
background: #f6f7fa;
|
|
2119
2256
|
display: flex;
|
|
2120
2257
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2123,7 +2260,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2123
2260
|
width: 260px;
|
|
2124
2261
|
height: 100%;
|
|
2125
2262
|
}
|
|
2126
|
-
.chat-embed__main[data-v-
|
|
2263
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2127
2264
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2128
2265
|
box-sizing: border-box;
|
|
2129
2266
|
overflow: hidden;
|
|
@@ -2134,7 +2271,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2134
2271
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2135
2272
|
overflow: hidden; /* 防止内容溢出 */
|
|
2136
2273
|
}
|
|
2137
|
-
.chat-embed__main_content[data-v-
|
|
2274
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2138
2275
|
flex: 1;
|
|
2139
2276
|
box-sizing: border-box;
|
|
2140
2277
|
min-height: 0;
|
|
@@ -2142,21 +2279,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2142
2279
|
/* overflow-y: auto;
|
|
2143
2280
|
margin-bottom: 12px; */
|
|
2144
2281
|
}
|
|
2145
|
-
.chat-embed__input_container[data-v-
|
|
2282
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2146
2283
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2147
2284
|
/* margin-bottom: 50px; 距离底部 */
|
|
2148
2285
|
}
|
|
2149
|
-
.header-icon[data-v-
|
|
2286
|
+
.header-icon[data-v-45fbaf17] {
|
|
2150
2287
|
cursor: pointer;
|
|
2151
2288
|
font-size: 20px;
|
|
2152
2289
|
}
|
|
2153
2290
|
|
|
2154
2291
|
/* 聊天默认推荐内容样式
|
|
2155
2292
|
*/
|
|
2156
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2293
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2157
2294
|
margin-top: 5px;
|
|
2158
2295
|
}
|
|
2159
|
-
.content-container[data-v-
|
|
2296
|
+
.content-container[data-v-45fbaf17] {
|
|
2160
2297
|
padding: 16px;
|
|
2161
2298
|
border-radius: 4px;
|
|
2162
2299
|
background: #ffffff;
|
|
@@ -2164,7 +2301,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2164
2301
|
border-radius: 0px 30px 30px 30px;
|
|
2165
2302
|
/* opacity: 0.6; */
|
|
2166
2303
|
}
|
|
2167
|
-
.chat-content-font[data-v-
|
|
2304
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2168
2305
|
font-family: PingFang SC, PingFang SC;
|
|
2169
2306
|
font-weight: 500;
|
|
2170
2307
|
font-size: 16px;
|
|
@@ -2174,10 +2311,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2174
2311
|
font-style: normal;
|
|
2175
2312
|
text-transform: none;
|
|
2176
2313
|
}
|
|
2177
|
-
[data-v-
|
|
2314
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2178
2315
|
border: none !important;
|
|
2179
2316
|
}
|
|
2180
|
-
.content-container-header[data-v-
|
|
2317
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2181
2318
|
font-size: 12px;
|
|
2182
2319
|
color: #909399;
|
|
2183
2320
|
}
|
|
@@ -2185,28 +2322,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2185
2322
|
/**
|
|
2186
2323
|
// 用户消息
|
|
2187
2324
|
*/
|
|
2188
|
-
.content-borderless-container[data-v-
|
|
2325
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2189
2326
|
background: #e1ecfd;
|
|
2190
2327
|
border-radius: 20px 0px 20px 20px;
|
|
2191
2328
|
user-select: none;
|
|
2192
2329
|
padding: 12px;
|
|
2193
2330
|
cursor: pointer;
|
|
2194
2331
|
transition: background-color 0.3s;
|
|
2195
|
-
&[data-v-
|
|
2332
|
+
&[data-v-45fbaf17]:hover {
|
|
2196
2333
|
background-color: #ebeef5;
|
|
2197
2334
|
}
|
|
2198
2335
|
}
|
|
2199
|
-
.footer-container[data-v-
|
|
2200
|
-
[data-v-
|
|
2336
|
+
.footer-container[data-v-45fbaf17] {
|
|
2337
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2201
2338
|
margin-left: 8px;
|
|
2202
2339
|
}
|
|
2203
2340
|
}
|
|
2204
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2341
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2205
2342
|
padding: 0;
|
|
2206
2343
|
}
|
|
2207
2344
|
|
|
2208
2345
|
/* 引用文件样式 */
|
|
2209
|
-
.doc-agg-item[data-v-
|
|
2346
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2210
2347
|
width: 100%;
|
|
2211
2348
|
padding: 10px;
|
|
2212
2349
|
margin-bottom: 5px;
|
|
@@ -2216,28 +2353,49 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2216
2353
|
font-size: 12px;
|
|
2217
2354
|
color: var(--el-color-primary);
|
|
2218
2355
|
}
|
|
2219
|
-
.elx-xmarkdown-container[data-v-
|
|
2356
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2220
2357
|
padding: 0;
|
|
2221
2358
|
}
|
|
2222
|
-
|
|
2359
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
2360
|
+
font-size: 12px;
|
|
2361
|
+
}
|
|
2362
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2363
|
+
border: 1px solid #dcdfe6;
|
|
2364
|
+
padding: 4px 8px;
|
|
2365
|
+
background-clip: padding-box;
|
|
2366
|
+
overflow: hidden;
|
|
2367
|
+
display: inline-flex;
|
|
2368
|
+
align-items: center;
|
|
2369
|
+
}
|
|
2370
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2371
|
+
margin-right: 18px;
|
|
2372
|
+
max-width: 160px;
|
|
2373
|
+
overflow: hidden;
|
|
2374
|
+
text-overflow: ellipsis;
|
|
2375
|
+
white-space: nowrap;
|
|
2376
|
+
}
|
|
2377
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2378
|
+
font-weight: 600;
|
|
2379
|
+
margin-left: 4px;
|
|
2380
|
+
}[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 {
|
|
2223
2381
|
user-select: text !important;
|
|
2224
2382
|
-webkit-user-select: text !important;
|
|
2225
2383
|
-moz-user-select: text !important;
|
|
2226
2384
|
-ms-user-select: text !important;
|
|
2227
2385
|
}
|
|
2228
|
-
.slide-up-enter-active[data-v-
|
|
2229
|
-
.slide-up-leave-active[data-v-
|
|
2386
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2387
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2230
2388
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2231
2389
|
}
|
|
2232
|
-
.slide-up-enter-from[data-v-
|
|
2233
|
-
.slide-up-leave-to[data-v-
|
|
2390
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2391
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2234
2392
|
transform: translateY(100%);
|
|
2235
2393
|
}
|
|
2236
2394
|
|
|
2237
2395
|
/**
|
|
2238
2396
|
* 聊天窗口的样式设置
|
|
2239
2397
|
*/
|
|
2240
|
-
.chat-container[data-v-
|
|
2398
|
+
.chat-container[data-v-e9aa835d] {
|
|
2241
2399
|
--header-height: 56px;
|
|
2242
2400
|
--chat-padding: 12px;
|
|
2243
2401
|
--bubble-content-max-width: 0px;
|
|
@@ -2249,25 +2407,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2249
2407
|
flex-direction: row; /* 横向排列 */
|
|
2250
2408
|
height: 100%; /* 父容器高度 */
|
|
2251
2409
|
}
|
|
2252
|
-
.small-window[data-v-
|
|
2410
|
+
.small-window[data-v-e9aa835d] {
|
|
2253
2411
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2254
2412
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2255
2413
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2256
2414
|
border-radius: 8px;
|
|
2257
2415
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2258
2416
|
}
|
|
2259
|
-
.full-screen[data-v-
|
|
2417
|
+
.full-screen[data-v-e9aa835d] {
|
|
2260
2418
|
right: 0;
|
|
2261
2419
|
bottom: 0;
|
|
2262
2420
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2263
2421
|
}
|
|
2264
|
-
.chat-container > *[data-v-
|
|
2422
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2265
2423
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2266
2424
|
}
|
|
2267
2425
|
|
|
2268
2426
|
/* 聊天窗口的头部样式设置
|
|
2269
2427
|
*/
|
|
2270
|
-
.chat-embed__header_container[data-v-
|
|
2428
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2271
2429
|
/* border-bottom: 1px solid #ddd; */
|
|
2272
2430
|
display: flex;
|
|
2273
2431
|
align-items: center;
|
|
@@ -2277,7 +2435,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2277
2435
|
overflow: hidden;
|
|
2278
2436
|
position: relative;
|
|
2279
2437
|
}
|
|
2280
|
-
.session-subject[data-v-
|
|
2438
|
+
.session-subject[data-v-e9aa835d] {
|
|
2281
2439
|
display: block;
|
|
2282
2440
|
margin: 0 auto;
|
|
2283
2441
|
text-align: center;
|
|
@@ -2292,17 +2450,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2292
2450
|
|
|
2293
2451
|
/* 聊天窗口的头部图标样式设置
|
|
2294
2452
|
*/
|
|
2295
|
-
.chat-embed__header_avatar[data-v-
|
|
2453
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2296
2454
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2297
2455
|
margin-right: var(--chat-padding);
|
|
2298
2456
|
}
|
|
2299
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2457
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2300
2458
|
right: 20px;
|
|
2301
2459
|
position: absolute;
|
|
2302
2460
|
gap: 28px;
|
|
2303
2461
|
display: flex;
|
|
2304
2462
|
}
|
|
2305
|
-
.chat-embed__sidebar[data-v-
|
|
2463
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2306
2464
|
background: #f6f7fa;
|
|
2307
2465
|
display: flex;
|
|
2308
2466
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2311,7 +2469,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2311
2469
|
width: 260px;
|
|
2312
2470
|
height: 100%;
|
|
2313
2471
|
}
|
|
2314
|
-
.chat-embed__main[data-v-
|
|
2472
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2315
2473
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2316
2474
|
box-sizing: border-box;
|
|
2317
2475
|
overflow: hidden;
|
|
@@ -2322,7 +2480,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2322
2480
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2323
2481
|
overflow: hidden; /* 防止内容溢出 */
|
|
2324
2482
|
}
|
|
2325
|
-
.chat-embed__main_content[data-v-
|
|
2483
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2326
2484
|
flex: 1;
|
|
2327
2485
|
box-sizing: border-box;
|
|
2328
2486
|
min-height: 0;
|
|
@@ -2330,21 +2488,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2330
2488
|
/* overflow-y: auto;
|
|
2331
2489
|
margin-bottom: 12px; */
|
|
2332
2490
|
}
|
|
2333
|
-
.chat-embed__input_container[data-v-
|
|
2491
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2334
2492
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2335
2493
|
/* margin-bottom: 50px; 距离底部 */
|
|
2336
2494
|
}
|
|
2337
|
-
.header-icon[data-v-
|
|
2495
|
+
.header-icon[data-v-e9aa835d] {
|
|
2338
2496
|
cursor: pointer;
|
|
2339
2497
|
font-size: 20px;
|
|
2340
2498
|
}
|
|
2341
2499
|
|
|
2342
2500
|
/* 聊天默认推荐内容样式
|
|
2343
2501
|
*/
|
|
2344
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2502
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2345
2503
|
margin-top: 5px;
|
|
2346
2504
|
}
|
|
2347
|
-
.content-container[data-v-
|
|
2505
|
+
.content-container[data-v-e9aa835d] {
|
|
2348
2506
|
padding: 16px;
|
|
2349
2507
|
border-radius: 4px;
|
|
2350
2508
|
background: #ffffff;
|
|
@@ -2352,7 +2510,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2352
2510
|
border-radius: 0px 30px 30px 30px;
|
|
2353
2511
|
/* opacity: 0.6; */
|
|
2354
2512
|
}
|
|
2355
|
-
.chat-content-font[data-v-
|
|
2513
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2356
2514
|
font-family: PingFang SC, PingFang SC;
|
|
2357
2515
|
font-weight: 500;
|
|
2358
2516
|
font-size: 16px;
|
|
@@ -2362,10 +2520,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2362
2520
|
font-style: normal;
|
|
2363
2521
|
text-transform: none;
|
|
2364
2522
|
}
|
|
2365
|
-
[data-v-
|
|
2523
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2366
2524
|
border: none !important;
|
|
2367
2525
|
}
|
|
2368
|
-
.content-container-header[data-v-
|
|
2526
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2369
2527
|
font-size: 12px;
|
|
2370
2528
|
color: #909399;
|
|
2371
2529
|
}
|
|
@@ -2373,28 +2531,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2373
2531
|
/**
|
|
2374
2532
|
// 用户消息
|
|
2375
2533
|
*/
|
|
2376
|
-
.content-borderless-container[data-v-
|
|
2534
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2377
2535
|
background: #e1ecfd;
|
|
2378
2536
|
border-radius: 20px 0px 20px 20px;
|
|
2379
2537
|
user-select: none;
|
|
2380
2538
|
padding: 12px;
|
|
2381
2539
|
cursor: pointer;
|
|
2382
2540
|
transition: background-color 0.3s;
|
|
2383
|
-
&[data-v-
|
|
2541
|
+
&[data-v-e9aa835d]:hover {
|
|
2384
2542
|
background-color: #ebeef5;
|
|
2385
2543
|
}
|
|
2386
2544
|
}
|
|
2387
|
-
.footer-container[data-v-
|
|
2388
|
-
[data-v-
|
|
2545
|
+
.footer-container[data-v-e9aa835d] {
|
|
2546
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2389
2547
|
margin-left: 8px;
|
|
2390
2548
|
}
|
|
2391
2549
|
}
|
|
2392
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2550
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2393
2551
|
padding: 0;
|
|
2394
2552
|
}
|
|
2395
2553
|
|
|
2396
2554
|
/* 引用文件样式 */
|
|
2397
|
-
.doc-agg-item[data-v-
|
|
2555
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2398
2556
|
width: 100%;
|
|
2399
2557
|
padding: 10px;
|
|
2400
2558
|
margin-bottom: 5px;
|
|
@@ -2404,49 +2562,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2404
2562
|
font-size: 12px;
|
|
2405
2563
|
color: var(--el-color-primary);
|
|
2406
2564
|
}
|
|
2407
|
-
.elx-xmarkdown-container[data-v-
|
|
2565
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2408
2566
|
padding: 0;
|
|
2409
2567
|
}
|
|
2410
|
-
.
|
|
2411
|
-
margin-right: 5px;
|
|
2412
|
-
}
|
|
2413
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2414
|
-
margin-left: 5px;
|
|
2415
|
-
}[data-v-90635647] .el-range-separator {
|
|
2416
|
-
min-width: 20px;
|
|
2417
|
-
}
|
|
2418
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2419
|
-
width: 100%;
|
|
2420
|
-
height: 100%;
|
|
2421
|
-
border: none;
|
|
2422
|
-
opacity: 1;
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2426
|
-
width: 100%;
|
|
2427
|
-
height: 100%;
|
|
2428
|
-
border: none;
|
|
2429
|
-
opacity: 1;
|
|
2430
|
-
}
|
|
2431
|
-
[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 {
|
|
2568
|
+
[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 {
|
|
2432
2569
|
user-select: text !important;
|
|
2433
2570
|
-webkit-user-select: text !important;
|
|
2434
2571
|
-moz-user-select: text !important;
|
|
2435
2572
|
-ms-user-select: text !important;
|
|
2436
2573
|
}
|
|
2437
|
-
.slide-up-enter-active[data-v-
|
|
2438
|
-
.slide-up-leave-active[data-v-
|
|
2574
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2575
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2439
2576
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2440
2577
|
}
|
|
2441
|
-
.slide-up-enter-from[data-v-
|
|
2442
|
-
.slide-up-leave-to[data-v-
|
|
2578
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2579
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2443
2580
|
transform: translateY(100%);
|
|
2444
2581
|
}
|
|
2445
2582
|
|
|
2446
2583
|
/**
|
|
2447
2584
|
* 聊天窗口的样式设置
|
|
2448
2585
|
*/
|
|
2449
|
-
.chat-container[data-v-
|
|
2586
|
+
.chat-container[data-v-bc196b97] {
|
|
2450
2587
|
--header-height: 56px;
|
|
2451
2588
|
--chat-padding: 12px;
|
|
2452
2589
|
--bubble-content-max-width: 0px;
|
|
@@ -2458,25 +2595,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2458
2595
|
flex-direction: row; /* 横向排列 */
|
|
2459
2596
|
height: 100%; /* 父容器高度 */
|
|
2460
2597
|
}
|
|
2461
|
-
.small-window[data-v-
|
|
2598
|
+
.small-window[data-v-bc196b97] {
|
|
2462
2599
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2463
2600
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2464
2601
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2465
2602
|
border-radius: 8px;
|
|
2466
2603
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2467
2604
|
}
|
|
2468
|
-
.full-screen[data-v-
|
|
2605
|
+
.full-screen[data-v-bc196b97] {
|
|
2469
2606
|
right: 0;
|
|
2470
2607
|
bottom: 0;
|
|
2471
2608
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2472
2609
|
}
|
|
2473
|
-
.chat-container > *[data-v-
|
|
2610
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2474
2611
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2475
2612
|
}
|
|
2476
2613
|
|
|
2477
2614
|
/* 聊天窗口的头部样式设置
|
|
2478
2615
|
*/
|
|
2479
|
-
.chat-embed__header_container[data-v-
|
|
2616
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2480
2617
|
/* border-bottom: 1px solid #ddd; */
|
|
2481
2618
|
display: flex;
|
|
2482
2619
|
align-items: center;
|
|
@@ -2486,7 +2623,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2486
2623
|
overflow: hidden;
|
|
2487
2624
|
position: relative;
|
|
2488
2625
|
}
|
|
2489
|
-
.session-subject[data-v-
|
|
2626
|
+
.session-subject[data-v-bc196b97] {
|
|
2490
2627
|
display: block;
|
|
2491
2628
|
margin: 0 auto;
|
|
2492
2629
|
text-align: center;
|
|
@@ -2501,17 +2638,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2501
2638
|
|
|
2502
2639
|
/* 聊天窗口的头部图标样式设置
|
|
2503
2640
|
*/
|
|
2504
|
-
.chat-embed__header_avatar[data-v-
|
|
2641
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2505
2642
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2506
2643
|
margin-right: var(--chat-padding);
|
|
2507
2644
|
}
|
|
2508
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2645
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2509
2646
|
right: 20px;
|
|
2510
2647
|
position: absolute;
|
|
2511
2648
|
gap: 28px;
|
|
2512
2649
|
display: flex;
|
|
2513
2650
|
}
|
|
2514
|
-
.chat-embed__sidebar[data-v-
|
|
2651
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2515
2652
|
background: #f6f7fa;
|
|
2516
2653
|
display: flex;
|
|
2517
2654
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2520,7 +2657,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2520
2657
|
width: 260px;
|
|
2521
2658
|
height: 100%;
|
|
2522
2659
|
}
|
|
2523
|
-
.chat-embed__main[data-v-
|
|
2660
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2524
2661
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2525
2662
|
box-sizing: border-box;
|
|
2526
2663
|
overflow: hidden;
|
|
@@ -2531,7 +2668,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2531
2668
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2532
2669
|
overflow: hidden; /* 防止内容溢出 */
|
|
2533
2670
|
}
|
|
2534
|
-
.chat-embed__main_content[data-v-
|
|
2671
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2535
2672
|
flex: 1;
|
|
2536
2673
|
box-sizing: border-box;
|
|
2537
2674
|
min-height: 0;
|
|
@@ -2539,21 +2676,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2539
2676
|
/* overflow-y: auto;
|
|
2540
2677
|
margin-bottom: 12px; */
|
|
2541
2678
|
}
|
|
2542
|
-
.chat-embed__input_container[data-v-
|
|
2679
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2543
2680
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2544
2681
|
/* margin-bottom: 50px; 距离底部 */
|
|
2545
2682
|
}
|
|
2546
|
-
.header-icon[data-v-
|
|
2683
|
+
.header-icon[data-v-bc196b97] {
|
|
2547
2684
|
cursor: pointer;
|
|
2548
2685
|
font-size: 20px;
|
|
2549
2686
|
}
|
|
2550
2687
|
|
|
2551
2688
|
/* 聊天默认推荐内容样式
|
|
2552
2689
|
*/
|
|
2553
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2690
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2554
2691
|
margin-top: 5px;
|
|
2555
2692
|
}
|
|
2556
|
-
.content-container[data-v-
|
|
2693
|
+
.content-container[data-v-bc196b97] {
|
|
2557
2694
|
padding: 16px;
|
|
2558
2695
|
border-radius: 4px;
|
|
2559
2696
|
background: #ffffff;
|
|
@@ -2561,7 +2698,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2561
2698
|
border-radius: 0px 30px 30px 30px;
|
|
2562
2699
|
/* opacity: 0.6; */
|
|
2563
2700
|
}
|
|
2564
|
-
.chat-content-font[data-v-
|
|
2701
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2565
2702
|
font-family: PingFang SC, PingFang SC;
|
|
2566
2703
|
font-weight: 500;
|
|
2567
2704
|
font-size: 16px;
|
|
@@ -2571,10 +2708,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2571
2708
|
font-style: normal;
|
|
2572
2709
|
text-transform: none;
|
|
2573
2710
|
}
|
|
2574
|
-
[data-v-
|
|
2711
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2575
2712
|
border: none !important;
|
|
2576
2713
|
}
|
|
2577
|
-
.content-container-header[data-v-
|
|
2714
|
+
.content-container-header[data-v-bc196b97] {
|
|
2578
2715
|
font-size: 12px;
|
|
2579
2716
|
color: #909399;
|
|
2580
2717
|
}
|
|
@@ -2582,28 +2719,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2582
2719
|
/**
|
|
2583
2720
|
// 用户消息
|
|
2584
2721
|
*/
|
|
2585
|
-
.content-borderless-container[data-v-
|
|
2722
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2586
2723
|
background: #e1ecfd;
|
|
2587
2724
|
border-radius: 20px 0px 20px 20px;
|
|
2588
2725
|
user-select: none;
|
|
2589
2726
|
padding: 12px;
|
|
2590
2727
|
cursor: pointer;
|
|
2591
2728
|
transition: background-color 0.3s;
|
|
2592
|
-
&[data-v-
|
|
2729
|
+
&[data-v-bc196b97]:hover {
|
|
2593
2730
|
background-color: #ebeef5;
|
|
2594
2731
|
}
|
|
2595
2732
|
}
|
|
2596
|
-
.footer-container[data-v-
|
|
2597
|
-
[data-v-
|
|
2733
|
+
.footer-container[data-v-bc196b97] {
|
|
2734
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2598
2735
|
margin-left: 8px;
|
|
2599
2736
|
}
|
|
2600
2737
|
}
|
|
2601
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2738
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2602
2739
|
padding: 0;
|
|
2603
2740
|
}
|
|
2604
2741
|
|
|
2605
2742
|
/* 引用文件样式 */
|
|
2606
|
-
.doc-agg-item[data-v-
|
|
2743
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2607
2744
|
width: 100%;
|
|
2608
2745
|
padding: 10px;
|
|
2609
2746
|
margin-bottom: 5px;
|
|
@@ -2613,139 +2750,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2613
2750
|
font-size: 12px;
|
|
2614
2751
|
color: var(--el-color-primary);
|
|
2615
2752
|
}
|
|
2616
|
-
.elx-xmarkdown-container[data-v-
|
|
2753
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2617
2754
|
padding: 0;
|
|
2618
|
-
}
|
|
2619
|
-
h4[data-v-0b0c189e] {
|
|
2620
|
-
font-size: 16px;
|
|
2621
|
-
margin-top: 0px;
|
|
2622
|
-
margin-bottom: 0px;
|
|
2623
|
-
}
|
|
2624
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2625
|
-
margin: 5px 0;
|
|
2626
|
-
}
|
|
2627
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2628
|
-
display: flex;
|
|
2629
|
-
align-items: center;
|
|
2630
|
-
flex-shrink: 0;
|
|
2631
|
-
min-width: max-content;
|
|
2632
|
-
margin-left: auto;
|
|
2633
|
-
gap: 10px;
|
|
2634
|
-
}
|
|
2635
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2636
|
-
display: inline-block;
|
|
2637
|
-
width: 12px;
|
|
2638
|
-
height: 12px;
|
|
2639
|
-
background-repeat: no-repeat;
|
|
2640
|
-
background-position: center;
|
|
2641
|
-
background-size: 100%;
|
|
2642
|
-
cursor: pointer;
|
|
2643
|
-
}
|
|
2644
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2645
|
-
margin-left: 5px;
|
|
2646
|
-
}
|
|
2647
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2648
|
-
display: flex;
|
|
2649
|
-
flex-direction: column;
|
|
2650
|
-
padding: 16px;
|
|
2651
|
-
}
|
|
2652
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2653
|
-
border-bottom-color: #ffffff !important;
|
|
2654
|
-
}
|
|
2655
|
-
[data-v-0b0c189e] .el-sender {
|
|
2656
|
-
background: #ffffff !important;
|
|
2657
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2658
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2659
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2660
|
-
font-weight: 400;
|
|
2661
|
-
font-size: 16px;
|
|
2662
|
-
color: #bbbbbb;
|
|
2663
|
-
text-align: left;
|
|
2664
|
-
font-style: normal;
|
|
2665
|
-
text-transform: none;
|
|
2666
|
-
}
|
|
2667
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2668
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2669
|
-
font-weight: 400 !important;
|
|
2670
|
-
font-size: 16px !important;
|
|
2671
|
-
line-height: 21px !important;
|
|
2672
|
-
font-style: normal !important;
|
|
2673
|
-
text-transform: none !important;
|
|
2674
|
-
}
|
|
2675
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2676
|
-
padding: 16px !important;
|
|
2677
|
-
}
|
|
2678
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2679
|
-
border-radius: 100px 100px 100px 100px;
|
|
2680
|
-
border: 1px solid #dcdfe6;
|
|
2681
|
-
}
|
|
2682
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2683
|
-
padding: 12px;
|
|
2684
|
-
font-family: PingFang SC, PingFang SC;
|
|
2685
|
-
font-weight: 400;
|
|
2686
|
-
font-size: 14px;
|
|
2687
|
-
color: #808080;
|
|
2688
|
-
line-height: 21px;
|
|
2689
|
-
font-style: normal;
|
|
2690
|
-
text-align: center;
|
|
2691
|
-
}
|
|
2692
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2693
|
-
border-radius: 50% !important;
|
|
2694
|
-
padding: 8px;
|
|
2695
|
-
width: 32px;
|
|
2696
|
-
}
|
|
2697
|
-
.send-icon[data-v-0b0c189e] {
|
|
2698
|
-
cursor: pointer;
|
|
2699
|
-
}
|
|
2700
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2701
|
-
margin: 0 0;
|
|
2702
|
-
}
|
|
2703
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2704
|
-
width: 100%;
|
|
2705
|
-
height: 100%;
|
|
2706
|
-
border: none;
|
|
2707
|
-
opacity: 1;
|
|
2708
2755
|
}
|
|
2709
|
-
.
|
|
2710
|
-
font-size: 12px;
|
|
2711
|
-
}
|
|
2712
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2713
|
-
border: 1px solid #dcdfe6;
|
|
2714
|
-
padding: 4px 8px;
|
|
2715
|
-
background-clip: padding-box;
|
|
2716
|
-
overflow: hidden;
|
|
2717
|
-
display: inline-flex;
|
|
2718
|
-
align-items: center;
|
|
2719
|
-
}
|
|
2720
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2721
|
-
margin-right: 18px;
|
|
2722
|
-
max-width: 160px;
|
|
2723
|
-
overflow: hidden;
|
|
2724
|
-
text-overflow: ellipsis;
|
|
2725
|
-
white-space: nowrap;
|
|
2726
|
-
}
|
|
2727
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2728
|
-
font-weight: 600;
|
|
2729
|
-
margin-left: 4px;
|
|
2730
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
2731
|
-
border: 1px solid #dcdfe6;
|
|
2732
|
-
padding: 4px 8px;
|
|
2733
|
-
background-clip: padding-box;
|
|
2734
|
-
overflow: hidden;
|
|
2735
|
-
display: inline-flex;
|
|
2736
|
-
align-items: center;
|
|
2737
|
-
}
|
|
2738
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2739
|
-
margin-right: 18px;
|
|
2740
|
-
max-width: 160px;
|
|
2741
|
-
overflow: hidden;
|
|
2742
|
-
text-overflow: ellipsis;
|
|
2743
|
-
white-space: nowrap;
|
|
2744
|
-
}
|
|
2745
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2746
|
-
font-weight: 600;
|
|
2747
|
-
margin-left: 4px;
|
|
2748
|
-
}[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 {
|
|
2756
|
+
[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 {
|
|
2749
2757
|
user-select: text !important;
|
|
2750
2758
|
-webkit-user-select: text !important;
|
|
2751
2759
|
-moz-user-select: text !important;
|
|
@@ -3034,18 +3042,6 @@ h4[data-v-0b0c189e] {
|
|
|
3034
3042
|
.history-item[data-v-1e62eff8]:hover {
|
|
3035
3043
|
background-color: #f5f5f5;
|
|
3036
3044
|
}
|
|
3037
|
-
|
|
3038
|
-
.svg-icon[data-v-019891df] {
|
|
3039
|
-
width: 1.2em;
|
|
3040
|
-
height: 1.2em;
|
|
3041
|
-
vertical-align: -0.25em;
|
|
3042
|
-
fill: currentColor;
|
|
3043
|
-
overflow: initial;
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
.el-dialog__header[data-v-44f1d9d6] {
|
|
3047
|
-
padding-bottom: 0px;
|
|
3048
|
-
}
|
|
3049
3045
|
|
|
3050
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3051
3047
|
.mobile-item-action[data-v-13b41596] {
|
|
@@ -3069,6 +3065,10 @@ h4[data-v-0b0c189e] {
|
|
|
3069
3065
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3070
3066
|
margin-left: 5px;
|
|
3071
3067
|
}
|
|
3068
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
|
+
padding-bottom: 0px;
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
3072
|
.file-name-container[data-v-adb74276] {
|
|
3073
3073
|
display: flex;
|
|
3074
3074
|
align-items: center; /* 垂直居中 */
|