agilebuilder-ui 1.1.65-tmp22 → 1.1.65-tmp23
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/dist/index.full.min.js +1 -1
- package/es/index.mjs +5 -4
- package/es/style.css +798 -798
- package/lib/index.cjs +4 -4
- package/lib/style.css +797 -797
- package/package.json +1 -1
- package/vite.config.js +0 -45
package/es/style.css
CHANGED
|
@@ -141,15 +141,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
141
141
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
142
142
|
color: #97a8be;
|
|
143
143
|
cursor: text;
|
|
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
|
-
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
144
|
+
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
153
145
|
padding: 2px 0 !important;
|
|
154
146
|
}
|
|
155
147
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -293,11 +285,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
293
285
|
flex-wrap: wrap;
|
|
294
286
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
295
287
|
}
|
|
296
|
-
.
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
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;
|
|
301
294
|
}
|
|
302
295
|
|
|
303
296
|
.searchResult[data-v-22410ec9] {
|
|
@@ -331,92 +324,17 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
324
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
325
|
display: inline-block;
|
|
333
326
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
327
|
+
.searchResult {
|
|
328
|
+
color: red;
|
|
329
|
+
}
|
|
330
|
+
.inline-input-custom {
|
|
331
|
+
width: 90%;
|
|
336
332
|
}
|
|
337
333
|
|
|
338
|
-
.
|
|
339
|
-
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
340
336
|
}
|
|
341
|
-
[data-v-
|
|
342
|
-
display: inline-block;
|
|
343
|
-
}
|
|
344
|
-
.fs-preview-container[data-v-2448d898] {
|
|
345
|
-
display: flex;
|
|
346
|
-
align-items: center;
|
|
347
|
-
gap: 5px;
|
|
348
|
-
justify-content: space-between;
|
|
349
|
-
}
|
|
350
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
351
|
-
display: flex;
|
|
352
|
-
align-items: center;
|
|
353
|
-
flex-shrink: 0;
|
|
354
|
-
min-width: max-content;
|
|
355
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
356
|
-
}
|
|
357
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
358
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
359
|
-
width: 30px;
|
|
360
|
-
height: 30px;
|
|
361
|
-
}
|
|
362
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
363
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
364
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
365
|
-
display: inline-block;
|
|
366
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
367
|
-
height: 1em !important;
|
|
368
|
-
line-height: 1em;
|
|
369
|
-
cursor: pointer;
|
|
370
|
-
}
|
|
371
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
372
|
-
overflow: hidden;
|
|
373
|
-
text-overflow: ellipsis;
|
|
374
|
-
white-space: nowrap;
|
|
375
|
-
}
|
|
376
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
377
|
-
margin-left: 5px;
|
|
378
|
-
}
|
|
379
|
-
.file-item[data-v-2448d898] {
|
|
380
|
-
display: flex;
|
|
381
|
-
align-items: center;
|
|
382
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
383
|
-
gap: 10px;
|
|
384
|
-
height: 40px;
|
|
385
|
-
padding: 10px;
|
|
386
|
-
border-radius: 8px;
|
|
387
|
-
transition: background-color 0.2s;
|
|
388
|
-
}
|
|
389
|
-
.file-item[data-v-2448d898]:hover {
|
|
390
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
391
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
392
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
393
|
-
outline: none;
|
|
394
|
-
}
|
|
395
|
-
.file-actions[data-v-2448d898] {
|
|
396
|
-
display: flex;
|
|
397
|
-
align-items: center;
|
|
398
|
-
gap: 5px;
|
|
399
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
400
|
-
}
|
|
401
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
402
|
-
margin-left: 5px;
|
|
403
|
-
}
|
|
404
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
405
|
-
margin-left: 5px;
|
|
406
|
-
}
|
|
407
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
408
|
-
margin-left: 5px;
|
|
409
|
-
}
|
|
410
|
-
.amb-iconfont[data-v-2448d898] {
|
|
411
|
-
color: var(--el-color-primary);
|
|
412
|
-
}
|
|
413
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
414
|
-
font-size: 14px !important;
|
|
415
|
-
}
|
|
416
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
417
|
-
padding: 5px 11px;
|
|
418
|
-
height: var(--el-button-size);
|
|
419
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
420
338
|
padding: 10px;
|
|
421
339
|
}
|
|
422
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -526,17 +444,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
444
|
font-size: 14px;
|
|
527
445
|
display: grid;
|
|
528
446
|
grid-template-columns: 20% 80%;
|
|
529
|
-
}.select[data-v-52983a24] {
|
|
530
|
-
width: 100%;
|
|
531
|
-
height: 100%;
|
|
532
|
-
display: grid;
|
|
533
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
534
|
-
align-items: center;
|
|
535
|
-
}
|
|
536
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
537
|
-
width: 100%;
|
|
538
|
-
height: 100%;
|
|
539
|
-
text-align: center;
|
|
540
447
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
541
448
|
width: 30px;
|
|
542
449
|
height: 30px;
|
|
@@ -566,6 +473,99 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
473
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
567
474
|
font-weight: 600;
|
|
568
475
|
margin-left: 4px;
|
|
476
|
+
}
|
|
477
|
+
.fs-preview-container[data-v-2448d898] {
|
|
478
|
+
display: flex;
|
|
479
|
+
align-items: center;
|
|
480
|
+
gap: 5px;
|
|
481
|
+
justify-content: space-between;
|
|
482
|
+
}
|
|
483
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
484
|
+
display: flex;
|
|
485
|
+
align-items: center;
|
|
486
|
+
flex-shrink: 0;
|
|
487
|
+
min-width: max-content;
|
|
488
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
489
|
+
}
|
|
490
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
491
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
492
|
+
width: 30px;
|
|
493
|
+
height: 30px;
|
|
494
|
+
}
|
|
495
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
496
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
497
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
498
|
+
display: inline-block;
|
|
499
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
500
|
+
height: 1em !important;
|
|
501
|
+
line-height: 1em;
|
|
502
|
+
cursor: pointer;
|
|
503
|
+
}
|
|
504
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
505
|
+
overflow: hidden;
|
|
506
|
+
text-overflow: ellipsis;
|
|
507
|
+
white-space: nowrap;
|
|
508
|
+
}
|
|
509
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
510
|
+
margin-left: 5px;
|
|
511
|
+
}
|
|
512
|
+
.file-item[data-v-2448d898] {
|
|
513
|
+
display: flex;
|
|
514
|
+
align-items: center;
|
|
515
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
516
|
+
gap: 10px;
|
|
517
|
+
height: 40px;
|
|
518
|
+
padding: 10px;
|
|
519
|
+
border-radius: 8px;
|
|
520
|
+
transition: background-color 0.2s;
|
|
521
|
+
}
|
|
522
|
+
.file-item[data-v-2448d898]:hover {
|
|
523
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
524
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
525
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
526
|
+
outline: none;
|
|
527
|
+
}
|
|
528
|
+
.file-actions[data-v-2448d898] {
|
|
529
|
+
display: flex;
|
|
530
|
+
align-items: center;
|
|
531
|
+
gap: 5px;
|
|
532
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
533
|
+
}
|
|
534
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
535
|
+
margin-left: 5px;
|
|
536
|
+
}
|
|
537
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
538
|
+
margin-left: 5px;
|
|
539
|
+
}
|
|
540
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
541
|
+
margin-left: 5px;
|
|
542
|
+
}
|
|
543
|
+
.amb-iconfont[data-v-2448d898] {
|
|
544
|
+
color: var(--el-color-primary);
|
|
545
|
+
}
|
|
546
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
547
|
+
font-size: 14px !important;
|
|
548
|
+
}
|
|
549
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
550
|
+
padding: 5px 11px;
|
|
551
|
+
height: var(--el-button-size);
|
|
552
|
+
}.select[data-v-52983a24] {
|
|
553
|
+
width: 100%;
|
|
554
|
+
height: 100%;
|
|
555
|
+
display: grid;
|
|
556
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
557
|
+
align-items: center;
|
|
558
|
+
}
|
|
559
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
560
|
+
width: 100%;
|
|
561
|
+
height: 100%;
|
|
562
|
+
text-align: center;
|
|
563
|
+
}
|
|
564
|
+
.select-top-span {
|
|
565
|
+
width: 100%;
|
|
566
|
+
}
|
|
567
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
568
|
+
display: inline-block;
|
|
569
569
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
570
570
|
transform: translate(-50%, -50%);
|
|
571
571
|
position: absolute;
|
|
@@ -854,143 +854,23 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
854
854
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
855
855
|
color: #409eff;
|
|
856
856
|
}
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
.organization-tree .el-tree {
|
|
862
|
-
font-size: 17px;
|
|
863
|
-
font-weight: 700;
|
|
864
|
-
}
|
|
865
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
866
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
867
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
868
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
869
|
-
font-size: 17px;
|
|
870
|
-
font-weight: 700;
|
|
871
|
-
}
|
|
872
|
-
.organization-tree .el-card__body {
|
|
873
|
-
padding-top: 10px;
|
|
874
|
-
}
|
|
875
|
-
.organization-tree .card-content {
|
|
876
|
-
margin-top: 10px;
|
|
857
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
858
|
+
position: relative;
|
|
859
|
+
height: 100%;
|
|
860
|
+
width: 100%;
|
|
877
861
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
862
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
863
|
+
position: fixed;
|
|
864
|
+
top: 0;
|
|
880
865
|
}
|
|
881
|
-
.
|
|
882
|
-
|
|
866
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
867
|
+
background: #000;
|
|
868
|
+
opacity: 0.3;
|
|
883
869
|
width: 100%;
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
.organization-tree .item-side {
|
|
890
|
-
flex: 0 0 10%;
|
|
891
|
-
text-align: right;
|
|
892
|
-
}
|
|
893
|
-
.organization-tree .el-tree-node {
|
|
894
|
-
margin-bottom: 10px;
|
|
895
|
-
}
|
|
896
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
897
|
-
padding: 0;
|
|
898
|
-
display: none;
|
|
899
|
-
}
|
|
900
|
-
.organization-tree .card-footer {
|
|
901
|
-
padding: 20px;
|
|
902
|
-
}
|
|
903
|
-
.organization-tree .card-footer .select-result {
|
|
904
|
-
color: #409eff;
|
|
905
|
-
flex: 1 1 75%;
|
|
906
|
-
text-align: left;
|
|
907
|
-
}
|
|
908
|
-
.organization-tree .card-footer .button-area {
|
|
909
|
-
flex: 0 0 20%;
|
|
910
|
-
text-align: right;
|
|
911
|
-
}
|
|
912
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
913
|
-
color: #409eff;
|
|
914
|
-
}
|
|
915
|
-
.super-icon[data-v-875fd31c] {
|
|
916
|
-
width: 1em;
|
|
917
|
-
height: 1em;
|
|
918
|
-
font-size: 14px;
|
|
919
|
-
}
|
|
920
|
-
.organization-tree,
|
|
921
|
-
.organization-tree .el-checkbox__label,
|
|
922
|
-
.organization-tree .el-breadcrumb__inner,
|
|
923
|
-
.organization-tree .el-tree {
|
|
924
|
-
font-size: 17px;
|
|
925
|
-
font-weight: 700;
|
|
926
|
-
}
|
|
927
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
928
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
929
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
930
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
931
|
-
font-size: 17px;
|
|
932
|
-
font-weight: 700;
|
|
933
|
-
}
|
|
934
|
-
.organization-tree .el-card__body {
|
|
935
|
-
padding-top: 10px;
|
|
936
|
-
}
|
|
937
|
-
.organization-tree .card-content {
|
|
938
|
-
margin-top: 10px;
|
|
939
|
-
}
|
|
940
|
-
.organization-tree .item-row-all {
|
|
941
|
-
margin-bottom: 10px;
|
|
942
|
-
}
|
|
943
|
-
.organization-tree .item-row {
|
|
944
|
-
display: flex;
|
|
945
|
-
width: 100%;
|
|
946
|
-
}
|
|
947
|
-
.organization-tree .item-label {
|
|
948
|
-
flex: 0 0 90%;
|
|
949
|
-
text-align: left;
|
|
950
|
-
}
|
|
951
|
-
.organization-tree .item-side {
|
|
952
|
-
flex: 0 0 10%;
|
|
953
|
-
text-align: right;
|
|
954
|
-
}
|
|
955
|
-
.organization-tree .el-tree-node {
|
|
956
|
-
margin-bottom: 10px;
|
|
957
|
-
}
|
|
958
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
959
|
-
padding: 0;
|
|
960
|
-
display: none;
|
|
961
|
-
}
|
|
962
|
-
.organization-tree .card-footer {
|
|
963
|
-
padding: 20px;
|
|
964
|
-
}
|
|
965
|
-
.organization-tree .card-footer .select-result {
|
|
966
|
-
color: #409eff;
|
|
967
|
-
flex: 1 1 75%;
|
|
968
|
-
text-align: left;
|
|
969
|
-
}
|
|
970
|
-
.organization-tree .card-footer .button-area {
|
|
971
|
-
flex: 0 0 20%;
|
|
972
|
-
text-align: right;
|
|
973
|
-
}
|
|
974
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
975
|
-
color: #409eff;
|
|
976
|
-
}
|
|
977
|
-
.app-wrapper[data-v-5c0a6bf6] {
|
|
978
|
-
position: relative;
|
|
979
|
-
height: 100%;
|
|
980
|
-
width: 100%;
|
|
981
|
-
}
|
|
982
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
983
|
-
position: fixed;
|
|
984
|
-
top: 0;
|
|
985
|
-
}
|
|
986
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
987
|
-
background: #000;
|
|
988
|
-
opacity: 0.3;
|
|
989
|
-
width: 100%;
|
|
990
|
-
top: 0;
|
|
991
|
-
height: 100%;
|
|
992
|
-
position: absolute;
|
|
993
|
-
z-index: 999;
|
|
870
|
+
top: 0;
|
|
871
|
+
height: 100%;
|
|
872
|
+
position: absolute;
|
|
873
|
+
z-index: 999;
|
|
994
874
|
}
|
|
995
875
|
.graphDiv[data-v-a936569d] {
|
|
996
876
|
overflow: auto;
|
|
@@ -1000,6 +880,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1000
880
|
iframe[data-v-20dccb82] {
|
|
1001
881
|
width: 100%;
|
|
1002
882
|
height: calc(100vh - 50px);
|
|
883
|
+
}.app-main[data-v-2d98e845] {
|
|
884
|
+
padding: var(--app-main-padding, 15px);
|
|
885
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
886
|
+
position: relative;
|
|
887
|
+
overflow: hidden;
|
|
888
|
+
}
|
|
889
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
890
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
891
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
892
|
+
overflow: auto;
|
|
1003
893
|
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1004
894
|
position: relative;
|
|
1005
895
|
--el-menu-item-height: 45px;
|
|
@@ -1084,38 +974,7 @@ iframe[data-v-20dccb82] {
|
|
|
1084
974
|
}
|
|
1085
975
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1086
976
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1087
|
-
}.app-main[data-v-2d98e845] {
|
|
1088
|
-
padding: var(--app-main-padding, 15px);
|
|
1089
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1090
|
-
position: relative;
|
|
1091
|
-
overflow: hidden;
|
|
1092
|
-
}
|
|
1093
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1094
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1095
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1096
|
-
overflow: auto;
|
|
1097
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
1098
|
-
width: 50%;
|
|
1099
|
-
}
|
|
1100
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1101
|
-
display: flex;
|
|
1102
|
-
align-items: center;
|
|
1103
|
-
width: 100%;
|
|
1104
|
-
gap: 8px;
|
|
1105
|
-
box-sizing: border-box;
|
|
1106
|
-
min-width: 0;
|
|
1107
|
-
}
|
|
1108
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1109
|
-
width: 100%;
|
|
1110
|
-
min-width: 0;
|
|
1111
977
|
}
|
|
1112
|
-
.sep[data-v-2aeaa81d] {
|
|
1113
|
-
padding: 0 8px;
|
|
1114
|
-
color: var(--el-text-color-secondary);
|
|
1115
|
-
white-space: nowrap;
|
|
1116
|
-
flex: 0 0 auto;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
978
|
.searchResult {
|
|
1120
979
|
color: red;
|
|
1121
980
|
}
|
|
@@ -1126,87 +985,128 @@ iframe[data-v-20dccb82] {
|
|
|
1126
985
|
width: 98%;
|
|
1127
986
|
}
|
|
1128
987
|
|
|
1129
|
-
.
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
.
|
|
1133
|
-
|
|
988
|
+
.organization-tree,
|
|
989
|
+
.organization-tree .el-checkbox__label,
|
|
990
|
+
.organization-tree .el-breadcrumb__inner,
|
|
991
|
+
.organization-tree .el-tree {
|
|
992
|
+
font-size: 17px;
|
|
993
|
+
font-weight: 700;
|
|
1134
994
|
}
|
|
1135
|
-
.el-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
.
|
|
1139
|
-
|
|
1140
|
-
|
|
995
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
996
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
997
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
998
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
999
|
+
font-size: 17px;
|
|
1000
|
+
font-weight: 700;
|
|
1141
1001
|
}
|
|
1142
|
-
.
|
|
1143
|
-
|
|
1144
|
-
color: var(--el-color-primary);
|
|
1145
|
-
cursor: pointer;
|
|
1002
|
+
.organization-tree .el-card__body {
|
|
1003
|
+
padding-top: 10px;
|
|
1146
1004
|
}
|
|
1147
|
-
.
|
|
1148
|
-
margin-
|
|
1005
|
+
.organization-tree .card-content {
|
|
1006
|
+
margin-top: 10px;
|
|
1149
1007
|
}
|
|
1150
|
-
.
|
|
1151
|
-
margin-bottom:
|
|
1152
|
-
text-align: center;
|
|
1008
|
+
.organization-tree .item-row-all {
|
|
1009
|
+
margin-bottom: 10px;
|
|
1153
1010
|
}
|
|
1154
|
-
.
|
|
1155
|
-
|
|
1011
|
+
.organization-tree .item-row {
|
|
1012
|
+
display: flex;
|
|
1156
1013
|
width: 100%;
|
|
1157
1014
|
}
|
|
1158
|
-
.
|
|
1015
|
+
.organization-tree .item-label {
|
|
1016
|
+
flex: 0 0 90%;
|
|
1017
|
+
text-align: left;
|
|
1018
|
+
}
|
|
1019
|
+
.organization-tree .item-side {
|
|
1020
|
+
flex: 0 0 10%;
|
|
1021
|
+
text-align: right;
|
|
1022
|
+
}
|
|
1023
|
+
.organization-tree .el-tree-node {
|
|
1024
|
+
margin-bottom: 10px;
|
|
1025
|
+
}
|
|
1026
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
1027
|
+
padding: 0;
|
|
1159
1028
|
display: none;
|
|
1160
1029
|
}
|
|
1161
|
-
.
|
|
1162
|
-
padding
|
|
1163
|
-
position: fixed;
|
|
1164
|
-
top: 37px;
|
|
1165
|
-
background-color: #ffffff;
|
|
1166
|
-
width: 46%;
|
|
1167
|
-
height: 40px;
|
|
1168
|
-
z-index: 1500;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.searchResult {
|
|
1172
|
-
color: red;
|
|
1030
|
+
.organization-tree .card-footer {
|
|
1031
|
+
padding: 20px;
|
|
1173
1032
|
}
|
|
1174
|
-
.
|
|
1175
|
-
|
|
1033
|
+
.organization-tree .card-footer .select-result {
|
|
1034
|
+
color: #409eff;
|
|
1035
|
+
flex: 1 1 75%;
|
|
1036
|
+
text-align: left;
|
|
1176
1037
|
}
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1038
|
+
.organization-tree .card-footer .button-area {
|
|
1039
|
+
flex: 0 0 20%;
|
|
1040
|
+
text-align: right;
|
|
1041
|
+
}
|
|
1042
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1043
|
+
color: #409eff;
|
|
1179
1044
|
}
|
|
1180
|
-
|
|
1181
|
-
|
|
1045
|
+
.super-icon[data-v-875fd31c] {
|
|
1046
|
+
width: 1em;
|
|
1047
|
+
height: 1em;
|
|
1048
|
+
font-size: 14px;
|
|
1049
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
1050
|
+
width: 50%;
|
|
1182
1051
|
}
|
|
1183
|
-
.
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
margin-top: 30px;
|
|
1052
|
+
.organization-tree,
|
|
1053
|
+
.organization-tree .el-checkbox__label,
|
|
1054
|
+
.organization-tree .el-breadcrumb__inner,
|
|
1055
|
+
.organization-tree .el-tree {
|
|
1056
|
+
font-size: 17px;
|
|
1057
|
+
font-weight: 700;
|
|
1190
1058
|
}
|
|
1191
|
-
.
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1059
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1060
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1061
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1062
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1063
|
+
font-size: 17px;
|
|
1064
|
+
font-weight: 700;
|
|
1065
|
+
}
|
|
1066
|
+
.organization-tree .el-card__body {
|
|
1067
|
+
padding-top: 10px;
|
|
1068
|
+
}
|
|
1069
|
+
.organization-tree .card-content {
|
|
1070
|
+
margin-top: 10px;
|
|
1071
|
+
}
|
|
1072
|
+
.organization-tree .item-row-all {
|
|
1073
|
+
margin-bottom: 10px;
|
|
1074
|
+
}
|
|
1075
|
+
.organization-tree .item-row {
|
|
1076
|
+
display: flex;
|
|
1077
|
+
width: 100%;
|
|
1078
|
+
}
|
|
1079
|
+
.organization-tree .item-label {
|
|
1080
|
+
flex: 0 0 90%;
|
|
1081
|
+
text-align: left;
|
|
1082
|
+
}
|
|
1083
|
+
.organization-tree .item-side {
|
|
1084
|
+
flex: 0 0 10%;
|
|
1085
|
+
text-align: right;
|
|
1086
|
+
}
|
|
1087
|
+
.organization-tree .el-tree-node {
|
|
1088
|
+
margin-bottom: 10px;
|
|
1089
|
+
}
|
|
1090
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
1091
|
+
padding: 0;
|
|
1092
|
+
display: none;
|
|
1093
|
+
}
|
|
1094
|
+
.organization-tree .card-footer {
|
|
1095
|
+
padding: 20px;
|
|
1096
|
+
}
|
|
1097
|
+
.organization-tree .card-footer .select-result {
|
|
1098
|
+
color: #409eff;
|
|
1099
|
+
flex: 1 1 75%;
|
|
1195
1100
|
text-align: left;
|
|
1196
|
-
color: #1a1a1a;
|
|
1197
|
-
}
|
|
1198
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1199
|
-
background: #42b983;
|
|
1200
|
-
color: #fff;
|
|
1201
1101
|
}
|
|
1202
|
-
.
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
border-radius: 5px;
|
|
1102
|
+
.organization-tree .card-footer .button-area {
|
|
1103
|
+
flex: 0 0 20%;
|
|
1104
|
+
text-align: right;
|
|
1206
1105
|
}
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
}
|
|
1106
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1107
|
+
color: #409eff;
|
|
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 {
|
|
1210
1110
|
user-select: text !important;
|
|
1211
1111
|
-webkit-user-select: text !important;
|
|
1212
1112
|
-moz-user-select: text !important;
|
|
@@ -1424,25 +1324,95 @@ li[data-v-040fcf55] {
|
|
|
1424
1324
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1425
1325
|
margin: 5px 0;
|
|
1426
1326
|
}
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1327
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1328
|
+
display: inline-flex;
|
|
1329
|
+
vertical-align: middle;
|
|
1430
1330
|
}
|
|
1431
|
-
.
|
|
1432
|
-
|
|
1331
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1332
|
+
font-size: 20px;
|
|
1333
|
+
color: var(--el-color-primary);
|
|
1334
|
+
cursor: pointer;
|
|
1433
1335
|
}
|
|
1434
|
-
.
|
|
1435
|
-
|
|
1336
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1337
|
+
margin-bottom: 0px;
|
|
1338
|
+
}
|
|
1339
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1340
|
+
margin-bottom: 5px;
|
|
1341
|
+
text-align: center;
|
|
1342
|
+
}
|
|
1343
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1344
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1345
|
+
width: 100%;
|
|
1346
|
+
}
|
|
1347
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1348
|
+
display: none;
|
|
1349
|
+
}
|
|
1350
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1351
|
+
padding-bottom: 10px;
|
|
1352
|
+
position: fixed;
|
|
1353
|
+
top: 37px;
|
|
1354
|
+
background-color: #ffffff;
|
|
1355
|
+
width: 46%;
|
|
1356
|
+
height: 40px;
|
|
1357
|
+
z-index: 1500;
|
|
1358
|
+
}
|
|
1359
|
+
li[data-v-040fcf55] {
|
|
1360
|
+
color: #333;
|
|
1361
|
+
}
|
|
1362
|
+
.context-menu[data-v-040fcf55] {
|
|
1363
|
+
position: fixed;
|
|
1364
|
+
background: #fff;
|
|
1365
|
+
z-index: 999;
|
|
1366
|
+
padding: 5px;
|
|
1367
|
+
margin: 0;
|
|
1368
|
+
margin-top: 30px;
|
|
1369
|
+
}
|
|
1370
|
+
.context-menu li[data-v-040fcf55] {
|
|
1371
|
+
min-width: 75px;
|
|
1372
|
+
height: 28px;
|
|
1373
|
+
line-height: 28px;
|
|
1374
|
+
text-align: left;
|
|
1375
|
+
color: #1a1a1a;
|
|
1376
|
+
}
|
|
1377
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1378
|
+
background: #42b983;
|
|
1379
|
+
color: #fff;
|
|
1380
|
+
}
|
|
1381
|
+
.context-menu[data-v-040fcf55] {
|
|
1382
|
+
border: 1px solid #eee;
|
|
1383
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1384
|
+
border-radius: 5px;
|
|
1385
|
+
}
|
|
1386
|
+
li[data-v-040fcf55] {
|
|
1387
|
+
list-style-type: none;
|
|
1388
|
+
}
|
|
1389
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1390
|
+
display: flex;
|
|
1391
|
+
align-items: center;
|
|
1392
|
+
width: 100%;
|
|
1393
|
+
gap: 8px;
|
|
1394
|
+
box-sizing: border-box;
|
|
1395
|
+
min-width: 0;
|
|
1396
|
+
}
|
|
1397
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1398
|
+
width: 100%;
|
|
1399
|
+
min-width: 0;
|
|
1400
|
+
}
|
|
1401
|
+
.sep[data-v-2aeaa81d] {
|
|
1402
|
+
padding: 0 8px;
|
|
1403
|
+
color: var(--el-text-color-secondary);
|
|
1404
|
+
white-space: nowrap;
|
|
1405
|
+
flex: 0 0 auto;
|
|
1436
1406
|
}
|
|
1437
1407
|
|
|
1438
1408
|
.searchResult {
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
.inline-select-custom {
|
|
1442
|
-
width: 100px;
|
|
1409
|
+
color: red;
|
|
1443
1410
|
}
|
|
1444
1411
|
.inline-input-custom {
|
|
1445
|
-
|
|
1412
|
+
width: 90%;
|
|
1413
|
+
}
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1446
1416
|
}
|
|
1447
1417
|
|
|
1448
1418
|
.searchResult {
|
|
@@ -1461,6 +1431,36 @@ li[data-v-040fcf55] {
|
|
|
1461
1431
|
min-width: 300px;
|
|
1462
1432
|
}
|
|
1463
1433
|
|
|
1434
|
+
.searchResult {
|
|
1435
|
+
color: red;
|
|
1436
|
+
}
|
|
1437
|
+
.inline-input-custom {
|
|
1438
|
+
width: 100% !important;
|
|
1439
|
+
}
|
|
1440
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1441
|
+
min-width: 300px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.searchResult {
|
|
1445
|
+
color: red;
|
|
1446
|
+
}
|
|
1447
|
+
.inline-select-custom {
|
|
1448
|
+
width: 100px;
|
|
1449
|
+
}
|
|
1450
|
+
.inline-input-custom {
|
|
1451
|
+
width: 98%;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.searchResult {
|
|
1455
|
+
color: red;
|
|
1456
|
+
}
|
|
1457
|
+
.inline-select-custom {
|
|
1458
|
+
width: 100px;
|
|
1459
|
+
}
|
|
1460
|
+
.inline-input-custom {
|
|
1461
|
+
width: 98%;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
1464
|
.searchResult {
|
|
1465
1465
|
color: red;
|
|
1466
1466
|
}
|
|
@@ -1492,6 +1492,58 @@ li[data-v-040fcf55] {
|
|
|
1492
1492
|
width: 100%;
|
|
1493
1493
|
}
|
|
1494
1494
|
|
|
1495
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1496
|
+
font-size: 17px;
|
|
1497
|
+
font-weight: 700;
|
|
1498
|
+
}
|
|
1499
|
+
.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 {
|
|
1500
|
+
font-size: 17px;
|
|
1501
|
+
font-weight: 700;
|
|
1502
|
+
}
|
|
1503
|
+
.organization-tree .el-card__body {
|
|
1504
|
+
padding-top: 10px;
|
|
1505
|
+
}
|
|
1506
|
+
.organization-tree .card-content {
|
|
1507
|
+
margin-top: 10px;
|
|
1508
|
+
}
|
|
1509
|
+
.organization-tree .item-row-all {
|
|
1510
|
+
margin-bottom: 10px;
|
|
1511
|
+
}
|
|
1512
|
+
.organization-tree .item-row {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
width: 100%;
|
|
1515
|
+
}
|
|
1516
|
+
.organization-tree .item-label {
|
|
1517
|
+
flex: 0 0 90%;
|
|
1518
|
+
text-align: left;
|
|
1519
|
+
}
|
|
1520
|
+
.organization-tree .item-side {
|
|
1521
|
+
flex: 0 0 10%;
|
|
1522
|
+
text-align: right;
|
|
1523
|
+
}
|
|
1524
|
+
.organization-tree .el-tree-node {
|
|
1525
|
+
margin-bottom: 10px;
|
|
1526
|
+
}
|
|
1527
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1528
|
+
padding: 0;
|
|
1529
|
+
display: none;
|
|
1530
|
+
}
|
|
1531
|
+
.organization-tree .card-footer {
|
|
1532
|
+
padding: 20px;
|
|
1533
|
+
}
|
|
1534
|
+
.organization-tree .card-footer .select-result {
|
|
1535
|
+
color: #409EFF;
|
|
1536
|
+
flex:1 1 75%;
|
|
1537
|
+
text-align: left;
|
|
1538
|
+
}
|
|
1539
|
+
.organization-tree .card-footer .button-area {
|
|
1540
|
+
flex:0 0 20%;
|
|
1541
|
+
text-align: right;
|
|
1542
|
+
}
|
|
1543
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1544
|
+
color:#409EFF
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1495
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1496
1548
|
width: 100%;
|
|
1497
1549
|
height: calc(100vh - 48px);
|
|
@@ -1530,85 +1582,36 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1530
1582
|
[data-v-80f8eb5e] .el-tabs__header {
|
|
1531
1583
|
margin: 0;
|
|
1532
1584
|
}
|
|
1533
|
-
.nav-tab .el-tabs__header {
|
|
1534
|
-
margin: 0;
|
|
1535
|
-
/* border-bottom: 0px; */
|
|
1536
|
-
}
|
|
1537
|
-
.menu-tab-container .el-tabs__content {
|
|
1538
|
-
padding: 0;
|
|
1539
|
-
}
|
|
1540
|
-
.default-page-tip {
|
|
1541
|
-
width: 100%;
|
|
1542
|
-
height: 100%;
|
|
1543
|
-
background: #f7f7f8;
|
|
1544
|
-
}
|
|
1545
|
-
.default-page-tip-msg {
|
|
1546
|
-
padding-top: 25%;
|
|
1547
|
-
padding-bottom: 30%;
|
|
1548
|
-
font-size: 24px;
|
|
1549
|
-
font-weight: 600;
|
|
1550
|
-
text-align: center;
|
|
1551
|
-
color: gray;
|
|
1552
|
-
}
|
|
1553
|
-
.default-page-tip-item {
|
|
1554
|
-
padding-top: 10px;
|
|
1555
|
-
}
|
|
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;
|
|
1585
|
+
.nav-tab .el-tabs__header {
|
|
1586
|
+
margin: 0;
|
|
1587
|
+
/* border-bottom: 0px; */
|
|
1595
1588
|
}
|
|
1596
|
-
.
|
|
1597
|
-
|
|
1589
|
+
.menu-tab-container .el-tabs__content {
|
|
1590
|
+
padding: 0;
|
|
1598
1591
|
}
|
|
1599
|
-
.
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1592
|
+
.default-page-tip {
|
|
1593
|
+
width: 100%;
|
|
1594
|
+
height: 100%;
|
|
1595
|
+
background: #f7f7f8;
|
|
1603
1596
|
}
|
|
1604
|
-
.
|
|
1605
|
-
|
|
1606
|
-
|
|
1597
|
+
.default-page-tip-msg {
|
|
1598
|
+
padding-top: 25%;
|
|
1599
|
+
padding-bottom: 30%;
|
|
1600
|
+
font-size: 24px;
|
|
1601
|
+
font-weight: 600;
|
|
1602
|
+
text-align: center;
|
|
1603
|
+
color: gray;
|
|
1607
1604
|
}
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1605
|
+
.default-page-tip-item {
|
|
1606
|
+
padding-top: 10px;
|
|
1610
1607
|
}
|
|
1611
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}[data-v-0fb85d6e] .super-icon {
|
|
1612
|
+
width: 20px !important;
|
|
1613
|
+
height: 20px !important;
|
|
1614
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1615
|
background-color: #eee;
|
|
1613
1616
|
width: 100%;
|
|
1614
1617
|
border: 1px solid #ccc;
|
|
@@ -1627,20 +1630,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1630
|
}
|
|
1628
1631
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1632
|
margin: 0 5px;
|
|
1630
|
-
}[data-v-
|
|
1631
|
-
width: 20px !important;
|
|
1632
|
-
height: 20px !important;
|
|
1633
|
-
}
|
|
1634
|
-
.searchResult {
|
|
1635
|
-
color: red;
|
|
1636
|
-
}
|
|
1637
|
-
.inline-select-custom {
|
|
1638
|
-
width: 100px;
|
|
1639
|
-
}
|
|
1640
|
-
.inline-input-custom {
|
|
1641
|
-
width: 98%;
|
|
1642
|
-
}
|
|
1643
|
-
.annex-cell[data-v-c44b1087] {
|
|
1633
|
+
}.annex-cell[data-v-c44b1087] {
|
|
1644
1634
|
padding-right: 5px;
|
|
1645
1635
|
cursor: pointer;
|
|
1646
1636
|
color: #409eff;
|
|
@@ -1770,28 +1760,71 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1760
|
.inline-input-custom {
|
|
1771
1761
|
width: 98%;
|
|
1772
1762
|
}
|
|
1773
|
-
|
|
1774
|
-
|
|
1763
|
+
|
|
1764
|
+
.searchResult {
|
|
1765
|
+
color: red;
|
|
1775
1766
|
}
|
|
1776
|
-
.
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
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
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1779
|
+
position: relative;
|
|
1780
|
+
--el-menu-item-height: 45px;
|
|
1781
|
+
--el-menu-sub-item-height: 45px;
|
|
1782
|
+
}
|
|
1783
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1784
|
+
padding: 0 !important;
|
|
1785
|
+
}
|
|
1786
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1787
|
+
display: flex;
|
|
1788
|
+
flex-direction: row;
|
|
1789
|
+
}
|
|
1790
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1791
|
+
display: flex;
|
|
1792
|
+
flex-direction: row;
|
|
1793
|
+
padding: 0 !important;
|
|
1794
|
+
}
|
|
1795
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1796
|
+
display: flex;
|
|
1782
1797
|
align-items: center;
|
|
1798
|
+
justify-content: center;
|
|
1799
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1800
|
+
font-size: 16px;
|
|
1783
1801
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1786
|
-
|
|
1802
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1803
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1804
|
+
overflow: hidden;
|
|
1805
|
+
white-space: nowrap;
|
|
1787
1806
|
overflow: hidden;
|
|
1788
1807
|
text-overflow: ellipsis;
|
|
1808
|
+
}
|
|
1809
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1810
|
+
overflow: hidden;
|
|
1789
1811
|
white-space: nowrap;
|
|
1812
|
+
overflow: hidden;
|
|
1813
|
+
text-overflow: ellipsis;
|
|
1790
1814
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
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
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1825
|
+
font-size: 12px;
|
|
1826
|
+
}
|
|
1827
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1795
1828
|
border: 1px solid #dcdfe6;
|
|
1796
1829
|
padding: 4px 8px;
|
|
1797
1830
|
background-clip: padding-box;
|
|
@@ -1799,51 +1832,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1799
1832
|
display: inline-flex;
|
|
1800
1833
|
align-items: center;
|
|
1801
1834
|
}
|
|
1802
|
-
.fs-upload-tag-text[data-v-
|
|
1835
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1803
1836
|
margin-right: 18px;
|
|
1804
1837
|
max-width: 160px;
|
|
1805
1838
|
overflow: hidden;
|
|
1806
1839
|
text-overflow: ellipsis;
|
|
1807
1840
|
white-space: nowrap;
|
|
1808
1841
|
}
|
|
1809
|
-
.fs-upload-tag-percent[data-v-
|
|
1842
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1810
1843
|
font-weight: 600;
|
|
1811
1844
|
margin-left: 4px;
|
|
1812
|
-
}
|
|
1813
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
1814
|
-
display: flex;
|
|
1815
|
-
align-items: center;
|
|
1816
|
-
flex-shrink: 0;
|
|
1817
|
-
min-width: max-content;
|
|
1818
|
-
margin-left: auto;
|
|
1819
|
-
gap: 10px;
|
|
1820
|
-
}
|
|
1821
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
1822
|
-
display: flex;
|
|
1823
|
-
align-items: center;
|
|
1824
|
-
justify-content: center;
|
|
1825
|
-
margin-top: 10px;
|
|
1826
|
-
gap: 10px;
|
|
1827
|
-
}
|
|
1828
|
-
[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 {
|
|
1845
|
+
}[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 {
|
|
1829
1846
|
user-select: text !important;
|
|
1830
1847
|
-webkit-user-select: text !important;
|
|
1831
1848
|
-moz-user-select: text !important;
|
|
1832
1849
|
-ms-user-select: text !important;
|
|
1833
1850
|
}
|
|
1834
|
-
.slide-up-enter-active[data-v-
|
|
1835
|
-
.slide-up-leave-active[data-v-
|
|
1851
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1852
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1836
1853
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1837
1854
|
}
|
|
1838
|
-
.slide-up-enter-from[data-v-
|
|
1839
|
-
.slide-up-leave-to[data-v-
|
|
1855
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1856
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1840
1857
|
transform: translateY(100%);
|
|
1841
1858
|
}
|
|
1842
1859
|
|
|
1843
1860
|
/**
|
|
1844
1861
|
* 聊天窗口的样式设置
|
|
1845
1862
|
*/
|
|
1846
|
-
.chat-container[data-v-
|
|
1863
|
+
.chat-container[data-v-0b0c189e] {
|
|
1847
1864
|
--header-height: 56px;
|
|
1848
1865
|
--chat-padding: 12px;
|
|
1849
1866
|
--bubble-content-max-width: 0px;
|
|
@@ -1855,25 +1872,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1855
1872
|
flex-direction: row; /* 横向排列 */
|
|
1856
1873
|
height: 100%; /* 父容器高度 */
|
|
1857
1874
|
}
|
|
1858
|
-
.small-window[data-v-
|
|
1875
|
+
.small-window[data-v-0b0c189e] {
|
|
1859
1876
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1860
1877
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1861
1878
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1862
1879
|
border-radius: 8px;
|
|
1863
1880
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1864
1881
|
}
|
|
1865
|
-
.full-screen[data-v-
|
|
1882
|
+
.full-screen[data-v-0b0c189e] {
|
|
1866
1883
|
right: 0;
|
|
1867
1884
|
bottom: 0;
|
|
1868
1885
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1869
1886
|
}
|
|
1870
|
-
.chat-container > *[data-v-
|
|
1887
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1871
1888
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1872
1889
|
}
|
|
1873
1890
|
|
|
1874
1891
|
/* 聊天窗口的头部样式设置
|
|
1875
1892
|
*/
|
|
1876
|
-
.chat-embed__header_container[data-v-
|
|
1893
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1877
1894
|
/* border-bottom: 1px solid #ddd; */
|
|
1878
1895
|
display: flex;
|
|
1879
1896
|
align-items: center;
|
|
@@ -1883,7 +1900,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1883
1900
|
overflow: hidden;
|
|
1884
1901
|
position: relative;
|
|
1885
1902
|
}
|
|
1886
|
-
.session-subject[data-v-
|
|
1903
|
+
.session-subject[data-v-0b0c189e] {
|
|
1887
1904
|
display: block;
|
|
1888
1905
|
margin: 0 auto;
|
|
1889
1906
|
text-align: center;
|
|
@@ -1898,17 +1915,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1898
1915
|
|
|
1899
1916
|
/* 聊天窗口的头部图标样式设置
|
|
1900
1917
|
*/
|
|
1901
|
-
.chat-embed__header_avatar[data-v-
|
|
1918
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1902
1919
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1903
1920
|
margin-right: var(--chat-padding);
|
|
1904
1921
|
}
|
|
1905
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1922
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1906
1923
|
right: 20px;
|
|
1907
1924
|
position: absolute;
|
|
1908
1925
|
gap: 28px;
|
|
1909
1926
|
display: flex;
|
|
1910
1927
|
}
|
|
1911
|
-
.chat-embed__sidebar[data-v-
|
|
1928
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1912
1929
|
background: #f6f7fa;
|
|
1913
1930
|
display: flex;
|
|
1914
1931
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1917,7 +1934,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1917
1934
|
width: 260px;
|
|
1918
1935
|
height: 100%;
|
|
1919
1936
|
}
|
|
1920
|
-
.chat-embed__main[data-v-
|
|
1937
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1921
1938
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1922
1939
|
box-sizing: border-box;
|
|
1923
1940
|
overflow: hidden;
|
|
@@ -1928,7 +1945,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1928
1945
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1929
1946
|
overflow: hidden; /* 防止内容溢出 */
|
|
1930
1947
|
}
|
|
1931
|
-
.chat-embed__main_content[data-v-
|
|
1948
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1932
1949
|
flex: 1;
|
|
1933
1950
|
box-sizing: border-box;
|
|
1934
1951
|
min-height: 0;
|
|
@@ -1936,21 +1953,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1936
1953
|
/* overflow-y: auto;
|
|
1937
1954
|
margin-bottom: 12px; */
|
|
1938
1955
|
}
|
|
1939
|
-
.chat-embed__input_container[data-v-
|
|
1956
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1940
1957
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1941
1958
|
/* margin-bottom: 50px; 距离底部 */
|
|
1942
1959
|
}
|
|
1943
|
-
.header-icon[data-v-
|
|
1960
|
+
.header-icon[data-v-0b0c189e] {
|
|
1944
1961
|
cursor: pointer;
|
|
1945
1962
|
font-size: 20px;
|
|
1946
1963
|
}
|
|
1947
1964
|
|
|
1948
1965
|
/* 聊天默认推荐内容样式
|
|
1949
1966
|
*/
|
|
1950
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1967
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1951
1968
|
margin-top: 5px;
|
|
1952
1969
|
}
|
|
1953
|
-
.content-container[data-v-
|
|
1970
|
+
.content-container[data-v-0b0c189e] {
|
|
1954
1971
|
padding: 16px;
|
|
1955
1972
|
border-radius: 4px;
|
|
1956
1973
|
background: #ffffff;
|
|
@@ -1958,7 +1975,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1958
1975
|
border-radius: 0px 30px 30px 30px;
|
|
1959
1976
|
/* opacity: 0.6; */
|
|
1960
1977
|
}
|
|
1961
|
-
.chat-content-font[data-v-
|
|
1978
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
1962
1979
|
font-family: PingFang SC, PingFang SC;
|
|
1963
1980
|
font-weight: 500;
|
|
1964
1981
|
font-size: 16px;
|
|
@@ -1968,10 +1985,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1968
1985
|
font-style: normal;
|
|
1969
1986
|
text-transform: none;
|
|
1970
1987
|
}
|
|
1971
|
-
[data-v-
|
|
1988
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1972
1989
|
border: none !important;
|
|
1973
1990
|
}
|
|
1974
|
-
.content-container-header[data-v-
|
|
1991
|
+
.content-container-header[data-v-0b0c189e] {
|
|
1975
1992
|
font-size: 12px;
|
|
1976
1993
|
color: #909399;
|
|
1977
1994
|
}
|
|
@@ -1979,28 +1996,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1979
1996
|
/**
|
|
1980
1997
|
// 用户消息
|
|
1981
1998
|
*/
|
|
1982
|
-
.content-borderless-container[data-v-
|
|
1999
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
1983
2000
|
background: #e1ecfd;
|
|
1984
2001
|
border-radius: 20px 0px 20px 20px;
|
|
1985
2002
|
user-select: none;
|
|
1986
2003
|
padding: 12px;
|
|
1987
2004
|
cursor: pointer;
|
|
1988
2005
|
transition: background-color 0.3s;
|
|
1989
|
-
&[data-v-
|
|
2006
|
+
&[data-v-0b0c189e]:hover {
|
|
1990
2007
|
background-color: #ebeef5;
|
|
1991
2008
|
}
|
|
1992
2009
|
}
|
|
1993
|
-
.footer-container[data-v-
|
|
1994
|
-
[data-v-
|
|
2010
|
+
.footer-container[data-v-0b0c189e] {
|
|
2011
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
1995
2012
|
margin-left: 8px;
|
|
1996
2013
|
}
|
|
1997
2014
|
}
|
|
1998
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2015
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
1999
2016
|
padding: 0;
|
|
2000
2017
|
}
|
|
2001
2018
|
|
|
2002
2019
|
/* 引用文件样式 */
|
|
2003
|
-
.doc-agg-item[data-v-
|
|
2020
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2004
2021
|
width: 100%;
|
|
2005
2022
|
padding: 10px;
|
|
2006
2023
|
margin-bottom: 5px;
|
|
@@ -2010,50 +2027,92 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2010
2027
|
font-size: 12px;
|
|
2011
2028
|
color: var(--el-color-primary);
|
|
2012
2029
|
}
|
|
2013
|
-
.elx-xmarkdown-container[data-v-
|
|
2030
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2014
2031
|
padding: 0;
|
|
2015
|
-
}
|
|
2016
|
-
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2017
|
-
position: relative;
|
|
2018
|
-
--el-menu-item-height: 45px;
|
|
2019
|
-
--el-menu-sub-item-height: 45px;
|
|
2020
2032
|
}
|
|
2021
|
-
|
|
2022
|
-
|
|
2033
|
+
h4[data-v-0b0c189e] {
|
|
2034
|
+
font-size: 16px;
|
|
2035
|
+
margin-top: 0px;
|
|
2036
|
+
margin-bottom: 0px;
|
|
2037
|
+
}
|
|
2038
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2039
|
+
margin: 5px 0;
|
|
2040
|
+
}
|
|
2041
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2042
|
+
display: flex;
|
|
2043
|
+
align-items: center;
|
|
2044
|
+
flex-shrink: 0;
|
|
2045
|
+
min-width: max-content;
|
|
2046
|
+
margin-left: auto;
|
|
2047
|
+
gap: 10px;
|
|
2048
|
+
}
|
|
2049
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2050
|
+
display: inline-block;
|
|
2051
|
+
width: 12px;
|
|
2052
|
+
height: 12px;
|
|
2053
|
+
background-repeat: no-repeat;
|
|
2054
|
+
background-position: center;
|
|
2055
|
+
background-size: 100%;
|
|
2056
|
+
cursor: pointer;
|
|
2057
|
+
}
|
|
2058
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2059
|
+
margin-left: 5px;
|
|
2060
|
+
}
|
|
2061
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2062
|
+
display: flex;
|
|
2063
|
+
flex-direction: column;
|
|
2064
|
+
padding: 16px;
|
|
2065
|
+
}
|
|
2066
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2067
|
+
border-bottom-color: #ffffff !important;
|
|
2068
|
+
}
|
|
2069
|
+
[data-v-0b0c189e] .el-sender {
|
|
2070
|
+
background: #ffffff !important;
|
|
2071
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2072
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2073
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2074
|
+
font-weight: 400;
|
|
2075
|
+
font-size: 16px;
|
|
2076
|
+
color: #bbbbbb;
|
|
2077
|
+
text-align: left;
|
|
2078
|
+
font-style: normal;
|
|
2079
|
+
text-transform: none;
|
|
2080
|
+
}
|
|
2081
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2082
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2083
|
+
font-weight: 400 !important;
|
|
2084
|
+
font-size: 16px !important;
|
|
2085
|
+
line-height: 21px !important;
|
|
2086
|
+
font-style: normal !important;
|
|
2087
|
+
text-transform: none !important;
|
|
2023
2088
|
}
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
flex-direction: row;
|
|
2089
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2090
|
+
padding: 16px !important;
|
|
2027
2091
|
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
padding: 0 !important;
|
|
2092
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2093
|
+
border-radius: 100px 100px 100px 100px;
|
|
2094
|
+
border: 1px solid #dcdfe6;
|
|
2032
2095
|
}
|
|
2033
|
-
.
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2096
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2097
|
+
padding: 12px;
|
|
2098
|
+
font-family: PingFang SC, PingFang SC;
|
|
2099
|
+
font-weight: 400;
|
|
2100
|
+
font-size: 14px;
|
|
2101
|
+
color: #808080;
|
|
2102
|
+
line-height: 21px;
|
|
2103
|
+
font-style: normal;
|
|
2104
|
+
text-align: center;
|
|
2039
2105
|
}
|
|
2040
|
-
.
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
overflow: hidden;
|
|
2045
|
-
text-overflow: ellipsis;
|
|
2106
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2107
|
+
border-radius: 50% !important;
|
|
2108
|
+
padding: 8px;
|
|
2109
|
+
width: 32px;
|
|
2046
2110
|
}
|
|
2047
|
-
.
|
|
2048
|
-
|
|
2049
|
-
white-space: nowrap;
|
|
2050
|
-
overflow: hidden;
|
|
2051
|
-
text-overflow: ellipsis;
|
|
2052
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2053
|
-
margin-right: 5px;
|
|
2111
|
+
.send-icon[data-v-0b0c189e] {
|
|
2112
|
+
cursor: pointer;
|
|
2054
2113
|
}
|
|
2055
|
-
.
|
|
2056
|
-
margin
|
|
2114
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2115
|
+
margin: 0 0;
|
|
2057
2116
|
}[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 {
|
|
2058
2117
|
user-select: text !important;
|
|
2059
2118
|
-webkit-user-select: text !important;
|
|
@@ -2242,25 +2301,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2242
2301
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2243
2302
|
padding: 0;
|
|
2244
2303
|
}
|
|
2245
|
-
[data-v-
|
|
2304
|
+
[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 {
|
|
2246
2305
|
user-select: text !important;
|
|
2247
2306
|
-webkit-user-select: text !important;
|
|
2248
2307
|
-moz-user-select: text !important;
|
|
2249
2308
|
-ms-user-select: text !important;
|
|
2250
2309
|
}
|
|
2251
|
-
.slide-up-enter-active[data-v-
|
|
2252
|
-
.slide-up-leave-active[data-v-
|
|
2310
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2311
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2253
2312
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2254
2313
|
}
|
|
2255
|
-
.slide-up-enter-from[data-v-
|
|
2256
|
-
.slide-up-leave-to[data-v-
|
|
2314
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2315
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2257
2316
|
transform: translateY(100%);
|
|
2258
2317
|
}
|
|
2259
2318
|
|
|
2260
2319
|
/**
|
|
2261
2320
|
* 聊天窗口的样式设置
|
|
2262
2321
|
*/
|
|
2263
|
-
.chat-container[data-v-
|
|
2322
|
+
.chat-container[data-v-bc196b97] {
|
|
2264
2323
|
--header-height: 56px;
|
|
2265
2324
|
--chat-padding: 12px;
|
|
2266
2325
|
--bubble-content-max-width: 0px;
|
|
@@ -2272,25 +2331,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2272
2331
|
flex-direction: row; /* 横向排列 */
|
|
2273
2332
|
height: 100%; /* 父容器高度 */
|
|
2274
2333
|
}
|
|
2275
|
-
.small-window[data-v-
|
|
2334
|
+
.small-window[data-v-bc196b97] {
|
|
2276
2335
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2277
2336
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2278
2337
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2279
2338
|
border-radius: 8px;
|
|
2280
2339
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2281
2340
|
}
|
|
2282
|
-
.full-screen[data-v-
|
|
2341
|
+
.full-screen[data-v-bc196b97] {
|
|
2283
2342
|
right: 0;
|
|
2284
2343
|
bottom: 0;
|
|
2285
2344
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2286
2345
|
}
|
|
2287
|
-
.chat-container > *[data-v-
|
|
2346
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2288
2347
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2289
2348
|
}
|
|
2290
2349
|
|
|
2291
2350
|
/* 聊天窗口的头部样式设置
|
|
2292
2351
|
*/
|
|
2293
|
-
.chat-embed__header_container[data-v-
|
|
2352
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2294
2353
|
/* border-bottom: 1px solid #ddd; */
|
|
2295
2354
|
display: flex;
|
|
2296
2355
|
align-items: center;
|
|
@@ -2300,7 +2359,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2300
2359
|
overflow: hidden;
|
|
2301
2360
|
position: relative;
|
|
2302
2361
|
}
|
|
2303
|
-
.session-subject[data-v-
|
|
2362
|
+
.session-subject[data-v-bc196b97] {
|
|
2304
2363
|
display: block;
|
|
2305
2364
|
margin: 0 auto;
|
|
2306
2365
|
text-align: center;
|
|
@@ -2315,17 +2374,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2315
2374
|
|
|
2316
2375
|
/* 聊天窗口的头部图标样式设置
|
|
2317
2376
|
*/
|
|
2318
|
-
.chat-embed__header_avatar[data-v-
|
|
2377
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2319
2378
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2320
2379
|
margin-right: var(--chat-padding);
|
|
2321
2380
|
}
|
|
2322
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2381
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2323
2382
|
right: 20px;
|
|
2324
2383
|
position: absolute;
|
|
2325
2384
|
gap: 28px;
|
|
2326
2385
|
display: flex;
|
|
2327
2386
|
}
|
|
2328
|
-
.chat-embed__sidebar[data-v-
|
|
2387
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2329
2388
|
background: #f6f7fa;
|
|
2330
2389
|
display: flex;
|
|
2331
2390
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2334,7 +2393,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2334
2393
|
width: 260px;
|
|
2335
2394
|
height: 100%;
|
|
2336
2395
|
}
|
|
2337
|
-
.chat-embed__main[data-v-
|
|
2396
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2338
2397
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2339
2398
|
box-sizing: border-box;
|
|
2340
2399
|
overflow: hidden;
|
|
@@ -2345,7 +2404,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2345
2404
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2346
2405
|
overflow: hidden; /* 防止内容溢出 */
|
|
2347
2406
|
}
|
|
2348
|
-
.chat-embed__main_content[data-v-
|
|
2407
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2349
2408
|
flex: 1;
|
|
2350
2409
|
box-sizing: border-box;
|
|
2351
2410
|
min-height: 0;
|
|
@@ -2353,21 +2412,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2353
2412
|
/* overflow-y: auto;
|
|
2354
2413
|
margin-bottom: 12px; */
|
|
2355
2414
|
}
|
|
2356
|
-
.chat-embed__input_container[data-v-
|
|
2415
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2357
2416
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2358
2417
|
/* margin-bottom: 50px; 距离底部 */
|
|
2359
2418
|
}
|
|
2360
|
-
.header-icon[data-v-
|
|
2419
|
+
.header-icon[data-v-bc196b97] {
|
|
2361
2420
|
cursor: pointer;
|
|
2362
2421
|
font-size: 20px;
|
|
2363
2422
|
}
|
|
2364
2423
|
|
|
2365
2424
|
/* 聊天默认推荐内容样式
|
|
2366
2425
|
*/
|
|
2367
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2426
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2368
2427
|
margin-top: 5px;
|
|
2369
2428
|
}
|
|
2370
|
-
.content-container[data-v-
|
|
2429
|
+
.content-container[data-v-bc196b97] {
|
|
2371
2430
|
padding: 16px;
|
|
2372
2431
|
border-radius: 4px;
|
|
2373
2432
|
background: #ffffff;
|
|
@@ -2375,7 +2434,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2375
2434
|
border-radius: 0px 30px 30px 30px;
|
|
2376
2435
|
/* opacity: 0.6; */
|
|
2377
2436
|
}
|
|
2378
|
-
.chat-content-font[data-v-
|
|
2437
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2379
2438
|
font-family: PingFang SC, PingFang SC;
|
|
2380
2439
|
font-weight: 500;
|
|
2381
2440
|
font-size: 16px;
|
|
@@ -2385,10 +2444,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2385
2444
|
font-style: normal;
|
|
2386
2445
|
text-transform: none;
|
|
2387
2446
|
}
|
|
2388
|
-
[data-v-
|
|
2447
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2389
2448
|
border: none !important;
|
|
2390
2449
|
}
|
|
2391
|
-
.content-container-header[data-v-
|
|
2450
|
+
.content-container-header[data-v-bc196b97] {
|
|
2392
2451
|
font-size: 12px;
|
|
2393
2452
|
color: #909399;
|
|
2394
2453
|
}
|
|
@@ -2396,28 +2455,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2396
2455
|
/**
|
|
2397
2456
|
// 用户消息
|
|
2398
2457
|
*/
|
|
2399
|
-
.content-borderless-container[data-v-
|
|
2458
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2400
2459
|
background: #e1ecfd;
|
|
2401
2460
|
border-radius: 20px 0px 20px 20px;
|
|
2402
2461
|
user-select: none;
|
|
2403
2462
|
padding: 12px;
|
|
2404
2463
|
cursor: pointer;
|
|
2405
2464
|
transition: background-color 0.3s;
|
|
2406
|
-
&[data-v-
|
|
2465
|
+
&[data-v-bc196b97]:hover {
|
|
2407
2466
|
background-color: #ebeef5;
|
|
2408
2467
|
}
|
|
2409
2468
|
}
|
|
2410
|
-
.footer-container[data-v-
|
|
2411
|
-
[data-v-
|
|
2469
|
+
.footer-container[data-v-bc196b97] {
|
|
2470
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2412
2471
|
margin-left: 8px;
|
|
2413
2472
|
}
|
|
2414
2473
|
}
|
|
2415
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2474
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2416
2475
|
padding: 0;
|
|
2417
2476
|
}
|
|
2418
2477
|
|
|
2419
2478
|
/* 引用文件样式 */
|
|
2420
|
-
.doc-agg-item[data-v-
|
|
2479
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2421
2480
|
width: 100%;
|
|
2422
2481
|
padding: 10px;
|
|
2423
2482
|
margin-bottom: 5px;
|
|
@@ -2427,116 +2486,29 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2427
2486
|
font-size: 12px;
|
|
2428
2487
|
color: var(--el-color-primary);
|
|
2429
2488
|
}
|
|
2430
|
-
.elx-xmarkdown-container[data-v-
|
|
2489
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2431
2490
|
padding: 0;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
padding: 20px 36px;
|
|
2436
|
-
gap: 16px;
|
|
2437
|
-
display: flex;
|
|
2438
|
-
z-index: 1;
|
|
2439
|
-
}
|
|
2440
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2441
2494
|
display: flex;
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
gap:
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
display: flex; /* 设置为水平排列 */
|
|
2452
|
-
align-items: center; /* 垂直居中 */
|
|
2453
|
-
margin-bottom: 22px;
|
|
2454
|
-
font-size: 20px;
|
|
2455
|
-
}
|
|
2456
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2457
|
-
font-family: PingFang SC, PingFang SC;
|
|
2458
|
-
font-weight: 600;
|
|
2459
|
-
font-size: 16px;
|
|
2460
|
-
color: #181818;
|
|
2461
|
-
text-align: left;
|
|
2462
|
-
font-style: normal;
|
|
2463
|
-
text-transform: none;
|
|
2464
|
-
}
|
|
2465
|
-
.right-icon[data-v-1e62eff8] {
|
|
2466
|
-
cursor: pointer;
|
|
2467
|
-
margin-left: auto;
|
|
2468
|
-
}
|
|
2469
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2470
|
-
cursor: pointer;
|
|
2471
|
-
}
|
|
2472
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2473
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2474
|
-
margin-bottom: 10px;
|
|
2475
|
-
}
|
|
2476
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2477
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2478
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2479
|
-
margin-bottom: 10px;
|
|
2480
|
-
}
|
|
2481
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2482
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2483
|
-
margin-top: 10px;
|
|
2484
|
-
margin-bottom: 20px;
|
|
2485
|
-
}
|
|
2486
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2487
|
-
background-color: #ffffff;
|
|
2488
|
-
}
|
|
2489
|
-
.date-group[data-v-1e62eff8] {
|
|
2490
|
-
margin-top: 16px;
|
|
2495
|
+
align-items: center;
|
|
2496
|
+
justify-content: space-between;
|
|
2497
|
+
gap: 10px;
|
|
2498
|
+
width: 100%;
|
|
2499
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2500
|
+
font-size: 10px;
|
|
2501
|
+
color: #999;
|
|
2502
|
+
margin-top: 3px;
|
|
2503
|
+
flex-shrink: 0;
|
|
2491
2504
|
}
|
|
2492
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2493
|
-
color: #81858c;
|
|
2494
|
-
font-size: 12px;
|
|
2495
|
-
user-select: none;
|
|
2496
|
-
margin-bottom: 2px;
|
|
2497
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2498
2505
|
}
|
|
2499
|
-
.
|
|
2500
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2501
|
-
font-size: 16px;
|
|
2502
|
-
line-height: 50px;
|
|
2503
|
-
cursor: pointer;
|
|
2504
|
-
gap: 8px;
|
|
2505
|
-
border-radius: 8px;
|
|
2506
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2506
2507
|
display: flex;
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
background: #e2ebf5;
|
|
2511
|
-
color: var(--el-color-primary);
|
|
2512
|
-
}
|
|
2513
|
-
.history-item[data-v-1e62eff8] {
|
|
2514
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2515
|
-
cursor: pointer;
|
|
2516
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2517
|
-
align-items: center; /* 垂直居中 */
|
|
2518
|
-
line-height: 40px;
|
|
2519
|
-
gap: 8px;
|
|
2520
|
-
border-radius: 8px;
|
|
2521
|
-
}
|
|
2522
|
-
.history-subject[data-v-1e62eff8] {
|
|
2523
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2524
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2525
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2526
|
-
white-space: nowrap; /* 不换行 */
|
|
2527
|
-
}
|
|
2528
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2529
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2508
|
+
gap: 8px;
|
|
2509
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2510
|
+
margin-left: 0;
|
|
2530
2511
|
}
|
|
2531
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2532
|
-
background-color: #f5f5f5;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2536
|
-
width: 100%;
|
|
2537
|
-
height: 100%;
|
|
2538
|
-
border: none;
|
|
2539
|
-
opacity: 1;
|
|
2540
2512
|
}
|
|
2541
2513
|
[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 {
|
|
2542
2514
|
user-select: text !important;
|
|
@@ -2726,25 +2698,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2726
2698
|
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2727
2699
|
padding: 0;
|
|
2728
2700
|
}
|
|
2729
|
-
|
|
2701
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
2702
|
+
border: 1px solid #dcdfe6;
|
|
2703
|
+
padding: 4px 8px;
|
|
2704
|
+
background-clip: padding-box;
|
|
2705
|
+
overflow: hidden;
|
|
2706
|
+
display: inline-flex;
|
|
2707
|
+
align-items: center;
|
|
2708
|
+
}
|
|
2709
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2710
|
+
margin-right: 18px;
|
|
2711
|
+
max-width: 160px;
|
|
2712
|
+
overflow: hidden;
|
|
2713
|
+
text-overflow: ellipsis;
|
|
2714
|
+
white-space: nowrap;
|
|
2715
|
+
}
|
|
2716
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2717
|
+
font-weight: 600;
|
|
2718
|
+
margin-left: 4px;
|
|
2719
|
+
}[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 {
|
|
2730
2720
|
user-select: text !important;
|
|
2731
2721
|
-webkit-user-select: text !important;
|
|
2732
2722
|
-moz-user-select: text !important;
|
|
2733
2723
|
-ms-user-select: text !important;
|
|
2734
2724
|
}
|
|
2735
|
-
.slide-up-enter-active[data-v-
|
|
2736
|
-
.slide-up-leave-active[data-v-
|
|
2725
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2726
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2737
2727
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2738
2728
|
}
|
|
2739
|
-
.slide-up-enter-from[data-v-
|
|
2740
|
-
.slide-up-leave-to[data-v-
|
|
2729
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2730
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2741
2731
|
transform: translateY(100%);
|
|
2742
2732
|
}
|
|
2743
2733
|
|
|
2744
2734
|
/**
|
|
2745
2735
|
* 聊天窗口的样式设置
|
|
2746
2736
|
*/
|
|
2747
|
-
.chat-container[data-v-
|
|
2737
|
+
.chat-container[data-v-1e62eff8] {
|
|
2748
2738
|
--header-height: 56px;
|
|
2749
2739
|
--chat-padding: 12px;
|
|
2750
2740
|
--bubble-content-max-width: 0px;
|
|
@@ -2756,25 +2746,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2756
2746
|
flex-direction: row; /* 横向排列 */
|
|
2757
2747
|
height: 100%; /* 父容器高度 */
|
|
2758
2748
|
}
|
|
2759
|
-
.small-window[data-v-
|
|
2749
|
+
.small-window[data-v-1e62eff8] {
|
|
2760
2750
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2761
2751
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2762
2752
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2763
2753
|
border-radius: 8px;
|
|
2764
2754
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2765
2755
|
}
|
|
2766
|
-
.full-screen[data-v-
|
|
2756
|
+
.full-screen[data-v-1e62eff8] {
|
|
2767
2757
|
right: 0;
|
|
2768
2758
|
bottom: 0;
|
|
2769
2759
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2770
2760
|
}
|
|
2771
|
-
.chat-container > *[data-v-
|
|
2761
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2772
2762
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2773
2763
|
}
|
|
2774
2764
|
|
|
2775
2765
|
/* 聊天窗口的头部样式设置
|
|
2776
2766
|
*/
|
|
2777
|
-
.chat-embed__header_container[data-v-
|
|
2767
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2778
2768
|
/* border-bottom: 1px solid #ddd; */
|
|
2779
2769
|
display: flex;
|
|
2780
2770
|
align-items: center;
|
|
@@ -2784,7 +2774,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2784
2774
|
overflow: hidden;
|
|
2785
2775
|
position: relative;
|
|
2786
2776
|
}
|
|
2787
|
-
.session-subject[data-v-
|
|
2777
|
+
.session-subject[data-v-1e62eff8] {
|
|
2788
2778
|
display: block;
|
|
2789
2779
|
margin: 0 auto;
|
|
2790
2780
|
text-align: center;
|
|
@@ -2799,17 +2789,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2799
2789
|
|
|
2800
2790
|
/* 聊天窗口的头部图标样式设置
|
|
2801
2791
|
*/
|
|
2802
|
-
.chat-embed__header_avatar[data-v-
|
|
2792
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2803
2793
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2804
2794
|
margin-right: var(--chat-padding);
|
|
2805
2795
|
}
|
|
2806
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2796
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2807
2797
|
right: 20px;
|
|
2808
2798
|
position: absolute;
|
|
2809
2799
|
gap: 28px;
|
|
2810
2800
|
display: flex;
|
|
2811
2801
|
}
|
|
2812
|
-
.chat-embed__sidebar[data-v-
|
|
2802
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2813
2803
|
background: #f6f7fa;
|
|
2814
2804
|
display: flex;
|
|
2815
2805
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2818,7 +2808,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2818
2808
|
width: 260px;
|
|
2819
2809
|
height: 100%;
|
|
2820
2810
|
}
|
|
2821
|
-
.chat-embed__main[data-v-
|
|
2811
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2822
2812
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2823
2813
|
box-sizing: border-box;
|
|
2824
2814
|
overflow: hidden;
|
|
@@ -2829,7 +2819,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2829
2819
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2830
2820
|
overflow: hidden; /* 防止内容溢出 */
|
|
2831
2821
|
}
|
|
2832
|
-
.chat-embed__main_content[data-v-
|
|
2822
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2833
2823
|
flex: 1;
|
|
2834
2824
|
box-sizing: border-box;
|
|
2835
2825
|
min-height: 0;
|
|
@@ -2837,21 +2827,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2837
2827
|
/* overflow-y: auto;
|
|
2838
2828
|
margin-bottom: 12px; */
|
|
2839
2829
|
}
|
|
2840
|
-
.chat-embed__input_container[data-v-
|
|
2830
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2841
2831
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2842
2832
|
/* margin-bottom: 50px; 距离底部 */
|
|
2843
2833
|
}
|
|
2844
|
-
.header-icon[data-v-
|
|
2834
|
+
.header-icon[data-v-1e62eff8] {
|
|
2845
2835
|
cursor: pointer;
|
|
2846
2836
|
font-size: 20px;
|
|
2847
2837
|
}
|
|
2848
2838
|
|
|
2849
2839
|
/* 聊天默认推荐内容样式
|
|
2850
2840
|
*/
|
|
2851
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2841
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2852
2842
|
margin-top: 5px;
|
|
2853
2843
|
}
|
|
2854
|
-
.content-container[data-v-
|
|
2844
|
+
.content-container[data-v-1e62eff8] {
|
|
2855
2845
|
padding: 16px;
|
|
2856
2846
|
border-radius: 4px;
|
|
2857
2847
|
background: #ffffff;
|
|
@@ -2859,7 +2849,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2859
2849
|
border-radius: 0px 30px 30px 30px;
|
|
2860
2850
|
/* opacity: 0.6; */
|
|
2861
2851
|
}
|
|
2862
|
-
.chat-content-font[data-v-
|
|
2852
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2863
2853
|
font-family: PingFang SC, PingFang SC;
|
|
2864
2854
|
font-weight: 500;
|
|
2865
2855
|
font-size: 16px;
|
|
@@ -2869,10 +2859,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2869
2859
|
font-style: normal;
|
|
2870
2860
|
text-transform: none;
|
|
2871
2861
|
}
|
|
2872
|
-
[data-v-
|
|
2862
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2873
2863
|
border: none !important;
|
|
2874
2864
|
}
|
|
2875
|
-
.content-container-header[data-v-
|
|
2865
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2876
2866
|
font-size: 12px;
|
|
2877
2867
|
color: #909399;
|
|
2878
2868
|
}
|
|
@@ -2880,28 +2870,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2880
2870
|
/**
|
|
2881
2871
|
// 用户消息
|
|
2882
2872
|
*/
|
|
2883
|
-
.content-borderless-container[data-v-
|
|
2873
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2884
2874
|
background: #e1ecfd;
|
|
2885
2875
|
border-radius: 20px 0px 20px 20px;
|
|
2886
2876
|
user-select: none;
|
|
2887
2877
|
padding: 12px;
|
|
2888
2878
|
cursor: pointer;
|
|
2889
2879
|
transition: background-color 0.3s;
|
|
2890
|
-
&[data-v-
|
|
2880
|
+
&[data-v-1e62eff8]:hover {
|
|
2891
2881
|
background-color: #ebeef5;
|
|
2892
2882
|
}
|
|
2893
2883
|
}
|
|
2894
|
-
.footer-container[data-v-
|
|
2895
|
-
[data-v-
|
|
2884
|
+
.footer-container[data-v-1e62eff8] {
|
|
2885
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2896
2886
|
margin-left: 8px;
|
|
2897
2887
|
}
|
|
2898
2888
|
}
|
|
2899
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2889
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2900
2890
|
padding: 0;
|
|
2901
2891
|
}
|
|
2902
2892
|
|
|
2903
2893
|
/* 引用文件样式 */
|
|
2904
|
-
.doc-agg-item[data-v-
|
|
2894
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2905
2895
|
width: 100%;
|
|
2906
2896
|
padding: 10px;
|
|
2907
2897
|
margin-bottom: 5px;
|
|
@@ -2911,93 +2901,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2911
2901
|
font-size: 12px;
|
|
2912
2902
|
color: var(--el-color-primary);
|
|
2913
2903
|
}
|
|
2914
|
-
.elx-xmarkdown-container[data-v-
|
|
2904
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2915
2905
|
padding: 0;
|
|
2916
2906
|
}
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2907
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2908
|
+
position: absolute;
|
|
2909
|
+
padding: 20px 36px;
|
|
2910
|
+
gap: 16px;
|
|
2911
|
+
display: flex;
|
|
2912
|
+
z-index: 1;
|
|
2921
2913
|
}
|
|
2922
|
-
[data-v-
|
|
2923
|
-
|
|
2914
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2915
|
+
display: flex;
|
|
2916
|
+
height: 40px;
|
|
2917
|
+
padding: 10px 14px;
|
|
2918
|
+
gap: 14px;
|
|
2919
|
+
border-radius: 100px 100px 100px 100px;
|
|
2920
|
+
border: 1px solid #e5e5e5;
|
|
2921
|
+
width: 82px;
|
|
2922
|
+
font-size: 20px;
|
|
2924
2923
|
}
|
|
2925
|
-
.
|
|
2926
|
-
display: flex;
|
|
2927
|
-
align-items: center;
|
|
2928
|
-
|
|
2929
|
-
|
|
2924
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2925
|
+
display: flex; /* 设置为水平排列 */
|
|
2926
|
+
align-items: center; /* 垂直居中 */
|
|
2927
|
+
margin-bottom: 22px;
|
|
2928
|
+
font-size: 20px;
|
|
2929
|
+
}
|
|
2930
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2931
|
+
font-family: PingFang SC, PingFang SC;
|
|
2932
|
+
font-weight: 600;
|
|
2933
|
+
font-size: 16px;
|
|
2934
|
+
color: #181818;
|
|
2935
|
+
text-align: left;
|
|
2936
|
+
font-style: normal;
|
|
2937
|
+
text-transform: none;
|
|
2938
|
+
}
|
|
2939
|
+
.right-icon[data-v-1e62eff8] {
|
|
2940
|
+
cursor: pointer;
|
|
2930
2941
|
margin-left: auto;
|
|
2931
|
-
gap: 10px;
|
|
2932
2942
|
}
|
|
2933
|
-
.
|
|
2934
|
-
display: inline-block;
|
|
2935
|
-
width: 12px;
|
|
2936
|
-
height: 12px;
|
|
2937
|
-
background-repeat: no-repeat;
|
|
2938
|
-
background-position: center;
|
|
2939
|
-
background-size: 100%;
|
|
2943
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2940
2944
|
cursor: pointer;
|
|
2941
2945
|
}
|
|
2942
|
-
.
|
|
2943
|
-
|
|
2946
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2947
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2948
|
+
margin-bottom: 10px;
|
|
2944
2949
|
}
|
|
2945
|
-
.
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2950
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2951
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2952
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2953
|
+
margin-bottom: 10px;
|
|
2949
2954
|
}
|
|
2950
|
-
[data-v-
|
|
2951
|
-
|
|
2955
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2956
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2957
|
+
margin-top: 10px;
|
|
2958
|
+
margin-bottom: 20px;
|
|
2952
2959
|
}
|
|
2953
|
-
[data-v-
|
|
2954
|
-
background: #ffffff
|
|
2955
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2956
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2957
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2958
|
-
font-weight: 400;
|
|
2959
|
-
font-size: 16px;
|
|
2960
|
-
color: #bbbbbb;
|
|
2961
|
-
text-align: left;
|
|
2962
|
-
font-style: normal;
|
|
2963
|
-
text-transform: none;
|
|
2960
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2961
|
+
background-color: #ffffff;
|
|
2964
2962
|
}
|
|
2965
|
-
[data-v-
|
|
2966
|
-
|
|
2967
|
-
font-weight: 400 !important;
|
|
2968
|
-
font-size: 16px !important;
|
|
2969
|
-
line-height: 21px !important;
|
|
2970
|
-
font-style: normal !important;
|
|
2971
|
-
text-transform: none !important;
|
|
2963
|
+
.date-group[data-v-1e62eff8] {
|
|
2964
|
+
margin-top: 16px;
|
|
2972
2965
|
}
|
|
2973
|
-
[data-v-
|
|
2974
|
-
|
|
2966
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2967
|
+
color: #81858c;
|
|
2968
|
+
font-size: 12px;
|
|
2969
|
+
user-select: none;
|
|
2970
|
+
margin-bottom: 2px;
|
|
2971
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2975
2972
|
}
|
|
2976
|
-
[data-v-
|
|
2977
|
-
|
|
2978
|
-
|
|
2973
|
+
.menu-item[data-v-1e62eff8] {
|
|
2974
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2975
|
+
font-size: 16px;
|
|
2976
|
+
line-height: 50px;
|
|
2977
|
+
cursor: pointer;
|
|
2978
|
+
gap: 8px;
|
|
2979
|
+
border-radius: 8px;
|
|
2980
|
+
display: flex;
|
|
2981
|
+
align-items: center;
|
|
2979
2982
|
}
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
font-weight: 400;
|
|
2984
|
-
font-size: 14px;
|
|
2985
|
-
color: #808080;
|
|
2986
|
-
line-height: 21px;
|
|
2987
|
-
font-style: normal;
|
|
2988
|
-
text-align: center;
|
|
2983
|
+
.active-item[data-v-1e62eff8] {
|
|
2984
|
+
background: #e2ebf5;
|
|
2985
|
+
color: var(--el-color-primary);
|
|
2989
2986
|
}
|
|
2990
|
-
.
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2987
|
+
.history-item[data-v-1e62eff8] {
|
|
2988
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2989
|
+
cursor: pointer;
|
|
2990
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2991
|
+
align-items: center; /* 垂直居中 */
|
|
2992
|
+
line-height: 40px;
|
|
2993
|
+
gap: 8px;
|
|
2994
|
+
border-radius: 8px;
|
|
2994
2995
|
}
|
|
2995
|
-
.
|
|
2996
|
-
|
|
2996
|
+
.history-subject[data-v-1e62eff8] {
|
|
2997
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2998
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2999
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3000
|
+
white-space: nowrap; /* 不换行 */
|
|
2997
3001
|
}
|
|
2998
|
-
.
|
|
2999
|
-
margin:
|
|
3002
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3003
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3000
3004
|
}
|
|
3005
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3006
|
+
background-color: #f5f5f5;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3001
3009
|
.home-chart-iframe[data-v-73352a50] {
|
|
3002
3010
|
width: 100%;
|
|
3003
3011
|
height: 100%;
|
|
@@ -3005,42 +3013,38 @@ h4[data-v-0b0c189e] {
|
|
|
3005
3013
|
opacity: 1;
|
|
3006
3014
|
}
|
|
3007
3015
|
|
|
3008
|
-
.
|
|
3016
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
3017
|
+
display: flex;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
flex-shrink: 0;
|
|
3020
|
+
min-width: max-content;
|
|
3021
|
+
margin-left: auto;
|
|
3022
|
+
gap: 10px;
|
|
3023
|
+
}
|
|
3024
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
3025
|
+
display: flex;
|
|
3026
|
+
align-items: center;
|
|
3027
|
+
justify-content: center;
|
|
3028
|
+
margin-top: 10px;
|
|
3029
|
+
gap: 10px;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3009
3033
|
width: 100%;
|
|
3010
3034
|
height: 100%;
|
|
3011
3035
|
border: none;
|
|
3012
3036
|
opacity: 1;
|
|
3013
3037
|
}
|
|
3014
3038
|
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
width: 100%;
|
|
3021
|
-
.footer-time[data-v-ffbde6f9] {
|
|
3022
|
-
font-size: 10px;
|
|
3023
|
-
color: #999;
|
|
3024
|
-
margin-top: 3px;
|
|
3025
|
-
flex-shrink: 0;
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
.footer-container[data-v-ffbde6f9] {
|
|
3029
|
-
display: flex;
|
|
3030
|
-
gap: 8px;
|
|
3031
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
3032
|
-
margin-left: 0;
|
|
3033
|
-
}
|
|
3039
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
3040
|
+
width: 100%;
|
|
3041
|
+
height: 100%;
|
|
3042
|
+
border: none;
|
|
3043
|
+
opacity: 1;
|
|
3034
3044
|
}
|
|
3035
|
-
|
|
3036
|
-
|
|
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;
|
|
3045
|
+
|
|
3046
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
3047
|
+
padding-bottom: 0px;
|
|
3044
3048
|
}
|
|
3045
3049
|
|
|
3046
3050
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
@@ -3065,10 +3069,6 @@ h4[data-v-0b0c189e] {
|
|
|
3065
3069
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3066
3070
|
margin-left: 5px;
|
|
3067
3071
|
}
|
|
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; /* 垂直居中 */
|