agilebuilder-ui 1.1.65-tmp10 → 1.1.65-tmp11
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 +133 -131
- package/lib/style.css +522 -522
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -141,6 +141,58 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
141
141
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
142
|
font-size: 18px;
|
|
143
143
|
cursor: pointer;
|
|
144
|
+
}
|
|
145
|
+
.svg-icon[data-v-67e4e504] {
|
|
146
|
+
width: 1.2em;
|
|
147
|
+
height: 1.2em;
|
|
148
|
+
vertical-align: -0.25em;
|
|
149
|
+
fill: currentColor;
|
|
150
|
+
overflow: initial;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.searchResult[data-v-22410ec9] {
|
|
154
|
+
color: red;
|
|
155
|
+
}
|
|
156
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
157
|
+
width: 90%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.red-circle[data-v-998f4283] {
|
|
161
|
+
width: 20px; /* 圆圈的宽度 */
|
|
162
|
+
height: 20px; /* 圆圈的高度 */
|
|
163
|
+
background-color: red; /* 背景色设置为红色 */
|
|
164
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
165
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
166
|
+
}
|
|
167
|
+
.green-circle[data-v-998f4283] {
|
|
168
|
+
width: 20px; /* 圆圈的宽度 */
|
|
169
|
+
height: 20px; /* 圆圈的高度 */
|
|
170
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
171
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
172
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
173
|
+
}
|
|
174
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
175
|
+
display: flex;
|
|
176
|
+
background-color: #fff;
|
|
177
|
+
justify-content: center;
|
|
178
|
+
align-items: center;
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
}
|
|
181
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
182
|
+
display: inline-block;
|
|
183
|
+
}
|
|
184
|
+
.searchResult {
|
|
185
|
+
color: red;
|
|
186
|
+
}
|
|
187
|
+
.inline-input-custom {
|
|
188
|
+
width: 90%;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.select-top-span {
|
|
192
|
+
width: 100%;
|
|
193
|
+
}
|
|
194
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
195
|
+
display: inline-block;
|
|
144
196
|
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
145
197
|
padding: 2px 0 !important;
|
|
146
198
|
}
|
|
@@ -284,58 +336,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
284
336
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
285
337
|
flex-wrap: wrap;
|
|
286
338
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
287
|
-
}
|
|
288
|
-
.svg-icon[data-v-67e4e504] {
|
|
289
|
-
width: 1.2em;
|
|
290
|
-
height: 1.2em;
|
|
291
|
-
vertical-align: -0.25em;
|
|
292
|
-
fill: currentColor;
|
|
293
|
-
overflow: initial;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.searchResult {
|
|
297
|
-
color: red;
|
|
298
|
-
}
|
|
299
|
-
.inline-input-custom {
|
|
300
|
-
width: 90%;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.searchResult[data-v-22410ec9] {
|
|
304
|
-
color: red;
|
|
305
|
-
}
|
|
306
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
307
|
-
width: 90%;
|
|
308
|
-
}
|
|
309
|
-
.ValidCode[data-v-aa77e3bd] {
|
|
310
|
-
display: flex;
|
|
311
|
-
background-color: #fff;
|
|
312
|
-
justify-content: center;
|
|
313
|
-
align-items: center;
|
|
314
|
-
cursor: pointer;
|
|
315
|
-
}
|
|
316
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
317
|
-
display: inline-block;
|
|
318
|
-
}
|
|
319
|
-
.red-circle[data-v-998f4283] {
|
|
320
|
-
width: 20px; /* 圆圈的宽度 */
|
|
321
|
-
height: 20px; /* 圆圈的高度 */
|
|
322
|
-
background-color: red; /* 背景色设置为红色 */
|
|
323
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
325
|
-
}
|
|
326
|
-
.green-circle[data-v-998f4283] {
|
|
327
|
-
width: 20px; /* 圆圈的宽度 */
|
|
328
|
-
height: 20px; /* 圆圈的高度 */
|
|
329
|
-
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
330
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.select-top-span {
|
|
335
|
-
width: 100%;
|
|
336
|
-
}
|
|
337
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
338
|
-
display: inline-block;
|
|
339
339
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
340
340
|
padding: 10px;
|
|
341
341
|
}
|
|
@@ -447,6 +447,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
447
447
|
display: grid;
|
|
448
448
|
grid-template-columns: 20% 80%;
|
|
449
449
|
}
|
|
450
|
+
.organization-input .el-input-group__append {
|
|
451
|
+
padding: 0 10px 0 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
450
454
|
.fs-preview-container[data-v-2448d898] {
|
|
451
455
|
display: flex;
|
|
452
456
|
align-items: center;
|
|
@@ -551,11 +555,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
551
555
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
552
556
|
font-weight: 600;
|
|
553
557
|
margin-left: 4px;
|
|
554
|
-
}
|
|
555
|
-
.organization-input .el-input-group__append {
|
|
556
|
-
padding: 0 10px 0 0;
|
|
557
|
-
}
|
|
558
|
-
.select[data-v-52983a24] {
|
|
558
|
+
}.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
561
561
|
display: grid;
|
|
@@ -569,42 +569,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
-
}.errPage-container[data-v-6bef0241] {
|
|
573
|
-
width: 800px;
|
|
574
|
-
max-width: 100%;
|
|
575
|
-
margin: 100px auto;
|
|
576
|
-
}
|
|
577
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
578
|
-
background: #008489;
|
|
579
|
-
color: #fff;
|
|
580
|
-
border: none !important;
|
|
581
|
-
}
|
|
582
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
583
|
-
margin: 0 auto;
|
|
584
|
-
display: block;
|
|
585
|
-
}
|
|
586
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
587
|
-
display: block;
|
|
588
|
-
margin: 0 auto;
|
|
589
|
-
width: 100%;
|
|
590
|
-
}
|
|
591
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
592
|
-
font-size: 60px;
|
|
593
|
-
font-weight: 700;
|
|
594
|
-
color: #484848;
|
|
595
|
-
}
|
|
596
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
597
|
-
font-size: 14px;
|
|
598
|
-
}
|
|
599
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
600
|
-
padding-bottom: 5px;
|
|
601
|
-
}
|
|
602
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
603
|
-
color: #008489;
|
|
604
|
-
text-decoration: none;
|
|
605
|
-
}
|
|
606
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
607
|
-
text-decoration: underline;
|
|
608
572
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
609
573
|
transform: translate(-50%, -50%);
|
|
610
574
|
position: absolute;
|
|
@@ -797,12 +761,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
797
761
|
opacity: 1;
|
|
798
762
|
}
|
|
799
763
|
}
|
|
800
|
-
.graphDiv[data-v-a936569d] {
|
|
801
|
-
overflow: auto;
|
|
802
|
-
height: 100%;
|
|
803
|
-
height: calc(100vh - 20px);
|
|
804
|
-
}
|
|
805
|
-
|
|
806
764
|
.organization-tree,
|
|
807
765
|
.organization-tree .el-checkbox__label,
|
|
808
766
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -860,9 +818,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
860
818
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
819
|
color: #409eff;
|
|
862
820
|
}
|
|
863
|
-
|
|
864
|
-
width: 50%;
|
|
865
|
-
}
|
|
821
|
+
|
|
866
822
|
.organization-tree,
|
|
867
823
|
.organization-tree .el-checkbox__label,
|
|
868
824
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -920,7 +876,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
920
876
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
921
877
|
color: #409eff;
|
|
922
878
|
}
|
|
923
|
-
|
|
879
|
+
.super-icon[data-v-875fd31c] {
|
|
880
|
+
width: 1em;
|
|
881
|
+
height: 1em;
|
|
882
|
+
font-size: 14px;
|
|
883
|
+
}
|
|
924
884
|
.organization-tree,
|
|
925
885
|
.organization-tree .el-checkbox__label,
|
|
926
886
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -978,10 +938,50 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
978
938
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
979
939
|
color: #409eff;
|
|
980
940
|
}
|
|
981
|
-
.
|
|
982
|
-
width:
|
|
983
|
-
|
|
941
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
942
|
+
width: 50%;
|
|
943
|
+
}
|
|
944
|
+
.graphDiv[data-v-a936569d] {
|
|
945
|
+
overflow: auto;
|
|
946
|
+
height: 100%;
|
|
947
|
+
height: calc(100vh - 20px);
|
|
948
|
+
}
|
|
949
|
+
.errPage-container[data-v-6bef0241] {
|
|
950
|
+
width: 800px;
|
|
951
|
+
max-width: 100%;
|
|
952
|
+
margin: 100px auto;
|
|
953
|
+
}
|
|
954
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
955
|
+
background: #008489;
|
|
956
|
+
color: #fff;
|
|
957
|
+
border: none !important;
|
|
958
|
+
}
|
|
959
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
960
|
+
margin: 0 auto;
|
|
961
|
+
display: block;
|
|
962
|
+
}
|
|
963
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
964
|
+
display: block;
|
|
965
|
+
margin: 0 auto;
|
|
966
|
+
width: 100%;
|
|
967
|
+
}
|
|
968
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
969
|
+
font-size: 60px;
|
|
970
|
+
font-weight: 700;
|
|
971
|
+
color: #484848;
|
|
972
|
+
}
|
|
973
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
984
974
|
font-size: 14px;
|
|
975
|
+
}
|
|
976
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
977
|
+
padding-bottom: 5px;
|
|
978
|
+
}
|
|
979
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
980
|
+
color: #008489;
|
|
981
|
+
text-decoration: none;
|
|
982
|
+
}
|
|
983
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
984
|
+
text-decoration: underline;
|
|
985
985
|
}.app-wrapper[data-v-5c0a6bf6] {
|
|
986
986
|
position: relative;
|
|
987
987
|
height: 100%;
|
|
@@ -1002,16 +1002,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
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;
|
|
@@ -1096,7 +1086,27 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1096
1086
|
}
|
|
1097
1087
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
1088
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
|
-
}
|
|
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
|
+
}
|
|
1100
|
+
.searchResult {
|
|
1101
|
+
color: red;
|
|
1102
|
+
}
|
|
1103
|
+
.inline-select-custom {
|
|
1104
|
+
width: 100px;
|
|
1105
|
+
}
|
|
1106
|
+
.inline-input-custom {
|
|
1107
|
+
width: 98%;
|
|
1108
|
+
}
|
|
1109
|
+
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1100
1110
|
user-select: text !important;
|
|
1101
1111
|
-webkit-user-select: text !important;
|
|
1102
1112
|
-moz-user-select: text !important;
|
|
@@ -1333,68 +1343,23 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1333
1343
|
white-space: nowrap;
|
|
1334
1344
|
flex: 0 0 auto;
|
|
1335
1345
|
}
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1346
|
+
|
|
1347
|
+
.searchResult {
|
|
1348
|
+
color: red;
|
|
1339
1349
|
}
|
|
1340
|
-
.
|
|
1341
|
-
|
|
1342
|
-
color: var(--el-color-primary);
|
|
1343
|
-
cursor: pointer;
|
|
1350
|
+
.inline-select-custom {
|
|
1351
|
+
width: 100px;
|
|
1344
1352
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1353
|
+
.inline-input-custom {
|
|
1354
|
+
width: 98%;
|
|
1347
1355
|
}
|
|
1348
|
-
.
|
|
1349
|
-
|
|
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;
|
|
1356
|
+
.searchDepartmentUser {
|
|
1357
|
+
width: 250px;
|
|
1358
1358
|
}
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 37px;
|
|
1363
|
-
background-color: #ffffff;
|
|
1364
|
-
width: 46%;
|
|
1365
|
-
height: 40px;
|
|
1366
|
-
z-index: 1500;
|
|
1359
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1360
|
+
min-width: 300px;
|
|
1367
1361
|
}
|
|
1368
|
-
|
|
1369
|
-
color: #333;
|
|
1370
|
-
}
|
|
1371
|
-
.context-menu[data-v-040fcf55] {
|
|
1372
|
-
position: fixed;
|
|
1373
|
-
background: #fff;
|
|
1374
|
-
z-index: 999;
|
|
1375
|
-
padding: 5px;
|
|
1376
|
-
margin: 0;
|
|
1377
|
-
margin-top: 30px;
|
|
1378
|
-
}
|
|
1379
|
-
.context-menu li[data-v-040fcf55] {
|
|
1380
|
-
min-width: 75px;
|
|
1381
|
-
height: 28px;
|
|
1382
|
-
line-height: 28px;
|
|
1383
|
-
text-align: left;
|
|
1384
|
-
color: #1a1a1a;
|
|
1385
|
-
}
|
|
1386
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1387
|
-
background: #42b983;
|
|
1388
|
-
color: #fff;
|
|
1389
|
-
}
|
|
1390
|
-
.context-menu[data-v-040fcf55] {
|
|
1391
|
-
border: 1px solid #eee;
|
|
1392
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1393
|
-
border-radius: 5px;
|
|
1394
|
-
}
|
|
1395
|
-
li[data-v-040fcf55] {
|
|
1396
|
-
list-style-type: none;
|
|
1397
|
-
}
|
|
1362
|
+
|
|
1398
1363
|
.searchResult {
|
|
1399
1364
|
color: red;
|
|
1400
1365
|
}
|
|
@@ -1414,14 +1379,8 @@ li[data-v-040fcf55] {
|
|
|
1414
1379
|
.searchResult {
|
|
1415
1380
|
color: red;
|
|
1416
1381
|
}
|
|
1417
|
-
.inline-select-custom {
|
|
1418
|
-
width: 100px;
|
|
1419
|
-
}
|
|
1420
1382
|
.inline-input-custom {
|
|
1421
|
-
width:
|
|
1422
|
-
}
|
|
1423
|
-
.searchDepartmentUser {
|
|
1424
|
-
width: 250px;
|
|
1383
|
+
width: 90%;
|
|
1425
1384
|
}
|
|
1426
1385
|
.el-autocomplete-suggestion.el-popper {
|
|
1427
1386
|
min-width: 300px;
|
|
@@ -1438,45 +1397,138 @@ li[data-v-040fcf55] {
|
|
|
1438
1397
|
}
|
|
1439
1398
|
|
|
1440
1399
|
.searchResult {
|
|
1441
|
-
|
|
1400
|
+
color: red;
|
|
1442
1401
|
}
|
|
1443
1402
|
.inline-select-custom {
|
|
1444
|
-
|
|
1403
|
+
width: 100px;
|
|
1445
1404
|
}
|
|
1446
1405
|
.inline-input-custom {
|
|
1447
|
-
|
|
1406
|
+
width: 98%;
|
|
1448
1407
|
}
|
|
1449
1408
|
|
|
1450
1409
|
.searchResult {
|
|
1451
1410
|
color: red;
|
|
1452
1411
|
}
|
|
1453
1412
|
.inline-input-custom {
|
|
1454
|
-
width:
|
|
1413
|
+
width: 100% !important;
|
|
1455
1414
|
}
|
|
1456
1415
|
.el-autocomplete-suggestion.el-popper {
|
|
1457
1416
|
min-width: 300px;
|
|
1458
1417
|
}
|
|
1459
1418
|
|
|
1460
|
-
.
|
|
1461
|
-
|
|
1419
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1420
|
+
font-size: 17px;
|
|
1421
|
+
font-weight: 700;
|
|
1462
1422
|
}
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1423
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1424
|
+
font-size: 17px;
|
|
1425
|
+
font-weight: 700;
|
|
1465
1426
|
}
|
|
1466
|
-
.
|
|
1467
|
-
|
|
1427
|
+
.organization-tree .el-card__body {
|
|
1428
|
+
padding-top: 10px;
|
|
1429
|
+
}
|
|
1430
|
+
.organization-tree .card-content {
|
|
1431
|
+
margin-top: 10px;
|
|
1432
|
+
}
|
|
1433
|
+
.organization-tree .item-row-all {
|
|
1434
|
+
margin-bottom: 10px;
|
|
1435
|
+
}
|
|
1436
|
+
.organization-tree .item-row {
|
|
1437
|
+
display: flex;
|
|
1438
|
+
width: 100%;
|
|
1439
|
+
}
|
|
1440
|
+
.organization-tree .item-label {
|
|
1441
|
+
flex: 0 0 90%;
|
|
1442
|
+
text-align: left;
|
|
1443
|
+
}
|
|
1444
|
+
.organization-tree .item-side {
|
|
1445
|
+
flex: 0 0 10%;
|
|
1446
|
+
text-align: right;
|
|
1447
|
+
}
|
|
1448
|
+
.organization-tree .el-tree-node {
|
|
1449
|
+
margin-bottom: 10px;
|
|
1450
|
+
}
|
|
1451
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1452
|
+
padding: 0;
|
|
1453
|
+
display: none;
|
|
1454
|
+
}
|
|
1455
|
+
.organization-tree .card-footer {
|
|
1456
|
+
padding: 20px;
|
|
1457
|
+
}
|
|
1458
|
+
.organization-tree .card-footer .select-result {
|
|
1459
|
+
color: #409EFF;
|
|
1460
|
+
flex:1 1 75%;
|
|
1461
|
+
text-align: left;
|
|
1462
|
+
}
|
|
1463
|
+
.organization-tree .card-footer .button-area {
|
|
1464
|
+
flex:0 0 20%;
|
|
1465
|
+
text-align: right;
|
|
1466
|
+
}
|
|
1467
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1468
|
+
color:#409EFF
|
|
1468
1469
|
}
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1470
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1471
|
+
display: inline-flex;
|
|
1472
|
+
vertical-align: middle;
|
|
1472
1473
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1474
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1475
|
+
font-size: 20px;
|
|
1476
|
+
color: var(--el-color-primary);
|
|
1477
|
+
cursor: pointer;
|
|
1475
1478
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1479
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1480
|
+
margin-bottom: 0px;
|
|
1481
|
+
}
|
|
1482
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1483
|
+
margin-bottom: 5px;
|
|
1484
|
+
text-align: center;
|
|
1485
|
+
}
|
|
1486
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1487
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1488
|
+
width: 100%;
|
|
1489
|
+
}
|
|
1490
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1491
|
+
display: none;
|
|
1492
|
+
}
|
|
1493
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1494
|
+
padding-bottom: 10px;
|
|
1495
|
+
position: fixed;
|
|
1496
|
+
top: 37px;
|
|
1497
|
+
background-color: #ffffff;
|
|
1498
|
+
width: 46%;
|
|
1499
|
+
height: 40px;
|
|
1500
|
+
z-index: 1500;
|
|
1478
1501
|
}
|
|
1479
|
-
|
|
1502
|
+
li[data-v-040fcf55] {
|
|
1503
|
+
color: #333;
|
|
1504
|
+
}
|
|
1505
|
+
.context-menu[data-v-040fcf55] {
|
|
1506
|
+
position: fixed;
|
|
1507
|
+
background: #fff;
|
|
1508
|
+
z-index: 999;
|
|
1509
|
+
padding: 5px;
|
|
1510
|
+
margin: 0;
|
|
1511
|
+
margin-top: 30px;
|
|
1512
|
+
}
|
|
1513
|
+
.context-menu li[data-v-040fcf55] {
|
|
1514
|
+
min-width: 75px;
|
|
1515
|
+
height: 28px;
|
|
1516
|
+
line-height: 28px;
|
|
1517
|
+
text-align: left;
|
|
1518
|
+
color: #1a1a1a;
|
|
1519
|
+
}
|
|
1520
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1521
|
+
background: #42b983;
|
|
1522
|
+
color: #fff;
|
|
1523
|
+
}
|
|
1524
|
+
.context-menu[data-v-040fcf55] {
|
|
1525
|
+
border: 1px solid #eee;
|
|
1526
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1527
|
+
border-radius: 5px;
|
|
1528
|
+
}
|
|
1529
|
+
li[data-v-040fcf55] {
|
|
1530
|
+
list-style-type: none;
|
|
1531
|
+
}
|
|
1480
1532
|
.grid-search-form[data-v-04817310] {
|
|
1481
1533
|
overflow: auto;
|
|
1482
1534
|
}
|
|
@@ -1553,61 +1605,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1553
1605
|
.default-page-tip-item {
|
|
1554
1606
|
padding-top: 10px;
|
|
1555
1607
|
}
|
|
1556
|
-
[data-v-455b2ba2] .super-icon {
|
|
1557
|
-
width: 20px !important;
|
|
1558
|
-
height: 20px !important;
|
|
1559
|
-
}
|
|
1560
|
-
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1561
|
-
font-size: 17px;
|
|
1562
|
-
font-weight: 700;
|
|
1563
|
-
}
|
|
1564
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1565
|
-
font-size: 17px;
|
|
1566
|
-
font-weight: 700;
|
|
1567
|
-
}
|
|
1568
|
-
.organization-tree .el-card__body {
|
|
1569
|
-
padding-top: 10px;
|
|
1570
|
-
}
|
|
1571
|
-
.organization-tree .card-content {
|
|
1572
|
-
margin-top: 10px;
|
|
1573
|
-
}
|
|
1574
|
-
.organization-tree .item-row-all {
|
|
1575
|
-
margin-bottom: 10px;
|
|
1576
|
-
}
|
|
1577
|
-
.organization-tree .item-row {
|
|
1578
|
-
display: flex;
|
|
1579
|
-
width: 100%;
|
|
1580
|
-
}
|
|
1581
|
-
.organization-tree .item-label {
|
|
1582
|
-
flex: 0 0 90%;
|
|
1583
|
-
text-align: left;
|
|
1584
|
-
}
|
|
1585
|
-
.organization-tree .item-side {
|
|
1586
|
-
flex: 0 0 10%;
|
|
1587
|
-
text-align: right;
|
|
1588
|
-
}
|
|
1589
|
-
.organization-tree .el-tree-node {
|
|
1590
|
-
margin-bottom: 10px;
|
|
1591
|
-
}
|
|
1592
|
-
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1593
|
-
padding: 0;
|
|
1594
|
-
display: none;
|
|
1595
|
-
}
|
|
1596
|
-
.organization-tree .card-footer {
|
|
1597
|
-
padding: 20px;
|
|
1598
|
-
}
|
|
1599
|
-
.organization-tree .card-footer .select-result {
|
|
1600
|
-
color: #409EFF;
|
|
1601
|
-
flex:1 1 75%;
|
|
1602
|
-
text-align: left;
|
|
1603
|
-
}
|
|
1604
|
-
.organization-tree .card-footer .button-area {
|
|
1605
|
-
flex:0 0 20%;
|
|
1606
|
-
text-align: right;
|
|
1607
|
-
}
|
|
1608
|
-
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1609
|
-
color:#409EFF
|
|
1610
|
-
}
|
|
1611
1608
|
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1609
|
background-color: #eee;
|
|
1613
1610
|
width: 100%;
|
|
@@ -1627,10 +1624,33 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1624
|
}
|
|
1628
1625
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1626
|
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;
|
|
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
|
+
|
|
1644
|
+
.searchResult {
|
|
1645
|
+
color: red;
|
|
1646
|
+
}
|
|
1647
|
+
.inline-select-custom {
|
|
1648
|
+
width: 100px;
|
|
1649
|
+
}
|
|
1650
|
+
.inline-input-custom {
|
|
1651
|
+
width: 98%;
|
|
1652
|
+
}
|
|
1653
|
+
.annex-cell[data-v-1e660925] {
|
|
1634
1654
|
padding-right: 5px;
|
|
1635
1655
|
cursor: pointer;
|
|
1636
1656
|
color: #409eff;
|
|
@@ -1750,31 +1770,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1750
1770
|
background-color: #ffffff;
|
|
1751
1771
|
width: 50%;
|
|
1752
1772
|
height: 40px;
|
|
1753
|
-
}
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1756
|
-
}
|
|
1757
|
-
.inline-select-custom {
|
|
1758
|
-
width: 100px;
|
|
1759
|
-
}
|
|
1760
|
-
.inline-input-custom {
|
|
1761
|
-
width: 98%;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
.searchResult {
|
|
1765
|
-
color: red;
|
|
1766
|
-
}
|
|
1767
|
-
.inline-select-custom {
|
|
1768
|
-
width: 100px;
|
|
1769
|
-
}
|
|
1770
|
-
.inline-input-custom {
|
|
1771
|
-
width: 98%;
|
|
1772
|
-
}
|
|
1773
|
-
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1774
|
-
margin-right: 5px;
|
|
1775
|
-
}
|
|
1776
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1777
|
-
margin-left: 5px;
|
|
1778
1773
|
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1779
1774
|
position: relative;
|
|
1780
1775
|
--el-menu-item-height: 45px;
|
|
@@ -1811,10 +1806,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1811
1806
|
white-space: nowrap;
|
|
1812
1807
|
overflow: hidden;
|
|
1813
1808
|
text-overflow: ellipsis;
|
|
1814
|
-
}.
|
|
1815
|
-
|
|
1809
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1810
|
+
margin-right: 5px;
|
|
1816
1811
|
}
|
|
1817
|
-
.
|
|
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
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1818
1823
|
border: 1px solid #dcdfe6;
|
|
1819
1824
|
padding: 4px 8px;
|
|
1820
1825
|
background-clip: padding-box;
|
|
@@ -1822,17 +1827,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1822
1827
|
display: inline-flex;
|
|
1823
1828
|
align-items: center;
|
|
1824
1829
|
}
|
|
1825
|
-
.fs-upload-tag-text[data-v-
|
|
1830
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1826
1831
|
margin-right: 18px;
|
|
1827
1832
|
max-width: 160px;
|
|
1828
1833
|
overflow: hidden;
|
|
1829
1834
|
text-overflow: ellipsis;
|
|
1830
1835
|
white-space: nowrap;
|
|
1831
1836
|
}
|
|
1832
|
-
.fs-upload-tag-percent[data-v-
|
|
1837
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1833
1838
|
font-weight: 600;
|
|
1834
1839
|
margin-left: 4px;
|
|
1835
|
-
}.
|
|
1840
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1841
|
+
font-size: 12px;
|
|
1842
|
+
}
|
|
1843
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1836
1844
|
border: 1px solid #dcdfe6;
|
|
1837
1845
|
padding: 4px 8px;
|
|
1838
1846
|
background-clip: padding-box;
|
|
@@ -1840,34 +1848,19 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1840
1848
|
display: inline-flex;
|
|
1841
1849
|
align-items: center;
|
|
1842
1850
|
}
|
|
1843
|
-
.fs-upload-tag-text[data-v-
|
|
1851
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1844
1852
|
margin-right: 18px;
|
|
1845
1853
|
max-width: 160px;
|
|
1846
1854
|
overflow: hidden;
|
|
1847
1855
|
text-overflow: ellipsis;
|
|
1848
1856
|
white-space: nowrap;
|
|
1849
1857
|
}
|
|
1850
|
-
.fs-upload-tag-percent[data-v-
|
|
1858
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1851
1859
|
font-weight: 600;
|
|
1852
1860
|
margin-left: 4px;
|
|
1853
1861
|
}[data-v-90635647] .el-range-separator {
|
|
1854
1862
|
min-width: 20px;
|
|
1855
|
-
}
|
|
1856
|
-
.svg-icon[data-v-019891df] {
|
|
1857
|
-
width: 1.2em;
|
|
1858
|
-
height: 1.2em;
|
|
1859
|
-
vertical-align: -0.25em;
|
|
1860
|
-
fill: currentColor;
|
|
1861
|
-
overflow: initial;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
-
width: 100%;
|
|
1866
|
-
height: 100%;
|
|
1867
|
-
border: none;
|
|
1868
|
-
opacity: 1;
|
|
1869
|
-
}
|
|
1870
|
-
[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 {
|
|
1863
|
+
}[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 {
|
|
1871
1864
|
user-select: text !important;
|
|
1872
1865
|
-webkit-user-select: text !important;
|
|
1873
1866
|
-moz-user-select: text !important;
|
|
@@ -2056,68 +2049,38 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2056
2049
|
padding: 0;
|
|
2057
2050
|
}
|
|
2058
2051
|
|
|
2059
|
-
.
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
width: 100%;
|
|
2065
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2066
|
-
font-size: 10px;
|
|
2067
|
-
color: #999;
|
|
2068
|
-
margin-top: 3px;
|
|
2069
|
-
flex-shrink: 0;
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2073
|
-
display: flex;
|
|
2074
|
-
gap: 8px;
|
|
2075
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2076
|
-
margin-left: 0;
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2081
|
-
display: flex;
|
|
2082
|
-
align-items: center;
|
|
2083
|
-
flex-shrink: 0;
|
|
2084
|
-
min-width: max-content;
|
|
2085
|
-
margin-left: auto;
|
|
2086
|
-
gap: 10px;
|
|
2087
|
-
}
|
|
2088
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2089
|
-
display: flex;
|
|
2090
|
-
align-items: center;
|
|
2091
|
-
justify-content: center;
|
|
2092
|
-
margin-top: 10px;
|
|
2093
|
-
gap: 10px;
|
|
2052
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2053
|
+
width: 100%;
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
border: none;
|
|
2056
|
+
opacity: 1;
|
|
2094
2057
|
}
|
|
2095
2058
|
|
|
2096
|
-
.home-chart-iframe[data-v-
|
|
2059
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2097
2060
|
width: 100%;
|
|
2098
2061
|
height: 100%;
|
|
2099
2062
|
border: none;
|
|
2100
2063
|
opacity: 1;
|
|
2101
2064
|
}
|
|
2102
|
-
[data-v-
|
|
2065
|
+
[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 {
|
|
2103
2066
|
user-select: text !important;
|
|
2104
2067
|
-webkit-user-select: text !important;
|
|
2105
2068
|
-moz-user-select: text !important;
|
|
2106
2069
|
-ms-user-select: text !important;
|
|
2107
2070
|
}
|
|
2108
|
-
.slide-up-enter-active[data-v-
|
|
2109
|
-
.slide-up-leave-active[data-v-
|
|
2071
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2072
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2110
2073
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2111
2074
|
}
|
|
2112
|
-
.slide-up-enter-from[data-v-
|
|
2113
|
-
.slide-up-leave-to[data-v-
|
|
2075
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2076
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2114
2077
|
transform: translateY(100%);
|
|
2115
2078
|
}
|
|
2116
2079
|
|
|
2117
2080
|
/**
|
|
2118
2081
|
* 聊天窗口的样式设置
|
|
2119
2082
|
*/
|
|
2120
|
-
.chat-container[data-v-
|
|
2083
|
+
.chat-container[data-v-e9aa835d] {
|
|
2121
2084
|
--header-height: 56px;
|
|
2122
2085
|
--chat-padding: 12px;
|
|
2123
2086
|
--bubble-content-max-width: 0px;
|
|
@@ -2129,25 +2092,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2129
2092
|
flex-direction: row; /* 横向排列 */
|
|
2130
2093
|
height: 100%; /* 父容器高度 */
|
|
2131
2094
|
}
|
|
2132
|
-
.small-window[data-v-
|
|
2095
|
+
.small-window[data-v-e9aa835d] {
|
|
2133
2096
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2134
2097
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2135
2098
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2136
2099
|
border-radius: 8px;
|
|
2137
2100
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2138
2101
|
}
|
|
2139
|
-
.full-screen[data-v-
|
|
2102
|
+
.full-screen[data-v-e9aa835d] {
|
|
2140
2103
|
right: 0;
|
|
2141
2104
|
bottom: 0;
|
|
2142
2105
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2143
2106
|
}
|
|
2144
|
-
.chat-container > *[data-v-
|
|
2107
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2145
2108
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2146
2109
|
}
|
|
2147
2110
|
|
|
2148
2111
|
/* 聊天窗口的头部样式设置
|
|
2149
2112
|
*/
|
|
2150
|
-
.chat-embed__header_container[data-v-
|
|
2113
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2151
2114
|
/* border-bottom: 1px solid #ddd; */
|
|
2152
2115
|
display: flex;
|
|
2153
2116
|
align-items: center;
|
|
@@ -2157,7 +2120,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2157
2120
|
overflow: hidden;
|
|
2158
2121
|
position: relative;
|
|
2159
2122
|
}
|
|
2160
|
-
.session-subject[data-v-
|
|
2123
|
+
.session-subject[data-v-e9aa835d] {
|
|
2161
2124
|
display: block;
|
|
2162
2125
|
margin: 0 auto;
|
|
2163
2126
|
text-align: center;
|
|
@@ -2172,17 +2135,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2172
2135
|
|
|
2173
2136
|
/* 聊天窗口的头部图标样式设置
|
|
2174
2137
|
*/
|
|
2175
|
-
.chat-embed__header_avatar[data-v-
|
|
2138
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2176
2139
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2177
2140
|
margin-right: var(--chat-padding);
|
|
2178
2141
|
}
|
|
2179
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2142
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2180
2143
|
right: 20px;
|
|
2181
2144
|
position: absolute;
|
|
2182
2145
|
gap: 28px;
|
|
2183
2146
|
display: flex;
|
|
2184
2147
|
}
|
|
2185
|
-
.chat-embed__sidebar[data-v-
|
|
2148
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2186
2149
|
background: #f6f7fa;
|
|
2187
2150
|
display: flex;
|
|
2188
2151
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2191,7 +2154,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2191
2154
|
width: 260px;
|
|
2192
2155
|
height: 100%;
|
|
2193
2156
|
}
|
|
2194
|
-
.chat-embed__main[data-v-
|
|
2157
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2195
2158
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2196
2159
|
box-sizing: border-box;
|
|
2197
2160
|
overflow: hidden;
|
|
@@ -2202,7 +2165,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2202
2165
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2203
2166
|
overflow: hidden; /* 防止内容溢出 */
|
|
2204
2167
|
}
|
|
2205
|
-
.chat-embed__main_content[data-v-
|
|
2168
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2206
2169
|
flex: 1;
|
|
2207
2170
|
box-sizing: border-box;
|
|
2208
2171
|
min-height: 0;
|
|
@@ -2210,21 +2173,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2210
2173
|
/* overflow-y: auto;
|
|
2211
2174
|
margin-bottom: 12px; */
|
|
2212
2175
|
}
|
|
2213
|
-
.chat-embed__input_container[data-v-
|
|
2176
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2214
2177
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2215
2178
|
/* margin-bottom: 50px; 距离底部 */
|
|
2216
2179
|
}
|
|
2217
|
-
.header-icon[data-v-
|
|
2180
|
+
.header-icon[data-v-e9aa835d] {
|
|
2218
2181
|
cursor: pointer;
|
|
2219
2182
|
font-size: 20px;
|
|
2220
2183
|
}
|
|
2221
2184
|
|
|
2222
2185
|
/* 聊天默认推荐内容样式
|
|
2223
2186
|
*/
|
|
2224
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2187
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2225
2188
|
margin-top: 5px;
|
|
2226
2189
|
}
|
|
2227
|
-
.content-container[data-v-
|
|
2190
|
+
.content-container[data-v-e9aa835d] {
|
|
2228
2191
|
padding: 16px;
|
|
2229
2192
|
border-radius: 4px;
|
|
2230
2193
|
background: #ffffff;
|
|
@@ -2232,7 +2195,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2232
2195
|
border-radius: 0px 30px 30px 30px;
|
|
2233
2196
|
/* opacity: 0.6; */
|
|
2234
2197
|
}
|
|
2235
|
-
.chat-content-font[data-v-
|
|
2198
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2236
2199
|
font-family: PingFang SC, PingFang SC;
|
|
2237
2200
|
font-weight: 500;
|
|
2238
2201
|
font-size: 16px;
|
|
@@ -2242,10 +2205,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2242
2205
|
font-style: normal;
|
|
2243
2206
|
text-transform: none;
|
|
2244
2207
|
}
|
|
2245
|
-
[data-v-
|
|
2208
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2246
2209
|
border: none !important;
|
|
2247
2210
|
}
|
|
2248
|
-
.content-container-header[data-v-
|
|
2211
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2249
2212
|
font-size: 12px;
|
|
2250
2213
|
color: #909399;
|
|
2251
2214
|
}
|
|
@@ -2253,28 +2216,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2253
2216
|
/**
|
|
2254
2217
|
// 用户消息
|
|
2255
2218
|
*/
|
|
2256
|
-
.content-borderless-container[data-v-
|
|
2219
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2257
2220
|
background: #e1ecfd;
|
|
2258
2221
|
border-radius: 20px 0px 20px 20px;
|
|
2259
2222
|
user-select: none;
|
|
2260
2223
|
padding: 12px;
|
|
2261
2224
|
cursor: pointer;
|
|
2262
2225
|
transition: background-color 0.3s;
|
|
2263
|
-
&[data-v-
|
|
2226
|
+
&[data-v-e9aa835d]:hover {
|
|
2264
2227
|
background-color: #ebeef5;
|
|
2265
2228
|
}
|
|
2266
2229
|
}
|
|
2267
|
-
.footer-container[data-v-
|
|
2268
|
-
[data-v-
|
|
2230
|
+
.footer-container[data-v-e9aa835d] {
|
|
2231
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2269
2232
|
margin-left: 8px;
|
|
2270
2233
|
}
|
|
2271
2234
|
}
|
|
2272
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2235
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2273
2236
|
padding: 0;
|
|
2274
2237
|
}
|
|
2275
2238
|
|
|
2276
2239
|
/* 引用文件样式 */
|
|
2277
|
-
.doc-agg-item[data-v-
|
|
2240
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2278
2241
|
width: 100%;
|
|
2279
2242
|
padding: 10px;
|
|
2280
2243
|
margin-bottom: 5px;
|
|
@@ -2284,111 +2247,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2284
2247
|
font-size: 12px;
|
|
2285
2248
|
color: var(--el-color-primary);
|
|
2286
2249
|
}
|
|
2287
|
-
.elx-xmarkdown-container[data-v-
|
|
2288
|
-
padding: 0;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2299
|
-
display: flex;
|
|
2300
|
-
align-items: center;
|
|
2301
|
-
flex-shrink: 0;
|
|
2302
|
-
min-width: max-content;
|
|
2303
|
-
margin-left: auto;
|
|
2304
|
-
gap: 10px;
|
|
2305
|
-
}
|
|
2306
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2307
|
-
display: inline-block;
|
|
2308
|
-
width: 12px;
|
|
2309
|
-
height: 12px;
|
|
2310
|
-
background-repeat: no-repeat;
|
|
2311
|
-
background-position: center;
|
|
2312
|
-
background-size: 100%;
|
|
2313
|
-
cursor: pointer;
|
|
2314
|
-
}
|
|
2315
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2316
|
-
margin-left: 5px;
|
|
2317
|
-
}
|
|
2318
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2319
|
-
display: flex;
|
|
2320
|
-
flex-direction: column;
|
|
2321
|
-
padding: 16px;
|
|
2322
|
-
}
|
|
2323
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2324
|
-
border-bottom-color: #ffffff !important;
|
|
2325
|
-
}
|
|
2326
|
-
[data-v-0b0c189e] .el-sender {
|
|
2327
|
-
background: #ffffff !important;
|
|
2328
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2329
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2330
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2331
|
-
font-weight: 400;
|
|
2332
|
-
font-size: 16px;
|
|
2333
|
-
color: #bbbbbb;
|
|
2334
|
-
text-align: left;
|
|
2335
|
-
font-style: normal;
|
|
2336
|
-
text-transform: none;
|
|
2337
|
-
}
|
|
2338
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2339
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2340
|
-
font-weight: 400 !important;
|
|
2341
|
-
font-size: 16px !important;
|
|
2342
|
-
line-height: 21px !important;
|
|
2343
|
-
font-style: normal !important;
|
|
2344
|
-
text-transform: none !important;
|
|
2345
|
-
}
|
|
2346
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2347
|
-
padding: 16px !important;
|
|
2348
|
-
}
|
|
2349
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2350
|
-
border-radius: 100px 100px 100px 100px;
|
|
2351
|
-
border: 1px solid #dcdfe6;
|
|
2352
|
-
}
|
|
2353
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2354
|
-
padding: 12px;
|
|
2355
|
-
font-family: PingFang SC, PingFang SC;
|
|
2356
|
-
font-weight: 400;
|
|
2357
|
-
font-size: 14px;
|
|
2358
|
-
color: #808080;
|
|
2359
|
-
line-height: 21px;
|
|
2360
|
-
font-style: normal;
|
|
2361
|
-
text-align: center;
|
|
2362
|
-
}
|
|
2363
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2364
|
-
border-radius: 50% !important;
|
|
2365
|
-
padding: 8px;
|
|
2366
|
-
width: 32px;
|
|
2367
|
-
}
|
|
2368
|
-
.send-icon[data-v-0b0c189e] {
|
|
2369
|
-
cursor: pointer;
|
|
2370
|
-
}
|
|
2371
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2372
|
-
margin: 0 0;
|
|
2373
|
-
}[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 {
|
|
2250
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2251
|
+
padding: 0;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2255
|
+
width: 100%;
|
|
2256
|
+
height: 100%;
|
|
2257
|
+
border: none;
|
|
2258
|
+
opacity: 1;
|
|
2259
|
+
}
|
|
2260
|
+
[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 {
|
|
2374
2261
|
user-select: text !important;
|
|
2375
2262
|
-webkit-user-select: text !important;
|
|
2376
2263
|
-moz-user-select: text !important;
|
|
2377
2264
|
-ms-user-select: text !important;
|
|
2378
2265
|
}
|
|
2379
|
-
.slide-up-enter-active[data-v-
|
|
2380
|
-
.slide-up-leave-active[data-v-
|
|
2266
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2267
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2381
2268
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2382
2269
|
}
|
|
2383
|
-
.slide-up-enter-from[data-v-
|
|
2384
|
-
.slide-up-leave-to[data-v-
|
|
2270
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2271
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2385
2272
|
transform: translateY(100%);
|
|
2386
2273
|
}
|
|
2387
2274
|
|
|
2388
2275
|
/**
|
|
2389
2276
|
* 聊天窗口的样式设置
|
|
2390
2277
|
*/
|
|
2391
|
-
.chat-container[data-v-
|
|
2278
|
+
.chat-container[data-v-bc196b97] {
|
|
2392
2279
|
--header-height: 56px;
|
|
2393
2280
|
--chat-padding: 12px;
|
|
2394
2281
|
--bubble-content-max-width: 0px;
|
|
@@ -2400,25 +2287,25 @@ h4[data-v-0b0c189e] {
|
|
|
2400
2287
|
flex-direction: row; /* 横向排列 */
|
|
2401
2288
|
height: 100%; /* 父容器高度 */
|
|
2402
2289
|
}
|
|
2403
|
-
.small-window[data-v-
|
|
2290
|
+
.small-window[data-v-bc196b97] {
|
|
2404
2291
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2405
2292
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2406
2293
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2407
2294
|
border-radius: 8px;
|
|
2408
2295
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2409
2296
|
}
|
|
2410
|
-
.full-screen[data-v-
|
|
2297
|
+
.full-screen[data-v-bc196b97] {
|
|
2411
2298
|
right: 0;
|
|
2412
2299
|
bottom: 0;
|
|
2413
2300
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2414
2301
|
}
|
|
2415
|
-
.chat-container > *[data-v-
|
|
2302
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2416
2303
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2417
2304
|
}
|
|
2418
2305
|
|
|
2419
2306
|
/* 聊天窗口的头部样式设置
|
|
2420
2307
|
*/
|
|
2421
|
-
.chat-embed__header_container[data-v-
|
|
2308
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2422
2309
|
/* border-bottom: 1px solid #ddd; */
|
|
2423
2310
|
display: flex;
|
|
2424
2311
|
align-items: center;
|
|
@@ -2428,7 +2315,7 @@ h4[data-v-0b0c189e] {
|
|
|
2428
2315
|
overflow: hidden;
|
|
2429
2316
|
position: relative;
|
|
2430
2317
|
}
|
|
2431
|
-
.session-subject[data-v-
|
|
2318
|
+
.session-subject[data-v-bc196b97] {
|
|
2432
2319
|
display: block;
|
|
2433
2320
|
margin: 0 auto;
|
|
2434
2321
|
text-align: center;
|
|
@@ -2443,17 +2330,17 @@ h4[data-v-0b0c189e] {
|
|
|
2443
2330
|
|
|
2444
2331
|
/* 聊天窗口的头部图标样式设置
|
|
2445
2332
|
*/
|
|
2446
|
-
.chat-embed__header_avatar[data-v-
|
|
2333
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2447
2334
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2448
2335
|
margin-right: var(--chat-padding);
|
|
2449
2336
|
}
|
|
2450
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2337
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2451
2338
|
right: 20px;
|
|
2452
2339
|
position: absolute;
|
|
2453
2340
|
gap: 28px;
|
|
2454
2341
|
display: flex;
|
|
2455
2342
|
}
|
|
2456
|
-
.chat-embed__sidebar[data-v-
|
|
2343
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2457
2344
|
background: #f6f7fa;
|
|
2458
2345
|
display: flex;
|
|
2459
2346
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2462,7 +2349,7 @@ h4[data-v-0b0c189e] {
|
|
|
2462
2349
|
width: 260px;
|
|
2463
2350
|
height: 100%;
|
|
2464
2351
|
}
|
|
2465
|
-
.chat-embed__main[data-v-
|
|
2352
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2466
2353
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2467
2354
|
box-sizing: border-box;
|
|
2468
2355
|
overflow: hidden;
|
|
@@ -2473,7 +2360,7 @@ h4[data-v-0b0c189e] {
|
|
|
2473
2360
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2474
2361
|
overflow: hidden; /* 防止内容溢出 */
|
|
2475
2362
|
}
|
|
2476
|
-
.chat-embed__main_content[data-v-
|
|
2363
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2477
2364
|
flex: 1;
|
|
2478
2365
|
box-sizing: border-box;
|
|
2479
2366
|
min-height: 0;
|
|
@@ -2481,21 +2368,21 @@ h4[data-v-0b0c189e] {
|
|
|
2481
2368
|
/* overflow-y: auto;
|
|
2482
2369
|
margin-bottom: 12px; */
|
|
2483
2370
|
}
|
|
2484
|
-
.chat-embed__input_container[data-v-
|
|
2371
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2485
2372
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2486
2373
|
/* margin-bottom: 50px; 距离底部 */
|
|
2487
2374
|
}
|
|
2488
|
-
.header-icon[data-v-
|
|
2375
|
+
.header-icon[data-v-bc196b97] {
|
|
2489
2376
|
cursor: pointer;
|
|
2490
2377
|
font-size: 20px;
|
|
2491
2378
|
}
|
|
2492
2379
|
|
|
2493
2380
|
/* 聊天默认推荐内容样式
|
|
2494
2381
|
*/
|
|
2495
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2382
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2496
2383
|
margin-top: 5px;
|
|
2497
2384
|
}
|
|
2498
|
-
.content-container[data-v-
|
|
2385
|
+
.content-container[data-v-bc196b97] {
|
|
2499
2386
|
padding: 16px;
|
|
2500
2387
|
border-radius: 4px;
|
|
2501
2388
|
background: #ffffff;
|
|
@@ -2503,7 +2390,7 @@ h4[data-v-0b0c189e] {
|
|
|
2503
2390
|
border-radius: 0px 30px 30px 30px;
|
|
2504
2391
|
/* opacity: 0.6; */
|
|
2505
2392
|
}
|
|
2506
|
-
.chat-content-font[data-v-
|
|
2393
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2507
2394
|
font-family: PingFang SC, PingFang SC;
|
|
2508
2395
|
font-weight: 500;
|
|
2509
2396
|
font-size: 16px;
|
|
@@ -2513,10 +2400,10 @@ h4[data-v-0b0c189e] {
|
|
|
2513
2400
|
font-style: normal;
|
|
2514
2401
|
text-transform: none;
|
|
2515
2402
|
}
|
|
2516
|
-
[data-v-
|
|
2403
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2517
2404
|
border: none !important;
|
|
2518
2405
|
}
|
|
2519
|
-
.content-container-header[data-v-
|
|
2406
|
+
.content-container-header[data-v-bc196b97] {
|
|
2520
2407
|
font-size: 12px;
|
|
2521
2408
|
color: #909399;
|
|
2522
2409
|
}
|
|
@@ -2524,28 +2411,28 @@ h4[data-v-0b0c189e] {
|
|
|
2524
2411
|
/**
|
|
2525
2412
|
// 用户消息
|
|
2526
2413
|
*/
|
|
2527
|
-
.content-borderless-container[data-v-
|
|
2414
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2528
2415
|
background: #e1ecfd;
|
|
2529
2416
|
border-radius: 20px 0px 20px 20px;
|
|
2530
2417
|
user-select: none;
|
|
2531
2418
|
padding: 12px;
|
|
2532
2419
|
cursor: pointer;
|
|
2533
2420
|
transition: background-color 0.3s;
|
|
2534
|
-
&[data-v-
|
|
2421
|
+
&[data-v-bc196b97]:hover {
|
|
2535
2422
|
background-color: #ebeef5;
|
|
2536
2423
|
}
|
|
2537
2424
|
}
|
|
2538
|
-
.footer-container[data-v-
|
|
2539
|
-
[data-v-
|
|
2425
|
+
.footer-container[data-v-bc196b97] {
|
|
2426
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2540
2427
|
margin-left: 8px;
|
|
2541
2428
|
}
|
|
2542
2429
|
}
|
|
2543
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2430
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2544
2431
|
padding: 0;
|
|
2545
2432
|
}
|
|
2546
2433
|
|
|
2547
2434
|
/* 引用文件样式 */
|
|
2548
|
-
.doc-agg-item[data-v-
|
|
2435
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2549
2436
|
width: 100%;
|
|
2550
2437
|
padding: 10px;
|
|
2551
2438
|
margin-bottom: 5px;
|
|
@@ -2555,35 +2442,28 @@ h4[data-v-0b0c189e] {
|
|
|
2555
2442
|
font-size: 12px;
|
|
2556
2443
|
color: var(--el-color-primary);
|
|
2557
2444
|
}
|
|
2558
|
-
.elx-xmarkdown-container[data-v-
|
|
2445
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2559
2446
|
padding: 0;
|
|
2560
2447
|
}
|
|
2561
|
-
|
|
2562
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2563
|
-
width: 100%;
|
|
2564
|
-
height: 100%;
|
|
2565
|
-
border: none;
|
|
2566
|
-
opacity: 1;
|
|
2567
|
-
}
|
|
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 {
|
|
2448
|
+
[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
2449
|
user-select: text !important;
|
|
2570
2450
|
-webkit-user-select: text !important;
|
|
2571
2451
|
-moz-user-select: text !important;
|
|
2572
2452
|
-ms-user-select: text !important;
|
|
2573
2453
|
}
|
|
2574
|
-
.slide-up-enter-active[data-v-
|
|
2575
|
-
.slide-up-leave-active[data-v-
|
|
2454
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2455
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2576
2456
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2577
2457
|
}
|
|
2578
|
-
.slide-up-enter-from[data-v-
|
|
2579
|
-
.slide-up-leave-to[data-v-
|
|
2458
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2459
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2580
2460
|
transform: translateY(100%);
|
|
2581
2461
|
}
|
|
2582
2462
|
|
|
2583
2463
|
/**
|
|
2584
2464
|
* 聊天窗口的样式设置
|
|
2585
2465
|
*/
|
|
2586
|
-
.chat-container[data-v-
|
|
2466
|
+
.chat-container[data-v-0b0c189e] {
|
|
2587
2467
|
--header-height: 56px;
|
|
2588
2468
|
--chat-padding: 12px;
|
|
2589
2469
|
--bubble-content-max-width: 0px;
|
|
@@ -2595,25 +2475,25 @@ h4[data-v-0b0c189e] {
|
|
|
2595
2475
|
flex-direction: row; /* 横向排列 */
|
|
2596
2476
|
height: 100%; /* 父容器高度 */
|
|
2597
2477
|
}
|
|
2598
|
-
.small-window[data-v-
|
|
2478
|
+
.small-window[data-v-0b0c189e] {
|
|
2599
2479
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2600
2480
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2601
2481
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2602
2482
|
border-radius: 8px;
|
|
2603
2483
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2604
2484
|
}
|
|
2605
|
-
.full-screen[data-v-
|
|
2485
|
+
.full-screen[data-v-0b0c189e] {
|
|
2606
2486
|
right: 0;
|
|
2607
2487
|
bottom: 0;
|
|
2608
2488
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2609
2489
|
}
|
|
2610
|
-
.chat-container > *[data-v-
|
|
2490
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2611
2491
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2612
2492
|
}
|
|
2613
2493
|
|
|
2614
2494
|
/* 聊天窗口的头部样式设置
|
|
2615
2495
|
*/
|
|
2616
|
-
.chat-embed__header_container[data-v-
|
|
2496
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2617
2497
|
/* border-bottom: 1px solid #ddd; */
|
|
2618
2498
|
display: flex;
|
|
2619
2499
|
align-items: center;
|
|
@@ -2623,7 +2503,7 @@ h4[data-v-0b0c189e] {
|
|
|
2623
2503
|
overflow: hidden;
|
|
2624
2504
|
position: relative;
|
|
2625
2505
|
}
|
|
2626
|
-
.session-subject[data-v-
|
|
2506
|
+
.session-subject[data-v-0b0c189e] {
|
|
2627
2507
|
display: block;
|
|
2628
2508
|
margin: 0 auto;
|
|
2629
2509
|
text-align: center;
|
|
@@ -2638,17 +2518,17 @@ h4[data-v-0b0c189e] {
|
|
|
2638
2518
|
|
|
2639
2519
|
/* 聊天窗口的头部图标样式设置
|
|
2640
2520
|
*/
|
|
2641
|
-
.chat-embed__header_avatar[data-v-
|
|
2521
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2642
2522
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2643
2523
|
margin-right: var(--chat-padding);
|
|
2644
2524
|
}
|
|
2645
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2525
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2646
2526
|
right: 20px;
|
|
2647
2527
|
position: absolute;
|
|
2648
2528
|
gap: 28px;
|
|
2649
2529
|
display: flex;
|
|
2650
2530
|
}
|
|
2651
|
-
.chat-embed__sidebar[data-v-
|
|
2531
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2652
2532
|
background: #f6f7fa;
|
|
2653
2533
|
display: flex;
|
|
2654
2534
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2657,7 +2537,7 @@ h4[data-v-0b0c189e] {
|
|
|
2657
2537
|
width: 260px;
|
|
2658
2538
|
height: 100%;
|
|
2659
2539
|
}
|
|
2660
|
-
.chat-embed__main[data-v-
|
|
2540
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2661
2541
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2662
2542
|
box-sizing: border-box;
|
|
2663
2543
|
overflow: hidden;
|
|
@@ -2668,7 +2548,7 @@ h4[data-v-0b0c189e] {
|
|
|
2668
2548
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2669
2549
|
overflow: hidden; /* 防止内容溢出 */
|
|
2670
2550
|
}
|
|
2671
|
-
.chat-embed__main_content[data-v-
|
|
2551
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2672
2552
|
flex: 1;
|
|
2673
2553
|
box-sizing: border-box;
|
|
2674
2554
|
min-height: 0;
|
|
@@ -2676,21 +2556,21 @@ h4[data-v-0b0c189e] {
|
|
|
2676
2556
|
/* overflow-y: auto;
|
|
2677
2557
|
margin-bottom: 12px; */
|
|
2678
2558
|
}
|
|
2679
|
-
.chat-embed__input_container[data-v-
|
|
2559
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2680
2560
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2681
2561
|
/* margin-bottom: 50px; 距离底部 */
|
|
2682
2562
|
}
|
|
2683
|
-
.header-icon[data-v-
|
|
2563
|
+
.header-icon[data-v-0b0c189e] {
|
|
2684
2564
|
cursor: pointer;
|
|
2685
2565
|
font-size: 20px;
|
|
2686
2566
|
}
|
|
2687
2567
|
|
|
2688
2568
|
/* 聊天默认推荐内容样式
|
|
2689
2569
|
*/
|
|
2690
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2570
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2691
2571
|
margin-top: 5px;
|
|
2692
2572
|
}
|
|
2693
|
-
.content-container[data-v-
|
|
2573
|
+
.content-container[data-v-0b0c189e] {
|
|
2694
2574
|
padding: 16px;
|
|
2695
2575
|
border-radius: 4px;
|
|
2696
2576
|
background: #ffffff;
|
|
@@ -2698,7 +2578,7 @@ h4[data-v-0b0c189e] {
|
|
|
2698
2578
|
border-radius: 0px 30px 30px 30px;
|
|
2699
2579
|
/* opacity: 0.6; */
|
|
2700
2580
|
}
|
|
2701
|
-
.chat-content-font[data-v-
|
|
2581
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2702
2582
|
font-family: PingFang SC, PingFang SC;
|
|
2703
2583
|
font-weight: 500;
|
|
2704
2584
|
font-size: 16px;
|
|
@@ -2708,10 +2588,10 @@ h4[data-v-0b0c189e] {
|
|
|
2708
2588
|
font-style: normal;
|
|
2709
2589
|
text-transform: none;
|
|
2710
2590
|
}
|
|
2711
|
-
[data-v-
|
|
2591
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2712
2592
|
border: none !important;
|
|
2713
2593
|
}
|
|
2714
|
-
.content-container-header[data-v-
|
|
2594
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2715
2595
|
font-size: 12px;
|
|
2716
2596
|
color: #909399;
|
|
2717
2597
|
}
|
|
@@ -2719,28 +2599,28 @@ h4[data-v-0b0c189e] {
|
|
|
2719
2599
|
/**
|
|
2720
2600
|
// 用户消息
|
|
2721
2601
|
*/
|
|
2722
|
-
.content-borderless-container[data-v-
|
|
2602
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2723
2603
|
background: #e1ecfd;
|
|
2724
2604
|
border-radius: 20px 0px 20px 20px;
|
|
2725
2605
|
user-select: none;
|
|
2726
2606
|
padding: 12px;
|
|
2727
2607
|
cursor: pointer;
|
|
2728
2608
|
transition: background-color 0.3s;
|
|
2729
|
-
&[data-v-
|
|
2609
|
+
&[data-v-0b0c189e]:hover {
|
|
2730
2610
|
background-color: #ebeef5;
|
|
2731
2611
|
}
|
|
2732
2612
|
}
|
|
2733
|
-
.footer-container[data-v-
|
|
2734
|
-
[data-v-
|
|
2613
|
+
.footer-container[data-v-0b0c189e] {
|
|
2614
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2735
2615
|
margin-left: 8px;
|
|
2736
2616
|
}
|
|
2737
2617
|
}
|
|
2738
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2618
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2739
2619
|
padding: 0;
|
|
2740
2620
|
}
|
|
2741
2621
|
|
|
2742
2622
|
/* 引用文件样式 */
|
|
2743
|
-
.doc-agg-item[data-v-
|
|
2623
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2744
2624
|
width: 100%;
|
|
2745
2625
|
padding: 10px;
|
|
2746
2626
|
margin-bottom: 5px;
|
|
@@ -2750,8 +2630,112 @@ h4[data-v-0b0c189e] {
|
|
|
2750
2630
|
font-size: 12px;
|
|
2751
2631
|
color: var(--el-color-primary);
|
|
2752
2632
|
}
|
|
2753
|
-
.elx-xmarkdown-container[data-v-
|
|
2633
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2754
2634
|
padding: 0;
|
|
2635
|
+
}
|
|
2636
|
+
h4[data-v-0b0c189e] {
|
|
2637
|
+
font-size: 16px;
|
|
2638
|
+
margin-top: 0px;
|
|
2639
|
+
margin-bottom: 0px;
|
|
2640
|
+
}
|
|
2641
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2642
|
+
margin: 5px 0;
|
|
2643
|
+
}
|
|
2644
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2645
|
+
display: flex;
|
|
2646
|
+
align-items: center;
|
|
2647
|
+
flex-shrink: 0;
|
|
2648
|
+
min-width: max-content;
|
|
2649
|
+
margin-left: auto;
|
|
2650
|
+
gap: 10px;
|
|
2651
|
+
}
|
|
2652
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2653
|
+
display: inline-block;
|
|
2654
|
+
width: 12px;
|
|
2655
|
+
height: 12px;
|
|
2656
|
+
background-repeat: no-repeat;
|
|
2657
|
+
background-position: center;
|
|
2658
|
+
background-size: 100%;
|
|
2659
|
+
cursor: pointer;
|
|
2660
|
+
}
|
|
2661
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2662
|
+
margin-left: 5px;
|
|
2663
|
+
}
|
|
2664
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2665
|
+
display: flex;
|
|
2666
|
+
flex-direction: column;
|
|
2667
|
+
padding: 16px;
|
|
2668
|
+
}
|
|
2669
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2670
|
+
border-bottom-color: #ffffff !important;
|
|
2671
|
+
}
|
|
2672
|
+
[data-v-0b0c189e] .el-sender {
|
|
2673
|
+
background: #ffffff !important;
|
|
2674
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2675
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2676
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2677
|
+
font-weight: 400;
|
|
2678
|
+
font-size: 16px;
|
|
2679
|
+
color: #bbbbbb;
|
|
2680
|
+
text-align: left;
|
|
2681
|
+
font-style: normal;
|
|
2682
|
+
text-transform: none;
|
|
2683
|
+
}
|
|
2684
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2685
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2686
|
+
font-weight: 400 !important;
|
|
2687
|
+
font-size: 16px !important;
|
|
2688
|
+
line-height: 21px !important;
|
|
2689
|
+
font-style: normal !important;
|
|
2690
|
+
text-transform: none !important;
|
|
2691
|
+
}
|
|
2692
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2693
|
+
padding: 16px !important;
|
|
2694
|
+
}
|
|
2695
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2696
|
+
border-radius: 100px 100px 100px 100px;
|
|
2697
|
+
border: 1px solid #dcdfe6;
|
|
2698
|
+
}
|
|
2699
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2700
|
+
padding: 12px;
|
|
2701
|
+
font-family: PingFang SC, PingFang SC;
|
|
2702
|
+
font-weight: 400;
|
|
2703
|
+
font-size: 14px;
|
|
2704
|
+
color: #808080;
|
|
2705
|
+
line-height: 21px;
|
|
2706
|
+
font-style: normal;
|
|
2707
|
+
text-align: center;
|
|
2708
|
+
}
|
|
2709
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2710
|
+
border-radius: 50% !important;
|
|
2711
|
+
padding: 8px;
|
|
2712
|
+
width: 32px;
|
|
2713
|
+
}
|
|
2714
|
+
.send-icon[data-v-0b0c189e] {
|
|
2715
|
+
cursor: pointer;
|
|
2716
|
+
}
|
|
2717
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2718
|
+
margin: 0 0;
|
|
2719
|
+
}
|
|
2720
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2721
|
+
display: flex;
|
|
2722
|
+
align-items: center;
|
|
2723
|
+
justify-content: space-between;
|
|
2724
|
+
gap: 10px;
|
|
2725
|
+
width: 100%;
|
|
2726
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2727
|
+
font-size: 10px;
|
|
2728
|
+
color: #999;
|
|
2729
|
+
margin-top: 3px;
|
|
2730
|
+
flex-shrink: 0;
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2734
|
+
display: flex;
|
|
2735
|
+
gap: 8px;
|
|
2736
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2737
|
+
margin-left: 0;
|
|
2738
|
+
}
|
|
2755
2739
|
}
|
|
2756
2740
|
[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 {
|
|
2757
2741
|
user-select: text !important;
|
|
@@ -3042,6 +3026,22 @@ h4[data-v-0b0c189e] {
|
|
|
3042
3026
|
.history-item[data-v-1e62eff8]:hover {
|
|
3043
3027
|
background-color: #f5f5f5;
|
|
3044
3028
|
}
|
|
3029
|
+
|
|
3030
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
3031
|
+
display: flex;
|
|
3032
|
+
align-items: center;
|
|
3033
|
+
flex-shrink: 0;
|
|
3034
|
+
min-width: max-content;
|
|
3035
|
+
margin-left: auto;
|
|
3036
|
+
gap: 10px;
|
|
3037
|
+
}
|
|
3038
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
3039
|
+
display: flex;
|
|
3040
|
+
align-items: center;
|
|
3041
|
+
justify-content: center;
|
|
3042
|
+
margin-top: 10px;
|
|
3043
|
+
gap: 10px;
|
|
3044
|
+
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3047
|
.mobile-item-action[data-v-13b41596] {
|