agilebuilder-ui 1.1.65-tmp10 → 1.1.65-tmp12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +131 -131
- package/lib/style.css +789 -789
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -128,20 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
129
|
color: #97a8be;
|
|
130
130
|
cursor: text;
|
|
131
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
|
-
padding: 0;
|
|
133
|
-
display: flex;
|
|
134
|
-
align-items: center;
|
|
135
|
-
justify-content: end;
|
|
136
131
|
}
|
|
137
|
-
.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
132
|
+
.svg-icon[data-v-67e4e504] {
|
|
133
|
+
width: 1.2em;
|
|
134
|
+
height: 1.2em;
|
|
135
|
+
vertical-align: -0.25em;
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
overflow: initial;
|
|
138
|
+
}
|
|
139
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
145
140
|
padding: 2px 0 !important;
|
|
146
141
|
}
|
|
147
142
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -284,29 +279,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
284
279
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
285
280
|
flex-wrap: wrap;
|
|
286
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
+
padding: 0;
|
|
284
|
+
display: flex;
|
|
285
|
+
align-items: center;
|
|
286
|
+
justify-content: end;
|
|
287
287
|
}
|
|
288
|
-
.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
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] {
|
|
288
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
+
display: flex;
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
+
font-size: 18px;
|
|
294
|
+
cursor: pointer;
|
|
295
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
310
296
|
display: flex;
|
|
311
297
|
background-color: #fff;
|
|
312
298
|
justify-content: center;
|
|
@@ -316,6 +302,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
316
302
|
.ValidCode span[data-v-aa77e3bd] {
|
|
317
303
|
display: inline-block;
|
|
318
304
|
}
|
|
305
|
+
.searchResult[data-v-22410ec9] {
|
|
306
|
+
color: red;
|
|
307
|
+
}
|
|
308
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
309
|
+
width: 90%;
|
|
310
|
+
}
|
|
311
|
+
|
|
319
312
|
.red-circle[data-v-998f4283] {
|
|
320
313
|
width: 20px; /* 圆圈的宽度 */
|
|
321
314
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -331,11 +324,109 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
324
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
325
|
}
|
|
333
326
|
|
|
327
|
+
.searchResult {
|
|
328
|
+
color: red;
|
|
329
|
+
}
|
|
330
|
+
.inline-input-custom {
|
|
331
|
+
width: 90%;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
337
|
+
|
|
334
338
|
.select-top-span {
|
|
335
339
|
width: 100%;
|
|
336
340
|
}
|
|
337
341
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
338
342
|
display: inline-block;
|
|
343
|
+
}.select[data-v-52983a24] {
|
|
344
|
+
width: 100%;
|
|
345
|
+
height: 100%;
|
|
346
|
+
display: grid;
|
|
347
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
348
|
+
align-items: center;
|
|
349
|
+
}
|
|
350
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
351
|
+
width: 100%;
|
|
352
|
+
height: 100%;
|
|
353
|
+
text-align: center;
|
|
354
|
+
}
|
|
355
|
+
.fs-preview-container[data-v-2448d898] {
|
|
356
|
+
display: flex;
|
|
357
|
+
align-items: center;
|
|
358
|
+
gap: 5px;
|
|
359
|
+
justify-content: space-between;
|
|
360
|
+
}
|
|
361
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
362
|
+
display: flex;
|
|
363
|
+
align-items: center;
|
|
364
|
+
flex-shrink: 0;
|
|
365
|
+
min-width: max-content;
|
|
366
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
367
|
+
}
|
|
368
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
369
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
370
|
+
width: 30px;
|
|
371
|
+
height: 30px;
|
|
372
|
+
}
|
|
373
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
374
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
375
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
376
|
+
display: inline-block;
|
|
377
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
378
|
+
height: 1em !important;
|
|
379
|
+
line-height: 1em;
|
|
380
|
+
cursor: pointer;
|
|
381
|
+
}
|
|
382
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
383
|
+
overflow: hidden;
|
|
384
|
+
text-overflow: ellipsis;
|
|
385
|
+
white-space: nowrap;
|
|
386
|
+
}
|
|
387
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
388
|
+
margin-left: 5px;
|
|
389
|
+
}
|
|
390
|
+
.file-item[data-v-2448d898] {
|
|
391
|
+
display: flex;
|
|
392
|
+
align-items: center;
|
|
393
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
394
|
+
gap: 10px;
|
|
395
|
+
height: 40px;
|
|
396
|
+
padding: 10px;
|
|
397
|
+
border-radius: 8px;
|
|
398
|
+
transition: background-color 0.2s;
|
|
399
|
+
}
|
|
400
|
+
.file-item[data-v-2448d898]:hover {
|
|
401
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
402
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
403
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
404
|
+
outline: none;
|
|
405
|
+
}
|
|
406
|
+
.file-actions[data-v-2448d898] {
|
|
407
|
+
display: flex;
|
|
408
|
+
align-items: center;
|
|
409
|
+
gap: 5px;
|
|
410
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
411
|
+
}
|
|
412
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
413
|
+
margin-left: 5px;
|
|
414
|
+
}
|
|
415
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
416
|
+
margin-left: 5px;
|
|
417
|
+
}
|
|
418
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
419
|
+
margin-left: 5px;
|
|
420
|
+
}
|
|
421
|
+
.amb-iconfont[data-v-2448d898] {
|
|
422
|
+
color: var(--el-color-primary);
|
|
423
|
+
}
|
|
424
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
425
|
+
font-size: 14px !important;
|
|
426
|
+
}
|
|
427
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
428
|
+
padding: 5px 11px;
|
|
429
|
+
height: var(--el-button-size);
|
|
339
430
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
340
431
|
padding: 10px;
|
|
341
432
|
}
|
|
@@ -446,82 +537,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
446
537
|
font-size: 14px;
|
|
447
538
|
display: grid;
|
|
448
539
|
grid-template-columns: 20% 80%;
|
|
449
|
-
}
|
|
450
|
-
.fs-preview-container[data-v-2448d898] {
|
|
451
|
-
display: flex;
|
|
452
|
-
align-items: center;
|
|
453
|
-
gap: 5px;
|
|
454
|
-
justify-content: space-between;
|
|
455
|
-
}
|
|
456
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
457
|
-
display: flex;
|
|
458
|
-
align-items: center;
|
|
459
|
-
flex-shrink: 0;
|
|
460
|
-
min-width: max-content;
|
|
461
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
462
|
-
}
|
|
463
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
464
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
465
|
-
width: 30px;
|
|
466
|
-
height: 30px;
|
|
467
|
-
}
|
|
468
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
469
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
470
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
471
|
-
display: inline-block;
|
|
472
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
473
|
-
height: 1em !important;
|
|
474
|
-
line-height: 1em;
|
|
475
|
-
cursor: pointer;
|
|
476
|
-
}
|
|
477
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
478
|
-
overflow: hidden;
|
|
479
|
-
text-overflow: ellipsis;
|
|
480
|
-
white-space: nowrap;
|
|
481
|
-
}
|
|
482
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
483
|
-
margin-left: 5px;
|
|
484
|
-
}
|
|
485
|
-
.file-item[data-v-2448d898] {
|
|
486
|
-
display: flex;
|
|
487
|
-
align-items: center;
|
|
488
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
489
|
-
gap: 10px;
|
|
490
|
-
height: 40px;
|
|
491
|
-
padding: 10px;
|
|
492
|
-
border-radius: 8px;
|
|
493
|
-
transition: background-color 0.2s;
|
|
494
|
-
}
|
|
495
|
-
.file-item[data-v-2448d898]:hover {
|
|
496
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
497
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
498
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
499
|
-
outline: none;
|
|
500
|
-
}
|
|
501
|
-
.file-actions[data-v-2448d898] {
|
|
502
|
-
display: flex;
|
|
503
|
-
align-items: center;
|
|
504
|
-
gap: 5px;
|
|
505
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
506
|
-
}
|
|
507
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
508
|
-
margin-left: 5px;
|
|
509
|
-
}
|
|
510
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
511
|
-
margin-left: 5px;
|
|
512
|
-
}
|
|
513
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
514
|
-
margin-left: 5px;
|
|
515
|
-
}
|
|
516
|
-
.amb-iconfont[data-v-2448d898] {
|
|
517
|
-
color: var(--el-color-primary);
|
|
518
|
-
}
|
|
519
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
520
|
-
font-size: 14px !important;
|
|
521
|
-
}
|
|
522
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
523
|
-
padding: 5px 11px;
|
|
524
|
-
height: var(--el-button-size);
|
|
525
540
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
526
541
|
width: 30px;
|
|
527
542
|
height: 30px;
|
|
@@ -551,65 +566,14 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
551
566
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
552
567
|
font-weight: 600;
|
|
553
568
|
margin-left: 4px;
|
|
554
|
-
}
|
|
555
|
-
.organization-input .el-input-group__append {
|
|
556
|
-
padding: 0 10px 0 0;
|
|
557
|
-
}
|
|
558
|
-
.select[data-v-52983a24] {
|
|
559
|
-
width: 100%;
|
|
560
|
-
height: 100%;
|
|
561
|
-
display: grid;
|
|
562
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
-
align-items: center;
|
|
564
|
-
}
|
|
565
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
566
|
-
width: 100%;
|
|
567
|
-
height: 100%;
|
|
568
|
-
text-align: center;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
-
}.
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
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
|
-
}.wscn-http404-container[data-v-4f824f28] {
|
|
609
|
-
transform: translate(-50%, -50%);
|
|
610
|
-
position: absolute;
|
|
611
|
-
top: 40%;
|
|
612
|
-
left: 50%;
|
|
572
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
+
transform: translate(-50%, -50%);
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 40%;
|
|
576
|
+
left: 50%;
|
|
613
577
|
}
|
|
614
578
|
.wscn-http404[data-v-4f824f28] {
|
|
615
579
|
position: relative;
|
|
@@ -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,8 +818,166 @@ 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:
|
|
821
|
+
.errPage-container[data-v-6bef0241] {
|
|
822
|
+
width: 800px;
|
|
823
|
+
max-width: 100%;
|
|
824
|
+
margin: 100px auto;
|
|
825
|
+
}
|
|
826
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
827
|
+
background: #008489;
|
|
828
|
+
color: #fff;
|
|
829
|
+
border: none !important;
|
|
830
|
+
}
|
|
831
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
832
|
+
margin: 0 auto;
|
|
833
|
+
display: block;
|
|
834
|
+
}
|
|
835
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
836
|
+
display: block;
|
|
837
|
+
margin: 0 auto;
|
|
838
|
+
width: 100%;
|
|
839
|
+
}
|
|
840
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
841
|
+
font-size: 60px;
|
|
842
|
+
font-weight: 700;
|
|
843
|
+
color: #484848;
|
|
844
|
+
}
|
|
845
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
846
|
+
font-size: 14px;
|
|
847
|
+
}
|
|
848
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
849
|
+
padding-bottom: 5px;
|
|
850
|
+
}
|
|
851
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
852
|
+
color: #008489;
|
|
853
|
+
text-decoration: none;
|
|
854
|
+
}
|
|
855
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
856
|
+
text-decoration: underline;
|
|
857
|
+
}
|
|
858
|
+
.graphDiv[data-v-a936569d] {
|
|
859
|
+
overflow: auto;
|
|
860
|
+
height: 100%;
|
|
861
|
+
height: calc(100vh - 20px);
|
|
862
|
+
}
|
|
863
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
864
|
+
position: relative;
|
|
865
|
+
height: 100%;
|
|
866
|
+
width: 100%;
|
|
867
|
+
}
|
|
868
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
869
|
+
position: fixed;
|
|
870
|
+
top: 0;
|
|
871
|
+
}
|
|
872
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
873
|
+
background: #000;
|
|
874
|
+
opacity: 0.3;
|
|
875
|
+
width: 100%;
|
|
876
|
+
top: 0;
|
|
877
|
+
height: 100%;
|
|
878
|
+
position: absolute;
|
|
879
|
+
z-index: 999;
|
|
880
|
+
}iframe[data-v-20dccb82] {
|
|
881
|
+
width: 100%;
|
|
882
|
+
height: calc(100vh - 50px);
|
|
883
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
884
|
+
position: relative;
|
|
885
|
+
--el-menu-item-height: 45px;
|
|
886
|
+
--el-menu-sub-item-height: 45px;
|
|
887
|
+
}
|
|
888
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
889
|
+
padding: 0 !important;
|
|
890
|
+
}
|
|
891
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
892
|
+
display: flex;
|
|
893
|
+
flex-direction: row;
|
|
894
|
+
}
|
|
895
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
896
|
+
display: flex;
|
|
897
|
+
flex-direction: row;
|
|
898
|
+
padding: 0 !important;
|
|
899
|
+
}
|
|
900
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
901
|
+
display: flex;
|
|
902
|
+
align-items: center;
|
|
903
|
+
justify-content: center;
|
|
904
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
905
|
+
font-size: 16px;
|
|
906
|
+
}
|
|
907
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
908
|
+
width: 20px;
|
|
909
|
+
}
|
|
910
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
911
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
912
|
+
overflow: hidden;
|
|
913
|
+
white-space: nowrap;
|
|
914
|
+
overflow: hidden;
|
|
915
|
+
text-overflow: ellipsis;
|
|
916
|
+
}
|
|
917
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
918
|
+
overflow: hidden;
|
|
919
|
+
white-space: nowrap;
|
|
920
|
+
overflow: hidden;
|
|
921
|
+
text-overflow: ellipsis;
|
|
922
|
+
}
|
|
923
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
924
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
925
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
926
|
+
position: relative;
|
|
927
|
+
--el-menu-item-height: 45px;
|
|
928
|
+
--el-menu-sub-item-height: 45px;
|
|
929
|
+
}
|
|
930
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
931
|
+
padding: 0 !important;
|
|
932
|
+
}
|
|
933
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
934
|
+
display: flex;
|
|
935
|
+
flex-direction: row;
|
|
936
|
+
}
|
|
937
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
938
|
+
display: flex;
|
|
939
|
+
flex-direction: row;
|
|
940
|
+
padding: 0 !important;
|
|
941
|
+
}
|
|
942
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
943
|
+
display: flex;
|
|
944
|
+
align-items: center;
|
|
945
|
+
justify-content: center;
|
|
946
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
947
|
+
font-size: 16px;
|
|
948
|
+
}
|
|
949
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
950
|
+
width: 20px;
|
|
951
|
+
}
|
|
952
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
953
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
954
|
+
overflow: hidden;
|
|
955
|
+
white-space: nowrap;
|
|
956
|
+
overflow: hidden;
|
|
957
|
+
text-overflow: ellipsis;
|
|
958
|
+
}
|
|
959
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
960
|
+
overflow: hidden;
|
|
961
|
+
white-space: nowrap;
|
|
962
|
+
overflow: hidden;
|
|
963
|
+
text-overflow: ellipsis;
|
|
964
|
+
}
|
|
965
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
966
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
967
|
+
}.app-main[data-v-2d98e845] {
|
|
968
|
+
padding: var(--app-main-padding, 15px);
|
|
969
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
970
|
+
position: relative;
|
|
971
|
+
overflow: hidden;
|
|
972
|
+
}
|
|
973
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
974
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
975
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
976
|
+
overflow: auto;
|
|
977
|
+
}.super-icon[data-v-875fd31c] {
|
|
978
|
+
width: 1em;
|
|
979
|
+
height: 1em;
|
|
980
|
+
font-size: 14px;
|
|
865
981
|
}
|
|
866
982
|
.organization-tree,
|
|
867
983
|
.organization-tree .el-checkbox__label,
|
|
@@ -978,125 +1094,89 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
978
1094
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
979
1095
|
color: #409eff;
|
|
980
1096
|
}
|
|
981
|
-
.
|
|
982
|
-
width:
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
position: relative;
|
|
987
|
-
height: 100%;
|
|
988
|
-
width: 100%;
|
|
1097
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
1098
|
+
width: 50%;
|
|
1099
|
+
}.normal-column-header[data-v-562b2e0d] {
|
|
1100
|
+
display: inline-flex;
|
|
1101
|
+
vertical-align: middle;
|
|
989
1102
|
}
|
|
990
|
-
.
|
|
991
|
-
|
|
992
|
-
|
|
1103
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1104
|
+
font-size: 20px;
|
|
1105
|
+
color: var(--el-color-primary);
|
|
1106
|
+
cursor: pointer;
|
|
993
1107
|
}
|
|
994
|
-
.
|
|
995
|
-
|
|
996
|
-
opacity: 0.3;
|
|
997
|
-
width: 100%;
|
|
998
|
-
top: 0;
|
|
999
|
-
height: 100%;
|
|
1000
|
-
position: absolute;
|
|
1001
|
-
z-index: 999;
|
|
1002
|
-
}iframe[data-v-20dccb82] {
|
|
1003
|
-
width: 100%;
|
|
1004
|
-
height: calc(100vh - 50px);
|
|
1005
|
-
}.app-main[data-v-2d98e845] {
|
|
1006
|
-
padding: var(--app-main-padding, 15px);
|
|
1007
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1008
|
-
position: relative;
|
|
1009
|
-
overflow: hidden;
|
|
1108
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1109
|
+
margin-bottom: 0px;
|
|
1010
1110
|
}
|
|
1011
|
-
.
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
overflow: auto;
|
|
1015
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1016
|
-
position: relative;
|
|
1017
|
-
--el-menu-item-height: 45px;
|
|
1018
|
-
--el-menu-sub-item-height: 45px;
|
|
1111
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1112
|
+
margin-bottom: 5px;
|
|
1113
|
+
text-align: center;
|
|
1019
1114
|
}
|
|
1020
|
-
.
|
|
1021
|
-
|
|
1115
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1116
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1117
|
+
width: 100%;
|
|
1022
1118
|
}
|
|
1023
|
-
.
|
|
1024
|
-
display:
|
|
1025
|
-
flex-direction: row;
|
|
1119
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1120
|
+
display: none;
|
|
1026
1121
|
}
|
|
1027
|
-
.
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1040
|
-
width: 20px;
|
|
1041
|
-
}
|
|
1042
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1043
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1044
|
-
overflow: hidden;
|
|
1045
|
-
white-space: nowrap;
|
|
1046
|
-
overflow: hidden;
|
|
1047
|
-
text-overflow: ellipsis;
|
|
1048
|
-
}
|
|
1049
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1050
|
-
overflow: hidden;
|
|
1051
|
-
white-space: nowrap;
|
|
1052
|
-
overflow: hidden;
|
|
1053
|
-
text-overflow: ellipsis;
|
|
1054
|
-
}
|
|
1055
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1056
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1057
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
-
position: relative;
|
|
1059
|
-
--el-menu-item-height: 45px;
|
|
1060
|
-
--el-menu-sub-item-height: 45px;
|
|
1122
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1123
|
+
padding-bottom: 10px;
|
|
1124
|
+
position: fixed;
|
|
1125
|
+
top: 37px;
|
|
1126
|
+
background-color: #ffffff;
|
|
1127
|
+
width: 46%;
|
|
1128
|
+
height: 40px;
|
|
1129
|
+
z-index: 1500;
|
|
1130
|
+
}
|
|
1131
|
+
li[data-v-040fcf55] {
|
|
1132
|
+
color: #333;
|
|
1061
1133
|
}
|
|
1062
|
-
.
|
|
1063
|
-
|
|
1134
|
+
.context-menu[data-v-040fcf55] {
|
|
1135
|
+
position: fixed;
|
|
1136
|
+
background: #fff;
|
|
1137
|
+
z-index: 999;
|
|
1138
|
+
padding: 5px;
|
|
1139
|
+
margin: 0;
|
|
1140
|
+
margin-top: 30px;
|
|
1064
1141
|
}
|
|
1065
|
-
.
|
|
1066
|
-
|
|
1067
|
-
|
|
1142
|
+
.context-menu li[data-v-040fcf55] {
|
|
1143
|
+
min-width: 75px;
|
|
1144
|
+
height: 28px;
|
|
1145
|
+
line-height: 28px;
|
|
1146
|
+
text-align: left;
|
|
1147
|
+
color: #1a1a1a;
|
|
1068
1148
|
}
|
|
1069
|
-
.
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
padding: 0 !important;
|
|
1149
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1150
|
+
background: #42b983;
|
|
1151
|
+
color: #fff;
|
|
1073
1152
|
}
|
|
1074
|
-
.
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
-
font-size: 16px;
|
|
1153
|
+
.context-menu[data-v-040fcf55] {
|
|
1154
|
+
border: 1px solid #eee;
|
|
1155
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1156
|
+
border-radius: 5px;
|
|
1080
1157
|
}
|
|
1081
|
-
|
|
1082
|
-
|
|
1158
|
+
li[data-v-040fcf55] {
|
|
1159
|
+
list-style-type: none;
|
|
1083
1160
|
}
|
|
1084
|
-
.
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1161
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1162
|
+
display: flex;
|
|
1163
|
+
align-items: center;
|
|
1164
|
+
width: 100%;
|
|
1165
|
+
gap: 8px;
|
|
1166
|
+
box-sizing: border-box;
|
|
1167
|
+
min-width: 0;
|
|
1090
1168
|
}
|
|
1091
|
-
.
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
overflow: hidden;
|
|
1095
|
-
text-overflow: ellipsis;
|
|
1169
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1170
|
+
width: 100%;
|
|
1171
|
+
min-width: 0;
|
|
1096
1172
|
}
|
|
1097
|
-
.
|
|
1098
|
-
|
|
1099
|
-
|
|
1173
|
+
.sep[data-v-2aeaa81d] {
|
|
1174
|
+
padding: 0 8px;
|
|
1175
|
+
color: var(--el-text-color-secondary);
|
|
1176
|
+
white-space: nowrap;
|
|
1177
|
+
flex: 0 0 auto;
|
|
1178
|
+
}
|
|
1179
|
+
[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
1180
|
user-select: text !important;
|
|
1101
1181
|
-webkit-user-select: text !important;
|
|
1102
1182
|
-moz-user-select: text !important;
|
|
@@ -1315,86 +1395,36 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1315
1395
|
margin: 5px 0;
|
|
1316
1396
|
}
|
|
1317
1397
|
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1320
|
-
align-items: center;
|
|
1321
|
-
width: 100%;
|
|
1322
|
-
gap: 8px;
|
|
1323
|
-
box-sizing: border-box;
|
|
1324
|
-
min-width: 0;
|
|
1398
|
+
.searchResult {
|
|
1399
|
+
color: red;
|
|
1325
1400
|
}
|
|
1326
|
-
.
|
|
1327
|
-
width:
|
|
1328
|
-
min-width: 0;
|
|
1401
|
+
.inline-select-custom {
|
|
1402
|
+
width: 100px;
|
|
1329
1403
|
}
|
|
1330
|
-
.
|
|
1331
|
-
|
|
1332
|
-
color: var(--el-text-color-secondary);
|
|
1333
|
-
white-space: nowrap;
|
|
1334
|
-
flex: 0 0 auto;
|
|
1404
|
+
.inline-input-custom {
|
|
1405
|
+
width: 98%;
|
|
1335
1406
|
}
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
}
|
|
1340
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1341
|
-
font-size: 20px;
|
|
1342
|
-
color: var(--el-color-primary);
|
|
1343
|
-
cursor: pointer;
|
|
1344
|
-
}
|
|
1345
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
-
margin-bottom: 0px;
|
|
1347
|
-
}
|
|
1348
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
-
margin-bottom: 5px;
|
|
1350
|
-
text-align: center;
|
|
1351
|
-
}
|
|
1352
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
-
width: 100%;
|
|
1407
|
+
|
|
1408
|
+
.searchResult {
|
|
1409
|
+
color: red;
|
|
1355
1410
|
}
|
|
1356
|
-
.
|
|
1357
|
-
|
|
1411
|
+
.inline-input-custom {
|
|
1412
|
+
width: 90%;
|
|
1358
1413
|
}
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1361
|
-
position: fixed;
|
|
1362
|
-
top: 37px;
|
|
1363
|
-
background-color: #ffffff;
|
|
1364
|
-
width: 46%;
|
|
1365
|
-
height: 40px;
|
|
1366
|
-
z-index: 1500;
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1367
1416
|
}
|
|
1368
|
-
|
|
1369
|
-
|
|
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;
|
|
1417
|
+
|
|
1418
|
+
.searchResult {
|
|
1419
|
+
color: red;
|
|
1394
1420
|
}
|
|
1395
|
-
|
|
1396
|
-
|
|
1421
|
+
.inline-input-custom {
|
|
1422
|
+
width: 100% !important;
|
|
1397
1423
|
}
|
|
1424
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1425
|
+
min-width: 300px;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1398
1428
|
.searchResult {
|
|
1399
1429
|
color: red;
|
|
1400
1430
|
}
|
|
@@ -1438,47 +1468,69 @@ li[data-v-040fcf55] {
|
|
|
1438
1468
|
}
|
|
1439
1469
|
|
|
1440
1470
|
.searchResult {
|
|
1441
|
-
|
|
1471
|
+
color: red;
|
|
1442
1472
|
}
|
|
1443
1473
|
.inline-select-custom {
|
|
1444
|
-
|
|
1474
|
+
width: 100px;
|
|
1445
1475
|
}
|
|
1446
1476
|
.inline-input-custom {
|
|
1447
|
-
|
|
1477
|
+
width: 98%;
|
|
1448
1478
|
}
|
|
1449
1479
|
|
|
1450
|
-
.
|
|
1451
|
-
|
|
1480
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1481
|
+
font-size: 17px;
|
|
1482
|
+
font-weight: 700;
|
|
1452
1483
|
}
|
|
1453
|
-
.
|
|
1454
|
-
|
|
1484
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1485
|
+
font-size: 17px;
|
|
1486
|
+
font-weight: 700;
|
|
1455
1487
|
}
|
|
1456
|
-
.
|
|
1457
|
-
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.searchResult {
|
|
1461
|
-
color: red;
|
|
1488
|
+
.organization-tree .el-card__body {
|
|
1489
|
+
padding-top: 10px;
|
|
1462
1490
|
}
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1491
|
+
.organization-tree .card-content {
|
|
1492
|
+
margin-top: 10px;
|
|
1465
1493
|
}
|
|
1466
|
-
.
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1494
|
+
.organization-tree .item-row-all {
|
|
1495
|
+
margin-bottom: 10px;
|
|
1472
1496
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1497
|
+
.organization-tree .item-row {
|
|
1498
|
+
display: flex;
|
|
1499
|
+
width: 100%;
|
|
1475
1500
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1501
|
+
.organization-tree .item-label {
|
|
1502
|
+
flex: 0 0 90%;
|
|
1503
|
+
text-align: left;
|
|
1504
|
+
}
|
|
1505
|
+
.organization-tree .item-side {
|
|
1506
|
+
flex: 0 0 10%;
|
|
1507
|
+
text-align: right;
|
|
1508
|
+
}
|
|
1509
|
+
.organization-tree .el-tree-node {
|
|
1510
|
+
margin-bottom: 10px;
|
|
1511
|
+
}
|
|
1512
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1513
|
+
padding: 0;
|
|
1514
|
+
display: none;
|
|
1515
|
+
}
|
|
1516
|
+
.organization-tree .card-footer {
|
|
1517
|
+
padding: 20px;
|
|
1518
|
+
}
|
|
1519
|
+
.organization-tree .card-footer .select-result {
|
|
1520
|
+
color: #409EFF;
|
|
1521
|
+
flex:1 1 75%;
|
|
1522
|
+
text-align: left;
|
|
1523
|
+
}
|
|
1524
|
+
.organization-tree .card-footer .button-area {
|
|
1525
|
+
flex:0 0 20%;
|
|
1526
|
+
text-align: right;
|
|
1527
|
+
}
|
|
1528
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1529
|
+
color:#409EFF
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.grid-search-form[data-v-04817310] {
|
|
1533
|
+
overflow: auto;
|
|
1482
1534
|
}
|
|
1483
1535
|
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1484
1536
|
margin-bottom: 0px;
|
|
@@ -1556,59 +1608,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1556
1608
|
[data-v-455b2ba2] .super-icon {
|
|
1557
1609
|
width: 20px !important;
|
|
1558
1610
|
height: 20px !important;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
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
|
-
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
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,9 +1630,31 @@ 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
|
-
|
|
1632
|
-
|
|
1633
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
+
margin-bottom: 0px;
|
|
1635
|
+
}
|
|
1636
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1637
|
+
overflow: hidden;
|
|
1638
|
+
text-overflow: ellipsis;
|
|
1639
|
+
white-space: nowrap;
|
|
1640
|
+
word-break: keep-all;
|
|
1641
|
+
}
|
|
1642
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
+
margin-bottom: 5px;
|
|
1644
|
+
text-align: center;
|
|
1645
|
+
}
|
|
1646
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1647
|
+
width: 100%;
|
|
1648
|
+
}
|
|
1649
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
+
width: 100%;
|
|
1651
|
+
}
|
|
1652
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1653
|
+
padding-right: 24px;
|
|
1654
|
+
}
|
|
1655
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1656
|
+
padding-left: 10px;
|
|
1657
|
+
padding-bottom: 16px;
|
|
1633
1658
|
}.annex-cell[data-v-1e660925] {
|
|
1634
1659
|
padding-right: 5px;
|
|
1635
1660
|
cursor: pointer;
|
|
@@ -1677,44 +1702,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1702
|
}
|
|
1678
1703
|
.normal-column-content-view[data-v-1e660925] {
|
|
1679
1704
|
display: inline;
|
|
1680
|
-
}.grid-search-form[data-v-
|
|
1681
|
-
margin-bottom: 0px;
|
|
1682
|
-
}
|
|
1683
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1684
|
-
overflow: hidden;
|
|
1685
|
-
text-overflow: ellipsis;
|
|
1686
|
-
white-space: nowrap;
|
|
1687
|
-
word-break: keep-all;
|
|
1688
|
-
}
|
|
1689
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
-
margin-bottom: 5px;
|
|
1691
|
-
text-align: center;
|
|
1692
|
-
}
|
|
1693
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1694
|
-
width: 100%;
|
|
1695
|
-
}
|
|
1696
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1697
|
-
width: 100%;
|
|
1698
|
-
}
|
|
1699
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1700
|
-
padding-right: 24px;
|
|
1701
|
-
}
|
|
1702
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1703
|
-
padding-left: 10px;
|
|
1704
|
-
padding-bottom: 16px;
|
|
1705
|
-
}
|
|
1706
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1707
|
-
margin-bottom: 0px;
|
|
1708
|
-
}
|
|
1709
|
-
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1710
|
-
margin-bottom: 5px;
|
|
1711
|
-
text-align: center;
|
|
1712
|
-
}
|
|
1713
|
-
.grid-search-form[data-v-0b145154] .el-select,
|
|
1714
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1715
|
-
width: 100%;
|
|
1716
|
-
}
|
|
1717
|
-
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1705
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1706
|
overflow: auto;
|
|
1719
1707
|
}
|
|
1720
1708
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1751,6 +1739,18 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1751
1739
|
width: 50%;
|
|
1752
1740
|
height: 40px;
|
|
1753
1741
|
}
|
|
1742
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1743
|
+
margin-bottom: 0px;
|
|
1744
|
+
}
|
|
1745
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1746
|
+
margin-bottom: 5px;
|
|
1747
|
+
text-align: center;
|
|
1748
|
+
}
|
|
1749
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1750
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
1754
|
.searchResult {
|
|
1755
1755
|
color: red;
|
|
1756
1756
|
}
|
|
@@ -1775,7 +1775,15 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1777
1777
|
margin-left: 5px;
|
|
1778
|
-
}
|
|
1778
|
+
}
|
|
1779
|
+
.svg-icon[data-v-019891df] {
|
|
1780
|
+
width: 1.2em;
|
|
1781
|
+
height: 1.2em;
|
|
1782
|
+
vertical-align: -0.25em;
|
|
1783
|
+
fill: currentColor;
|
|
1784
|
+
overflow: initial;
|
|
1785
|
+
}
|
|
1786
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1779
1787
|
position: relative;
|
|
1780
1788
|
--el-menu-item-height: 45px;
|
|
1781
1789
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1811,81 +1819,34 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1811
1819
|
white-space: nowrap;
|
|
1812
1820
|
overflow: hidden;
|
|
1813
1821
|
text-overflow: ellipsis;
|
|
1814
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1815
|
-
font-size: 12px;
|
|
1816
|
-
}
|
|
1817
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1818
|
-
border: 1px solid #dcdfe6;
|
|
1819
|
-
padding: 4px 8px;
|
|
1820
|
-
background-clip: padding-box;
|
|
1821
|
-
overflow: hidden;
|
|
1822
|
-
display: inline-flex;
|
|
1823
|
-
align-items: center;
|
|
1824
|
-
}
|
|
1825
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1826
|
-
margin-right: 18px;
|
|
1827
|
-
max-width: 160px;
|
|
1828
|
-
overflow: hidden;
|
|
1829
|
-
text-overflow: ellipsis;
|
|
1830
|
-
white-space: nowrap;
|
|
1831
|
-
}
|
|
1832
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1833
|
-
font-weight: 600;
|
|
1834
|
-
margin-left: 4px;
|
|
1835
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1836
|
-
border: 1px solid #dcdfe6;
|
|
1837
|
-
padding: 4px 8px;
|
|
1838
|
-
background-clip: padding-box;
|
|
1839
|
-
overflow: hidden;
|
|
1840
|
-
display: inline-flex;
|
|
1841
|
-
align-items: center;
|
|
1842
|
-
}
|
|
1843
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1844
|
-
margin-right: 18px;
|
|
1845
|
-
max-width: 160px;
|
|
1846
|
-
overflow: hidden;
|
|
1847
|
-
text-overflow: ellipsis;
|
|
1848
|
-
white-space: nowrap;
|
|
1849
|
-
}
|
|
1850
|
-
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1851
|
-
font-weight: 600;
|
|
1852
|
-
margin-left: 4px;
|
|
1853
1822
|
}[data-v-90635647] .el-range-separator {
|
|
1854
1823
|
min-width: 20px;
|
|
1855
1824
|
}
|
|
1856
|
-
.
|
|
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] {
|
|
1825
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
1865
1826
|
width: 100%;
|
|
1866
1827
|
height: 100%;
|
|
1867
1828
|
border: none;
|
|
1868
1829
|
opacity: 1;
|
|
1869
1830
|
}
|
|
1870
|
-
[data-v-
|
|
1831
|
+
[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 {
|
|
1871
1832
|
user-select: text !important;
|
|
1872
1833
|
-webkit-user-select: text !important;
|
|
1873
1834
|
-moz-user-select: text !important;
|
|
1874
1835
|
-ms-user-select: text !important;
|
|
1875
1836
|
}
|
|
1876
|
-
.slide-up-enter-active[data-v-
|
|
1877
|
-
.slide-up-leave-active[data-v-
|
|
1837
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1838
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1878
1839
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1879
1840
|
}
|
|
1880
|
-
.slide-up-enter-from[data-v-
|
|
1881
|
-
.slide-up-leave-to[data-v-
|
|
1841
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1842
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1882
1843
|
transform: translateY(100%);
|
|
1883
1844
|
}
|
|
1884
1845
|
|
|
1885
1846
|
/**
|
|
1886
1847
|
* 聊天窗口的样式设置
|
|
1887
1848
|
*/
|
|
1888
|
-
.chat-container[data-v-
|
|
1849
|
+
.chat-container[data-v-0b0c189e] {
|
|
1889
1850
|
--header-height: 56px;
|
|
1890
1851
|
--chat-padding: 12px;
|
|
1891
1852
|
--bubble-content-max-width: 0px;
|
|
@@ -1897,25 +1858,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1897
1858
|
flex-direction: row; /* 横向排列 */
|
|
1898
1859
|
height: 100%; /* 父容器高度 */
|
|
1899
1860
|
}
|
|
1900
|
-
.small-window[data-v-
|
|
1861
|
+
.small-window[data-v-0b0c189e] {
|
|
1901
1862
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1902
1863
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1903
1864
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1904
1865
|
border-radius: 8px;
|
|
1905
1866
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1906
1867
|
}
|
|
1907
|
-
.full-screen[data-v-
|
|
1868
|
+
.full-screen[data-v-0b0c189e] {
|
|
1908
1869
|
right: 0;
|
|
1909
1870
|
bottom: 0;
|
|
1910
1871
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1911
1872
|
}
|
|
1912
|
-
.chat-container > *[data-v-
|
|
1873
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1913
1874
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1914
1875
|
}
|
|
1915
1876
|
|
|
1916
1877
|
/* 聊天窗口的头部样式设置
|
|
1917
1878
|
*/
|
|
1918
|
-
.chat-embed__header_container[data-v-
|
|
1879
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1919
1880
|
/* border-bottom: 1px solid #ddd; */
|
|
1920
1881
|
display: flex;
|
|
1921
1882
|
align-items: center;
|
|
@@ -1925,7 +1886,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1925
1886
|
overflow: hidden;
|
|
1926
1887
|
position: relative;
|
|
1927
1888
|
}
|
|
1928
|
-
.session-subject[data-v-
|
|
1889
|
+
.session-subject[data-v-0b0c189e] {
|
|
1929
1890
|
display: block;
|
|
1930
1891
|
margin: 0 auto;
|
|
1931
1892
|
text-align: center;
|
|
@@ -1940,17 +1901,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1940
1901
|
|
|
1941
1902
|
/* 聊天窗口的头部图标样式设置
|
|
1942
1903
|
*/
|
|
1943
|
-
.chat-embed__header_avatar[data-v-
|
|
1904
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1944
1905
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1945
1906
|
margin-right: var(--chat-padding);
|
|
1946
1907
|
}
|
|
1947
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1908
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1948
1909
|
right: 20px;
|
|
1949
1910
|
position: absolute;
|
|
1950
1911
|
gap: 28px;
|
|
1951
1912
|
display: flex;
|
|
1952
1913
|
}
|
|
1953
|
-
.chat-embed__sidebar[data-v-
|
|
1914
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1954
1915
|
background: #f6f7fa;
|
|
1955
1916
|
display: flex;
|
|
1956
1917
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1959,7 +1920,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1959
1920
|
width: 260px;
|
|
1960
1921
|
height: 100%;
|
|
1961
1922
|
}
|
|
1962
|
-
.chat-embed__main[data-v-
|
|
1923
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1963
1924
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1964
1925
|
box-sizing: border-box;
|
|
1965
1926
|
overflow: hidden;
|
|
@@ -1970,7 +1931,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1970
1931
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1971
1932
|
overflow: hidden; /* 防止内容溢出 */
|
|
1972
1933
|
}
|
|
1973
|
-
.chat-embed__main_content[data-v-
|
|
1934
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1974
1935
|
flex: 1;
|
|
1975
1936
|
box-sizing: border-box;
|
|
1976
1937
|
min-height: 0;
|
|
@@ -1978,21 +1939,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1978
1939
|
/* overflow-y: auto;
|
|
1979
1940
|
margin-bottom: 12px; */
|
|
1980
1941
|
}
|
|
1981
|
-
.chat-embed__input_container[data-v-
|
|
1942
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1982
1943
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1983
1944
|
/* margin-bottom: 50px; 距离底部 */
|
|
1984
1945
|
}
|
|
1985
|
-
.header-icon[data-v-
|
|
1946
|
+
.header-icon[data-v-0b0c189e] {
|
|
1986
1947
|
cursor: pointer;
|
|
1987
1948
|
font-size: 20px;
|
|
1988
1949
|
}
|
|
1989
1950
|
|
|
1990
1951
|
/* 聊天默认推荐内容样式
|
|
1991
1952
|
*/
|
|
1992
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1953
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1993
1954
|
margin-top: 5px;
|
|
1994
1955
|
}
|
|
1995
|
-
.content-container[data-v-
|
|
1956
|
+
.content-container[data-v-0b0c189e] {
|
|
1996
1957
|
padding: 16px;
|
|
1997
1958
|
border-radius: 4px;
|
|
1998
1959
|
background: #ffffff;
|
|
@@ -2000,7 +1961,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2000
1961
|
border-radius: 0px 30px 30px 30px;
|
|
2001
1962
|
/* opacity: 0.6; */
|
|
2002
1963
|
}
|
|
2003
|
-
.chat-content-font[data-v-
|
|
1964
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2004
1965
|
font-family: PingFang SC, PingFang SC;
|
|
2005
1966
|
font-weight: 500;
|
|
2006
1967
|
font-size: 16px;
|
|
@@ -2010,10 +1971,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2010
1971
|
font-style: normal;
|
|
2011
1972
|
text-transform: none;
|
|
2012
1973
|
}
|
|
2013
|
-
[data-v-
|
|
1974
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2014
1975
|
border: none !important;
|
|
2015
1976
|
}
|
|
2016
|
-
.content-container-header[data-v-
|
|
1977
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2017
1978
|
font-size: 12px;
|
|
2018
1979
|
color: #909399;
|
|
2019
1980
|
}
|
|
@@ -2021,28 +1982,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2021
1982
|
/**
|
|
2022
1983
|
// 用户消息
|
|
2023
1984
|
*/
|
|
2024
|
-
.content-borderless-container[data-v-
|
|
1985
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2025
1986
|
background: #e1ecfd;
|
|
2026
1987
|
border-radius: 20px 0px 20px 20px;
|
|
2027
1988
|
user-select: none;
|
|
2028
1989
|
padding: 12px;
|
|
2029
1990
|
cursor: pointer;
|
|
2030
1991
|
transition: background-color 0.3s;
|
|
2031
|
-
&[data-v-
|
|
1992
|
+
&[data-v-0b0c189e]:hover {
|
|
2032
1993
|
background-color: #ebeef5;
|
|
2033
1994
|
}
|
|
2034
1995
|
}
|
|
2035
|
-
.footer-container[data-v-
|
|
2036
|
-
[data-v-
|
|
1996
|
+
.footer-container[data-v-0b0c189e] {
|
|
1997
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2037
1998
|
margin-left: 8px;
|
|
2038
1999
|
}
|
|
2039
2000
|
}
|
|
2040
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2001
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2041
2002
|
padding: 0;
|
|
2042
2003
|
}
|
|
2043
2004
|
|
|
2044
2005
|
/* 引用文件样式 */
|
|
2045
|
-
.doc-agg-item[data-v-
|
|
2006
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2046
2007
|
width: 100%;
|
|
2047
2008
|
padding: 10px;
|
|
2048
2009
|
margin-bottom: 5px;
|
|
@@ -2052,72 +2013,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2052
2013
|
font-size: 12px;
|
|
2053
2014
|
color: var(--el-color-primary);
|
|
2054
2015
|
}
|
|
2055
|
-
.elx-xmarkdown-container[data-v-
|
|
2016
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2056
2017
|
padding: 0;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2060
|
-
display: flex;
|
|
2061
|
-
align-items: center;
|
|
2062
|
-
justify-content: space-between;
|
|
2063
|
-
gap: 10px;
|
|
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
2018
|
}
|
|
2019
|
+
h4[data-v-0b0c189e] {
|
|
2020
|
+
font-size: 16px;
|
|
2021
|
+
margin-top: 0px;
|
|
2022
|
+
margin-bottom: 0px;
|
|
2071
2023
|
}
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
gap: 8px;
|
|
2075
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2076
|
-
margin-left: 0;
|
|
2024
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2025
|
+
margin: 5px 0;
|
|
2077
2026
|
}
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
min-width: max-content;
|
|
2085
|
-
margin-left: auto;
|
|
2027
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2028
|
+
display: flex;
|
|
2029
|
+
align-items: center;
|
|
2030
|
+
flex-shrink: 0;
|
|
2031
|
+
min-width: max-content;
|
|
2032
|
+
margin-left: auto;
|
|
2086
2033
|
gap: 10px;
|
|
2087
2034
|
}
|
|
2088
|
-
.
|
|
2089
|
-
display:
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2035
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2036
|
+
display: inline-block;
|
|
2037
|
+
width: 12px;
|
|
2038
|
+
height: 12px;
|
|
2039
|
+
background-repeat: no-repeat;
|
|
2040
|
+
background-position: center;
|
|
2041
|
+
background-size: 100%;
|
|
2042
|
+
cursor: pointer;
|
|
2043
|
+
}
|
|
2044
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2045
|
+
margin-left: 5px;
|
|
2046
|
+
}
|
|
2047
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2048
|
+
display: flex;
|
|
2049
|
+
flex-direction: column;
|
|
2050
|
+
padding: 16px;
|
|
2051
|
+
}
|
|
2052
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2053
|
+
border-bottom-color: #ffffff !important;
|
|
2054
|
+
}
|
|
2055
|
+
[data-v-0b0c189e] .el-sender {
|
|
2056
|
+
background: #ffffff !important;
|
|
2057
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2058
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2059
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2060
|
+
font-weight: 400;
|
|
2061
|
+
font-size: 16px;
|
|
2062
|
+
color: #bbbbbb;
|
|
2063
|
+
text-align: left;
|
|
2064
|
+
font-style: normal;
|
|
2065
|
+
text-transform: none;
|
|
2066
|
+
}
|
|
2067
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2068
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2069
|
+
font-weight: 400 !important;
|
|
2070
|
+
font-size: 16px !important;
|
|
2071
|
+
line-height: 21px !important;
|
|
2072
|
+
font-style: normal !important;
|
|
2073
|
+
text-transform: none !important;
|
|
2074
|
+
}
|
|
2075
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2076
|
+
padding: 16px !important;
|
|
2077
|
+
}
|
|
2078
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2079
|
+
border-radius: 100px 100px 100px 100px;
|
|
2080
|
+
border: 1px solid #dcdfe6;
|
|
2081
|
+
}
|
|
2082
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2083
|
+
padding: 12px;
|
|
2084
|
+
font-family: PingFang SC, PingFang SC;
|
|
2085
|
+
font-weight: 400;
|
|
2086
|
+
font-size: 14px;
|
|
2087
|
+
color: #808080;
|
|
2088
|
+
line-height: 21px;
|
|
2089
|
+
font-style: normal;
|
|
2090
|
+
text-align: center;
|
|
2091
|
+
}
|
|
2092
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2093
|
+
border-radius: 50% !important;
|
|
2094
|
+
padding: 8px;
|
|
2095
|
+
width: 32px;
|
|
2096
|
+
}
|
|
2097
|
+
.send-icon[data-v-0b0c189e] {
|
|
2098
|
+
cursor: pointer;
|
|
2099
|
+
}
|
|
2100
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2101
|
+
margin: 0 0;
|
|
2102
|
+
}[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 {
|
|
2103
2103
|
user-select: text !important;
|
|
2104
2104
|
-webkit-user-select: text !important;
|
|
2105
2105
|
-moz-user-select: text !important;
|
|
2106
2106
|
-ms-user-select: text !important;
|
|
2107
2107
|
}
|
|
2108
|
-
.slide-up-enter-active[data-v-
|
|
2109
|
-
.slide-up-leave-active[data-v-
|
|
2108
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2109
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2110
2110
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2111
2111
|
}
|
|
2112
|
-
.slide-up-enter-from[data-v-
|
|
2113
|
-
.slide-up-leave-to[data-v-
|
|
2112
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2113
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2114
2114
|
transform: translateY(100%);
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* 聊天窗口的样式设置
|
|
2119
2119
|
*/
|
|
2120
|
-
.chat-container[data-v-
|
|
2120
|
+
.chat-container[data-v-bc196b97] {
|
|
2121
2121
|
--header-height: 56px;
|
|
2122
2122
|
--chat-padding: 12px;
|
|
2123
2123
|
--bubble-content-max-width: 0px;
|
|
@@ -2129,25 +2129,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2129
2129
|
flex-direction: row; /* 横向排列 */
|
|
2130
2130
|
height: 100%; /* 父容器高度 */
|
|
2131
2131
|
}
|
|
2132
|
-
.small-window[data-v-
|
|
2132
|
+
.small-window[data-v-bc196b97] {
|
|
2133
2133
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2134
2134
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2135
2135
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2136
2136
|
border-radius: 8px;
|
|
2137
2137
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2138
2138
|
}
|
|
2139
|
-
.full-screen[data-v-
|
|
2139
|
+
.full-screen[data-v-bc196b97] {
|
|
2140
2140
|
right: 0;
|
|
2141
2141
|
bottom: 0;
|
|
2142
2142
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2143
2143
|
}
|
|
2144
|
-
.chat-container > *[data-v-
|
|
2144
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2145
2145
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2146
2146
|
}
|
|
2147
2147
|
|
|
2148
2148
|
/* 聊天窗口的头部样式设置
|
|
2149
2149
|
*/
|
|
2150
|
-
.chat-embed__header_container[data-v-
|
|
2150
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2151
2151
|
/* border-bottom: 1px solid #ddd; */
|
|
2152
2152
|
display: flex;
|
|
2153
2153
|
align-items: center;
|
|
@@ -2157,7 +2157,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2157
2157
|
overflow: hidden;
|
|
2158
2158
|
position: relative;
|
|
2159
2159
|
}
|
|
2160
|
-
.session-subject[data-v-
|
|
2160
|
+
.session-subject[data-v-bc196b97] {
|
|
2161
2161
|
display: block;
|
|
2162
2162
|
margin: 0 auto;
|
|
2163
2163
|
text-align: center;
|
|
@@ -2172,17 +2172,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2172
2172
|
|
|
2173
2173
|
/* 聊天窗口的头部图标样式设置
|
|
2174
2174
|
*/
|
|
2175
|
-
.chat-embed__header_avatar[data-v-
|
|
2175
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2176
2176
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2177
2177
|
margin-right: var(--chat-padding);
|
|
2178
2178
|
}
|
|
2179
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2179
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2180
2180
|
right: 20px;
|
|
2181
2181
|
position: absolute;
|
|
2182
2182
|
gap: 28px;
|
|
2183
2183
|
display: flex;
|
|
2184
2184
|
}
|
|
2185
|
-
.chat-embed__sidebar[data-v-
|
|
2185
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2186
2186
|
background: #f6f7fa;
|
|
2187
2187
|
display: flex;
|
|
2188
2188
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2191,7 +2191,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2191
2191
|
width: 260px;
|
|
2192
2192
|
height: 100%;
|
|
2193
2193
|
}
|
|
2194
|
-
.chat-embed__main[data-v-
|
|
2194
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2195
2195
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2196
2196
|
box-sizing: border-box;
|
|
2197
2197
|
overflow: hidden;
|
|
@@ -2202,7 +2202,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2202
2202
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2203
2203
|
overflow: hidden; /* 防止内容溢出 */
|
|
2204
2204
|
}
|
|
2205
|
-
.chat-embed__main_content[data-v-
|
|
2205
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2206
2206
|
flex: 1;
|
|
2207
2207
|
box-sizing: border-box;
|
|
2208
2208
|
min-height: 0;
|
|
@@ -2210,21 +2210,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2210
2210
|
/* overflow-y: auto;
|
|
2211
2211
|
margin-bottom: 12px; */
|
|
2212
2212
|
}
|
|
2213
|
-
.chat-embed__input_container[data-v-
|
|
2213
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2214
2214
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2215
2215
|
/* margin-bottom: 50px; 距离底部 */
|
|
2216
2216
|
}
|
|
2217
|
-
.header-icon[data-v-
|
|
2217
|
+
.header-icon[data-v-bc196b97] {
|
|
2218
2218
|
cursor: pointer;
|
|
2219
2219
|
font-size: 20px;
|
|
2220
2220
|
}
|
|
2221
2221
|
|
|
2222
2222
|
/* 聊天默认推荐内容样式
|
|
2223
2223
|
*/
|
|
2224
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2224
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2225
2225
|
margin-top: 5px;
|
|
2226
2226
|
}
|
|
2227
|
-
.content-container[data-v-
|
|
2227
|
+
.content-container[data-v-bc196b97] {
|
|
2228
2228
|
padding: 16px;
|
|
2229
2229
|
border-radius: 4px;
|
|
2230
2230
|
background: #ffffff;
|
|
@@ -2232,7 +2232,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2232
2232
|
border-radius: 0px 30px 30px 30px;
|
|
2233
2233
|
/* opacity: 0.6; */
|
|
2234
2234
|
}
|
|
2235
|
-
.chat-content-font[data-v-
|
|
2235
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2236
2236
|
font-family: PingFang SC, PingFang SC;
|
|
2237
2237
|
font-weight: 500;
|
|
2238
2238
|
font-size: 16px;
|
|
@@ -2242,153 +2242,88 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2242
2242
|
font-style: normal;
|
|
2243
2243
|
text-transform: none;
|
|
2244
2244
|
}
|
|
2245
|
-
[data-v-
|
|
2245
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2246
2246
|
border: none !important;
|
|
2247
2247
|
}
|
|
2248
|
-
.content-container-header[data-v-
|
|
2248
|
+
.content-container-header[data-v-bc196b97] {
|
|
2249
2249
|
font-size: 12px;
|
|
2250
2250
|
color: #909399;
|
|
2251
2251
|
}
|
|
2252
2252
|
|
|
2253
2253
|
/**
|
|
2254
2254
|
// 用户消息
|
|
2255
|
-
*/
|
|
2256
|
-
.content-borderless-container[data-v-
|
|
2257
|
-
background: #e1ecfd;
|
|
2258
|
-
border-radius: 20px 0px 20px 20px;
|
|
2259
|
-
user-select: none;
|
|
2260
|
-
padding: 12px;
|
|
2261
|
-
cursor: pointer;
|
|
2262
|
-
transition: background-color 0.3s;
|
|
2263
|
-
&[data-v-
|
|
2264
|
-
background-color: #ebeef5;
|
|
2265
|
-
}
|
|
2266
|
-
}
|
|
2267
|
-
.footer-container[data-v-0b0c189e] {
|
|
2268
|
-
[data-v-0b0c189e] .el-button + .el-button {
|
|
2269
|
-
margin-left: 8px;
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2273
|
-
padding: 0;
|
|
2274
|
-
}
|
|
2275
|
-
|
|
2276
|
-
/* 引用文件样式 */
|
|
2277
|
-
.doc-agg-item[data-v-0b0c189e] {
|
|
2278
|
-
width: 100%;
|
|
2279
|
-
padding: 10px;
|
|
2280
|
-
margin-bottom: 5px;
|
|
2281
|
-
border: 1px solid #eee;
|
|
2282
|
-
border-radius: 4px;
|
|
2283
|
-
cursor: pointer;
|
|
2284
|
-
font-size: 12px;
|
|
2285
|
-
color: var(--el-color-primary);
|
|
2286
|
-
}
|
|
2287
|
-
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2288
|
-
padding: 0;
|
|
2289
|
-
}
|
|
2290
|
-
h4[data-v-0b0c189e] {
|
|
2291
|
-
font-size: 16px;
|
|
2292
|
-
margin-top: 0px;
|
|
2293
|
-
margin-bottom: 0px;
|
|
2294
|
-
}
|
|
2295
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2296
|
-
margin: 5px 0;
|
|
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;
|
|
2255
|
+
*/
|
|
2256
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2257
|
+
background: #e1ecfd;
|
|
2258
|
+
border-radius: 20px 0px 20px 20px;
|
|
2259
|
+
user-select: none;
|
|
2260
|
+
padding: 12px;
|
|
2261
|
+
cursor: pointer;
|
|
2262
|
+
transition: background-color 0.3s;
|
|
2263
|
+
&[data-v-bc196b97]:hover {
|
|
2264
|
+
background-color: #ebeef5;
|
|
2337
2265
|
}
|
|
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
2266
|
}
|
|
2346
|
-
[data-v-
|
|
2347
|
-
|
|
2267
|
+
.footer-container[data-v-bc196b97] {
|
|
2268
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2269
|
+
margin-left: 8px;
|
|
2348
2270
|
}
|
|
2349
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2350
|
-
border-radius: 100px 100px 100px 100px;
|
|
2351
|
-
border: 1px solid #dcdfe6;
|
|
2352
2271
|
}
|
|
2353
|
-
.
|
|
2354
|
-
padding:
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2272
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2273
|
+
padding: 0;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
/* 引用文件样式 */
|
|
2277
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2278
|
+
width: 100%;
|
|
2279
|
+
padding: 10px;
|
|
2280
|
+
margin-bottom: 5px;
|
|
2281
|
+
border: 1px solid #eee;
|
|
2282
|
+
border-radius: 4px;
|
|
2283
|
+
cursor: pointer;
|
|
2284
|
+
font-size: 12px;
|
|
2285
|
+
color: var(--el-color-primary);
|
|
2362
2286
|
}
|
|
2363
|
-
.
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2287
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2288
|
+
padding: 0;
|
|
2289
|
+
}
|
|
2290
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
2291
|
+
border: 1px solid #dcdfe6;
|
|
2292
|
+
padding: 4px 8px;
|
|
2293
|
+
background-clip: padding-box;
|
|
2294
|
+
overflow: hidden;
|
|
2295
|
+
display: inline-flex;
|
|
2296
|
+
align-items: center;
|
|
2367
2297
|
}
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2298
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2299
|
+
margin-right: 18px;
|
|
2300
|
+
max-width: 160px;
|
|
2301
|
+
overflow: hidden;
|
|
2302
|
+
text-overflow: ellipsis;
|
|
2303
|
+
white-space: nowrap;
|
|
2370
2304
|
}
|
|
2371
|
-
.
|
|
2372
|
-
|
|
2373
|
-
|
|
2305
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2306
|
+
font-weight: 600;
|
|
2307
|
+
margin-left: 4px;
|
|
2308
|
+
}[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 {
|
|
2374
2309
|
user-select: text !important;
|
|
2375
2310
|
-webkit-user-select: text !important;
|
|
2376
2311
|
-moz-user-select: text !important;
|
|
2377
2312
|
-ms-user-select: text !important;
|
|
2378
2313
|
}
|
|
2379
|
-
.slide-up-enter-active[data-v-
|
|
2380
|
-
.slide-up-leave-active[data-v-
|
|
2314
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2315
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2381
2316
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2382
2317
|
}
|
|
2383
|
-
.slide-up-enter-from[data-v-
|
|
2384
|
-
.slide-up-leave-to[data-v-
|
|
2318
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2319
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2385
2320
|
transform: translateY(100%);
|
|
2386
2321
|
}
|
|
2387
2322
|
|
|
2388
2323
|
/**
|
|
2389
2324
|
* 聊天窗口的样式设置
|
|
2390
2325
|
*/
|
|
2391
|
-
.chat-container[data-v-
|
|
2326
|
+
.chat-container[data-v-45fbaf17] {
|
|
2392
2327
|
--header-height: 56px;
|
|
2393
2328
|
--chat-padding: 12px;
|
|
2394
2329
|
--bubble-content-max-width: 0px;
|
|
@@ -2400,25 +2335,25 @@ h4[data-v-0b0c189e] {
|
|
|
2400
2335
|
flex-direction: row; /* 横向排列 */
|
|
2401
2336
|
height: 100%; /* 父容器高度 */
|
|
2402
2337
|
}
|
|
2403
|
-
.small-window[data-v-
|
|
2338
|
+
.small-window[data-v-45fbaf17] {
|
|
2404
2339
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2405
2340
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2406
2341
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2407
2342
|
border-radius: 8px;
|
|
2408
2343
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2409
2344
|
}
|
|
2410
|
-
.full-screen[data-v-
|
|
2345
|
+
.full-screen[data-v-45fbaf17] {
|
|
2411
2346
|
right: 0;
|
|
2412
2347
|
bottom: 0;
|
|
2413
2348
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2414
2349
|
}
|
|
2415
|
-
.chat-container > *[data-v-
|
|
2350
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2416
2351
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2417
2352
|
}
|
|
2418
2353
|
|
|
2419
2354
|
/* 聊天窗口的头部样式设置
|
|
2420
2355
|
*/
|
|
2421
|
-
.chat-embed__header_container[data-v-
|
|
2356
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2422
2357
|
/* border-bottom: 1px solid #ddd; */
|
|
2423
2358
|
display: flex;
|
|
2424
2359
|
align-items: center;
|
|
@@ -2428,7 +2363,7 @@ h4[data-v-0b0c189e] {
|
|
|
2428
2363
|
overflow: hidden;
|
|
2429
2364
|
position: relative;
|
|
2430
2365
|
}
|
|
2431
|
-
.session-subject[data-v-
|
|
2366
|
+
.session-subject[data-v-45fbaf17] {
|
|
2432
2367
|
display: block;
|
|
2433
2368
|
margin: 0 auto;
|
|
2434
2369
|
text-align: center;
|
|
@@ -2443,17 +2378,17 @@ h4[data-v-0b0c189e] {
|
|
|
2443
2378
|
|
|
2444
2379
|
/* 聊天窗口的头部图标样式设置
|
|
2445
2380
|
*/
|
|
2446
|
-
.chat-embed__header_avatar[data-v-
|
|
2381
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2447
2382
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2448
2383
|
margin-right: var(--chat-padding);
|
|
2449
2384
|
}
|
|
2450
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2385
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2451
2386
|
right: 20px;
|
|
2452
2387
|
position: absolute;
|
|
2453
2388
|
gap: 28px;
|
|
2454
2389
|
display: flex;
|
|
2455
2390
|
}
|
|
2456
|
-
.chat-embed__sidebar[data-v-
|
|
2391
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2457
2392
|
background: #f6f7fa;
|
|
2458
2393
|
display: flex;
|
|
2459
2394
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2462,7 +2397,7 @@ h4[data-v-0b0c189e] {
|
|
|
2462
2397
|
width: 260px;
|
|
2463
2398
|
height: 100%;
|
|
2464
2399
|
}
|
|
2465
|
-
.chat-embed__main[data-v-
|
|
2400
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2466
2401
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2467
2402
|
box-sizing: border-box;
|
|
2468
2403
|
overflow: hidden;
|
|
@@ -2473,7 +2408,7 @@ h4[data-v-0b0c189e] {
|
|
|
2473
2408
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2474
2409
|
overflow: hidden; /* 防止内容溢出 */
|
|
2475
2410
|
}
|
|
2476
|
-
.chat-embed__main_content[data-v-
|
|
2411
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2477
2412
|
flex: 1;
|
|
2478
2413
|
box-sizing: border-box;
|
|
2479
2414
|
min-height: 0;
|
|
@@ -2481,21 +2416,21 @@ h4[data-v-0b0c189e] {
|
|
|
2481
2416
|
/* overflow-y: auto;
|
|
2482
2417
|
margin-bottom: 12px; */
|
|
2483
2418
|
}
|
|
2484
|
-
.chat-embed__input_container[data-v-
|
|
2419
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2485
2420
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2486
2421
|
/* margin-bottom: 50px; 距离底部 */
|
|
2487
2422
|
}
|
|
2488
|
-
.header-icon[data-v-
|
|
2423
|
+
.header-icon[data-v-45fbaf17] {
|
|
2489
2424
|
cursor: pointer;
|
|
2490
2425
|
font-size: 20px;
|
|
2491
2426
|
}
|
|
2492
2427
|
|
|
2493
2428
|
/* 聊天默认推荐内容样式
|
|
2494
2429
|
*/
|
|
2495
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2430
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2496
2431
|
margin-top: 5px;
|
|
2497
2432
|
}
|
|
2498
|
-
.content-container[data-v-
|
|
2433
|
+
.content-container[data-v-45fbaf17] {
|
|
2499
2434
|
padding: 16px;
|
|
2500
2435
|
border-radius: 4px;
|
|
2501
2436
|
background: #ffffff;
|
|
@@ -2503,7 +2438,7 @@ h4[data-v-0b0c189e] {
|
|
|
2503
2438
|
border-radius: 0px 30px 30px 30px;
|
|
2504
2439
|
/* opacity: 0.6; */
|
|
2505
2440
|
}
|
|
2506
|
-
.chat-content-font[data-v-
|
|
2441
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2507
2442
|
font-family: PingFang SC, PingFang SC;
|
|
2508
2443
|
font-weight: 500;
|
|
2509
2444
|
font-size: 16px;
|
|
@@ -2513,10 +2448,10 @@ h4[data-v-0b0c189e] {
|
|
|
2513
2448
|
font-style: normal;
|
|
2514
2449
|
text-transform: none;
|
|
2515
2450
|
}
|
|
2516
|
-
[data-v-
|
|
2451
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2517
2452
|
border: none !important;
|
|
2518
2453
|
}
|
|
2519
|
-
.content-container-header[data-v-
|
|
2454
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2520
2455
|
font-size: 12px;
|
|
2521
2456
|
color: #909399;
|
|
2522
2457
|
}
|
|
@@ -2524,28 +2459,28 @@ h4[data-v-0b0c189e] {
|
|
|
2524
2459
|
/**
|
|
2525
2460
|
// 用户消息
|
|
2526
2461
|
*/
|
|
2527
|
-
.content-borderless-container[data-v-
|
|
2462
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2528
2463
|
background: #e1ecfd;
|
|
2529
2464
|
border-radius: 20px 0px 20px 20px;
|
|
2530
2465
|
user-select: none;
|
|
2531
2466
|
padding: 12px;
|
|
2532
2467
|
cursor: pointer;
|
|
2533
2468
|
transition: background-color 0.3s;
|
|
2534
|
-
&[data-v-
|
|
2469
|
+
&[data-v-45fbaf17]:hover {
|
|
2535
2470
|
background-color: #ebeef5;
|
|
2536
2471
|
}
|
|
2537
2472
|
}
|
|
2538
|
-
.footer-container[data-v-
|
|
2539
|
-
[data-v-
|
|
2473
|
+
.footer-container[data-v-45fbaf17] {
|
|
2474
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2540
2475
|
margin-left: 8px;
|
|
2541
2476
|
}
|
|
2542
2477
|
}
|
|
2543
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2478
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2544
2479
|
padding: 0;
|
|
2545
2480
|
}
|
|
2546
2481
|
|
|
2547
2482
|
/* 引用文件样式 */
|
|
2548
|
-
.doc-agg-item[data-v-
|
|
2483
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2549
2484
|
width: 100%;
|
|
2550
2485
|
padding: 10px;
|
|
2551
2486
|
margin-bottom: 5px;
|
|
@@ -2555,35 +2490,35 @@ h4[data-v-0b0c189e] {
|
|
|
2555
2490
|
font-size: 12px;
|
|
2556
2491
|
color: var(--el-color-primary);
|
|
2557
2492
|
}
|
|
2558
|
-
.elx-xmarkdown-container[data-v-
|
|
2493
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2559
2494
|
padding: 0;
|
|
2560
2495
|
}
|
|
2561
2496
|
|
|
2562
|
-
.home-chart-iframe[data-v-
|
|
2497
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2563
2498
|
width: 100%;
|
|
2564
2499
|
height: 100%;
|
|
2565
2500
|
border: none;
|
|
2566
2501
|
opacity: 1;
|
|
2567
2502
|
}
|
|
2568
|
-
[data-v-
|
|
2503
|
+
[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 {
|
|
2569
2504
|
user-select: text !important;
|
|
2570
2505
|
-webkit-user-select: text !important;
|
|
2571
2506
|
-moz-user-select: text !important;
|
|
2572
2507
|
-ms-user-select: text !important;
|
|
2573
2508
|
}
|
|
2574
|
-
.slide-up-enter-active[data-v-
|
|
2575
|
-
.slide-up-leave-active[data-v-
|
|
2509
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2510
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2576
2511
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2577
2512
|
}
|
|
2578
|
-
.slide-up-enter-from[data-v-
|
|
2579
|
-
.slide-up-leave-to[data-v-
|
|
2513
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2514
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2580
2515
|
transform: translateY(100%);
|
|
2581
2516
|
}
|
|
2582
2517
|
|
|
2583
2518
|
/**
|
|
2584
2519
|
* 聊天窗口的样式设置
|
|
2585
2520
|
*/
|
|
2586
|
-
.chat-container[data-v-
|
|
2521
|
+
.chat-container[data-v-e9aa835d] {
|
|
2587
2522
|
--header-height: 56px;
|
|
2588
2523
|
--chat-padding: 12px;
|
|
2589
2524
|
--bubble-content-max-width: 0px;
|
|
@@ -2595,25 +2530,25 @@ h4[data-v-0b0c189e] {
|
|
|
2595
2530
|
flex-direction: row; /* 横向排列 */
|
|
2596
2531
|
height: 100%; /* 父容器高度 */
|
|
2597
2532
|
}
|
|
2598
|
-
.small-window[data-v-
|
|
2533
|
+
.small-window[data-v-e9aa835d] {
|
|
2599
2534
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2600
2535
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2601
2536
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2602
2537
|
border-radius: 8px;
|
|
2603
2538
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2604
2539
|
}
|
|
2605
|
-
.full-screen[data-v-
|
|
2540
|
+
.full-screen[data-v-e9aa835d] {
|
|
2606
2541
|
right: 0;
|
|
2607
2542
|
bottom: 0;
|
|
2608
2543
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2609
2544
|
}
|
|
2610
|
-
.chat-container > *[data-v-
|
|
2545
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2611
2546
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2612
2547
|
}
|
|
2613
2548
|
|
|
2614
2549
|
/* 聊天窗口的头部样式设置
|
|
2615
2550
|
*/
|
|
2616
|
-
.chat-embed__header_container[data-v-
|
|
2551
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2617
2552
|
/* border-bottom: 1px solid #ddd; */
|
|
2618
2553
|
display: flex;
|
|
2619
2554
|
align-items: center;
|
|
@@ -2623,7 +2558,7 @@ h4[data-v-0b0c189e] {
|
|
|
2623
2558
|
overflow: hidden;
|
|
2624
2559
|
position: relative;
|
|
2625
2560
|
}
|
|
2626
|
-
.session-subject[data-v-
|
|
2561
|
+
.session-subject[data-v-e9aa835d] {
|
|
2627
2562
|
display: block;
|
|
2628
2563
|
margin: 0 auto;
|
|
2629
2564
|
text-align: center;
|
|
@@ -2638,17 +2573,17 @@ h4[data-v-0b0c189e] {
|
|
|
2638
2573
|
|
|
2639
2574
|
/* 聊天窗口的头部图标样式设置
|
|
2640
2575
|
*/
|
|
2641
|
-
.chat-embed__header_avatar[data-v-
|
|
2576
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2642
2577
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2643
2578
|
margin-right: var(--chat-padding);
|
|
2644
2579
|
}
|
|
2645
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2580
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2646
2581
|
right: 20px;
|
|
2647
2582
|
position: absolute;
|
|
2648
2583
|
gap: 28px;
|
|
2649
2584
|
display: flex;
|
|
2650
2585
|
}
|
|
2651
|
-
.chat-embed__sidebar[data-v-
|
|
2586
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2652
2587
|
background: #f6f7fa;
|
|
2653
2588
|
display: flex;
|
|
2654
2589
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2657,7 +2592,7 @@ h4[data-v-0b0c189e] {
|
|
|
2657
2592
|
width: 260px;
|
|
2658
2593
|
height: 100%;
|
|
2659
2594
|
}
|
|
2660
|
-
.chat-embed__main[data-v-
|
|
2595
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2661
2596
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2662
2597
|
box-sizing: border-box;
|
|
2663
2598
|
overflow: hidden;
|
|
@@ -2668,7 +2603,7 @@ h4[data-v-0b0c189e] {
|
|
|
2668
2603
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2669
2604
|
overflow: hidden; /* 防止内容溢出 */
|
|
2670
2605
|
}
|
|
2671
|
-
.chat-embed__main_content[data-v-
|
|
2606
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2672
2607
|
flex: 1;
|
|
2673
2608
|
box-sizing: border-box;
|
|
2674
2609
|
min-height: 0;
|
|
@@ -2676,21 +2611,21 @@ h4[data-v-0b0c189e] {
|
|
|
2676
2611
|
/* overflow-y: auto;
|
|
2677
2612
|
margin-bottom: 12px; */
|
|
2678
2613
|
}
|
|
2679
|
-
.chat-embed__input_container[data-v-
|
|
2614
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2680
2615
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2681
2616
|
/* margin-bottom: 50px; 距离底部 */
|
|
2682
2617
|
}
|
|
2683
|
-
.header-icon[data-v-
|
|
2618
|
+
.header-icon[data-v-e9aa835d] {
|
|
2684
2619
|
cursor: pointer;
|
|
2685
2620
|
font-size: 20px;
|
|
2686
2621
|
}
|
|
2687
2622
|
|
|
2688
2623
|
/* 聊天默认推荐内容样式
|
|
2689
2624
|
*/
|
|
2690
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2625
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2691
2626
|
margin-top: 5px;
|
|
2692
2627
|
}
|
|
2693
|
-
.content-container[data-v-
|
|
2628
|
+
.content-container[data-v-e9aa835d] {
|
|
2694
2629
|
padding: 16px;
|
|
2695
2630
|
border-radius: 4px;
|
|
2696
2631
|
background: #ffffff;
|
|
@@ -2698,7 +2633,7 @@ h4[data-v-0b0c189e] {
|
|
|
2698
2633
|
border-radius: 0px 30px 30px 30px;
|
|
2699
2634
|
/* opacity: 0.6; */
|
|
2700
2635
|
}
|
|
2701
|
-
.chat-content-font[data-v-
|
|
2636
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2702
2637
|
font-family: PingFang SC, PingFang SC;
|
|
2703
2638
|
font-weight: 500;
|
|
2704
2639
|
font-size: 16px;
|
|
@@ -2708,10 +2643,10 @@ h4[data-v-0b0c189e] {
|
|
|
2708
2643
|
font-style: normal;
|
|
2709
2644
|
text-transform: none;
|
|
2710
2645
|
}
|
|
2711
|
-
[data-v-
|
|
2646
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2712
2647
|
border: none !important;
|
|
2713
2648
|
}
|
|
2714
|
-
.content-container-header[data-v-
|
|
2649
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2715
2650
|
font-size: 12px;
|
|
2716
2651
|
color: #909399;
|
|
2717
2652
|
}
|
|
@@ -2719,28 +2654,28 @@ h4[data-v-0b0c189e] {
|
|
|
2719
2654
|
/**
|
|
2720
2655
|
// 用户消息
|
|
2721
2656
|
*/
|
|
2722
|
-
.content-borderless-container[data-v-
|
|
2657
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2723
2658
|
background: #e1ecfd;
|
|
2724
2659
|
border-radius: 20px 0px 20px 20px;
|
|
2725
2660
|
user-select: none;
|
|
2726
2661
|
padding: 12px;
|
|
2727
2662
|
cursor: pointer;
|
|
2728
2663
|
transition: background-color 0.3s;
|
|
2729
|
-
&[data-v-
|
|
2664
|
+
&[data-v-e9aa835d]:hover {
|
|
2730
2665
|
background-color: #ebeef5;
|
|
2731
2666
|
}
|
|
2732
2667
|
}
|
|
2733
|
-
.footer-container[data-v-
|
|
2734
|
-
[data-v-
|
|
2668
|
+
.footer-container[data-v-e9aa835d] {
|
|
2669
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2735
2670
|
margin-left: 8px;
|
|
2736
2671
|
}
|
|
2737
2672
|
}
|
|
2738
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2673
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2739
2674
|
padding: 0;
|
|
2740
2675
|
}
|
|
2741
2676
|
|
|
2742
2677
|
/* 引用文件样式 */
|
|
2743
|
-
.doc-agg-item[data-v-
|
|
2678
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2744
2679
|
width: 100%;
|
|
2745
2680
|
padding: 10px;
|
|
2746
2681
|
margin-bottom: 5px;
|
|
@@ -2750,7 +2685,7 @@ h4[data-v-0b0c189e] {
|
|
|
2750
2685
|
font-size: 12px;
|
|
2751
2686
|
color: var(--el-color-primary);
|
|
2752
2687
|
}
|
|
2753
|
-
.elx-xmarkdown-container[data-v-
|
|
2688
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2754
2689
|
padding: 0;
|
|
2755
2690
|
}
|
|
2756
2691
|
[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 {
|
|
@@ -3042,6 +2977,71 @@ h4[data-v-0b0c189e] {
|
|
|
3042
2977
|
.history-item[data-v-1e62eff8]:hover {
|
|
3043
2978
|
background-color: #f5f5f5;
|
|
3044
2979
|
}
|
|
2980
|
+
|
|
2981
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2982
|
+
display: flex;
|
|
2983
|
+
align-items: center;
|
|
2984
|
+
justify-content: space-between;
|
|
2985
|
+
gap: 10px;
|
|
2986
|
+
width: 100%;
|
|
2987
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2988
|
+
font-size: 10px;
|
|
2989
|
+
color: #999;
|
|
2990
|
+
margin-top: 3px;
|
|
2991
|
+
flex-shrink: 0;
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2995
|
+
display: flex;
|
|
2996
|
+
gap: 8px;
|
|
2997
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2998
|
+
margin-left: 0;
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
3003
|
+
display: flex;
|
|
3004
|
+
align-items: center;
|
|
3005
|
+
flex-shrink: 0;
|
|
3006
|
+
min-width: max-content;
|
|
3007
|
+
margin-left: auto;
|
|
3008
|
+
gap: 10px;
|
|
3009
|
+
}
|
|
3010
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
3011
|
+
display: flex;
|
|
3012
|
+
align-items: center;
|
|
3013
|
+
justify-content: center;
|
|
3014
|
+
margin-top: 10px;
|
|
3015
|
+
gap: 10px;
|
|
3016
|
+
}
|
|
3017
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
3018
|
+
font-size: 12px;
|
|
3019
|
+
}
|
|
3020
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
3021
|
+
border: 1px solid #dcdfe6;
|
|
3022
|
+
padding: 4px 8px;
|
|
3023
|
+
background-clip: padding-box;
|
|
3024
|
+
overflow: hidden;
|
|
3025
|
+
display: inline-flex;
|
|
3026
|
+
align-items: center;
|
|
3027
|
+
}
|
|
3028
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
3029
|
+
margin-right: 18px;
|
|
3030
|
+
max-width: 160px;
|
|
3031
|
+
overflow: hidden;
|
|
3032
|
+
text-overflow: ellipsis;
|
|
3033
|
+
white-space: nowrap;
|
|
3034
|
+
}
|
|
3035
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
3036
|
+
font-weight: 600;
|
|
3037
|
+
margin-left: 4px;
|
|
3038
|
+
}
|
|
3039
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3040
|
+
width: 100%;
|
|
3041
|
+
height: 100%;
|
|
3042
|
+
border: none;
|
|
3043
|
+
opacity: 1;
|
|
3044
|
+
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3047
|
.mobile-item-action[data-v-13b41596] {
|