agilebuilder-ui 1.1.65-tmp20 → 1.1.65-tmp21
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 +5 -5
- package/dist/style.css +10 -10
- package/es/index.mjs +1 -1
- package/es/style.css +958 -958
- package/es/super-grid/src/custom-formatter.mjs +1 -1
- package/es/super-grid/src/normal-column-content.vue.mjs +2 -2
- package/lib/index.cjs +5 -5
- package/lib/style.css +946 -946
- package/lib/super-grid/src/custom-formatter.cjs +1 -1
- package/lib/super-grid/src/normal-column-content.vue.cjs +2 -2
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -42,23 +42,6 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
-
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
-
position: relative;
|
|
47
|
-
height: 100%;
|
|
48
|
-
width: 100%;
|
|
49
|
-
}
|
|
50
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
-
position: fixed;
|
|
52
|
-
top: 0;
|
|
53
|
-
}
|
|
54
|
-
.drawer-bg[data-v-46185fa7] {
|
|
55
|
-
background: #000;
|
|
56
|
-
opacity: 0.3;
|
|
57
|
-
width: 100%;
|
|
58
|
-
top: 0;
|
|
59
|
-
height: 100%;
|
|
60
|
-
position: absolute;
|
|
61
|
-
z-index: 999;
|
|
62
45
|
}
|
|
63
46
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
64
47
|
width: 100%;
|
|
@@ -95,15 +78,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
95
78
|
/* 去掉卡片和tab表头的距离 */
|
|
96
79
|
[data-v-3c90505e] .el-tabs__header {
|
|
97
80
|
margin: 0;
|
|
98
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
99
|
-
display: inline-block;
|
|
100
|
-
font-size: 14px;
|
|
101
|
-
line-height: 50px;
|
|
102
|
-
margin-left: 10px;
|
|
103
|
-
}
|
|
104
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
105
|
-
color: #97a8be;
|
|
106
|
-
cursor: text;
|
|
107
81
|
}
|
|
108
82
|
.nav-tab .el-tabs__header {
|
|
109
83
|
margin: 0;
|
|
@@ -128,7 +102,33 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
102
|
.default-page-tip-item {
|
|
129
103
|
padding-top: 10px;
|
|
130
104
|
}
|
|
131
|
-
|
|
105
|
+
.app-wrapper[data-v-46185fa7] {
|
|
106
|
+
position: relative;
|
|
107
|
+
height: 100%;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
+
position: fixed;
|
|
112
|
+
top: 0;
|
|
113
|
+
}
|
|
114
|
+
.drawer-bg[data-v-46185fa7] {
|
|
115
|
+
background: #000;
|
|
116
|
+
opacity: 0.3;
|
|
117
|
+
width: 100%;
|
|
118
|
+
top: 0;
|
|
119
|
+
height: 100%;
|
|
120
|
+
position: absolute;
|
|
121
|
+
z-index: 999;
|
|
122
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
|
+
display: inline-block;
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
line-height: 50px;
|
|
126
|
+
margin-left: 10px;
|
|
127
|
+
}
|
|
128
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
+
color: #97a8be;
|
|
130
|
+
cursor: text;
|
|
131
|
+
}
|
|
132
132
|
.svg-icon[data-v-67e4e504] {
|
|
133
133
|
width: 1.2em;
|
|
134
134
|
height: 1.2em;
|
|
@@ -136,6 +136,33 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
136
136
|
fill: currentColor;
|
|
137
137
|
overflow: initial;
|
|
138
138
|
}
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
|
+
padding: 0;
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: end;
|
|
144
|
+
}
|
|
145
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
146
|
+
display: flex;
|
|
147
|
+
align-items: center;
|
|
148
|
+
justify-content: center;
|
|
149
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
150
|
+
font-size: 18px;
|
|
151
|
+
cursor: pointer;
|
|
152
|
+
}
|
|
153
|
+
.searchResult {
|
|
154
|
+
color: red;
|
|
155
|
+
}
|
|
156
|
+
.inline-input-custom {
|
|
157
|
+
width: 90%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.searchResult[data-v-22410ec9] {
|
|
161
|
+
color: red;
|
|
162
|
+
}
|
|
163
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
164
|
+
width: 90%;
|
|
165
|
+
}
|
|
139
166
|
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
140
167
|
padding: 2px 0 !important;
|
|
141
168
|
}
|
|
@@ -279,34 +306,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
279
306
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
280
307
|
flex-wrap: wrap;
|
|
281
308
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
-
}.
|
|
283
|
-
padding: 0;
|
|
284
|
-
display: flex;
|
|
285
|
-
align-items: center;
|
|
286
|
-
justify-content: end;
|
|
287
|
-
}
|
|
288
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
309
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
289
310
|
display: flex;
|
|
290
|
-
|
|
311
|
+
background-color: #fff;
|
|
291
312
|
justify-content: center;
|
|
292
|
-
|
|
293
|
-
font-size: 18px;
|
|
313
|
+
align-items: center;
|
|
294
314
|
cursor: pointer;
|
|
295
315
|
}
|
|
296
|
-
.
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
-
width: 90%;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.searchResult {
|
|
304
|
-
color: red;
|
|
316
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
317
|
+
display: inline-block;
|
|
305
318
|
}
|
|
306
|
-
.inline-input-custom {
|
|
307
|
-
width: 90%;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
319
|
.red-circle[data-v-998f4283] {
|
|
311
320
|
width: 20px; /* 圆圈的宽度 */
|
|
312
321
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -321,20 +330,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
321
330
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
322
331
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
323
332
|
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
justify-content: center;
|
|
328
|
-
align-items: center;
|
|
329
|
-
cursor: pointer;
|
|
330
|
-
}
|
|
331
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
-
display: inline-block;
|
|
333
|
-
}
|
|
334
|
-
.organization-input .el-input-group__append {
|
|
335
|
-
padding: 0 10px 0 0;
|
|
333
|
+
|
|
334
|
+
.select-top-span {
|
|
335
|
+
width: 100%;
|
|
336
336
|
}
|
|
337
|
-
|
|
337
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
338
|
+
display: inline-block;
|
|
339
|
+
}.nine-grid-area[data-v-80f6a26f] {
|
|
338
340
|
padding: 10px;
|
|
339
341
|
}
|
|
340
342
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -445,11 +447,52 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
445
447
|
display: grid;
|
|
446
448
|
grid-template-columns: 20% 80%;
|
|
447
449
|
}
|
|
448
|
-
.
|
|
449
|
-
|
|
450
|
+
.organization-input .el-input-group__append {
|
|
451
|
+
padding: 0 10px 0 0;
|
|
450
452
|
}
|
|
451
|
-
[data-v-
|
|
452
|
-
|
|
453
|
+
.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
+
width: 30px;
|
|
455
|
+
height: 30px;
|
|
456
|
+
}
|
|
457
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
+
margin-left: 10px;
|
|
459
|
+
cursor: pointer;
|
|
460
|
+
overflow: hidden;
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
white-space: nowrap;
|
|
463
|
+
}
|
|
464
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
+
border: 1px solid #dcdfe6;
|
|
466
|
+
padding: 4px 8px;
|
|
467
|
+
background-clip: padding-box;
|
|
468
|
+
overflow: hidden;
|
|
469
|
+
display: inline-flex;
|
|
470
|
+
align-items: center;
|
|
471
|
+
}
|
|
472
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
+
margin-right: 8px;
|
|
474
|
+
max-width: 120px;
|
|
475
|
+
overflow: hidden;
|
|
476
|
+
text-overflow: ellipsis;
|
|
477
|
+
white-space: nowrap;
|
|
478
|
+
}
|
|
479
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
+
font-weight: 600;
|
|
481
|
+
margin-left: 4px;
|
|
482
|
+
}.select[data-v-52983a24] {
|
|
483
|
+
width: 100%;
|
|
484
|
+
height: 100%;
|
|
485
|
+
display: grid;
|
|
486
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
487
|
+
align-items: center;
|
|
488
|
+
}
|
|
489
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
490
|
+
width: 100%;
|
|
491
|
+
height: 100%;
|
|
492
|
+
text-align: center;
|
|
493
|
+
}iframe[data-v-e5fb3b56] {
|
|
494
|
+
width: 100%;
|
|
495
|
+
height: calc(100vh - 50px);
|
|
453
496
|
}
|
|
454
497
|
.fs-preview-container[data-v-2448d898] {
|
|
455
498
|
display: flex;
|
|
@@ -526,266 +569,51 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
569
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
570
|
padding: 5px 11px;
|
|
528
571
|
height: var(--el-button-size);
|
|
529
|
-
}.
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
align-items: center;
|
|
535
|
-
}
|
|
536
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
537
|
-
width: 100%;
|
|
538
|
-
height: 100%;
|
|
539
|
-
text-align: center;
|
|
540
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
541
|
-
width: 30px;
|
|
542
|
-
height: 30px;
|
|
543
|
-
}
|
|
544
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
545
|
-
margin-left: 10px;
|
|
546
|
-
cursor: pointer;
|
|
547
|
-
overflow: hidden;
|
|
548
|
-
text-overflow: ellipsis;
|
|
549
|
-
white-space: nowrap;
|
|
572
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
+
transform: translate(-50%, -50%);
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 40%;
|
|
576
|
+
left: 50%;
|
|
550
577
|
}
|
|
551
|
-
.
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
578
|
+
.wscn-http404[data-v-4f824f28] {
|
|
579
|
+
position: relative;
|
|
580
|
+
width: 1200px;
|
|
581
|
+
padding: 0 50px;
|
|
555
582
|
overflow: hidden;
|
|
556
|
-
display: inline-flex;
|
|
557
|
-
align-items: center;
|
|
558
583
|
}
|
|
559
|
-
.
|
|
560
|
-
|
|
561
|
-
|
|
584
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
585
|
+
position: relative;
|
|
586
|
+
float: left;
|
|
587
|
+
width: 600px;
|
|
562
588
|
overflow: hidden;
|
|
563
|
-
text-overflow: ellipsis;
|
|
564
|
-
white-space: nowrap;
|
|
565
589
|
}
|
|
566
|
-
.
|
|
567
|
-
font-weight: 600;
|
|
568
|
-
margin-left: 4px;
|
|
569
|
-
}iframe[data-v-e5fb3b56] {
|
|
590
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
570
591
|
width: 100%;
|
|
571
|
-
height: calc(100vh - 50px);
|
|
572
592
|
}
|
|
573
|
-
.
|
|
574
|
-
|
|
575
|
-
.organization-tree .el-breadcrumb__inner,
|
|
576
|
-
.organization-tree .el-tree {
|
|
577
|
-
font-size: 17px;
|
|
578
|
-
font-weight: 700;
|
|
593
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
594
|
+
position: absolute;
|
|
579
595
|
}
|
|
580
|
-
.
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
596
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
597
|
+
width: 80px;
|
|
598
|
+
top: 17px;
|
|
599
|
+
left: 220px;
|
|
600
|
+
opacity: 0;
|
|
601
|
+
animation-name: cloudLeft-4f824f28;
|
|
602
|
+
animation-duration: 2s;
|
|
603
|
+
animation-timing-function: linear;
|
|
604
|
+
animation-fill-mode: forwards;
|
|
605
|
+
animation-delay: 1s;
|
|
586
606
|
}
|
|
587
|
-
.
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
display: flex;
|
|
598
|
-
width: 100%;
|
|
599
|
-
}
|
|
600
|
-
.organization-tree .item-label {
|
|
601
|
-
flex: 0 0 90%;
|
|
602
|
-
text-align: left;
|
|
603
|
-
}
|
|
604
|
-
.organization-tree .item-side {
|
|
605
|
-
flex: 0 0 10%;
|
|
606
|
-
text-align: right;
|
|
607
|
-
}
|
|
608
|
-
.organization-tree .el-tree-node {
|
|
609
|
-
margin-bottom: 10px;
|
|
610
|
-
}
|
|
611
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
612
|
-
padding: 0;
|
|
613
|
-
display: none;
|
|
614
|
-
}
|
|
615
|
-
.organization-tree .card-footer {
|
|
616
|
-
padding: 20px;
|
|
617
|
-
}
|
|
618
|
-
.organization-tree .card-footer .select-result {
|
|
619
|
-
color: #409eff;
|
|
620
|
-
flex: 1 1 75%;
|
|
621
|
-
text-align: left;
|
|
622
|
-
}
|
|
623
|
-
.organization-tree .card-footer .button-area {
|
|
624
|
-
flex: 0 0 20%;
|
|
625
|
-
text-align: right;
|
|
626
|
-
}
|
|
627
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
628
|
-
color: #409eff;
|
|
629
|
-
}
|
|
630
|
-
.errPage-container[data-v-6bef0241] {
|
|
631
|
-
width: 800px;
|
|
632
|
-
max-width: 100%;
|
|
633
|
-
margin: 100px auto;
|
|
634
|
-
}
|
|
635
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
636
|
-
background: #008489;
|
|
637
|
-
color: #fff;
|
|
638
|
-
border: none !important;
|
|
639
|
-
}
|
|
640
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
641
|
-
margin: 0 auto;
|
|
642
|
-
display: block;
|
|
643
|
-
}
|
|
644
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
645
|
-
display: block;
|
|
646
|
-
margin: 0 auto;
|
|
647
|
-
width: 100%;
|
|
648
|
-
}
|
|
649
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
650
|
-
font-size: 60px;
|
|
651
|
-
font-weight: 700;
|
|
652
|
-
color: #484848;
|
|
653
|
-
}
|
|
654
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
655
|
-
font-size: 14px;
|
|
656
|
-
}
|
|
657
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
658
|
-
padding-bottom: 5px;
|
|
659
|
-
}
|
|
660
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
661
|
-
color: #008489;
|
|
662
|
-
text-decoration: none;
|
|
663
|
-
}
|
|
664
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
665
|
-
text-decoration: underline;
|
|
666
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
667
|
-
position: relative;
|
|
668
|
-
height: 100%;
|
|
669
|
-
width: 100%;
|
|
670
|
-
}
|
|
671
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
672
|
-
position: fixed;
|
|
673
|
-
top: 0;
|
|
674
|
-
}
|
|
675
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
676
|
-
background: #000;
|
|
677
|
-
opacity: 0.3;
|
|
678
|
-
width: 100%;
|
|
679
|
-
top: 0;
|
|
680
|
-
height: 100%;
|
|
681
|
-
position: absolute;
|
|
682
|
-
z-index: 999;
|
|
683
|
-
}iframe[data-v-20dccb82] {
|
|
684
|
-
width: 100%;
|
|
685
|
-
height: calc(100vh - 50px);
|
|
686
|
-
}
|
|
687
|
-
.graphDiv[data-v-a936569d] {
|
|
688
|
-
overflow: auto;
|
|
689
|
-
height: 100%;
|
|
690
|
-
height: calc(100vh - 20px);
|
|
691
|
-
}
|
|
692
|
-
.app-main[data-v-2d98e845] {
|
|
693
|
-
padding: var(--app-main-padding, 15px);
|
|
694
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
695
|
-
position: relative;
|
|
696
|
-
overflow: hidden;
|
|
697
|
-
}
|
|
698
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
699
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
700
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
701
|
-
overflow: auto;
|
|
702
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
703
|
-
position: relative;
|
|
704
|
-
--el-menu-item-height: 45px;
|
|
705
|
-
--el-menu-sub-item-height: 45px;
|
|
706
|
-
}
|
|
707
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
708
|
-
padding: 0 !important;
|
|
709
|
-
}
|
|
710
|
-
.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)) {
|
|
711
|
-
display: flex;
|
|
712
|
-
flex-direction: row;
|
|
713
|
-
}
|
|
714
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
715
|
-
display: flex;
|
|
716
|
-
flex-direction: row;
|
|
717
|
-
padding: 0 !important;
|
|
718
|
-
}
|
|
719
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
720
|
-
display: flex;
|
|
721
|
-
align-items: center;
|
|
722
|
-
justify-content: center;
|
|
723
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
724
|
-
font-size: 16px;
|
|
725
|
-
}
|
|
726
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
727
|
-
width: 20px;
|
|
728
|
-
}
|
|
729
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
730
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
731
|
-
overflow: hidden;
|
|
732
|
-
white-space: nowrap;
|
|
733
|
-
overflow: hidden;
|
|
734
|
-
text-overflow: ellipsis;
|
|
735
|
-
}
|
|
736
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
737
|
-
overflow: hidden;
|
|
738
|
-
white-space: nowrap;
|
|
739
|
-
overflow: hidden;
|
|
740
|
-
text-overflow: ellipsis;
|
|
741
|
-
}
|
|
742
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
743
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
744
|
-
}.wscn-http404-container[data-v-4f824f28] {
|
|
745
|
-
transform: translate(-50%, -50%);
|
|
746
|
-
position: absolute;
|
|
747
|
-
top: 40%;
|
|
748
|
-
left: 50%;
|
|
749
|
-
}
|
|
750
|
-
.wscn-http404[data-v-4f824f28] {
|
|
751
|
-
position: relative;
|
|
752
|
-
width: 1200px;
|
|
753
|
-
padding: 0 50px;
|
|
754
|
-
overflow: hidden;
|
|
755
|
-
}
|
|
756
|
-
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
757
|
-
position: relative;
|
|
758
|
-
float: left;
|
|
759
|
-
width: 600px;
|
|
760
|
-
overflow: hidden;
|
|
761
|
-
}
|
|
762
|
-
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
763
|
-
width: 100%;
|
|
764
|
-
}
|
|
765
|
-
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
766
|
-
position: absolute;
|
|
767
|
-
}
|
|
768
|
-
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
769
|
-
width: 80px;
|
|
770
|
-
top: 17px;
|
|
771
|
-
left: 220px;
|
|
772
|
-
opacity: 0;
|
|
773
|
-
animation-name: cloudLeft-4f824f28;
|
|
774
|
-
animation-duration: 2s;
|
|
775
|
-
animation-timing-function: linear;
|
|
776
|
-
animation-fill-mode: forwards;
|
|
777
|
-
animation-delay: 1s;
|
|
778
|
-
}
|
|
779
|
-
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
780
|
-
width: 46px;
|
|
781
|
-
top: 10px;
|
|
782
|
-
left: 420px;
|
|
783
|
-
opacity: 0;
|
|
784
|
-
animation-name: cloudMid-4f824f28;
|
|
785
|
-
animation-duration: 2s;
|
|
786
|
-
animation-timing-function: linear;
|
|
787
|
-
animation-fill-mode: forwards;
|
|
788
|
-
animation-delay: 1.2s;
|
|
607
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
608
|
+
width: 46px;
|
|
609
|
+
top: 10px;
|
|
610
|
+
left: 420px;
|
|
611
|
+
opacity: 0;
|
|
612
|
+
animation-name: cloudMid-4f824f28;
|
|
613
|
+
animation-duration: 2s;
|
|
614
|
+
animation-timing-function: linear;
|
|
615
|
+
animation-fill-mode: forwards;
|
|
616
|
+
animation-delay: 1.2s;
|
|
789
617
|
}
|
|
790
618
|
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
791
619
|
width: 62px;
|
|
@@ -932,65 +760,107 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
932
760
|
transform: translateY(0);
|
|
933
761
|
opacity: 1;
|
|
934
762
|
}
|
|
763
|
+
}.errPage-container[data-v-6bef0241] {
|
|
764
|
+
width: 800px;
|
|
765
|
+
max-width: 100%;
|
|
766
|
+
margin: 100px auto;
|
|
935
767
|
}
|
|
936
|
-
.
|
|
937
|
-
|
|
768
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
|
+
background: #008489;
|
|
770
|
+
color: #fff;
|
|
771
|
+
border: none !important;
|
|
938
772
|
}
|
|
939
|
-
.
|
|
940
|
-
|
|
773
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
774
|
+
margin: 0 auto;
|
|
775
|
+
display: block;
|
|
941
776
|
}
|
|
942
|
-
.
|
|
943
|
-
|
|
777
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
778
|
+
display: block;
|
|
779
|
+
margin: 0 auto;
|
|
780
|
+
width: 100%;
|
|
781
|
+
}
|
|
782
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
783
|
+
font-size: 60px;
|
|
784
|
+
font-weight: 700;
|
|
785
|
+
color: #484848;
|
|
786
|
+
}
|
|
787
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
788
|
+
font-size: 14px;
|
|
789
|
+
}
|
|
790
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
791
|
+
padding-bottom: 5px;
|
|
792
|
+
}
|
|
793
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
794
|
+
color: #008489;
|
|
795
|
+
text-decoration: none;
|
|
796
|
+
}
|
|
797
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
|
+
text-decoration: underline;
|
|
799
|
+
}
|
|
800
|
+
.graphDiv[data-v-a936569d] {
|
|
801
|
+
overflow: auto;
|
|
802
|
+
height: 100%;
|
|
803
|
+
height: calc(100vh - 20px);
|
|
944
804
|
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
805
|
+
|
|
806
|
+
.organization-tree,
|
|
807
|
+
.organization-tree .el-checkbox__label,
|
|
808
|
+
.organization-tree .el-breadcrumb__inner,
|
|
809
|
+
.organization-tree .el-tree {
|
|
810
|
+
font-size: 17px;
|
|
811
|
+
font-weight: 700;
|
|
949
812
|
}
|
|
950
|
-
.
|
|
951
|
-
|
|
813
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
814
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
815
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
816
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
817
|
+
font-size: 17px;
|
|
818
|
+
font-weight: 700;
|
|
952
819
|
}
|
|
953
|
-
.
|
|
954
|
-
|
|
955
|
-
flex-direction: row;
|
|
820
|
+
.organization-tree .el-card__body {
|
|
821
|
+
padding-top: 10px;
|
|
956
822
|
}
|
|
957
|
-
.
|
|
958
|
-
|
|
959
|
-
flex-direction: row;
|
|
960
|
-
padding: 0 !important;
|
|
823
|
+
.organization-tree .card-content {
|
|
824
|
+
margin-top: 10px;
|
|
961
825
|
}
|
|
962
|
-
.
|
|
963
|
-
|
|
964
|
-
align-items: center;
|
|
965
|
-
justify-content: center;
|
|
966
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
967
|
-
font-size: 16px;
|
|
826
|
+
.organization-tree .item-row-all {
|
|
827
|
+
margin-bottom: 10px;
|
|
968
828
|
}
|
|
969
|
-
.
|
|
970
|
-
|
|
829
|
+
.organization-tree .item-row {
|
|
830
|
+
display: flex;
|
|
831
|
+
width: 100%;
|
|
971
832
|
}
|
|
972
|
-
.
|
|
973
|
-
flex: 0 0
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
833
|
+
.organization-tree .item-label {
|
|
834
|
+
flex: 0 0 90%;
|
|
835
|
+
text-align: left;
|
|
836
|
+
}
|
|
837
|
+
.organization-tree .item-side {
|
|
838
|
+
flex: 0 0 10%;
|
|
839
|
+
text-align: right;
|
|
840
|
+
}
|
|
841
|
+
.organization-tree .el-tree-node {
|
|
842
|
+
margin-bottom: 10px;
|
|
843
|
+
}
|
|
844
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
845
|
+
padding: 0;
|
|
846
|
+
display: none;
|
|
978
847
|
}
|
|
979
|
-
.
|
|
980
|
-
|
|
981
|
-
white-space: nowrap;
|
|
982
|
-
overflow: hidden;
|
|
983
|
-
text-overflow: ellipsis;
|
|
848
|
+
.organization-tree .card-footer {
|
|
849
|
+
padding: 20px;
|
|
984
850
|
}
|
|
985
|
-
.
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
851
|
+
.organization-tree .card-footer .select-result {
|
|
852
|
+
color: #409eff;
|
|
853
|
+
flex: 1 1 75%;
|
|
854
|
+
text-align: left;
|
|
855
|
+
}
|
|
856
|
+
.organization-tree .card-footer .button-area {
|
|
857
|
+
flex: 0 0 20%;
|
|
858
|
+
text-align: right;
|
|
993
859
|
}
|
|
860
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
|
+
color: #409eff;
|
|
862
|
+
}
|
|
863
|
+
|
|
994
864
|
.organization-tree,
|
|
995
865
|
.organization-tree .el-checkbox__label,
|
|
996
866
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1048,7 +918,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1048
918
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1049
919
|
color: #409eff;
|
|
1050
920
|
}
|
|
1051
|
-
|
|
921
|
+
.super-icon[data-v-875fd31c] {
|
|
922
|
+
width: 1em;
|
|
923
|
+
height: 1em;
|
|
924
|
+
font-size: 14px;
|
|
925
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
926
|
+
width: 50%;
|
|
927
|
+
}
|
|
1052
928
|
.organization-tree,
|
|
1053
929
|
.organization-tree .el-checkbox__label,
|
|
1054
930
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1106,6 +982,130 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1106
982
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1107
983
|
color: #409eff;
|
|
1108
984
|
}
|
|
985
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
986
|
+
position: relative;
|
|
987
|
+
height: 100%;
|
|
988
|
+
width: 100%;
|
|
989
|
+
}
|
|
990
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
+
position: fixed;
|
|
992
|
+
top: 0;
|
|
993
|
+
}
|
|
994
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
995
|
+
background: #000;
|
|
996
|
+
opacity: 0.3;
|
|
997
|
+
width: 100%;
|
|
998
|
+
top: 0;
|
|
999
|
+
height: 100%;
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
z-index: 999;
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
1003
|
+
width: 100%;
|
|
1004
|
+
height: calc(100vh - 50px);
|
|
1005
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
+
position: relative;
|
|
1007
|
+
--el-menu-item-height: 45px;
|
|
1008
|
+
--el-menu-sub-item-height: 45px;
|
|
1009
|
+
}
|
|
1010
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
+
padding: 0 !important;
|
|
1012
|
+
}
|
|
1013
|
+
.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)) {
|
|
1014
|
+
display: flex;
|
|
1015
|
+
flex-direction: row;
|
|
1016
|
+
}
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: row;
|
|
1020
|
+
padding: 0 !important;
|
|
1021
|
+
}
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
justify-content: center;
|
|
1026
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
+
font-size: 16px;
|
|
1028
|
+
}
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
+
width: 20px;
|
|
1031
|
+
}
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
+
overflow: hidden;
|
|
1035
|
+
white-space: nowrap;
|
|
1036
|
+
overflow: hidden;
|
|
1037
|
+
text-overflow: ellipsis;
|
|
1038
|
+
}
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
+
overflow: hidden;
|
|
1041
|
+
white-space: nowrap;
|
|
1042
|
+
overflow: hidden;
|
|
1043
|
+
text-overflow: ellipsis;
|
|
1044
|
+
}
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
+
}.app-main[data-v-2d98e845] {
|
|
1048
|
+
padding: var(--app-main-padding, 15px);
|
|
1049
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
+
position: relative;
|
|
1051
|
+
overflow: hidden;
|
|
1052
|
+
}
|
|
1053
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
+
overflow: auto;
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
+
position: relative;
|
|
1059
|
+
--el-menu-item-height: 45px;
|
|
1060
|
+
--el-menu-sub-item-height: 45px;
|
|
1061
|
+
}
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
|
+
padding: 0 !important;
|
|
1064
|
+
}
|
|
1065
|
+
.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)) {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex-direction: row;
|
|
1068
|
+
}
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: row;
|
|
1072
|
+
padding: 0 !important;
|
|
1073
|
+
}
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
|
+
display: flex;
|
|
1076
|
+
align-items: center;
|
|
1077
|
+
justify-content: center;
|
|
1078
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
+
font-size: 16px;
|
|
1080
|
+
}
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
+
width: 20px;
|
|
1083
|
+
}
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
white-space: nowrap;
|
|
1088
|
+
overflow: hidden;
|
|
1089
|
+
text-overflow: ellipsis;
|
|
1090
|
+
}
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
white-space: nowrap;
|
|
1094
|
+
overflow: hidden;
|
|
1095
|
+
text-overflow: ellipsis;
|
|
1096
|
+
}
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
|
+
}
|
|
1100
|
+
.searchResult {
|
|
1101
|
+
color: red;
|
|
1102
|
+
}
|
|
1103
|
+
.inline-select-custom {
|
|
1104
|
+
width: 100px;
|
|
1105
|
+
}
|
|
1106
|
+
.inline-input-custom {
|
|
1107
|
+
width: 98%;
|
|
1108
|
+
}
|
|
1109
1109
|
|
|
1110
1110
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1111
1111
|
display: flex;
|
|
@@ -1125,68 +1125,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1125
1125
|
white-space: nowrap;
|
|
1126
1126
|
flex: 0 0 auto;
|
|
1127
1127
|
}
|
|
1128
|
-
.
|
|
1129
|
-
display: inline-flex;
|
|
1130
|
-
vertical-align: middle;
|
|
1131
|
-
}
|
|
1132
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1133
|
-
font-size: 20px;
|
|
1134
|
-
color: var(--el-color-primary);
|
|
1135
|
-
cursor: pointer;
|
|
1136
|
-
}
|
|
1137
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1138
|
-
margin-bottom: 0px;
|
|
1139
|
-
}
|
|
1140
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1141
|
-
margin-bottom: 5px;
|
|
1142
|
-
text-align: center;
|
|
1143
|
-
}
|
|
1144
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1145
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1146
|
-
width: 100%;
|
|
1147
|
-
}
|
|
1148
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1149
|
-
display: none;
|
|
1150
|
-
}
|
|
1151
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1152
|
-
padding-bottom: 10px;
|
|
1153
|
-
position: fixed;
|
|
1154
|
-
top: 37px;
|
|
1155
|
-
background-color: #ffffff;
|
|
1156
|
-
width: 46%;
|
|
1157
|
-
height: 40px;
|
|
1158
|
-
z-index: 1500;
|
|
1159
|
-
}
|
|
1160
|
-
li[data-v-040fcf55] {
|
|
1161
|
-
color: #333;
|
|
1162
|
-
}
|
|
1163
|
-
.context-menu[data-v-040fcf55] {
|
|
1164
|
-
position: fixed;
|
|
1165
|
-
background: #fff;
|
|
1166
|
-
z-index: 999;
|
|
1167
|
-
padding: 5px;
|
|
1168
|
-
margin: 0;
|
|
1169
|
-
margin-top: 30px;
|
|
1170
|
-
}
|
|
1171
|
-
.context-menu li[data-v-040fcf55] {
|
|
1172
|
-
min-width: 75px;
|
|
1173
|
-
height: 28px;
|
|
1174
|
-
line-height: 28px;
|
|
1175
|
-
text-align: left;
|
|
1176
|
-
color: #1a1a1a;
|
|
1177
|
-
}
|
|
1178
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1179
|
-
background: #42b983;
|
|
1180
|
-
color: #fff;
|
|
1181
|
-
}
|
|
1182
|
-
.context-menu[data-v-040fcf55] {
|
|
1183
|
-
border: 1px solid #eee;
|
|
1184
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1185
|
-
border-radius: 5px;
|
|
1186
|
-
}
|
|
1187
|
-
li[data-v-040fcf55] {
|
|
1188
|
-
list-style-type: none;
|
|
1189
|
-
}[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1128
|
+
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1190
1129
|
user-select: text !important;
|
|
1191
1130
|
-webkit-user-select: text !important;
|
|
1192
1131
|
-moz-user-select: text !important;
|
|
@@ -1415,6 +1354,16 @@ li[data-v-040fcf55] {
|
|
|
1415
1354
|
min-width: 300px;
|
|
1416
1355
|
}
|
|
1417
1356
|
|
|
1357
|
+
.searchResult {
|
|
1358
|
+
color: red;
|
|
1359
|
+
}
|
|
1360
|
+
.inline-input-custom {
|
|
1361
|
+
width: 100% !important;
|
|
1362
|
+
}
|
|
1363
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1364
|
+
min-width: 300px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1418
1367
|
.searchResult {
|
|
1419
1368
|
color: red;
|
|
1420
1369
|
}
|
|
@@ -1426,25 +1375,39 @@ li[data-v-040fcf55] {
|
|
|
1426
1375
|
}
|
|
1427
1376
|
|
|
1428
1377
|
.searchResult {
|
|
1429
|
-
|
|
1378
|
+
color: red;
|
|
1430
1379
|
}
|
|
1431
|
-
.inline-
|
|
1432
|
-
|
|
1380
|
+
.inline-select-custom {
|
|
1381
|
+
width: 100px;
|
|
1433
1382
|
}
|
|
1434
|
-
.
|
|
1435
|
-
|
|
1383
|
+
.inline-input-custom {
|
|
1384
|
+
width: 98%;
|
|
1436
1385
|
}
|
|
1437
1386
|
|
|
1438
1387
|
.searchResult {
|
|
1439
|
-
|
|
1388
|
+
color: red;
|
|
1440
1389
|
}
|
|
1441
1390
|
.inline-select-custom {
|
|
1442
|
-
|
|
1391
|
+
width: 100px;
|
|
1443
1392
|
}
|
|
1444
1393
|
.inline-input-custom {
|
|
1445
|
-
|
|
1394
|
+
width: 98%;
|
|
1395
|
+
}
|
|
1396
|
+
.searchDepartmentUser {
|
|
1397
|
+
width: 250px;
|
|
1398
|
+
}
|
|
1399
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1400
|
+
min-width: 300px;
|
|
1446
1401
|
}
|
|
1447
|
-
|
|
1402
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1403
|
+
display: inline-flex;
|
|
1404
|
+
vertical-align: middle;
|
|
1405
|
+
}
|
|
1406
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1407
|
+
font-size: 20px;
|
|
1408
|
+
color: var(--el-color-primary);
|
|
1409
|
+
cursor: pointer;
|
|
1410
|
+
}
|
|
1448
1411
|
.searchResult {
|
|
1449
1412
|
color: red;
|
|
1450
1413
|
}
|
|
@@ -1461,22 +1424,59 @@ li[data-v-040fcf55] {
|
|
|
1461
1424
|
min-width: 300px;
|
|
1462
1425
|
}
|
|
1463
1426
|
|
|
1464
|
-
.
|
|
1465
|
-
|
|
1427
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1428
|
+
margin-bottom: 0px;
|
|
1466
1429
|
}
|
|
1467
|
-
.
|
|
1468
|
-
|
|
1430
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1431
|
+
margin-bottom: 5px;
|
|
1432
|
+
text-align: center;
|
|
1469
1433
|
}
|
|
1470
|
-
.
|
|
1471
|
-
|
|
1434
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1435
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1436
|
+
width: 100%;
|
|
1472
1437
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1438
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1439
|
+
display: none;
|
|
1475
1440
|
}
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1441
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1442
|
+
padding-bottom: 10px;
|
|
1443
|
+
position: fixed;
|
|
1444
|
+
top: 37px;
|
|
1445
|
+
background-color: #ffffff;
|
|
1446
|
+
width: 46%;
|
|
1447
|
+
height: 40px;
|
|
1448
|
+
z-index: 1500;
|
|
1478
1449
|
}
|
|
1479
|
-
|
|
1450
|
+
li[data-v-040fcf55] {
|
|
1451
|
+
color: #333;
|
|
1452
|
+
}
|
|
1453
|
+
.context-menu[data-v-040fcf55] {
|
|
1454
|
+
position: fixed;
|
|
1455
|
+
background: #fff;
|
|
1456
|
+
z-index: 999;
|
|
1457
|
+
padding: 5px;
|
|
1458
|
+
margin: 0;
|
|
1459
|
+
margin-top: 30px;
|
|
1460
|
+
}
|
|
1461
|
+
.context-menu li[data-v-040fcf55] {
|
|
1462
|
+
min-width: 75px;
|
|
1463
|
+
height: 28px;
|
|
1464
|
+
line-height: 28px;
|
|
1465
|
+
text-align: left;
|
|
1466
|
+
color: #1a1a1a;
|
|
1467
|
+
}
|
|
1468
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1469
|
+
background: #42b983;
|
|
1470
|
+
color: #fff;
|
|
1471
|
+
}
|
|
1472
|
+
.context-menu[data-v-040fcf55] {
|
|
1473
|
+
border: 1px solid #eee;
|
|
1474
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1475
|
+
border-radius: 5px;
|
|
1476
|
+
}
|
|
1477
|
+
li[data-v-040fcf55] {
|
|
1478
|
+
list-style-type: none;
|
|
1479
|
+
}
|
|
1480
1480
|
.grid-search-form[data-v-04817310] {
|
|
1481
1481
|
overflow: auto;
|
|
1482
1482
|
}
|
|
@@ -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);
|
|
@@ -1553,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1553
1605
|
.default-page-tip-item {
|
|
1554
1606
|
padding-top: 10px;
|
|
1555
1607
|
}
|
|
1556
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1557
1612
|
background-color: #eee;
|
|
1558
1613
|
width: 100%;
|
|
1559
1614
|
border: 1px solid #ccc;
|
|
@@ -1572,64 +1627,76 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1572
1627
|
}
|
|
1573
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1574
1629
|
margin: 0 5px;
|
|
1575
|
-
}[data-v-
|
|
1630
|
+
}[data-v-0fb85d6e] .super-icon {
|
|
1576
1631
|
width: 20px !important;
|
|
1577
1632
|
height: 20px !important;
|
|
1578
1633
|
}
|
|
1579
|
-
.
|
|
1580
|
-
|
|
1581
|
-
font-weight: 700;
|
|
1634
|
+
.searchResult {
|
|
1635
|
+
color: red;
|
|
1582
1636
|
}
|
|
1583
|
-
.
|
|
1584
|
-
|
|
1585
|
-
font-weight: 700;
|
|
1637
|
+
.inline-select-custom {
|
|
1638
|
+
width: 100px;
|
|
1586
1639
|
}
|
|
1587
|
-
.
|
|
1588
|
-
|
|
1640
|
+
.inline-input-custom {
|
|
1641
|
+
width: 98%;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.searchResult {
|
|
1645
|
+
color: red;
|
|
1589
1646
|
}
|
|
1590
|
-
.
|
|
1591
|
-
|
|
1647
|
+
.inline-select-custom {
|
|
1648
|
+
width: 100px;
|
|
1592
1649
|
}
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1650
|
+
.inline-input-custom {
|
|
1651
|
+
width: 98%;
|
|
1652
|
+
}
|
|
1653
|
+
.annex-cell[data-v-c44b1087] {
|
|
1654
|
+
padding-right: 5px;
|
|
1655
|
+
cursor: pointer;
|
|
1656
|
+
color: #409eff;
|
|
1595
1657
|
}
|
|
1596
|
-
.
|
|
1597
|
-
|
|
1598
|
-
|
|
1658
|
+
.m-requried[data-v-c44b1087] {
|
|
1659
|
+
float: left;
|
|
1660
|
+
white-space: nowrap;
|
|
1661
|
+
width: 96%;
|
|
1599
1662
|
}
|
|
1600
|
-
.
|
|
1601
|
-
|
|
1602
|
-
|
|
1663
|
+
.m-requried[data-v-c44b1087]::after {
|
|
1664
|
+
content: "*";
|
|
1665
|
+
color: #f56c6c;
|
|
1603
1666
|
}
|
|
1604
|
-
.
|
|
1605
|
-
|
|
1606
|
-
|
|
1667
|
+
.column-text-main[data-v-c44b1087] {
|
|
1668
|
+
display: flex;
|
|
1669
|
+
align-items: center;
|
|
1670
|
+
gap: 10px;
|
|
1607
1671
|
}
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1672
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087] {
|
|
1673
|
+
display: flex;
|
|
1674
|
+
align-items: center;
|
|
1675
|
+
gap: 10px;
|
|
1610
1676
|
}
|
|
1611
|
-
.
|
|
1612
|
-
|
|
1613
|
-
|
|
1677
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-c44b1087] {
|
|
1678
|
+
display: block;
|
|
1679
|
+
white-space: nowrap;
|
|
1680
|
+
overflow: hidden;
|
|
1681
|
+
text-overflow: ellipsis;
|
|
1614
1682
|
}
|
|
1615
|
-
.
|
|
1616
|
-
|
|
1683
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087]::after {
|
|
1684
|
+
content: " ";
|
|
1685
|
+
position: absolute;
|
|
1686
|
+
left: 0;
|
|
1687
|
+
top: 0;
|
|
1688
|
+
right: 0;
|
|
1689
|
+
bottom: 0;
|
|
1690
|
+
cursor: pointer;
|
|
1617
1691
|
}
|
|
1618
|
-
.
|
|
1619
|
-
|
|
1620
|
-
flex:1 1 75%;
|
|
1621
|
-
text-align: left;
|
|
1692
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087] {
|
|
1693
|
+
text-align: left;
|
|
1622
1694
|
}
|
|
1623
|
-
.
|
|
1624
|
-
|
|
1625
|
-
text-align: right;
|
|
1695
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087]:empty {
|
|
1696
|
+
display: none;
|
|
1626
1697
|
}
|
|
1627
|
-
.
|
|
1628
|
-
|
|
1629
|
-
}
|
|
1630
|
-
[data-v-0fb85d6e] .super-icon {
|
|
1631
|
-
width: 20px !important;
|
|
1632
|
-
height: 20px !important;
|
|
1698
|
+
.normal-column-content-view[data-v-c44b1087] {
|
|
1699
|
+
display: inline;
|
|
1633
1700
|
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
1701
|
margin-bottom: 0px;
|
|
1635
1702
|
}
|
|
@@ -1667,54 +1734,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1667
1734
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1668
1735
|
width: 100%;
|
|
1669
1736
|
}
|
|
1670
|
-
.
|
|
1671
|
-
padding-right: 5px;
|
|
1672
|
-
cursor: pointer;
|
|
1673
|
-
color: #409eff;
|
|
1674
|
-
}
|
|
1675
|
-
.m-requried[data-v-bbad0ee0] {
|
|
1676
|
-
float: left;
|
|
1677
|
-
white-space: nowrap;
|
|
1678
|
-
width: 96%;
|
|
1679
|
-
}
|
|
1680
|
-
.m-requried[data-v-bbad0ee0]::after {
|
|
1681
|
-
content: "*";
|
|
1682
|
-
color: #f56c6c;
|
|
1683
|
-
}
|
|
1684
|
-
.column-text-main[data-v-bbad0ee0] {
|
|
1685
|
-
display: flex;
|
|
1686
|
-
align-items: center;
|
|
1687
|
-
gap: 10px;
|
|
1688
|
-
}
|
|
1689
|
-
.column-text-main .column-text-edit-main[data-v-bbad0ee0] {
|
|
1690
|
-
display: flex;
|
|
1691
|
-
align-items: center;
|
|
1692
|
-
gap: 10px;
|
|
1693
|
-
}
|
|
1694
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-bbad0ee0] {
|
|
1695
|
-
display: block;
|
|
1696
|
-
white-space: nowrap;
|
|
1697
|
-
overflow: hidden;
|
|
1698
|
-
text-overflow: ellipsis;
|
|
1699
|
-
}
|
|
1700
|
-
.column-text-main .column-text-edit-main[data-v-bbad0ee0]::after {
|
|
1701
|
-
content: " ";
|
|
1702
|
-
position: absolute;
|
|
1703
|
-
left: 0;
|
|
1704
|
-
top: 0;
|
|
1705
|
-
right: 0;
|
|
1706
|
-
bottom: 0;
|
|
1707
|
-
cursor: pointer;
|
|
1708
|
-
}
|
|
1709
|
-
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0] {
|
|
1710
|
-
text-align: left;
|
|
1711
|
-
}
|
|
1712
|
-
.column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0]:empty {
|
|
1713
|
-
display: none;
|
|
1714
|
-
}
|
|
1715
|
-
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1716
|
-
display: inline;
|
|
1717
|
-
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1737
|
+
.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1718
1738
|
overflow: auto;
|
|
1719
1739
|
}
|
|
1720
1740
|
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
@@ -1748,29 +1768,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1748
1768
|
position: fixed;
|
|
1749
1769
|
bottom: 0;
|
|
1750
1770
|
background-color: #ffffff;
|
|
1751
|
-
width: 50%;
|
|
1752
|
-
height: 40px;
|
|
1753
|
-
}
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1756
|
-
}
|
|
1757
|
-
.inline-select-custom {
|
|
1758
|
-
width: 100px;
|
|
1759
|
-
}
|
|
1760
|
-
.inline-input-custom {
|
|
1761
|
-
width: 98%;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
.searchResult {
|
|
1765
|
-
color: red;
|
|
1766
|
-
}
|
|
1767
|
-
.inline-select-custom {
|
|
1768
|
-
width: 100px;
|
|
1769
|
-
}
|
|
1770
|
-
.inline-input-custom {
|
|
1771
|
-
width: 98%;
|
|
1772
|
-
}
|
|
1773
|
-
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1771
|
+
width: 50%;
|
|
1772
|
+
height: 40px;
|
|
1773
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1774
|
position: relative;
|
|
1775
1775
|
--el-menu-item-height: 45px;
|
|
1776
1776
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1806,25 +1806,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
-
}.
|
|
1810
|
-
margin-right: 5px;
|
|
1811
|
-
}
|
|
1812
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
|
-
margin-left: 5px;
|
|
1814
|
-
}
|
|
1815
|
-
.svg-icon[data-v-019891df] {
|
|
1816
|
-
width: 1.2em;
|
|
1817
|
-
height: 1.2em;
|
|
1818
|
-
vertical-align: -0.25em;
|
|
1819
|
-
fill: currentColor;
|
|
1820
|
-
overflow: initial;
|
|
1821
|
-
}
|
|
1822
|
-
[data-v-90635647] .el-range-separator {
|
|
1823
|
-
min-width: 20px;
|
|
1824
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1825
|
-
font-size: 12px;
|
|
1826
|
-
}
|
|
1827
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1809
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1828
1810
|
border: 1px solid #dcdfe6;
|
|
1829
1811
|
padding: 4px 8px;
|
|
1830
1812
|
background-clip: padding-box;
|
|
@@ -1832,17 +1814,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1832
1814
|
display: inline-flex;
|
|
1833
1815
|
align-items: center;
|
|
1834
1816
|
}
|
|
1835
|
-
.fs-upload-tag-text[data-v-
|
|
1817
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1836
1818
|
margin-right: 18px;
|
|
1837
1819
|
max-width: 160px;
|
|
1838
1820
|
overflow: hidden;
|
|
1839
1821
|
text-overflow: ellipsis;
|
|
1840
1822
|
white-space: nowrap;
|
|
1841
1823
|
}
|
|
1842
|
-
.fs-upload-tag-percent[data-v-
|
|
1824
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1843
1825
|
font-weight: 600;
|
|
1844
1826
|
margin-left: 4px;
|
|
1845
|
-
}.
|
|
1827
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
}
|
|
1830
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1846
1831
|
border: 1px solid #dcdfe6;
|
|
1847
1832
|
padding: 4px 8px;
|
|
1848
1833
|
background-clip: padding-box;
|
|
@@ -1850,35 +1835,57 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1850
1835
|
display: inline-flex;
|
|
1851
1836
|
align-items: center;
|
|
1852
1837
|
}
|
|
1853
|
-
.fs-upload-tag-text[data-v-
|
|
1838
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1854
1839
|
margin-right: 18px;
|
|
1855
1840
|
max-width: 160px;
|
|
1856
1841
|
overflow: hidden;
|
|
1857
1842
|
text-overflow: ellipsis;
|
|
1858
1843
|
white-space: nowrap;
|
|
1859
1844
|
}
|
|
1860
|
-
.fs-upload-tag-percent[data-v-
|
|
1845
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1861
1846
|
font-weight: 600;
|
|
1862
1847
|
margin-left: 4px;
|
|
1863
|
-
}
|
|
1848
|
+
}
|
|
1849
|
+
.svg-icon[data-v-019891df] {
|
|
1850
|
+
width: 1.2em;
|
|
1851
|
+
height: 1.2em;
|
|
1852
|
+
vertical-align: -0.25em;
|
|
1853
|
+
fill: currentColor;
|
|
1854
|
+
overflow: initial;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
1858
|
+
width: 100%;
|
|
1859
|
+
height: 100%;
|
|
1860
|
+
border: none;
|
|
1861
|
+
opacity: 1;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
+
width: 100%;
|
|
1866
|
+
height: 100%;
|
|
1867
|
+
border: none;
|
|
1868
|
+
opacity: 1;
|
|
1869
|
+
}
|
|
1870
|
+
[data-v-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 {
|
|
1864
1871
|
user-select: text !important;
|
|
1865
1872
|
-webkit-user-select: text !important;
|
|
1866
1873
|
-moz-user-select: text !important;
|
|
1867
1874
|
-ms-user-select: text !important;
|
|
1868
1875
|
}
|
|
1869
|
-
.slide-up-enter-active[data-v-
|
|
1870
|
-
.slide-up-leave-active[data-v-
|
|
1876
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1877
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1871
1878
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1872
1879
|
}
|
|
1873
|
-
.slide-up-enter-from[data-v-
|
|
1874
|
-
.slide-up-leave-to[data-v-
|
|
1880
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1881
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1875
1882
|
transform: translateY(100%);
|
|
1876
1883
|
}
|
|
1877
1884
|
|
|
1878
1885
|
/**
|
|
1879
1886
|
* 聊天窗口的样式设置
|
|
1880
1887
|
*/
|
|
1881
|
-
.chat-container[data-v-
|
|
1888
|
+
.chat-container[data-v-0b0c189e] {
|
|
1882
1889
|
--header-height: 56px;
|
|
1883
1890
|
--chat-padding: 12px;
|
|
1884
1891
|
--bubble-content-max-width: 0px;
|
|
@@ -1890,25 +1897,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1890
1897
|
flex-direction: row; /* 横向排列 */
|
|
1891
1898
|
height: 100%; /* 父容器高度 */
|
|
1892
1899
|
}
|
|
1893
|
-
.small-window[data-v-
|
|
1900
|
+
.small-window[data-v-0b0c189e] {
|
|
1894
1901
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1895
1902
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1896
1903
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1897
1904
|
border-radius: 8px;
|
|
1898
1905
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1899
1906
|
}
|
|
1900
|
-
.full-screen[data-v-
|
|
1907
|
+
.full-screen[data-v-0b0c189e] {
|
|
1901
1908
|
right: 0;
|
|
1902
1909
|
bottom: 0;
|
|
1903
1910
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1904
1911
|
}
|
|
1905
|
-
.chat-container > *[data-v-
|
|
1912
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1906
1913
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1907
1914
|
}
|
|
1908
1915
|
|
|
1909
1916
|
/* 聊天窗口的头部样式设置
|
|
1910
1917
|
*/
|
|
1911
|
-
.chat-embed__header_container[data-v-
|
|
1918
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1912
1919
|
/* border-bottom: 1px solid #ddd; */
|
|
1913
1920
|
display: flex;
|
|
1914
1921
|
align-items: center;
|
|
@@ -1918,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1918
1925
|
overflow: hidden;
|
|
1919
1926
|
position: relative;
|
|
1920
1927
|
}
|
|
1921
|
-
.session-subject[data-v-
|
|
1928
|
+
.session-subject[data-v-0b0c189e] {
|
|
1922
1929
|
display: block;
|
|
1923
1930
|
margin: 0 auto;
|
|
1924
1931
|
text-align: center;
|
|
@@ -1933,17 +1940,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1933
1940
|
|
|
1934
1941
|
/* 聊天窗口的头部图标样式设置
|
|
1935
1942
|
*/
|
|
1936
|
-
.chat-embed__header_avatar[data-v-
|
|
1943
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1937
1944
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1938
1945
|
margin-right: var(--chat-padding);
|
|
1939
1946
|
}
|
|
1940
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1947
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1941
1948
|
right: 20px;
|
|
1942
1949
|
position: absolute;
|
|
1943
1950
|
gap: 28px;
|
|
1944
1951
|
display: flex;
|
|
1945
1952
|
}
|
|
1946
|
-
.chat-embed__sidebar[data-v-
|
|
1953
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1947
1954
|
background: #f6f7fa;
|
|
1948
1955
|
display: flex;
|
|
1949
1956
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1952,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1952
1959
|
width: 260px;
|
|
1953
1960
|
height: 100%;
|
|
1954
1961
|
}
|
|
1955
|
-
.chat-embed__main[data-v-
|
|
1962
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1956
1963
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1957
1964
|
box-sizing: border-box;
|
|
1958
1965
|
overflow: hidden;
|
|
@@ -1963,7 +1970,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
1970
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1964
1971
|
overflow: hidden; /* 防止内容溢出 */
|
|
1965
1972
|
}
|
|
1966
|
-
.chat-embed__main_content[data-v-
|
|
1973
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1967
1974
|
flex: 1;
|
|
1968
1975
|
box-sizing: border-box;
|
|
1969
1976
|
min-height: 0;
|
|
@@ -1971,21 +1978,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1971
1978
|
/* overflow-y: auto;
|
|
1972
1979
|
margin-bottom: 12px; */
|
|
1973
1980
|
}
|
|
1974
|
-
.chat-embed__input_container[data-v-
|
|
1981
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1975
1982
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1976
1983
|
/* margin-bottom: 50px; 距离底部 */
|
|
1977
1984
|
}
|
|
1978
|
-
.header-icon[data-v-
|
|
1985
|
+
.header-icon[data-v-0b0c189e] {
|
|
1979
1986
|
cursor: pointer;
|
|
1980
1987
|
font-size: 20px;
|
|
1981
1988
|
}
|
|
1982
1989
|
|
|
1983
1990
|
/* 聊天默认推荐内容样式
|
|
1984
1991
|
*/
|
|
1985
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1992
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1986
1993
|
margin-top: 5px;
|
|
1987
1994
|
}
|
|
1988
|
-
.content-container[data-v-
|
|
1995
|
+
.content-container[data-v-0b0c189e] {
|
|
1989
1996
|
padding: 16px;
|
|
1990
1997
|
border-radius: 4px;
|
|
1991
1998
|
background: #ffffff;
|
|
@@ -1993,7 +2000,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1993
2000
|
border-radius: 0px 30px 30px 30px;
|
|
1994
2001
|
/* opacity: 0.6; */
|
|
1995
2002
|
}
|
|
1996
|
-
.chat-content-font[data-v-
|
|
2003
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
1997
2004
|
font-family: PingFang SC, PingFang SC;
|
|
1998
2005
|
font-weight: 500;
|
|
1999
2006
|
font-size: 16px;
|
|
@@ -2003,10 +2010,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2003
2010
|
font-style: normal;
|
|
2004
2011
|
text-transform: none;
|
|
2005
2012
|
}
|
|
2006
|
-
[data-v-
|
|
2013
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2007
2014
|
border: none !important;
|
|
2008
2015
|
}
|
|
2009
|
-
.content-container-header[data-v-
|
|
2016
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2010
2017
|
font-size: 12px;
|
|
2011
2018
|
color: #909399;
|
|
2012
2019
|
}
|
|
@@ -2014,28 +2021,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2014
2021
|
/**
|
|
2015
2022
|
// 用户消息
|
|
2016
2023
|
*/
|
|
2017
|
-
.content-borderless-container[data-v-
|
|
2024
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2018
2025
|
background: #e1ecfd;
|
|
2019
2026
|
border-radius: 20px 0px 20px 20px;
|
|
2020
2027
|
user-select: none;
|
|
2021
2028
|
padding: 12px;
|
|
2022
2029
|
cursor: pointer;
|
|
2023
2030
|
transition: background-color 0.3s;
|
|
2024
|
-
&[data-v-
|
|
2031
|
+
&[data-v-0b0c189e]:hover {
|
|
2025
2032
|
background-color: #ebeef5;
|
|
2026
2033
|
}
|
|
2027
2034
|
}
|
|
2028
|
-
.footer-container[data-v-
|
|
2029
|
-
[data-v-
|
|
2035
|
+
.footer-container[data-v-0b0c189e] {
|
|
2036
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2030
2037
|
margin-left: 8px;
|
|
2031
2038
|
}
|
|
2032
2039
|
}
|
|
2033
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2040
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2034
2041
|
padding: 0;
|
|
2035
2042
|
}
|
|
2036
2043
|
|
|
2037
2044
|
/* 引用文件样式 */
|
|
2038
|
-
.doc-agg-item[data-v-
|
|
2045
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2039
2046
|
width: 100%;
|
|
2040
2047
|
padding: 10px;
|
|
2041
2048
|
margin-bottom: 5px;
|
|
@@ -2045,111 +2052,93 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2045
2052
|
font-size: 12px;
|
|
2046
2053
|
color: var(--el-color-primary);
|
|
2047
2054
|
}
|
|
2048
|
-
.elx-xmarkdown-container[data-v-
|
|
2055
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2049
2056
|
padding: 0;
|
|
2050
2057
|
}
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
display: flex;
|
|
2056
|
-
z-index: 1;
|
|
2057
|
-
}
|
|
2058
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2059
|
-
display: flex;
|
|
2060
|
-
height: 40px;
|
|
2061
|
-
padding: 10px 14px;
|
|
2062
|
-
gap: 14px;
|
|
2063
|
-
border-radius: 100px 100px 100px 100px;
|
|
2064
|
-
border: 1px solid #e5e5e5;
|
|
2065
|
-
width: 82px;
|
|
2066
|
-
font-size: 20px;
|
|
2067
|
-
}
|
|
2068
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2069
|
-
display: flex; /* 设置为水平排列 */
|
|
2070
|
-
align-items: center; /* 垂直居中 */
|
|
2071
|
-
margin-bottom: 22px;
|
|
2072
|
-
font-size: 20px;
|
|
2058
|
+
h4[data-v-0b0c189e] {
|
|
2059
|
+
font-size: 16px;
|
|
2060
|
+
margin-top: 0px;
|
|
2061
|
+
margin-bottom: 0px;
|
|
2073
2062
|
}
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
font-weight: 600;
|
|
2077
|
-
font-size: 16px;
|
|
2078
|
-
color: #181818;
|
|
2079
|
-
text-align: left;
|
|
2080
|
-
font-style: normal;
|
|
2081
|
-
text-transform: none;
|
|
2063
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2064
|
+
margin: 5px 0;
|
|
2082
2065
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2066
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2067
|
+
display: flex;
|
|
2068
|
+
align-items: center;
|
|
2069
|
+
flex-shrink: 0;
|
|
2070
|
+
min-width: max-content;
|
|
2085
2071
|
margin-left: auto;
|
|
2072
|
+
gap: 10px;
|
|
2086
2073
|
}
|
|
2087
|
-
.
|
|
2074
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2075
|
+
display: inline-block;
|
|
2076
|
+
width: 12px;
|
|
2077
|
+
height: 12px;
|
|
2078
|
+
background-repeat: no-repeat;
|
|
2079
|
+
background-position: center;
|
|
2080
|
+
background-size: 100%;
|
|
2088
2081
|
cursor: pointer;
|
|
2089
2082
|
}
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2092
|
-
margin-bottom: 10px;
|
|
2093
|
-
}
|
|
2094
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2095
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2096
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2097
|
-
margin-bottom: 10px;
|
|
2083
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2084
|
+
margin-left: 5px;
|
|
2098
2085
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2086
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2087
|
+
display: flex;
|
|
2088
|
+
flex-direction: column;
|
|
2089
|
+
padding: 16px;
|
|
2103
2090
|
}
|
|
2104
|
-
|
|
2105
|
-
|
|
2091
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2092
|
+
border-bottom-color: #ffffff !important;
|
|
2106
2093
|
}
|
|
2107
|
-
|
|
2108
|
-
|
|
2094
|
+
[data-v-0b0c189e] .el-sender {
|
|
2095
|
+
background: #ffffff !important;
|
|
2096
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2097
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2098
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2099
|
+
font-weight: 400;
|
|
2100
|
+
font-size: 16px;
|
|
2101
|
+
color: #bbbbbb;
|
|
2102
|
+
text-align: left;
|
|
2103
|
+
font-style: normal;
|
|
2104
|
+
text-transform: none;
|
|
2109
2105
|
}
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
font-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2106
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2107
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2108
|
+
font-weight: 400 !important;
|
|
2109
|
+
font-size: 16px !important;
|
|
2110
|
+
line-height: 21px !important;
|
|
2111
|
+
font-style: normal !important;
|
|
2112
|
+
text-transform: none !important;
|
|
2116
2113
|
}
|
|
2117
|
-
|
|
2118
|
-
padding:
|
|
2119
|
-
font-size: 16px;
|
|
2120
|
-
line-height: 50px;
|
|
2121
|
-
cursor: pointer;
|
|
2122
|
-
gap: 8px;
|
|
2123
|
-
border-radius: 8px;
|
|
2124
|
-
display: flex;
|
|
2125
|
-
align-items: center;
|
|
2114
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2115
|
+
padding: 16px !important;
|
|
2126
2116
|
}
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2117
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2118
|
+
border-radius: 100px 100px 100px 100px;
|
|
2119
|
+
border: 1px solid #dcdfe6;
|
|
2130
2120
|
}
|
|
2131
|
-
.
|
|
2132
|
-
padding:
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2121
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2122
|
+
padding: 12px;
|
|
2123
|
+
font-family: PingFang SC, PingFang SC;
|
|
2124
|
+
font-weight: 400;
|
|
2125
|
+
font-size: 14px;
|
|
2126
|
+
color: #808080;
|
|
2127
|
+
line-height: 21px;
|
|
2128
|
+
font-style: normal;
|
|
2129
|
+
text-align: center;
|
|
2139
2130
|
}
|
|
2140
|
-
.
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
white-space: nowrap; /* 不换行 */
|
|
2131
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2132
|
+
border-radius: 50% !important;
|
|
2133
|
+
padding: 8px;
|
|
2134
|
+
width: 32px;
|
|
2145
2135
|
}
|
|
2146
|
-
.
|
|
2147
|
-
|
|
2136
|
+
.send-icon[data-v-0b0c189e] {
|
|
2137
|
+
cursor: pointer;
|
|
2138
|
+
}
|
|
2139
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2140
|
+
margin: 0 0;
|
|
2148
2141
|
}
|
|
2149
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2150
|
-
background-color: #f5f5f5;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
2142
|
.additional-data-tag[data-v-7aaab83c] {
|
|
2154
2143
|
display: flex;
|
|
2155
2144
|
align-items: center;
|
|
@@ -2165,25 +2154,53 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2165
2154
|
margin-top: 10px;
|
|
2166
2155
|
gap: 10px;
|
|
2167
2156
|
}
|
|
2168
|
-
|
|
2157
|
+
|
|
2158
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2159
|
+
display: flex;
|
|
2160
|
+
align-items: center;
|
|
2161
|
+
justify-content: space-between;
|
|
2162
|
+
gap: 10px;
|
|
2163
|
+
width: 100%;
|
|
2164
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2165
|
+
font-size: 10px;
|
|
2166
|
+
color: #999;
|
|
2167
|
+
margin-top: 3px;
|
|
2168
|
+
flex-shrink: 0;
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2172
|
+
display: flex;
|
|
2173
|
+
gap: 8px;
|
|
2174
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2175
|
+
margin-left: 0;
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2180
|
+
width: 100%;
|
|
2181
|
+
height: 100%;
|
|
2182
|
+
border: none;
|
|
2183
|
+
opacity: 1;
|
|
2184
|
+
}
|
|
2185
|
+
[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 {
|
|
2169
2186
|
user-select: text !important;
|
|
2170
2187
|
-webkit-user-select: text !important;
|
|
2171
2188
|
-moz-user-select: text !important;
|
|
2172
2189
|
-ms-user-select: text !important;
|
|
2173
2190
|
}
|
|
2174
|
-
.slide-up-enter-active[data-v-
|
|
2175
|
-
.slide-up-leave-active[data-v-
|
|
2191
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2192
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2176
2193
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2177
2194
|
}
|
|
2178
|
-
.slide-up-enter-from[data-v-
|
|
2179
|
-
.slide-up-leave-to[data-v-
|
|
2195
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2196
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2180
2197
|
transform: translateY(100%);
|
|
2181
2198
|
}
|
|
2182
2199
|
|
|
2183
2200
|
/**
|
|
2184
2201
|
* 聊天窗口的样式设置
|
|
2185
2202
|
*/
|
|
2186
|
-
.chat-container[data-v-
|
|
2203
|
+
.chat-container[data-v-e9aa835d] {
|
|
2187
2204
|
--header-height: 56px;
|
|
2188
2205
|
--chat-padding: 12px;
|
|
2189
2206
|
--bubble-content-max-width: 0px;
|
|
@@ -2195,25 +2212,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2195
2212
|
flex-direction: row; /* 横向排列 */
|
|
2196
2213
|
height: 100%; /* 父容器高度 */
|
|
2197
2214
|
}
|
|
2198
|
-
.small-window[data-v-
|
|
2215
|
+
.small-window[data-v-e9aa835d] {
|
|
2199
2216
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2200
2217
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2201
2218
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2202
2219
|
border-radius: 8px;
|
|
2203
2220
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2204
2221
|
}
|
|
2205
|
-
.full-screen[data-v-
|
|
2222
|
+
.full-screen[data-v-e9aa835d] {
|
|
2206
2223
|
right: 0;
|
|
2207
2224
|
bottom: 0;
|
|
2208
2225
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2209
2226
|
}
|
|
2210
|
-
.chat-container > *[data-v-
|
|
2227
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2211
2228
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2212
2229
|
}
|
|
2213
2230
|
|
|
2214
2231
|
/* 聊天窗口的头部样式设置
|
|
2215
2232
|
*/
|
|
2216
|
-
.chat-embed__header_container[data-v-
|
|
2233
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2217
2234
|
/* border-bottom: 1px solid #ddd; */
|
|
2218
2235
|
display: flex;
|
|
2219
2236
|
align-items: center;
|
|
@@ -2223,7 +2240,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2223
2240
|
overflow: hidden;
|
|
2224
2241
|
position: relative;
|
|
2225
2242
|
}
|
|
2226
|
-
.session-subject[data-v-
|
|
2243
|
+
.session-subject[data-v-e9aa835d] {
|
|
2227
2244
|
display: block;
|
|
2228
2245
|
margin: 0 auto;
|
|
2229
2246
|
text-align: center;
|
|
@@ -2238,17 +2255,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2238
2255
|
|
|
2239
2256
|
/* 聊天窗口的头部图标样式设置
|
|
2240
2257
|
*/
|
|
2241
|
-
.chat-embed__header_avatar[data-v-
|
|
2258
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2242
2259
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2243
2260
|
margin-right: var(--chat-padding);
|
|
2244
2261
|
}
|
|
2245
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2262
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2246
2263
|
right: 20px;
|
|
2247
2264
|
position: absolute;
|
|
2248
2265
|
gap: 28px;
|
|
2249
2266
|
display: flex;
|
|
2250
2267
|
}
|
|
2251
|
-
.chat-embed__sidebar[data-v-
|
|
2268
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2252
2269
|
background: #f6f7fa;
|
|
2253
2270
|
display: flex;
|
|
2254
2271
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2257,7 +2274,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2257
2274
|
width: 260px;
|
|
2258
2275
|
height: 100%;
|
|
2259
2276
|
}
|
|
2260
|
-
.chat-embed__main[data-v-
|
|
2277
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2261
2278
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2262
2279
|
box-sizing: border-box;
|
|
2263
2280
|
overflow: hidden;
|
|
@@ -2268,7 +2285,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2268
2285
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2269
2286
|
overflow: hidden; /* 防止内容溢出 */
|
|
2270
2287
|
}
|
|
2271
|
-
.chat-embed__main_content[data-v-
|
|
2288
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2272
2289
|
flex: 1;
|
|
2273
2290
|
box-sizing: border-box;
|
|
2274
2291
|
min-height: 0;
|
|
@@ -2276,21 +2293,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2276
2293
|
/* overflow-y: auto;
|
|
2277
2294
|
margin-bottom: 12px; */
|
|
2278
2295
|
}
|
|
2279
|
-
.chat-embed__input_container[data-v-
|
|
2296
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2280
2297
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2281
2298
|
/* margin-bottom: 50px; 距离底部 */
|
|
2282
2299
|
}
|
|
2283
|
-
.header-icon[data-v-
|
|
2300
|
+
.header-icon[data-v-e9aa835d] {
|
|
2284
2301
|
cursor: pointer;
|
|
2285
2302
|
font-size: 20px;
|
|
2286
2303
|
}
|
|
2287
2304
|
|
|
2288
2305
|
/* 聊天默认推荐内容样式
|
|
2289
2306
|
*/
|
|
2290
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2307
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2291
2308
|
margin-top: 5px;
|
|
2292
2309
|
}
|
|
2293
|
-
.content-container[data-v-
|
|
2310
|
+
.content-container[data-v-e9aa835d] {
|
|
2294
2311
|
padding: 16px;
|
|
2295
2312
|
border-radius: 4px;
|
|
2296
2313
|
background: #ffffff;
|
|
@@ -2298,7 +2315,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2298
2315
|
border-radius: 0px 30px 30px 30px;
|
|
2299
2316
|
/* opacity: 0.6; */
|
|
2300
2317
|
}
|
|
2301
|
-
.chat-content-font[data-v-
|
|
2318
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2302
2319
|
font-family: PingFang SC, PingFang SC;
|
|
2303
2320
|
font-weight: 500;
|
|
2304
2321
|
font-size: 16px;
|
|
@@ -2308,10 +2325,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2308
2325
|
font-style: normal;
|
|
2309
2326
|
text-transform: none;
|
|
2310
2327
|
}
|
|
2311
|
-
[data-v-
|
|
2328
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2312
2329
|
border: none !important;
|
|
2313
2330
|
}
|
|
2314
|
-
.content-container-header[data-v-
|
|
2331
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2315
2332
|
font-size: 12px;
|
|
2316
2333
|
color: #909399;
|
|
2317
2334
|
}
|
|
@@ -2319,28 +2336,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2319
2336
|
/**
|
|
2320
2337
|
// 用户消息
|
|
2321
2338
|
*/
|
|
2322
|
-
.content-borderless-container[data-v-
|
|
2339
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2323
2340
|
background: #e1ecfd;
|
|
2324
2341
|
border-radius: 20px 0px 20px 20px;
|
|
2325
2342
|
user-select: none;
|
|
2326
2343
|
padding: 12px;
|
|
2327
2344
|
cursor: pointer;
|
|
2328
2345
|
transition: background-color 0.3s;
|
|
2329
|
-
&[data-v-
|
|
2346
|
+
&[data-v-e9aa835d]:hover {
|
|
2330
2347
|
background-color: #ebeef5;
|
|
2331
2348
|
}
|
|
2332
2349
|
}
|
|
2333
|
-
.footer-container[data-v-
|
|
2334
|
-
[data-v-
|
|
2350
|
+
.footer-container[data-v-e9aa835d] {
|
|
2351
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2335
2352
|
margin-left: 8px;
|
|
2336
2353
|
}
|
|
2337
2354
|
}
|
|
2338
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2355
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2339
2356
|
padding: 0;
|
|
2340
2357
|
}
|
|
2341
2358
|
|
|
2342
2359
|
/* 引用文件样式 */
|
|
2343
|
-
.doc-agg-item[data-v-
|
|
2360
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2344
2361
|
width: 100%;
|
|
2345
2362
|
padding: 10px;
|
|
2346
2363
|
margin-bottom: 5px;
|
|
@@ -2350,118 +2367,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2350
2367
|
font-size: 12px;
|
|
2351
2368
|
color: var(--el-color-primary);
|
|
2352
2369
|
}
|
|
2353
|
-
.elx-xmarkdown-container[data-v-
|
|
2370
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2354
2371
|
padding: 0;
|
|
2355
|
-
}
|
|
2356
|
-
h4[data-v-0b0c189e] {
|
|
2357
|
-
font-size: 16px;
|
|
2358
|
-
margin-top: 0px;
|
|
2359
|
-
margin-bottom: 0px;
|
|
2360
|
-
}
|
|
2361
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2362
|
-
margin: 5px 0;
|
|
2363
|
-
}
|
|
2364
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2365
|
-
display: flex;
|
|
2366
|
-
align-items: center;
|
|
2367
|
-
flex-shrink: 0;
|
|
2368
|
-
min-width: max-content;
|
|
2369
|
-
margin-left: auto;
|
|
2370
|
-
gap: 10px;
|
|
2371
|
-
}
|
|
2372
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2373
|
-
display: inline-block;
|
|
2374
|
-
width: 12px;
|
|
2375
|
-
height: 12px;
|
|
2376
|
-
background-repeat: no-repeat;
|
|
2377
|
-
background-position: center;
|
|
2378
|
-
background-size: 100%;
|
|
2379
|
-
cursor: pointer;
|
|
2380
|
-
}
|
|
2381
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2382
|
-
margin-left: 5px;
|
|
2383
|
-
}
|
|
2384
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2385
|
-
display: flex;
|
|
2386
|
-
flex-direction: column;
|
|
2387
|
-
padding: 16px;
|
|
2388
|
-
}
|
|
2389
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2390
|
-
border-bottom-color: #ffffff !important;
|
|
2391
|
-
}
|
|
2392
|
-
[data-v-0b0c189e] .el-sender {
|
|
2393
|
-
background: #ffffff !important;
|
|
2394
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2395
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2396
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2397
|
-
font-weight: 400;
|
|
2398
|
-
font-size: 16px;
|
|
2399
|
-
color: #bbbbbb;
|
|
2400
|
-
text-align: left;
|
|
2401
|
-
font-style: normal;
|
|
2402
|
-
text-transform: none;
|
|
2403
|
-
}
|
|
2404
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2405
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2406
|
-
font-weight: 400 !important;
|
|
2407
|
-
font-size: 16px !important;
|
|
2408
|
-
line-height: 21px !important;
|
|
2409
|
-
font-style: normal !important;
|
|
2410
|
-
text-transform: none !important;
|
|
2411
|
-
}
|
|
2412
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2413
|
-
padding: 16px !important;
|
|
2414
|
-
}
|
|
2415
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2416
|
-
border-radius: 100px 100px 100px 100px;
|
|
2417
|
-
border: 1px solid #dcdfe6;
|
|
2418
|
-
}
|
|
2419
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2420
|
-
padding: 12px;
|
|
2421
|
-
font-family: PingFang SC, PingFang SC;
|
|
2422
|
-
font-weight: 400;
|
|
2423
|
-
font-size: 14px;
|
|
2424
|
-
color: #808080;
|
|
2425
|
-
line-height: 21px;
|
|
2426
|
-
font-style: normal;
|
|
2427
|
-
text-align: center;
|
|
2428
|
-
}
|
|
2429
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2430
|
-
border-radius: 50% !important;
|
|
2431
|
-
padding: 8px;
|
|
2432
|
-
width: 32px;
|
|
2433
|
-
}
|
|
2434
|
-
.send-icon[data-v-0b0c189e] {
|
|
2435
|
-
cursor: pointer;
|
|
2436
|
-
}
|
|
2437
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2438
|
-
margin: 0 0;
|
|
2439
|
-
}
|
|
2440
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2441
|
-
width: 100%;
|
|
2442
|
-
height: 100%;
|
|
2443
|
-
border: none;
|
|
2444
|
-
opacity: 1;
|
|
2445
2372
|
}
|
|
2446
|
-
[data-v-
|
|
2373
|
+
[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 {
|
|
2447
2374
|
user-select: text !important;
|
|
2448
2375
|
-webkit-user-select: text !important;
|
|
2449
2376
|
-moz-user-select: text !important;
|
|
2450
2377
|
-ms-user-select: text !important;
|
|
2451
2378
|
}
|
|
2452
|
-
.slide-up-enter-active[data-v-
|
|
2453
|
-
.slide-up-leave-active[data-v-
|
|
2379
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2380
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2454
2381
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2455
2382
|
}
|
|
2456
|
-
.slide-up-enter-from[data-v-
|
|
2457
|
-
.slide-up-leave-to[data-v-
|
|
2383
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2384
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2458
2385
|
transform: translateY(100%);
|
|
2459
2386
|
}
|
|
2460
2387
|
|
|
2461
2388
|
/**
|
|
2462
2389
|
* 聊天窗口的样式设置
|
|
2463
2390
|
*/
|
|
2464
|
-
.chat-container[data-v-
|
|
2391
|
+
.chat-container[data-v-45fbaf17] {
|
|
2465
2392
|
--header-height: 56px;
|
|
2466
2393
|
--chat-padding: 12px;
|
|
2467
2394
|
--bubble-content-max-width: 0px;
|
|
@@ -2473,25 +2400,25 @@ h4[data-v-0b0c189e] {
|
|
|
2473
2400
|
flex-direction: row; /* 横向排列 */
|
|
2474
2401
|
height: 100%; /* 父容器高度 */
|
|
2475
2402
|
}
|
|
2476
|
-
.small-window[data-v-
|
|
2403
|
+
.small-window[data-v-45fbaf17] {
|
|
2477
2404
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2478
2405
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2479
2406
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2480
2407
|
border-radius: 8px;
|
|
2481
2408
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2482
2409
|
}
|
|
2483
|
-
.full-screen[data-v-
|
|
2410
|
+
.full-screen[data-v-45fbaf17] {
|
|
2484
2411
|
right: 0;
|
|
2485
2412
|
bottom: 0;
|
|
2486
2413
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2487
2414
|
}
|
|
2488
|
-
.chat-container > *[data-v-
|
|
2415
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2489
2416
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2490
2417
|
}
|
|
2491
2418
|
|
|
2492
2419
|
/* 聊天窗口的头部样式设置
|
|
2493
2420
|
*/
|
|
2494
|
-
.chat-embed__header_container[data-v-
|
|
2421
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2495
2422
|
/* border-bottom: 1px solid #ddd; */
|
|
2496
2423
|
display: flex;
|
|
2497
2424
|
align-items: center;
|
|
@@ -2501,7 +2428,7 @@ h4[data-v-0b0c189e] {
|
|
|
2501
2428
|
overflow: hidden;
|
|
2502
2429
|
position: relative;
|
|
2503
2430
|
}
|
|
2504
|
-
.session-subject[data-v-
|
|
2431
|
+
.session-subject[data-v-45fbaf17] {
|
|
2505
2432
|
display: block;
|
|
2506
2433
|
margin: 0 auto;
|
|
2507
2434
|
text-align: center;
|
|
@@ -2516,17 +2443,17 @@ h4[data-v-0b0c189e] {
|
|
|
2516
2443
|
|
|
2517
2444
|
/* 聊天窗口的头部图标样式设置
|
|
2518
2445
|
*/
|
|
2519
|
-
.chat-embed__header_avatar[data-v-
|
|
2446
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2520
2447
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2521
2448
|
margin-right: var(--chat-padding);
|
|
2522
2449
|
}
|
|
2523
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2450
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2524
2451
|
right: 20px;
|
|
2525
2452
|
position: absolute;
|
|
2526
2453
|
gap: 28px;
|
|
2527
2454
|
display: flex;
|
|
2528
2455
|
}
|
|
2529
|
-
.chat-embed__sidebar[data-v-
|
|
2456
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2530
2457
|
background: #f6f7fa;
|
|
2531
2458
|
display: flex;
|
|
2532
2459
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2535,7 +2462,7 @@ h4[data-v-0b0c189e] {
|
|
|
2535
2462
|
width: 260px;
|
|
2536
2463
|
height: 100%;
|
|
2537
2464
|
}
|
|
2538
|
-
.chat-embed__main[data-v-
|
|
2465
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2539
2466
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2540
2467
|
box-sizing: border-box;
|
|
2541
2468
|
overflow: hidden;
|
|
@@ -2546,7 +2473,7 @@ h4[data-v-0b0c189e] {
|
|
|
2546
2473
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2547
2474
|
overflow: hidden; /* 防止内容溢出 */
|
|
2548
2475
|
}
|
|
2549
|
-
.chat-embed__main_content[data-v-
|
|
2476
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2550
2477
|
flex: 1;
|
|
2551
2478
|
box-sizing: border-box;
|
|
2552
2479
|
min-height: 0;
|
|
@@ -2554,21 +2481,21 @@ h4[data-v-0b0c189e] {
|
|
|
2554
2481
|
/* overflow-y: auto;
|
|
2555
2482
|
margin-bottom: 12px; */
|
|
2556
2483
|
}
|
|
2557
|
-
.chat-embed__input_container[data-v-
|
|
2484
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2558
2485
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2559
2486
|
/* margin-bottom: 50px; 距离底部 */
|
|
2560
2487
|
}
|
|
2561
|
-
.header-icon[data-v-
|
|
2488
|
+
.header-icon[data-v-45fbaf17] {
|
|
2562
2489
|
cursor: pointer;
|
|
2563
2490
|
font-size: 20px;
|
|
2564
2491
|
}
|
|
2565
2492
|
|
|
2566
2493
|
/* 聊天默认推荐内容样式
|
|
2567
2494
|
*/
|
|
2568
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2495
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2569
2496
|
margin-top: 5px;
|
|
2570
2497
|
}
|
|
2571
|
-
.content-container[data-v-
|
|
2498
|
+
.content-container[data-v-45fbaf17] {
|
|
2572
2499
|
padding: 16px;
|
|
2573
2500
|
border-radius: 4px;
|
|
2574
2501
|
background: #ffffff;
|
|
@@ -2576,7 +2503,7 @@ h4[data-v-0b0c189e] {
|
|
|
2576
2503
|
border-radius: 0px 30px 30px 30px;
|
|
2577
2504
|
/* opacity: 0.6; */
|
|
2578
2505
|
}
|
|
2579
|
-
.chat-content-font[data-v-
|
|
2506
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2580
2507
|
font-family: PingFang SC, PingFang SC;
|
|
2581
2508
|
font-weight: 500;
|
|
2582
2509
|
font-size: 16px;
|
|
@@ -2586,10 +2513,10 @@ h4[data-v-0b0c189e] {
|
|
|
2586
2513
|
font-style: normal;
|
|
2587
2514
|
text-transform: none;
|
|
2588
2515
|
}
|
|
2589
|
-
[data-v-
|
|
2516
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2590
2517
|
border: none !important;
|
|
2591
2518
|
}
|
|
2592
|
-
.content-container-header[data-v-
|
|
2519
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2593
2520
|
font-size: 12px;
|
|
2594
2521
|
color: #909399;
|
|
2595
2522
|
}
|
|
@@ -2597,28 +2524,28 @@ h4[data-v-0b0c189e] {
|
|
|
2597
2524
|
/**
|
|
2598
2525
|
// 用户消息
|
|
2599
2526
|
*/
|
|
2600
|
-
.content-borderless-container[data-v-
|
|
2527
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2601
2528
|
background: #e1ecfd;
|
|
2602
2529
|
border-radius: 20px 0px 20px 20px;
|
|
2603
2530
|
user-select: none;
|
|
2604
2531
|
padding: 12px;
|
|
2605
2532
|
cursor: pointer;
|
|
2606
2533
|
transition: background-color 0.3s;
|
|
2607
|
-
&[data-v-
|
|
2534
|
+
&[data-v-45fbaf17]:hover {
|
|
2608
2535
|
background-color: #ebeef5;
|
|
2609
2536
|
}
|
|
2610
2537
|
}
|
|
2611
|
-
.footer-container[data-v-
|
|
2612
|
-
[data-v-
|
|
2538
|
+
.footer-container[data-v-45fbaf17] {
|
|
2539
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2613
2540
|
margin-left: 8px;
|
|
2614
2541
|
}
|
|
2615
2542
|
}
|
|
2616
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2543
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2617
2544
|
padding: 0;
|
|
2618
2545
|
}
|
|
2619
2546
|
|
|
2620
2547
|
/* 引用文件样式 */
|
|
2621
|
-
.doc-agg-item[data-v-
|
|
2548
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2622
2549
|
width: 100%;
|
|
2623
2550
|
padding: 10px;
|
|
2624
2551
|
margin-bottom: 5px;
|
|
@@ -2628,28 +2555,28 @@ h4[data-v-0b0c189e] {
|
|
|
2628
2555
|
font-size: 12px;
|
|
2629
2556
|
color: var(--el-color-primary);
|
|
2630
2557
|
}
|
|
2631
|
-
.elx-xmarkdown-container[data-v-
|
|
2558
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2632
2559
|
padding: 0;
|
|
2633
2560
|
}
|
|
2634
|
-
[data-v-
|
|
2561
|
+
[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 {
|
|
2635
2562
|
user-select: text !important;
|
|
2636
2563
|
-webkit-user-select: text !important;
|
|
2637
2564
|
-moz-user-select: text !important;
|
|
2638
2565
|
-ms-user-select: text !important;
|
|
2639
|
-
}
|
|
2640
|
-
.slide-up-enter-active[data-v-
|
|
2641
|
-
.slide-up-leave-active[data-v-
|
|
2566
|
+
}
|
|
2567
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2568
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2642
2569
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2643
2570
|
}
|
|
2644
|
-
.slide-up-enter-from[data-v-
|
|
2645
|
-
.slide-up-leave-to[data-v-
|
|
2571
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2572
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2646
2573
|
transform: translateY(100%);
|
|
2647
2574
|
}
|
|
2648
2575
|
|
|
2649
2576
|
/**
|
|
2650
2577
|
* 聊天窗口的样式设置
|
|
2651
2578
|
*/
|
|
2652
|
-
.chat-container[data-v-
|
|
2579
|
+
.chat-container[data-v-bc196b97] {
|
|
2653
2580
|
--header-height: 56px;
|
|
2654
2581
|
--chat-padding: 12px;
|
|
2655
2582
|
--bubble-content-max-width: 0px;
|
|
@@ -2661,25 +2588,25 @@ h4[data-v-0b0c189e] {
|
|
|
2661
2588
|
flex-direction: row; /* 横向排列 */
|
|
2662
2589
|
height: 100%; /* 父容器高度 */
|
|
2663
2590
|
}
|
|
2664
|
-
.small-window[data-v-
|
|
2591
|
+
.small-window[data-v-bc196b97] {
|
|
2665
2592
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2666
2593
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2667
2594
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2668
2595
|
border-radius: 8px;
|
|
2669
2596
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2670
2597
|
}
|
|
2671
|
-
.full-screen[data-v-
|
|
2598
|
+
.full-screen[data-v-bc196b97] {
|
|
2672
2599
|
right: 0;
|
|
2673
2600
|
bottom: 0;
|
|
2674
2601
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2675
2602
|
}
|
|
2676
|
-
.chat-container > *[data-v-
|
|
2603
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2677
2604
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2678
2605
|
}
|
|
2679
2606
|
|
|
2680
2607
|
/* 聊天窗口的头部样式设置
|
|
2681
2608
|
*/
|
|
2682
|
-
.chat-embed__header_container[data-v-
|
|
2609
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2683
2610
|
/* border-bottom: 1px solid #ddd; */
|
|
2684
2611
|
display: flex;
|
|
2685
2612
|
align-items: center;
|
|
@@ -2689,7 +2616,7 @@ h4[data-v-0b0c189e] {
|
|
|
2689
2616
|
overflow: hidden;
|
|
2690
2617
|
position: relative;
|
|
2691
2618
|
}
|
|
2692
|
-
.session-subject[data-v-
|
|
2619
|
+
.session-subject[data-v-bc196b97] {
|
|
2693
2620
|
display: block;
|
|
2694
2621
|
margin: 0 auto;
|
|
2695
2622
|
text-align: center;
|
|
@@ -2704,17 +2631,17 @@ h4[data-v-0b0c189e] {
|
|
|
2704
2631
|
|
|
2705
2632
|
/* 聊天窗口的头部图标样式设置
|
|
2706
2633
|
*/
|
|
2707
|
-
.chat-embed__header_avatar[data-v-
|
|
2634
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2708
2635
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2709
2636
|
margin-right: var(--chat-padding);
|
|
2710
2637
|
}
|
|
2711
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2638
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2712
2639
|
right: 20px;
|
|
2713
2640
|
position: absolute;
|
|
2714
2641
|
gap: 28px;
|
|
2715
2642
|
display: flex;
|
|
2716
2643
|
}
|
|
2717
|
-
.chat-embed__sidebar[data-v-
|
|
2644
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2718
2645
|
background: #f6f7fa;
|
|
2719
2646
|
display: flex;
|
|
2720
2647
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2723,7 +2650,7 @@ h4[data-v-0b0c189e] {
|
|
|
2723
2650
|
width: 260px;
|
|
2724
2651
|
height: 100%;
|
|
2725
2652
|
}
|
|
2726
|
-
.chat-embed__main[data-v-
|
|
2653
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2727
2654
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2728
2655
|
box-sizing: border-box;
|
|
2729
2656
|
overflow: hidden;
|
|
@@ -2734,7 +2661,7 @@ h4[data-v-0b0c189e] {
|
|
|
2734
2661
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2735
2662
|
overflow: hidden; /* 防止内容溢出 */
|
|
2736
2663
|
}
|
|
2737
|
-
.chat-embed__main_content[data-v-
|
|
2664
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2738
2665
|
flex: 1;
|
|
2739
2666
|
box-sizing: border-box;
|
|
2740
2667
|
min-height: 0;
|
|
@@ -2742,21 +2669,21 @@ h4[data-v-0b0c189e] {
|
|
|
2742
2669
|
/* overflow-y: auto;
|
|
2743
2670
|
margin-bottom: 12px; */
|
|
2744
2671
|
}
|
|
2745
|
-
.chat-embed__input_container[data-v-
|
|
2672
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2746
2673
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2747
2674
|
/* margin-bottom: 50px; 距离底部 */
|
|
2748
2675
|
}
|
|
2749
|
-
.header-icon[data-v-
|
|
2676
|
+
.header-icon[data-v-bc196b97] {
|
|
2750
2677
|
cursor: pointer;
|
|
2751
2678
|
font-size: 20px;
|
|
2752
2679
|
}
|
|
2753
2680
|
|
|
2754
2681
|
/* 聊天默认推荐内容样式
|
|
2755
2682
|
*/
|
|
2756
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2683
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2757
2684
|
margin-top: 5px;
|
|
2758
2685
|
}
|
|
2759
|
-
.content-container[data-v-
|
|
2686
|
+
.content-container[data-v-bc196b97] {
|
|
2760
2687
|
padding: 16px;
|
|
2761
2688
|
border-radius: 4px;
|
|
2762
2689
|
background: #ffffff;
|
|
@@ -2764,7 +2691,7 @@ h4[data-v-0b0c189e] {
|
|
|
2764
2691
|
border-radius: 0px 30px 30px 30px;
|
|
2765
2692
|
/* opacity: 0.6; */
|
|
2766
2693
|
}
|
|
2767
|
-
.chat-content-font[data-v-
|
|
2694
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2768
2695
|
font-family: PingFang SC, PingFang SC;
|
|
2769
2696
|
font-weight: 500;
|
|
2770
2697
|
font-size: 16px;
|
|
@@ -2774,10 +2701,10 @@ h4[data-v-0b0c189e] {
|
|
|
2774
2701
|
font-style: normal;
|
|
2775
2702
|
text-transform: none;
|
|
2776
2703
|
}
|
|
2777
|
-
[data-v-
|
|
2704
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2778
2705
|
border: none !important;
|
|
2779
2706
|
}
|
|
2780
|
-
.content-container-header[data-v-
|
|
2707
|
+
.content-container-header[data-v-bc196b97] {
|
|
2781
2708
|
font-size: 12px;
|
|
2782
2709
|
color: #909399;
|
|
2783
2710
|
}
|
|
@@ -2785,28 +2712,28 @@ h4[data-v-0b0c189e] {
|
|
|
2785
2712
|
/**
|
|
2786
2713
|
// 用户消息
|
|
2787
2714
|
*/
|
|
2788
|
-
.content-borderless-container[data-v-
|
|
2715
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2789
2716
|
background: #e1ecfd;
|
|
2790
2717
|
border-radius: 20px 0px 20px 20px;
|
|
2791
2718
|
user-select: none;
|
|
2792
2719
|
padding: 12px;
|
|
2793
2720
|
cursor: pointer;
|
|
2794
2721
|
transition: background-color 0.3s;
|
|
2795
|
-
&[data-v-
|
|
2722
|
+
&[data-v-bc196b97]:hover {
|
|
2796
2723
|
background-color: #ebeef5;
|
|
2797
2724
|
}
|
|
2798
2725
|
}
|
|
2799
|
-
.footer-container[data-v-
|
|
2800
|
-
[data-v-
|
|
2726
|
+
.footer-container[data-v-bc196b97] {
|
|
2727
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2801
2728
|
margin-left: 8px;
|
|
2802
2729
|
}
|
|
2803
2730
|
}
|
|
2804
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2731
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2805
2732
|
padding: 0;
|
|
2806
2733
|
}
|
|
2807
2734
|
|
|
2808
2735
|
/* 引用文件样式 */
|
|
2809
|
-
.doc-agg-item[data-v-
|
|
2736
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2810
2737
|
width: 100%;
|
|
2811
2738
|
padding: 10px;
|
|
2812
2739
|
margin-bottom: 5px;
|
|
@@ -2816,63 +2743,35 @@ h4[data-v-0b0c189e] {
|
|
|
2816
2743
|
font-size: 12px;
|
|
2817
2744
|
color: var(--el-color-primary);
|
|
2818
2745
|
}
|
|
2819
|
-
.elx-xmarkdown-container[data-v-
|
|
2746
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2820
2747
|
padding: 0;
|
|
2821
2748
|
}
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
width: 100%;
|
|
2825
|
-
height: 100%;
|
|
2826
|
-
border: none;
|
|
2827
|
-
opacity: 1;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2831
|
-
width: 100%;
|
|
2832
|
-
height: 100%;
|
|
2833
|
-
border: none;
|
|
2834
|
-
opacity: 1;
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2838
|
-
display: flex;
|
|
2839
|
-
align-items: center;
|
|
2840
|
-
justify-content: space-between;
|
|
2841
|
-
gap: 10px;
|
|
2842
|
-
width: 100%;
|
|
2843
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2844
|
-
font-size: 10px;
|
|
2845
|
-
color: #999;
|
|
2846
|
-
margin-top: 3px;
|
|
2847
|
-
flex-shrink: 0;
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2851
|
-
display: flex;
|
|
2852
|
-
gap: 8px;
|
|
2853
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2854
|
-
margin-left: 0;
|
|
2749
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2750
|
+
margin-right: 5px;
|
|
2855
2751
|
}
|
|
2856
|
-
|
|
2857
|
-
|
|
2752
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2753
|
+
margin-left: 5px;
|
|
2754
|
+
}[data-v-90635647] .el-range-separator {
|
|
2755
|
+
min-width: 20px;
|
|
2756
|
+
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2858
2757
|
user-select: text !important;
|
|
2859
2758
|
-webkit-user-select: text !important;
|
|
2860
2759
|
-moz-user-select: text !important;
|
|
2861
2760
|
-ms-user-select: text !important;
|
|
2862
2761
|
}
|
|
2863
|
-
.slide-up-enter-active[data-v-
|
|
2864
|
-
.slide-up-leave-active[data-v-
|
|
2762
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2763
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2865
2764
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2866
2765
|
}
|
|
2867
|
-
.slide-up-enter-from[data-v-
|
|
2868
|
-
.slide-up-leave-to[data-v-
|
|
2766
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2767
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2869
2768
|
transform: translateY(100%);
|
|
2870
2769
|
}
|
|
2871
2770
|
|
|
2872
2771
|
/**
|
|
2873
2772
|
* 聊天窗口的样式设置
|
|
2874
2773
|
*/
|
|
2875
|
-
.chat-container[data-v-
|
|
2774
|
+
.chat-container[data-v-1e62eff8] {
|
|
2876
2775
|
--header-height: 56px;
|
|
2877
2776
|
--chat-padding: 12px;
|
|
2878
2777
|
--bubble-content-max-width: 0px;
|
|
@@ -2884,25 +2783,25 @@ h4[data-v-0b0c189e] {
|
|
|
2884
2783
|
flex-direction: row; /* 横向排列 */
|
|
2885
2784
|
height: 100%; /* 父容器高度 */
|
|
2886
2785
|
}
|
|
2887
|
-
.small-window[data-v-
|
|
2786
|
+
.small-window[data-v-1e62eff8] {
|
|
2888
2787
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2889
2788
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2890
2789
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2891
2790
|
border-radius: 8px;
|
|
2892
2791
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2893
2792
|
}
|
|
2894
|
-
.full-screen[data-v-
|
|
2793
|
+
.full-screen[data-v-1e62eff8] {
|
|
2895
2794
|
right: 0;
|
|
2896
2795
|
bottom: 0;
|
|
2897
2796
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2898
2797
|
}
|
|
2899
|
-
.chat-container > *[data-v-
|
|
2798
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2900
2799
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2901
2800
|
}
|
|
2902
2801
|
|
|
2903
2802
|
/* 聊天窗口的头部样式设置
|
|
2904
2803
|
*/
|
|
2905
|
-
.chat-embed__header_container[data-v-
|
|
2804
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2906
2805
|
/* border-bottom: 1px solid #ddd; */
|
|
2907
2806
|
display: flex;
|
|
2908
2807
|
align-items: center;
|
|
@@ -2912,7 +2811,7 @@ h4[data-v-0b0c189e] {
|
|
|
2912
2811
|
overflow: hidden;
|
|
2913
2812
|
position: relative;
|
|
2914
2813
|
}
|
|
2915
|
-
.session-subject[data-v-
|
|
2814
|
+
.session-subject[data-v-1e62eff8] {
|
|
2916
2815
|
display: block;
|
|
2917
2816
|
margin: 0 auto;
|
|
2918
2817
|
text-align: center;
|
|
@@ -2927,17 +2826,17 @@ h4[data-v-0b0c189e] {
|
|
|
2927
2826
|
|
|
2928
2827
|
/* 聊天窗口的头部图标样式设置
|
|
2929
2828
|
*/
|
|
2930
|
-
.chat-embed__header_avatar[data-v-
|
|
2829
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2931
2830
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2932
2831
|
margin-right: var(--chat-padding);
|
|
2933
2832
|
}
|
|
2934
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2833
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2935
2834
|
right: 20px;
|
|
2936
2835
|
position: absolute;
|
|
2937
2836
|
gap: 28px;
|
|
2938
2837
|
display: flex;
|
|
2939
2838
|
}
|
|
2940
|
-
.chat-embed__sidebar[data-v-
|
|
2839
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2941
2840
|
background: #f6f7fa;
|
|
2942
2841
|
display: flex;
|
|
2943
2842
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2946,7 +2845,7 @@ h4[data-v-0b0c189e] {
|
|
|
2946
2845
|
width: 260px;
|
|
2947
2846
|
height: 100%;
|
|
2948
2847
|
}
|
|
2949
|
-
.chat-embed__main[data-v-
|
|
2848
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2950
2849
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2951
2850
|
box-sizing: border-box;
|
|
2952
2851
|
overflow: hidden;
|
|
@@ -2957,7 +2856,7 @@ h4[data-v-0b0c189e] {
|
|
|
2957
2856
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2958
2857
|
overflow: hidden; /* 防止内容溢出 */
|
|
2959
2858
|
}
|
|
2960
|
-
.chat-embed__main_content[data-v-
|
|
2859
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2961
2860
|
flex: 1;
|
|
2962
2861
|
box-sizing: border-box;
|
|
2963
2862
|
min-height: 0;
|
|
@@ -2965,21 +2864,21 @@ h4[data-v-0b0c189e] {
|
|
|
2965
2864
|
/* overflow-y: auto;
|
|
2966
2865
|
margin-bottom: 12px; */
|
|
2967
2866
|
}
|
|
2968
|
-
.chat-embed__input_container[data-v-
|
|
2867
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2969
2868
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2970
2869
|
/* margin-bottom: 50px; 距离底部 */
|
|
2971
2870
|
}
|
|
2972
|
-
.header-icon[data-v-
|
|
2871
|
+
.header-icon[data-v-1e62eff8] {
|
|
2973
2872
|
cursor: pointer;
|
|
2974
2873
|
font-size: 20px;
|
|
2975
2874
|
}
|
|
2976
2875
|
|
|
2977
2876
|
/* 聊天默认推荐内容样式
|
|
2978
2877
|
*/
|
|
2979
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2878
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2980
2879
|
margin-top: 5px;
|
|
2981
2880
|
}
|
|
2982
|
-
.content-container[data-v-
|
|
2881
|
+
.content-container[data-v-1e62eff8] {
|
|
2983
2882
|
padding: 16px;
|
|
2984
2883
|
border-radius: 4px;
|
|
2985
2884
|
background: #ffffff;
|
|
@@ -2987,7 +2886,7 @@ h4[data-v-0b0c189e] {
|
|
|
2987
2886
|
border-radius: 0px 30px 30px 30px;
|
|
2988
2887
|
/* opacity: 0.6; */
|
|
2989
2888
|
}
|
|
2990
|
-
.chat-content-font[data-v-
|
|
2889
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2991
2890
|
font-family: PingFang SC, PingFang SC;
|
|
2992
2891
|
font-weight: 500;
|
|
2993
2892
|
font-size: 16px;
|
|
@@ -2997,10 +2896,10 @@ h4[data-v-0b0c189e] {
|
|
|
2997
2896
|
font-style: normal;
|
|
2998
2897
|
text-transform: none;
|
|
2999
2898
|
}
|
|
3000
|
-
[data-v-
|
|
2899
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
3001
2900
|
border: none !important;
|
|
3002
2901
|
}
|
|
3003
|
-
.content-container-header[data-v-
|
|
2902
|
+
.content-container-header[data-v-1e62eff8] {
|
|
3004
2903
|
font-size: 12px;
|
|
3005
2904
|
color: #909399;
|
|
3006
2905
|
}
|
|
@@ -3008,28 +2907,28 @@ h4[data-v-0b0c189e] {
|
|
|
3008
2907
|
/**
|
|
3009
2908
|
// 用户消息
|
|
3010
2909
|
*/
|
|
3011
|
-
.content-borderless-container[data-v-
|
|
2910
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
3012
2911
|
background: #e1ecfd;
|
|
3013
2912
|
border-radius: 20px 0px 20px 20px;
|
|
3014
2913
|
user-select: none;
|
|
3015
2914
|
padding: 12px;
|
|
3016
2915
|
cursor: pointer;
|
|
3017
2916
|
transition: background-color 0.3s;
|
|
3018
|
-
&[data-v-
|
|
2917
|
+
&[data-v-1e62eff8]:hover {
|
|
3019
2918
|
background-color: #ebeef5;
|
|
3020
2919
|
}
|
|
3021
2920
|
}
|
|
3022
|
-
.footer-container[data-v-
|
|
3023
|
-
[data-v-
|
|
2921
|
+
.footer-container[data-v-1e62eff8] {
|
|
2922
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
3024
2923
|
margin-left: 8px;
|
|
3025
2924
|
}
|
|
3026
2925
|
}
|
|
3027
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2926
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
3028
2927
|
padding: 0;
|
|
3029
2928
|
}
|
|
3030
2929
|
|
|
3031
2930
|
/* 引用文件样式 */
|
|
3032
|
-
.doc-agg-item[data-v-
|
|
2931
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
3033
2932
|
width: 100%;
|
|
3034
2933
|
padding: 10px;
|
|
3035
2934
|
margin-bottom: 5px;
|
|
@@ -3039,8 +2938,109 @@ h4[data-v-0b0c189e] {
|
|
|
3039
2938
|
font-size: 12px;
|
|
3040
2939
|
color: var(--el-color-primary);
|
|
3041
2940
|
}
|
|
3042
|
-
.elx-xmarkdown-container[data-v-
|
|
2941
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
3043
2942
|
padding: 0;
|
|
2943
|
+
}
|
|
2944
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2945
|
+
position: absolute;
|
|
2946
|
+
padding: 20px 36px;
|
|
2947
|
+
gap: 16px;
|
|
2948
|
+
display: flex;
|
|
2949
|
+
z-index: 1;
|
|
2950
|
+
}
|
|
2951
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2952
|
+
display: flex;
|
|
2953
|
+
height: 40px;
|
|
2954
|
+
padding: 10px 14px;
|
|
2955
|
+
gap: 14px;
|
|
2956
|
+
border-radius: 100px 100px 100px 100px;
|
|
2957
|
+
border: 1px solid #e5e5e5;
|
|
2958
|
+
width: 82px;
|
|
2959
|
+
font-size: 20px;
|
|
2960
|
+
}
|
|
2961
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2962
|
+
display: flex; /* 设置为水平排列 */
|
|
2963
|
+
align-items: center; /* 垂直居中 */
|
|
2964
|
+
margin-bottom: 22px;
|
|
2965
|
+
font-size: 20px;
|
|
2966
|
+
}
|
|
2967
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2968
|
+
font-family: PingFang SC, PingFang SC;
|
|
2969
|
+
font-weight: 600;
|
|
2970
|
+
font-size: 16px;
|
|
2971
|
+
color: #181818;
|
|
2972
|
+
text-align: left;
|
|
2973
|
+
font-style: normal;
|
|
2974
|
+
text-transform: none;
|
|
2975
|
+
}
|
|
2976
|
+
.right-icon[data-v-1e62eff8] {
|
|
2977
|
+
cursor: pointer;
|
|
2978
|
+
margin-left: auto;
|
|
2979
|
+
}
|
|
2980
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2981
|
+
cursor: pointer;
|
|
2982
|
+
}
|
|
2983
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2984
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2985
|
+
margin-bottom: 10px;
|
|
2986
|
+
}
|
|
2987
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2988
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2989
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2990
|
+
margin-bottom: 10px;
|
|
2991
|
+
}
|
|
2992
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2993
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2994
|
+
margin-top: 10px;
|
|
2995
|
+
margin-bottom: 20px;
|
|
2996
|
+
}
|
|
2997
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2998
|
+
background-color: #ffffff;
|
|
2999
|
+
}
|
|
3000
|
+
.date-group[data-v-1e62eff8] {
|
|
3001
|
+
margin-top: 16px;
|
|
3002
|
+
}
|
|
3003
|
+
.date-group-item[data-v-1e62eff8] {
|
|
3004
|
+
color: #81858c;
|
|
3005
|
+
font-size: 12px;
|
|
3006
|
+
user-select: none;
|
|
3007
|
+
margin-bottom: 2px;
|
|
3008
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
3009
|
+
}
|
|
3010
|
+
.menu-item[data-v-1e62eff8] {
|
|
3011
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3012
|
+
font-size: 16px;
|
|
3013
|
+
line-height: 50px;
|
|
3014
|
+
cursor: pointer;
|
|
3015
|
+
gap: 8px;
|
|
3016
|
+
border-radius: 8px;
|
|
3017
|
+
display: flex;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
}
|
|
3020
|
+
.active-item[data-v-1e62eff8] {
|
|
3021
|
+
background: #e2ebf5;
|
|
3022
|
+
color: var(--el-color-primary);
|
|
3023
|
+
}
|
|
3024
|
+
.history-item[data-v-1e62eff8] {
|
|
3025
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3026
|
+
cursor: pointer;
|
|
3027
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3028
|
+
align-items: center; /* 垂直居中 */
|
|
3029
|
+
line-height: 40px;
|
|
3030
|
+
gap: 8px;
|
|
3031
|
+
border-radius: 8px;
|
|
3032
|
+
}
|
|
3033
|
+
.history-subject[data-v-1e62eff8] {
|
|
3034
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3035
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3036
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3037
|
+
white-space: nowrap; /* 不换行 */
|
|
3038
|
+
}
|
|
3039
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3040
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3041
|
+
}
|
|
3042
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3043
|
+
background-color: #f5f5f5;
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|