agilebuilder-ui 1.1.65-tmp25 → 1.1.65-tmp26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +1 -13
- package/es/index.mjs +6 -7
- package/es/src/utils/watermark.mjs +25 -35
- package/es/style.css +1084 -1084
- package/lib/index.cjs +7 -7
- package/lib/src/utils/watermark.cjs +21 -32
- package/lib/style.css +1045 -1045
- package/package.json +1 -1
- package/src/utils/watermark.js +1 -1
package/es/style.css
CHANGED
|
@@ -119,15 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
119
|
height: 100%;
|
|
120
120
|
position: absolute;
|
|
121
121
|
z-index: 999;
|
|
122
|
-
}
|
|
123
|
-
.svg-icon[data-v-67e4e504] {
|
|
124
|
-
width: 1.2em;
|
|
125
|
-
height: 1.2em;
|
|
126
|
-
vertical-align: -0.25em;
|
|
127
|
-
fill: currentColor;
|
|
128
|
-
overflow: initial;
|
|
129
|
-
}
|
|
130
|
-
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
122
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
131
123
|
display: inline-block;
|
|
132
124
|
font-size: 14px;
|
|
133
125
|
line-height: 50px;
|
|
@@ -136,7 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
136
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
137
129
|
color: #97a8be;
|
|
138
130
|
cursor: text;
|
|
139
|
-
}
|
|
131
|
+
}
|
|
132
|
+
.svg-icon[data-v-67e4e504] {
|
|
133
|
+
width: 1.2em;
|
|
134
|
+
height: 1.2em;
|
|
135
|
+
vertical-align: -0.25em;
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
overflow: initial;
|
|
138
|
+
}
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
140
|
padding: 0;
|
|
141
141
|
display: flex;
|
|
142
142
|
align-items: center;
|
|
@@ -150,37 +150,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
150
150
|
font-size: 18px;
|
|
151
151
|
cursor: pointer;
|
|
152
152
|
}
|
|
153
|
-
.searchResult
|
|
153
|
+
.searchResult {
|
|
154
154
|
color: red;
|
|
155
155
|
}
|
|
156
|
-
.inline-input-custom
|
|
156
|
+
.inline-input-custom {
|
|
157
157
|
width: 90%;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
height: 20px; /* 圆圈的高度 */
|
|
163
|
-
background-color: red; /* 背景色设置为红色 */
|
|
164
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
165
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
160
|
+
.searchResult[data-v-22410ec9] {
|
|
161
|
+
color: red;
|
|
166
162
|
}
|
|
167
|
-
.
|
|
168
|
-
width:
|
|
169
|
-
height: 20px; /* 圆圈的高度 */
|
|
170
|
-
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
171
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
172
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
163
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
164
|
+
width: 90%;
|
|
173
165
|
}
|
|
174
|
-
.
|
|
175
|
-
display: flex;
|
|
176
|
-
background-color: #fff;
|
|
177
|
-
justify-content: center;
|
|
178
|
-
align-items: center;
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
}
|
|
181
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
182
|
-
display: inline-block;
|
|
183
|
-
}.grid-area .elTable th[data-v-664b8a45] {
|
|
166
|
+
.grid-area .elTable th[data-v-664b8a45] {
|
|
184
167
|
padding: 2px 0 !important;
|
|
185
168
|
}
|
|
186
169
|
.grid-area .elTable td[data-v-664b8a45] {
|
|
@@ -323,20 +306,35 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
323
306
|
.super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
324
307
|
flex-wrap: wrap;
|
|
325
308
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
309
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
310
|
+
display: flex;
|
|
311
|
+
background-color: #fff;
|
|
312
|
+
justify-content: center;
|
|
313
|
+
align-items: center;
|
|
314
|
+
cursor: pointer;
|
|
326
315
|
}
|
|
327
|
-
.
|
|
328
|
-
|
|
316
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
317
|
+
display: inline-block;
|
|
329
318
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
319
|
+
.organization-input .el-input-group__append {
|
|
320
|
+
padding: 0 10px 0 0;
|
|
332
321
|
}
|
|
333
322
|
|
|
334
|
-
.
|
|
335
|
-
width:
|
|
323
|
+
.red-circle[data-v-998f4283] {
|
|
324
|
+
width: 20px; /* 圆圈的宽度 */
|
|
325
|
+
height: 20px; /* 圆圈的高度 */
|
|
326
|
+
background-color: red; /* 背景色设置为红色 */
|
|
327
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
328
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
329
|
+
}
|
|
330
|
+
.green-circle[data-v-998f4283] {
|
|
331
|
+
width: 20px; /* 圆圈的宽度 */
|
|
332
|
+
height: 20px; /* 圆圈的高度 */
|
|
333
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
334
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
335
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
336
336
|
}
|
|
337
|
-
[data-v-
|
|
338
|
-
display: inline-block;
|
|
339
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
340
338
|
padding: 10px;
|
|
341
339
|
}
|
|
342
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -446,40 +444,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
446
444
|
font-size: 14px;
|
|
447
445
|
display: grid;
|
|
448
446
|
grid-template-columns: 20% 80%;
|
|
449
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
450
|
-
width: 30px;
|
|
451
|
-
height: 30px;
|
|
452
|
-
}
|
|
453
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
454
|
-
margin-left: 10px;
|
|
455
|
-
cursor: pointer;
|
|
456
|
-
overflow: hidden;
|
|
457
|
-
text-overflow: ellipsis;
|
|
458
|
-
white-space: nowrap;
|
|
459
|
-
}
|
|
460
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
461
|
-
border: 1px solid #dcdfe6;
|
|
462
|
-
padding: 4px 8px;
|
|
463
|
-
background-clip: padding-box;
|
|
464
|
-
overflow: hidden;
|
|
465
|
-
display: inline-flex;
|
|
466
|
-
align-items: center;
|
|
467
|
-
}
|
|
468
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
469
|
-
margin-right: 8px;
|
|
470
|
-
max-width: 120px;
|
|
471
|
-
overflow: hidden;
|
|
472
|
-
text-overflow: ellipsis;
|
|
473
|
-
white-space: nowrap;
|
|
474
|
-
}
|
|
475
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
476
|
-
font-weight: 600;
|
|
477
|
-
margin-left: 4px;
|
|
478
447
|
}
|
|
479
|
-
.
|
|
480
|
-
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
481
450
|
}
|
|
482
|
-
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
453
|
+
}
|
|
483
454
|
.fs-preview-container[data-v-7f109349] {
|
|
484
455
|
display: flex;
|
|
485
456
|
align-items: center;
|
|
@@ -555,6 +526,35 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
555
526
|
.fs-preview-container[data-v-7f109349] .el-button.is-round {
|
|
556
527
|
padding: 5px 11px;
|
|
557
528
|
height: var(--el-button-size);
|
|
529
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
|
+
width: 30px;
|
|
531
|
+
height: 30px;
|
|
532
|
+
}
|
|
533
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
534
|
+
margin-left: 10px;
|
|
535
|
+
cursor: pointer;
|
|
536
|
+
overflow: hidden;
|
|
537
|
+
text-overflow: ellipsis;
|
|
538
|
+
white-space: nowrap;
|
|
539
|
+
}
|
|
540
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
541
|
+
border: 1px solid #dcdfe6;
|
|
542
|
+
padding: 4px 8px;
|
|
543
|
+
background-clip: padding-box;
|
|
544
|
+
overflow: hidden;
|
|
545
|
+
display: inline-flex;
|
|
546
|
+
align-items: center;
|
|
547
|
+
}
|
|
548
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
549
|
+
margin-right: 8px;
|
|
550
|
+
max-width: 120px;
|
|
551
|
+
overflow: hidden;
|
|
552
|
+
text-overflow: ellipsis;
|
|
553
|
+
white-space: nowrap;
|
|
554
|
+
}
|
|
555
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
556
|
+
font-weight: 600;
|
|
557
|
+
margin-left: 4px;
|
|
558
558
|
}.select[data-v-52983a24] {
|
|
559
559
|
width: 100%;
|
|
560
560
|
height: 100%;
|
|
@@ -569,233 +569,129 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
-
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
-
transform: translate(-50%, -50%);
|
|
574
|
-
position: absolute;
|
|
575
|
-
top: 40%;
|
|
576
|
-
left: 50%;
|
|
577
572
|
}
|
|
578
|
-
.
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
573
|
+
.organization-tree,
|
|
574
|
+
.organization-tree .el-checkbox__label,
|
|
575
|
+
.organization-tree .el-breadcrumb__inner,
|
|
576
|
+
.organization-tree .el-tree {
|
|
577
|
+
font-size: 17px;
|
|
578
|
+
font-weight: 700;
|
|
583
579
|
}
|
|
584
|
-
.
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
580
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
581
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
582
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
583
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
584
|
+
font-size: 17px;
|
|
585
|
+
font-weight: 700;
|
|
589
586
|
}
|
|
590
|
-
.
|
|
591
|
-
|
|
587
|
+
.organization-tree .el-card__body {
|
|
588
|
+
padding-top: 10px;
|
|
592
589
|
}
|
|
593
|
-
.
|
|
594
|
-
|
|
590
|
+
.organization-tree .card-content {
|
|
591
|
+
margin-top: 10px;
|
|
595
592
|
}
|
|
596
|
-
.
|
|
597
|
-
|
|
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;
|
|
593
|
+
.organization-tree .item-row-all {
|
|
594
|
+
margin-bottom: 10px;
|
|
606
595
|
}
|
|
607
|
-
.
|
|
608
|
-
|
|
609
|
-
|
|
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;
|
|
596
|
+
.organization-tree .item-row {
|
|
597
|
+
display: flex;
|
|
598
|
+
width: 100%;
|
|
617
599
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
left: 500px;
|
|
622
|
-
opacity: 0;
|
|
623
|
-
animation-name: cloudRight-4f824f28;
|
|
624
|
-
animation-duration: 2s;
|
|
625
|
-
animation-timing-function: linear;
|
|
626
|
-
animation-fill-mode: forwards;
|
|
627
|
-
animation-delay: 1s;
|
|
600
|
+
.organization-tree .item-label {
|
|
601
|
+
flex: 0 0 90%;
|
|
602
|
+
text-align: left;
|
|
628
603
|
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
opacity: 0;
|
|
604
|
+
.organization-tree .item-label .item-description {
|
|
605
|
+
font-size: 14px;
|
|
606
|
+
color: #9ea0a2;
|
|
607
|
+
margin-left: 8px;
|
|
634
608
|
}
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
opacity: 1;
|
|
609
|
+
.organization-tree .item-side {
|
|
610
|
+
flex: 0 0 10%;
|
|
611
|
+
text-align: right;
|
|
639
612
|
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
left: 92px;
|
|
643
|
-
opacity: 1;
|
|
613
|
+
.organization-tree .el-tree-node {
|
|
614
|
+
margin-bottom: 10px;
|
|
644
615
|
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
opacity: 0;
|
|
616
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
617
|
+
padding: 0;
|
|
618
|
+
display: none;
|
|
649
619
|
}
|
|
620
|
+
.organization-tree .card-footer {
|
|
621
|
+
padding: 20px;
|
|
650
622
|
}
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
opacity: 0;
|
|
623
|
+
.organization-tree .card-footer .select-result {
|
|
624
|
+
color: #409eff;
|
|
625
|
+
flex: 1 1 75%;
|
|
626
|
+
text-align: left;
|
|
656
627
|
}
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
opacity: 1;
|
|
661
|
-
}
|
|
662
|
-
70% {
|
|
663
|
-
top: 130px;
|
|
664
|
-
left: 180px;
|
|
665
|
-
opacity: 1;
|
|
666
|
-
}
|
|
667
|
-
100% {
|
|
668
|
-
top: 160px;
|
|
669
|
-
left: 120px;
|
|
670
|
-
opacity: 0;
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
@keyframes cloudRight-4f824f28 {
|
|
674
|
-
0% {
|
|
675
|
-
top: 100px;
|
|
676
|
-
left: 500px;
|
|
677
|
-
opacity: 0;
|
|
678
|
-
}
|
|
679
|
-
20% {
|
|
680
|
-
top: 120px;
|
|
681
|
-
left: 460px;
|
|
682
|
-
opacity: 1;
|
|
683
|
-
}
|
|
684
|
-
80% {
|
|
685
|
-
top: 180px;
|
|
686
|
-
left: 340px;
|
|
687
|
-
opacity: 1;
|
|
628
|
+
.organization-tree .card-footer .button-area {
|
|
629
|
+
flex: 0 0 20%;
|
|
630
|
+
text-align: right;
|
|
688
631
|
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
632
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
633
|
+
color: #409eff;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.organization-tree,
|
|
637
|
+
.organization-tree .el-checkbox__label,
|
|
638
|
+
.organization-tree .el-breadcrumb__inner,
|
|
639
|
+
.organization-tree .el-tree {
|
|
640
|
+
font-size: 17px;
|
|
641
|
+
font-weight: 700;
|
|
693
642
|
}
|
|
643
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
644
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
645
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
646
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
647
|
+
font-size: 17px;
|
|
648
|
+
font-weight: 700;
|
|
694
649
|
}
|
|
695
|
-
.
|
|
696
|
-
|
|
697
|
-
float: left;
|
|
698
|
-
width: 300px;
|
|
699
|
-
padding: 30px 0;
|
|
700
|
-
overflow: hidden;
|
|
650
|
+
.organization-tree .el-card__body {
|
|
651
|
+
padding-top: 10px;
|
|
701
652
|
}
|
|
702
|
-
.
|
|
703
|
-
|
|
704
|
-
font-weight: bold;
|
|
705
|
-
line-height: 40px;
|
|
706
|
-
color: #1482f0;
|
|
707
|
-
opacity: 0;
|
|
708
|
-
margin-bottom: 20px;
|
|
709
|
-
animation-name: slideUp-4f824f28;
|
|
710
|
-
animation-duration: 0.5s;
|
|
711
|
-
animation-fill-mode: forwards;
|
|
653
|
+
.organization-tree .card-content {
|
|
654
|
+
margin-top: 10px;
|
|
712
655
|
}
|
|
713
|
-
.
|
|
714
|
-
font-size: 20px;
|
|
715
|
-
line-height: 24px;
|
|
716
|
-
color: #222;
|
|
717
|
-
font-weight: bold;
|
|
718
|
-
opacity: 0;
|
|
656
|
+
.organization-tree .item-row-all {
|
|
719
657
|
margin-bottom: 10px;
|
|
720
|
-
animation-name: slideUp-4f824f28;
|
|
721
|
-
animation-duration: 0.5s;
|
|
722
|
-
animation-delay: 0.1s;
|
|
723
|
-
animation-fill-mode: forwards;
|
|
724
|
-
}
|
|
725
|
-
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
726
|
-
font-size: 13px;
|
|
727
|
-
line-height: 21px;
|
|
728
|
-
color: grey;
|
|
729
|
-
opacity: 0;
|
|
730
|
-
margin-bottom: 30px;
|
|
731
|
-
animation-name: slideUp-4f824f28;
|
|
732
|
-
animation-duration: 0.5s;
|
|
733
|
-
animation-delay: 0.2s;
|
|
734
|
-
animation-fill-mode: forwards;
|
|
735
|
-
}
|
|
736
|
-
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
737
|
-
display: block;
|
|
738
|
-
float: left;
|
|
739
|
-
width: 110px;
|
|
740
|
-
height: 36px;
|
|
741
|
-
background: #1482f0;
|
|
742
|
-
border-radius: 100px;
|
|
743
|
-
text-align: center;
|
|
744
|
-
color: #ffffff;
|
|
745
|
-
opacity: 0;
|
|
746
|
-
font-size: 14px;
|
|
747
|
-
line-height: 36px;
|
|
748
|
-
cursor: pointer;
|
|
749
|
-
animation-name: slideUp-4f824f28;
|
|
750
|
-
animation-duration: 0.5s;
|
|
751
|
-
animation-delay: 0.3s;
|
|
752
|
-
animation-fill-mode: forwards;
|
|
753
|
-
}
|
|
754
|
-
@keyframes slideUp-4f824f28 {
|
|
755
|
-
0% {
|
|
756
|
-
transform: translateY(60px);
|
|
757
|
-
opacity: 0;
|
|
758
|
-
}
|
|
759
|
-
100% {
|
|
760
|
-
transform: translateY(0);
|
|
761
|
-
opacity: 1;
|
|
762
658
|
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
margin: 100px auto;
|
|
659
|
+
.organization-tree .item-row {
|
|
660
|
+
display: flex;
|
|
661
|
+
width: 100%;
|
|
767
662
|
}
|
|
768
|
-
.
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
border: none !important;
|
|
663
|
+
.organization-tree .item-label {
|
|
664
|
+
flex: 0 0 90%;
|
|
665
|
+
text-align: left;
|
|
772
666
|
}
|
|
773
|
-
.
|
|
774
|
-
|
|
775
|
-
|
|
667
|
+
.organization-tree .item-side {
|
|
668
|
+
flex: 0 0 10%;
|
|
669
|
+
text-align: right;
|
|
776
670
|
}
|
|
777
|
-
.
|
|
778
|
-
|
|
779
|
-
margin: 0 auto;
|
|
780
|
-
width: 100%;
|
|
671
|
+
.organization-tree .el-tree-node {
|
|
672
|
+
margin-bottom: 10px;
|
|
781
673
|
}
|
|
782
|
-
.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
color: #484848;
|
|
674
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
675
|
+
padding: 0;
|
|
676
|
+
display: none;
|
|
786
677
|
}
|
|
787
|
-
.
|
|
788
|
-
|
|
678
|
+
.organization-tree .card-footer {
|
|
679
|
+
padding: 20px;
|
|
789
680
|
}
|
|
790
|
-
.
|
|
791
|
-
|
|
681
|
+
.organization-tree .card-footer .select-result {
|
|
682
|
+
color: #409eff;
|
|
683
|
+
flex: 1 1 75%;
|
|
684
|
+
text-align: left;
|
|
792
685
|
}
|
|
793
|
-
.
|
|
794
|
-
|
|
795
|
-
text-
|
|
686
|
+
.organization-tree .card-footer .button-area {
|
|
687
|
+
flex: 0 0 20%;
|
|
688
|
+
text-align: right;
|
|
796
689
|
}
|
|
797
|
-
.
|
|
798
|
-
|
|
690
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
691
|
+
color: #409eff;
|
|
692
|
+
}
|
|
693
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
694
|
+
width: 50%;
|
|
799
695
|
}
|
|
800
696
|
.organization-tree,
|
|
801
697
|
.organization-tree .el-checkbox__label,
|
|
@@ -828,11 +724,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
828
724
|
flex: 0 0 90%;
|
|
829
725
|
text-align: left;
|
|
830
726
|
}
|
|
831
|
-
.organization-tree .item-label .item-description {
|
|
832
|
-
font-size: 14px;
|
|
833
|
-
color: #9ea0a2;
|
|
834
|
-
margin-left: 8px;
|
|
835
|
-
}
|
|
836
727
|
.organization-tree .item-side {
|
|
837
728
|
flex: 0 0 10%;
|
|
838
729
|
text-align: right;
|
|
@@ -859,7 +750,47 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
859
750
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
860
751
|
color: #409eff;
|
|
861
752
|
}
|
|
862
|
-
.
|
|
753
|
+
.super-icon[data-v-875fd31c] {
|
|
754
|
+
width: 1em;
|
|
755
|
+
height: 1em;
|
|
756
|
+
font-size: 14px;
|
|
757
|
+
}.errPage-container[data-v-6bef0241] {
|
|
758
|
+
width: 800px;
|
|
759
|
+
max-width: 100%;
|
|
760
|
+
margin: 100px auto;
|
|
761
|
+
}
|
|
762
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
763
|
+
background: #008489;
|
|
764
|
+
color: #fff;
|
|
765
|
+
border: none !important;
|
|
766
|
+
}
|
|
767
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
768
|
+
margin: 0 auto;
|
|
769
|
+
display: block;
|
|
770
|
+
}
|
|
771
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
772
|
+
display: block;
|
|
773
|
+
margin: 0 auto;
|
|
774
|
+
width: 100%;
|
|
775
|
+
}
|
|
776
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
777
|
+
font-size: 60px;
|
|
778
|
+
font-weight: 700;
|
|
779
|
+
color: #484848;
|
|
780
|
+
}
|
|
781
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
782
|
+
font-size: 14px;
|
|
783
|
+
}
|
|
784
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
785
|
+
padding-bottom: 5px;
|
|
786
|
+
}
|
|
787
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
788
|
+
color: #008489;
|
|
789
|
+
text-decoration: none;
|
|
790
|
+
}
|
|
791
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
792
|
+
text-decoration: underline;
|
|
793
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
863
794
|
position: relative;
|
|
864
795
|
height: 100%;
|
|
865
796
|
width: 100%;
|
|
@@ -876,313 +807,301 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
876
807
|
height: 100%;
|
|
877
808
|
position: absolute;
|
|
878
809
|
z-index: 999;
|
|
810
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
811
|
+
transform: translate(-50%, -50%);
|
|
812
|
+
position: absolute;
|
|
813
|
+
top: 40%;
|
|
814
|
+
left: 50%;
|
|
879
815
|
}
|
|
880
|
-
.
|
|
881
|
-
overflow: auto;
|
|
882
|
-
height: 100%;
|
|
883
|
-
height: calc(100vh - 20px);
|
|
884
|
-
}
|
|
885
|
-
iframe[data-v-20dccb82] {
|
|
886
|
-
width: 100%;
|
|
887
|
-
height: calc(100vh - 50px);
|
|
888
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
816
|
+
.wscn-http404[data-v-4f824f28] {
|
|
889
817
|
position: relative;
|
|
890
|
-
|
|
891
|
-
|
|
818
|
+
width: 1200px;
|
|
819
|
+
padding: 0 50px;
|
|
820
|
+
overflow: hidden;
|
|
892
821
|
}
|
|
893
|
-
.
|
|
894
|
-
|
|
822
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
823
|
+
position: relative;
|
|
824
|
+
float: left;
|
|
825
|
+
width: 600px;
|
|
826
|
+
overflow: hidden;
|
|
895
827
|
}
|
|
896
|
-
.
|
|
897
|
-
|
|
898
|
-
flex-direction: row;
|
|
828
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
829
|
+
width: 100%;
|
|
899
830
|
}
|
|
900
|
-
.
|
|
901
|
-
|
|
902
|
-
flex-direction: row;
|
|
903
|
-
padding: 0 !important;
|
|
904
|
-
}
|
|
905
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
906
|
-
display: flex;
|
|
907
|
-
align-items: center;
|
|
908
|
-
justify-content: center;
|
|
909
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
910
|
-
font-size: 16px;
|
|
911
|
-
}
|
|
912
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
913
|
-
width: 20px;
|
|
914
|
-
}
|
|
915
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
916
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
917
|
-
overflow: hidden;
|
|
918
|
-
white-space: nowrap;
|
|
919
|
-
overflow: hidden;
|
|
920
|
-
text-overflow: ellipsis;
|
|
921
|
-
}
|
|
922
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
923
|
-
overflow: hidden;
|
|
924
|
-
white-space: nowrap;
|
|
925
|
-
overflow: hidden;
|
|
926
|
-
text-overflow: ellipsis;
|
|
927
|
-
}
|
|
928
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
929
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
930
|
-
}.app-main[data-v-2d98e845] {
|
|
931
|
-
padding: var(--app-main-padding, 15px);
|
|
932
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
933
|
-
position: relative;
|
|
934
|
-
overflow: hidden;
|
|
935
|
-
}
|
|
936
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
937
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
938
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
939
|
-
overflow: auto;
|
|
940
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
941
|
-
position: relative;
|
|
942
|
-
--el-menu-item-height: 45px;
|
|
943
|
-
--el-menu-sub-item-height: 45px;
|
|
944
|
-
}
|
|
945
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
946
|
-
padding: 0 !important;
|
|
831
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
832
|
+
position: absolute;
|
|
947
833
|
}
|
|
948
|
-
.
|
|
949
|
-
|
|
950
|
-
|
|
834
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
835
|
+
width: 80px;
|
|
836
|
+
top: 17px;
|
|
837
|
+
left: 220px;
|
|
838
|
+
opacity: 0;
|
|
839
|
+
animation-name: cloudLeft-4f824f28;
|
|
840
|
+
animation-duration: 2s;
|
|
841
|
+
animation-timing-function: linear;
|
|
842
|
+
animation-fill-mode: forwards;
|
|
843
|
+
animation-delay: 1s;
|
|
951
844
|
}
|
|
952
|
-
.
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
845
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
846
|
+
width: 46px;
|
|
847
|
+
top: 10px;
|
|
848
|
+
left: 420px;
|
|
849
|
+
opacity: 0;
|
|
850
|
+
animation-name: cloudMid-4f824f28;
|
|
851
|
+
animation-duration: 2s;
|
|
852
|
+
animation-timing-function: linear;
|
|
853
|
+
animation-fill-mode: forwards;
|
|
854
|
+
animation-delay: 1.2s;
|
|
956
855
|
}
|
|
957
|
-
.
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
856
|
+
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
857
|
+
width: 62px;
|
|
858
|
+
top: 100px;
|
|
859
|
+
left: 500px;
|
|
860
|
+
opacity: 0;
|
|
861
|
+
animation-name: cloudRight-4f824f28;
|
|
862
|
+
animation-duration: 2s;
|
|
863
|
+
animation-timing-function: linear;
|
|
864
|
+
animation-fill-mode: forwards;
|
|
865
|
+
animation-delay: 1s;
|
|
963
866
|
}
|
|
964
|
-
|
|
965
|
-
|
|
867
|
+
@keyframes cloudLeft-4f824f28 {
|
|
868
|
+
0% {
|
|
869
|
+
top: 17px;
|
|
870
|
+
left: 220px;
|
|
871
|
+
opacity: 0;
|
|
966
872
|
}
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
overflow: hidden;
|
|
972
|
-
text-overflow: ellipsis;
|
|
873
|
+
20% {
|
|
874
|
+
top: 33px;
|
|
875
|
+
left: 188px;
|
|
876
|
+
opacity: 1;
|
|
973
877
|
}
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
text-overflow: ellipsis;
|
|
878
|
+
80% {
|
|
879
|
+
top: 81px;
|
|
880
|
+
left: 92px;
|
|
881
|
+
opacity: 1;
|
|
979
882
|
}
|
|
980
|
-
|
|
981
|
-
|
|
883
|
+
100% {
|
|
884
|
+
top: 97px;
|
|
885
|
+
left: 60px;
|
|
886
|
+
opacity: 0;
|
|
982
887
|
}
|
|
983
|
-
.searchResult {
|
|
984
|
-
color: red;
|
|
985
888
|
}
|
|
986
|
-
|
|
987
|
-
|
|
889
|
+
@keyframes cloudMid-4f824f28 {
|
|
890
|
+
0% {
|
|
891
|
+
top: 10px;
|
|
892
|
+
left: 420px;
|
|
893
|
+
opacity: 0;
|
|
988
894
|
}
|
|
989
|
-
|
|
990
|
-
|
|
895
|
+
20% {
|
|
896
|
+
top: 40px;
|
|
897
|
+
left: 360px;
|
|
898
|
+
opacity: 1;
|
|
991
899
|
}
|
|
992
|
-
|
|
993
|
-
|
|
900
|
+
70% {
|
|
901
|
+
top: 130px;
|
|
902
|
+
left: 180px;
|
|
903
|
+
opacity: 1;
|
|
994
904
|
}
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
.searchResult {
|
|
1000
|
-
color: red;
|
|
905
|
+
100% {
|
|
906
|
+
top: 160px;
|
|
907
|
+
left: 120px;
|
|
908
|
+
opacity: 0;
|
|
1001
909
|
}
|
|
1002
|
-
.inline-select-custom {
|
|
1003
|
-
width: 100px;
|
|
1004
910
|
}
|
|
1005
|
-
|
|
1006
|
-
|
|
911
|
+
@keyframes cloudRight-4f824f28 {
|
|
912
|
+
0% {
|
|
913
|
+
top: 100px;
|
|
914
|
+
left: 500px;
|
|
915
|
+
opacity: 0;
|
|
1007
916
|
}
|
|
1008
|
-
|
|
1009
|
-
|
|
917
|
+
20% {
|
|
918
|
+
top: 120px;
|
|
919
|
+
left: 460px;
|
|
920
|
+
opacity: 1;
|
|
1010
921
|
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
width: 1em;
|
|
1016
|
-
height: 1em;
|
|
1017
|
-
font-size: 14px;
|
|
1018
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
1019
|
-
width: 50%;
|
|
922
|
+
80% {
|
|
923
|
+
top: 180px;
|
|
924
|
+
left: 340px;
|
|
925
|
+
opacity: 1;
|
|
1020
926
|
}
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
font-size: 17px;
|
|
1026
|
-
font-weight: 700;
|
|
927
|
+
100% {
|
|
928
|
+
top: 200px;
|
|
929
|
+
left: 300px;
|
|
930
|
+
opacity: 0;
|
|
1027
931
|
}
|
|
1028
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1029
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1030
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1031
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1032
|
-
font-size: 17px;
|
|
1033
|
-
font-weight: 700;
|
|
1034
932
|
}
|
|
1035
|
-
.
|
|
1036
|
-
|
|
933
|
+
.wscn-http404 .bullshit[data-v-4f824f28] {
|
|
934
|
+
position: relative;
|
|
935
|
+
float: left;
|
|
936
|
+
width: 300px;
|
|
937
|
+
padding: 30px 0;
|
|
938
|
+
overflow: hidden;
|
|
1037
939
|
}
|
|
1038
|
-
.
|
|
1039
|
-
|
|
940
|
+
.wscn-http404 .bullshit__oops[data-v-4f824f28] {
|
|
941
|
+
font-size: 32px;
|
|
942
|
+
font-weight: bold;
|
|
943
|
+
line-height: 40px;
|
|
944
|
+
color: #1482f0;
|
|
945
|
+
opacity: 0;
|
|
946
|
+
margin-bottom: 20px;
|
|
947
|
+
animation-name: slideUp-4f824f28;
|
|
948
|
+
animation-duration: 0.5s;
|
|
949
|
+
animation-fill-mode: forwards;
|
|
1040
950
|
}
|
|
1041
|
-
.
|
|
951
|
+
.wscn-http404 .bullshit__headline[data-v-4f824f28] {
|
|
952
|
+
font-size: 20px;
|
|
953
|
+
line-height: 24px;
|
|
954
|
+
color: #222;
|
|
955
|
+
font-weight: bold;
|
|
956
|
+
opacity: 0;
|
|
1042
957
|
margin-bottom: 10px;
|
|
958
|
+
animation-name: slideUp-4f824f28;
|
|
959
|
+
animation-duration: 0.5s;
|
|
960
|
+
animation-delay: 0.1s;
|
|
961
|
+
animation-fill-mode: forwards;
|
|
1043
962
|
}
|
|
1044
|
-
.
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
text-align: right;
|
|
1055
|
-
}
|
|
1056
|
-
.organization-tree .el-tree-node {
|
|
1057
|
-
margin-bottom: 10px;
|
|
963
|
+
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
964
|
+
font-size: 13px;
|
|
965
|
+
line-height: 21px;
|
|
966
|
+
color: grey;
|
|
967
|
+
opacity: 0;
|
|
968
|
+
margin-bottom: 30px;
|
|
969
|
+
animation-name: slideUp-4f824f28;
|
|
970
|
+
animation-duration: 0.5s;
|
|
971
|
+
animation-delay: 0.2s;
|
|
972
|
+
animation-fill-mode: forwards;
|
|
1058
973
|
}
|
|
1059
|
-
.
|
|
1060
|
-
|
|
1061
|
-
|
|
974
|
+
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
975
|
+
display: block;
|
|
976
|
+
float: left;
|
|
977
|
+
width: 110px;
|
|
978
|
+
height: 36px;
|
|
979
|
+
background: #1482f0;
|
|
980
|
+
border-radius: 100px;
|
|
981
|
+
text-align: center;
|
|
982
|
+
color: #ffffff;
|
|
983
|
+
opacity: 0;
|
|
984
|
+
font-size: 14px;
|
|
985
|
+
line-height: 36px;
|
|
986
|
+
cursor: pointer;
|
|
987
|
+
animation-name: slideUp-4f824f28;
|
|
988
|
+
animation-duration: 0.5s;
|
|
989
|
+
animation-delay: 0.3s;
|
|
990
|
+
animation-fill-mode: forwards;
|
|
1062
991
|
}
|
|
1063
|
-
|
|
1064
|
-
|
|
992
|
+
@keyframes slideUp-4f824f28 {
|
|
993
|
+
0% {
|
|
994
|
+
transform: translateY(60px);
|
|
995
|
+
opacity: 0;
|
|
1065
996
|
}
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
text-align: left;
|
|
997
|
+
100% {
|
|
998
|
+
transform: translateY(0);
|
|
999
|
+
opacity: 1;
|
|
1070
1000
|
}
|
|
1071
|
-
.organization-tree .card-footer .button-area {
|
|
1072
|
-
flex: 0 0 20%;
|
|
1073
|
-
text-align: right;
|
|
1074
1001
|
}
|
|
1075
|
-
.
|
|
1076
|
-
|
|
1002
|
+
.graphDiv[data-v-a936569d] {
|
|
1003
|
+
overflow: auto;
|
|
1004
|
+
height: 100%;
|
|
1005
|
+
height: calc(100vh - 20px);
|
|
1077
1006
|
}
|
|
1078
|
-
|
|
1079
|
-
.organization-tree,
|
|
1080
|
-
.organization-tree .el-checkbox__label,
|
|
1081
|
-
.organization-tree .el-breadcrumb__inner,
|
|
1082
|
-
.organization-tree .el-tree {
|
|
1083
|
-
font-size: 17px;
|
|
1084
|
-
font-weight: 700;
|
|
1085
|
-
}
|
|
1086
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
1087
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
1088
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
1089
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1090
|
-
font-size: 17px;
|
|
1091
|
-
font-weight: 700;
|
|
1092
|
-
}
|
|
1093
|
-
.organization-tree .el-card__body {
|
|
1094
|
-
padding-top: 10px;
|
|
1095
|
-
}
|
|
1096
|
-
.organization-tree .card-content {
|
|
1097
|
-
margin-top: 10px;
|
|
1098
|
-
}
|
|
1099
|
-
.organization-tree .item-row-all {
|
|
1100
|
-
margin-bottom: 10px;
|
|
1101
|
-
}
|
|
1102
|
-
.organization-tree .item-row {
|
|
1103
|
-
display: flex;
|
|
1007
|
+
iframe[data-v-20dccb82] {
|
|
1104
1008
|
width: 100%;
|
|
1009
|
+
height: calc(100vh - 50px);
|
|
1010
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1011
|
+
position: relative;
|
|
1012
|
+
--el-menu-item-height: 45px;
|
|
1013
|
+
--el-menu-sub-item-height: 45px;
|
|
1105
1014
|
}
|
|
1106
|
-
.
|
|
1107
|
-
|
|
1108
|
-
text-align: left;
|
|
1015
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1016
|
+
padding: 0 !important;
|
|
1109
1017
|
}
|
|
1110
|
-
.
|
|
1111
|
-
|
|
1112
|
-
|
|
1018
|
+
.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)) {
|
|
1019
|
+
display: flex;
|
|
1020
|
+
flex-direction: row;
|
|
1113
1021
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
flex-direction: row;
|
|
1025
|
+
padding: 0 !important;
|
|
1116
1026
|
}
|
|
1117
|
-
.
|
|
1118
|
-
|
|
1119
|
-
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
align-items: center;
|
|
1030
|
+
justify-content: center;
|
|
1031
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1032
|
+
font-size: 16px;
|
|
1033
|
+
}
|
|
1034
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1035
|
+
width: 20px;
|
|
1120
1036
|
}
|
|
1121
|
-
.
|
|
1122
|
-
|
|
1037
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1038
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1039
|
+
overflow: hidden;
|
|
1040
|
+
white-space: nowrap;
|
|
1041
|
+
overflow: hidden;
|
|
1042
|
+
text-overflow: ellipsis;
|
|
1123
1043
|
}
|
|
1124
|
-
.
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1044
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1045
|
+
overflow: hidden;
|
|
1046
|
+
white-space: nowrap;
|
|
1047
|
+
overflow: hidden;
|
|
1048
|
+
text-overflow: ellipsis;
|
|
1128
1049
|
}
|
|
1129
|
-
.
|
|
1130
|
-
flex: 0 0
|
|
1131
|
-
|
|
1050
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1051
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1052
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1053
|
+
position: relative;
|
|
1054
|
+
--el-menu-item-height: 45px;
|
|
1055
|
+
--el-menu-sub-item-height: 45px;
|
|
1132
1056
|
}
|
|
1133
|
-
.
|
|
1134
|
-
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1138
|
-
display: flex;
|
|
1139
|
-
align-items: center;
|
|
1140
|
-
width: 100%;
|
|
1141
|
-
gap: 8px;
|
|
1142
|
-
box-sizing: border-box;
|
|
1143
|
-
min-width: 0;
|
|
1057
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1058
|
+
padding: 0 !important;
|
|
1144
1059
|
}
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1147
|
-
|
|
1060
|
+
.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)) {
|
|
1061
|
+
display: flex;
|
|
1062
|
+
flex-direction: row;
|
|
1148
1063
|
}
|
|
1149
|
-
.
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
flex: 0 0 auto;
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
.searchResult {
|
|
1157
|
-
color: red;
|
|
1064
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1065
|
+
display: flex;
|
|
1066
|
+
flex-direction: row;
|
|
1067
|
+
padding: 0 !important;
|
|
1158
1068
|
}
|
|
1159
|
-
.
|
|
1160
|
-
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
align-items: center;
|
|
1072
|
+
justify-content: center;
|
|
1073
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1074
|
+
font-size: 16px;
|
|
1161
1075
|
}
|
|
1162
|
-
.
|
|
1163
|
-
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
.searchResult {
|
|
1167
|
-
color: red;
|
|
1076
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1077
|
+
width: 20px;
|
|
1168
1078
|
}
|
|
1169
|
-
.
|
|
1170
|
-
|
|
1079
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1080
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1081
|
+
overflow: hidden;
|
|
1082
|
+
white-space: nowrap;
|
|
1083
|
+
overflow: hidden;
|
|
1084
|
+
text-overflow: ellipsis;
|
|
1171
1085
|
}
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
color: red;
|
|
1086
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1087
|
+
overflow: hidden;
|
|
1088
|
+
white-space: nowrap;
|
|
1089
|
+
overflow: hidden;
|
|
1090
|
+
text-overflow: ellipsis;
|
|
1178
1091
|
}
|
|
1179
|
-
.
|
|
1180
|
-
|
|
1092
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1093
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1094
|
+
}.app-main[data-v-2d98e845] {
|
|
1095
|
+
padding: var(--app-main-padding, 15px);
|
|
1096
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1097
|
+
position: relative;
|
|
1098
|
+
overflow: hidden;
|
|
1099
|
+
}
|
|
1100
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1101
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1102
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1103
|
+
overflow: auto;
|
|
1181
1104
|
}
|
|
1182
|
-
.inline-input-custom {
|
|
1183
|
-
width: 98%;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
1105
|
.searchResult {
|
|
1187
1106
|
color: red;
|
|
1188
1107
|
}
|
|
@@ -1192,39 +1111,6 @@ iframe[data-v-20dccb82] {
|
|
|
1192
1111
|
.inline-input-custom {
|
|
1193
1112
|
width: 98%;
|
|
1194
1113
|
}
|
|
1195
|
-
.normal-column-header[data-v-aecac200] {
|
|
1196
|
-
display: inline-flex;
|
|
1197
|
-
vertical-align: middle;
|
|
1198
|
-
}
|
|
1199
|
-
.normal-column-header-icon[data-v-aecac200] {
|
|
1200
|
-
font-size: 20px;
|
|
1201
|
-
color: var(--el-color-primary);
|
|
1202
|
-
cursor: pointer;
|
|
1203
|
-
}
|
|
1204
|
-
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1205
|
-
margin-bottom: 0px;
|
|
1206
|
-
}
|
|
1207
|
-
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
1208
|
-
margin-bottom: 5px;
|
|
1209
|
-
text-align: center;
|
|
1210
|
-
}
|
|
1211
|
-
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
1212
|
-
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
1213
|
-
width: 100%;
|
|
1214
|
-
}
|
|
1215
|
-
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
1216
|
-
display: none;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
/* .search-condition-mobile {
|
|
1220
|
-
padding-bottom: 10px;
|
|
1221
|
-
position: fixed;
|
|
1222
|
-
top: 37px;
|
|
1223
|
-
background-color: #ffffff;
|
|
1224
|
-
width: 46%;
|
|
1225
|
-
height: 40px;
|
|
1226
|
-
z-index: 1500;
|
|
1227
|
-
} */
|
|
1228
1114
|
[data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
|
|
1229
1115
|
user-select: text !important;
|
|
1230
1116
|
-webkit-user-select: text !important;
|
|
@@ -1444,6 +1330,98 @@ iframe[data-v-20dccb82] {
|
|
|
1444
1330
|
margin: 5px 0;
|
|
1445
1331
|
}
|
|
1446
1332
|
|
|
1333
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1334
|
+
display: flex;
|
|
1335
|
+
align-items: center;
|
|
1336
|
+
width: 100%;
|
|
1337
|
+
gap: 8px;
|
|
1338
|
+
box-sizing: border-box;
|
|
1339
|
+
min-width: 0;
|
|
1340
|
+
}
|
|
1341
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1342
|
+
width: 100%;
|
|
1343
|
+
min-width: 0;
|
|
1344
|
+
}
|
|
1345
|
+
.sep[data-v-2aeaa81d] {
|
|
1346
|
+
padding: 0 8px;
|
|
1347
|
+
color: var(--el-text-color-secondary);
|
|
1348
|
+
white-space: nowrap;
|
|
1349
|
+
flex: 0 0 auto;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.searchResult {
|
|
1353
|
+
color: red;
|
|
1354
|
+
}
|
|
1355
|
+
.inline-input-custom {
|
|
1356
|
+
width: 90%;
|
|
1357
|
+
}
|
|
1358
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1359
|
+
min-width: 300px;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.searchResult {
|
|
1363
|
+
color: red;
|
|
1364
|
+
}
|
|
1365
|
+
.inline-select-custom {
|
|
1366
|
+
width: 100px;
|
|
1367
|
+
}
|
|
1368
|
+
.inline-input-custom {
|
|
1369
|
+
width: 98%;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.searchResult {
|
|
1373
|
+
color: red;
|
|
1374
|
+
}
|
|
1375
|
+
.inline-input-custom {
|
|
1376
|
+
width: 100% !important;
|
|
1377
|
+
}
|
|
1378
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1379
|
+
min-width: 300px;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.searchResult {
|
|
1383
|
+
color: red;
|
|
1384
|
+
}
|
|
1385
|
+
.inline-select-custom {
|
|
1386
|
+
width: 100px;
|
|
1387
|
+
}
|
|
1388
|
+
.inline-input-custom {
|
|
1389
|
+
width: 98%;
|
|
1390
|
+
}
|
|
1391
|
+
.normal-column-header[data-v-aecac200] {
|
|
1392
|
+
display: inline-flex;
|
|
1393
|
+
vertical-align: middle;
|
|
1394
|
+
}
|
|
1395
|
+
.normal-column-header-icon[data-v-aecac200] {
|
|
1396
|
+
font-size: 20px;
|
|
1397
|
+
color: var(--el-color-primary);
|
|
1398
|
+
cursor: pointer;
|
|
1399
|
+
}
|
|
1400
|
+
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1401
|
+
margin-bottom: 0px;
|
|
1402
|
+
}
|
|
1403
|
+
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
1404
|
+
margin-bottom: 5px;
|
|
1405
|
+
text-align: center;
|
|
1406
|
+
}
|
|
1407
|
+
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
1408
|
+
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
1409
|
+
width: 100%;
|
|
1410
|
+
}
|
|
1411
|
+
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
1412
|
+
display: none;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
/* .search-condition-mobile {
|
|
1416
|
+
padding-bottom: 10px;
|
|
1417
|
+
position: fixed;
|
|
1418
|
+
top: 37px;
|
|
1419
|
+
background-color: #ffffff;
|
|
1420
|
+
width: 46%;
|
|
1421
|
+
height: 40px;
|
|
1422
|
+
z-index: 1500;
|
|
1423
|
+
} */
|
|
1424
|
+
|
|
1447
1425
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1448
1426
|
font-size: 17px;
|
|
1449
1427
|
font-weight: 700;
|
|
@@ -1526,13 +1504,35 @@ li[data-v-040fcf55] {
|
|
|
1526
1504
|
list-style-type: none;
|
|
1527
1505
|
}
|
|
1528
1506
|
.searchResult {
|
|
1529
|
-
|
|
1507
|
+
color: red;
|
|
1530
1508
|
}
|
|
1531
1509
|
.inline-select-custom {
|
|
1532
|
-
|
|
1510
|
+
width: 100px;
|
|
1511
|
+
}
|
|
1512
|
+
.inline-input-custom {
|
|
1513
|
+
width: 98%;
|
|
1514
|
+
}
|
|
1515
|
+
.searchDepartmentUser {
|
|
1516
|
+
width: 250px;
|
|
1517
|
+
}
|
|
1518
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1519
|
+
min-width: 300px;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.searchResult {
|
|
1523
|
+
color: red;
|
|
1524
|
+
}
|
|
1525
|
+
.inline-select-custom {
|
|
1526
|
+
width: 100px;
|
|
1533
1527
|
}
|
|
1534
1528
|
.inline-input-custom {
|
|
1535
|
-
|
|
1529
|
+
width: 98%;
|
|
1530
|
+
}
|
|
1531
|
+
.searchDepartmentUser {
|
|
1532
|
+
width: 250px;
|
|
1533
|
+
}
|
|
1534
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1535
|
+
min-width: 300px;
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
1538
|
.grid-search-form[data-v-04817310] {
|
|
@@ -1614,6 +1614,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1614
1614
|
[data-v-455b2ba2] .super-icon {
|
|
1615
1615
|
width: 20px !important;
|
|
1616
1616
|
height: 20px !important;
|
|
1617
|
+
}[data-v-0fb85d6e] .super-icon {
|
|
1618
|
+
width: 20px !important;
|
|
1619
|
+
height: 20px !important;
|
|
1617
1620
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1618
1621
|
background-color: #eee;
|
|
1619
1622
|
width: 100%;
|
|
@@ -1643,17 +1646,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1643
1646
|
.inline-input-custom {
|
|
1644
1647
|
width: 98%;
|
|
1645
1648
|
}
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
color: red;
|
|
1649
|
+
.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1650
|
+
margin-bottom: 0px;
|
|
1649
1651
|
}
|
|
1650
|
-
.
|
|
1651
|
-
|
|
1652
|
+
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1653
|
+
overflow: hidden;
|
|
1654
|
+
text-overflow: ellipsis;
|
|
1655
|
+
white-space: nowrap;
|
|
1656
|
+
word-break: keep-all;
|
|
1652
1657
|
}
|
|
1653
|
-
.
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1658
|
+
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1659
|
+
margin-bottom: 5px;
|
|
1660
|
+
text-align: center;
|
|
1661
|
+
}
|
|
1662
|
+
.grid-search-form[data-v-d462769a] .el-select {
|
|
1663
|
+
width: 100%;
|
|
1664
|
+
}
|
|
1665
|
+
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1666
|
+
width: 100%;
|
|
1667
|
+
}
|
|
1668
|
+
.grid-search-form[data-v-d462769a] .el-row {
|
|
1669
|
+
padding-right: 24px;
|
|
1670
|
+
}
|
|
1671
|
+
.grid-search-form[data-v-d462769a] .el-col {
|
|
1672
|
+
padding-left: 10px;
|
|
1673
|
+
padding-bottom: 16px;
|
|
1674
|
+
}.annex-cell[data-v-30804a71] {
|
|
1657
1675
|
padding-right: 5px;
|
|
1658
1676
|
cursor: pointer;
|
|
1659
1677
|
color: #409eff;
|
|
@@ -1700,34 +1718,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1700
1718
|
}
|
|
1701
1719
|
.normal-column-content-view[data-v-30804a71] {
|
|
1702
1720
|
display: inline;
|
|
1703
|
-
}[data-v-0fb85d6e] .super-icon {
|
|
1704
|
-
width: 20px !important;
|
|
1705
|
-
height: 20px !important;
|
|
1706
|
-
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1707
|
-
margin-bottom: 0px;
|
|
1708
|
-
}
|
|
1709
|
-
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1710
|
-
overflow: hidden;
|
|
1711
|
-
text-overflow: ellipsis;
|
|
1712
|
-
white-space: nowrap;
|
|
1713
|
-
word-break: keep-all;
|
|
1714
|
-
}
|
|
1715
|
-
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1716
|
-
margin-bottom: 5px;
|
|
1717
|
-
text-align: center;
|
|
1718
|
-
}
|
|
1719
|
-
.grid-search-form[data-v-d462769a] .el-select {
|
|
1720
|
-
width: 100%;
|
|
1721
|
-
}
|
|
1722
|
-
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1723
|
-
width: 100%;
|
|
1724
|
-
}
|
|
1725
|
-
.grid-search-form[data-v-d462769a] .el-row {
|
|
1726
|
-
padding-right: 24px;
|
|
1727
|
-
}
|
|
1728
|
-
.grid-search-form[data-v-d462769a] .el-col {
|
|
1729
|
-
padding-left: 10px;
|
|
1730
|
-
padding-bottom: 16px;
|
|
1731
1721
|
}
|
|
1732
1722
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1733
1723
|
margin-bottom: 0px;
|
|
@@ -1776,7 +1766,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1776
1766
|
background-color: #ffffff;
|
|
1777
1767
|
width: 50%;
|
|
1778
1768
|
height: 40px;
|
|
1779
|
-
}
|
|
1769
|
+
}
|
|
1770
|
+
.searchResult {
|
|
1771
|
+
color: red;
|
|
1772
|
+
}
|
|
1773
|
+
.inline-select-custom {
|
|
1774
|
+
width: 100px;
|
|
1775
|
+
}
|
|
1776
|
+
.inline-input-custom {
|
|
1777
|
+
width: 98%;
|
|
1778
|
+
}
|
|
1779
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1780
1780
|
position: relative;
|
|
1781
1781
|
--el-menu-item-height: 45px;
|
|
1782
1782
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1812,27 +1812,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1812
1812
|
white-space: nowrap;
|
|
1813
1813
|
overflow: hidden;
|
|
1814
1814
|
text-overflow: ellipsis;
|
|
1815
|
-
}
|
|
1816
|
-
.svg-icon[data-v-019891df] {
|
|
1817
|
-
width: 1.2em;
|
|
1818
|
-
height: 1.2em;
|
|
1819
|
-
vertical-align: -0.25em;
|
|
1820
|
-
fill: currentColor;
|
|
1821
|
-
overflow: initial;
|
|
1822
|
-
}
|
|
1823
|
-
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1824
|
-
margin-right: 5px;
|
|
1825
|
-
}
|
|
1826
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1827
|
-
margin-left: 5px;
|
|
1828
|
-
}
|
|
1829
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
1830
|
-
width: 100%;
|
|
1831
|
-
height: 100%;
|
|
1832
|
-
border: none;
|
|
1833
|
-
opacity: 1;
|
|
1834
|
-
}
|
|
1835
|
-
.fs-upload-tag[data-v-e5cde7de] {
|
|
1815
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1836
1816
|
border: 1px solid #dcdfe6;
|
|
1837
1817
|
padding: 4px 8px;
|
|
1838
1818
|
background-clip: padding-box;
|
|
@@ -1871,25 +1851,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1871
1851
|
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1872
1852
|
font-weight: 600;
|
|
1873
1853
|
margin-left: 4px;
|
|
1874
|
-
}
|
|
1854
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1855
|
+
margin-right: 5px;
|
|
1856
|
+
}
|
|
1857
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1858
|
+
margin-left: 5px;
|
|
1859
|
+
}[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 {
|
|
1875
1860
|
user-select: text !important;
|
|
1876
1861
|
-webkit-user-select: text !important;
|
|
1877
1862
|
-moz-user-select: text !important;
|
|
1878
1863
|
-ms-user-select: text !important;
|
|
1879
1864
|
}
|
|
1880
|
-
.slide-up-enter-active[data-v-
|
|
1881
|
-
.slide-up-leave-active[data-v-
|
|
1865
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
1866
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
1882
1867
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1883
1868
|
}
|
|
1884
|
-
.slide-up-enter-from[data-v-
|
|
1885
|
-
.slide-up-leave-to[data-v-
|
|
1869
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
1870
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
1886
1871
|
transform: translateY(100%);
|
|
1887
1872
|
}
|
|
1888
1873
|
|
|
1889
1874
|
/**
|
|
1890
1875
|
* 聊天窗口的样式设置
|
|
1891
1876
|
*/
|
|
1892
|
-
.chat-container[data-v-
|
|
1877
|
+
.chat-container[data-v-bc196b97] {
|
|
1893
1878
|
--header-height: 56px;
|
|
1894
1879
|
--chat-padding: 12px;
|
|
1895
1880
|
--bubble-content-max-width: 0px;
|
|
@@ -1901,25 +1886,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1901
1886
|
flex-direction: row; /* 横向排列 */
|
|
1902
1887
|
height: 100%; /* 父容器高度 */
|
|
1903
1888
|
}
|
|
1904
|
-
.small-window[data-v-
|
|
1889
|
+
.small-window[data-v-bc196b97] {
|
|
1905
1890
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1906
1891
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1907
1892
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1908
1893
|
border-radius: 8px;
|
|
1909
1894
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1910
1895
|
}
|
|
1911
|
-
.full-screen[data-v-
|
|
1896
|
+
.full-screen[data-v-bc196b97] {
|
|
1912
1897
|
right: 0;
|
|
1913
1898
|
bottom: 0;
|
|
1914
1899
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1915
1900
|
}
|
|
1916
|
-
.chat-container > *[data-v-
|
|
1901
|
+
.chat-container > *[data-v-bc196b97] {
|
|
1917
1902
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1918
1903
|
}
|
|
1919
1904
|
|
|
1920
1905
|
/* 聊天窗口的头部样式设置
|
|
1921
1906
|
*/
|
|
1922
|
-
.chat-embed__header_container[data-v-
|
|
1907
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
1923
1908
|
/* border-bottom: 1px solid #ddd; */
|
|
1924
1909
|
display: flex;
|
|
1925
1910
|
align-items: center;
|
|
@@ -1929,7 +1914,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1929
1914
|
overflow: hidden;
|
|
1930
1915
|
position: relative;
|
|
1931
1916
|
}
|
|
1932
|
-
.session-subject[data-v-
|
|
1917
|
+
.session-subject[data-v-bc196b97] {
|
|
1933
1918
|
display: block;
|
|
1934
1919
|
margin: 0 auto;
|
|
1935
1920
|
text-align: center;
|
|
@@ -1944,17 +1929,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1944
1929
|
|
|
1945
1930
|
/* 聊天窗口的头部图标样式设置
|
|
1946
1931
|
*/
|
|
1947
|
-
.chat-embed__header_avatar[data-v-
|
|
1932
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
1948
1933
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1949
1934
|
margin-right: var(--chat-padding);
|
|
1950
1935
|
}
|
|
1951
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1936
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
1952
1937
|
right: 20px;
|
|
1953
1938
|
position: absolute;
|
|
1954
1939
|
gap: 28px;
|
|
1955
1940
|
display: flex;
|
|
1956
1941
|
}
|
|
1957
|
-
.chat-embed__sidebar[data-v-
|
|
1942
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
1958
1943
|
background: #f6f7fa;
|
|
1959
1944
|
display: flex;
|
|
1960
1945
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1963,7 +1948,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
1948
|
width: 260px;
|
|
1964
1949
|
height: 100%;
|
|
1965
1950
|
}
|
|
1966
|
-
.chat-embed__main[data-v-
|
|
1951
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
1967
1952
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1968
1953
|
box-sizing: border-box;
|
|
1969
1954
|
overflow: hidden;
|
|
@@ -1974,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1974
1959
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1975
1960
|
overflow: hidden; /* 防止内容溢出 */
|
|
1976
1961
|
}
|
|
1977
|
-
.chat-embed__main_content[data-v-
|
|
1962
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
1978
1963
|
flex: 1;
|
|
1979
1964
|
box-sizing: border-box;
|
|
1980
1965
|
min-height: 0;
|
|
@@ -1982,219 +1967,102 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1982
1967
|
/* overflow-y: auto;
|
|
1983
1968
|
margin-bottom: 12px; */
|
|
1984
1969
|
}
|
|
1985
|
-
.chat-embed__input_container[data-v-
|
|
1970
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
1986
1971
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1987
1972
|
/* margin-bottom: 50px; 距离底部 */
|
|
1988
1973
|
}
|
|
1989
|
-
.header-icon[data-v-
|
|
1974
|
+
.header-icon[data-v-bc196b97] {
|
|
1990
1975
|
cursor: pointer;
|
|
1991
1976
|
font-size: 20px;
|
|
1992
1977
|
}
|
|
1993
1978
|
|
|
1994
1979
|
/* 聊天默认推荐内容样式
|
|
1995
1980
|
*/
|
|
1996
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1997
|
-
margin-top: 5px;
|
|
1998
|
-
}
|
|
1999
|
-
.content-container[data-v-1e62eff8] {
|
|
2000
|
-
padding: 16px;
|
|
2001
|
-
border-radius: 4px;
|
|
2002
|
-
background: #ffffff;
|
|
2003
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2004
|
-
border-radius: 0px 30px 30px 30px;
|
|
2005
|
-
/* opacity: 0.6; */
|
|
2006
|
-
}
|
|
2007
|
-
.chat-content-font[data-v-1e62eff8] {
|
|
2008
|
-
font-family: PingFang SC, PingFang SC;
|
|
2009
|
-
font-weight: 500;
|
|
2010
|
-
font-size: 16px;
|
|
2011
|
-
color: #181818;
|
|
2012
|
-
line-height: 32px;
|
|
2013
|
-
text-align: justified;
|
|
2014
|
-
font-style: normal;
|
|
2015
|
-
text-transform: none;
|
|
2016
|
-
}
|
|
2017
|
-
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2018
|
-
border: none !important;
|
|
2019
|
-
}
|
|
2020
|
-
.content-container-header[data-v-1e62eff8] {
|
|
2021
|
-
font-size: 12px;
|
|
2022
|
-
color: #909399;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
/**
|
|
2026
|
-
// 用户消息
|
|
2027
|
-
*/
|
|
2028
|
-
.content-borderless-container[data-v-1e62eff8] {
|
|
2029
|
-
background: #e1ecfd;
|
|
2030
|
-
border-radius: 20px 0px 20px 20px;
|
|
2031
|
-
user-select: none;
|
|
2032
|
-
padding: 12px;
|
|
2033
|
-
cursor: pointer;
|
|
2034
|
-
transition: background-color 0.3s;
|
|
2035
|
-
&[data-v-1e62eff8]:hover {
|
|
2036
|
-
background-color: #ebeef5;
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
2039
|
-
.footer-container[data-v-1e62eff8] {
|
|
2040
|
-
[data-v-1e62eff8] .el-button + .el-button {
|
|
2041
|
-
margin-left: 8px;
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2045
|
-
padding: 0;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
/* 引用文件样式 */
|
|
2049
|
-
.doc-agg-item[data-v-1e62eff8] {
|
|
2050
|
-
width: 100%;
|
|
2051
|
-
padding: 10px;
|
|
2052
|
-
margin-bottom: 5px;
|
|
2053
|
-
border: 1px solid #eee;
|
|
2054
|
-
border-radius: 4px;
|
|
2055
|
-
cursor: pointer;
|
|
2056
|
-
font-size: 12px;
|
|
2057
|
-
color: var(--el-color-primary);
|
|
2058
|
-
}
|
|
2059
|
-
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2060
|
-
padding: 0;
|
|
2061
|
-
}
|
|
2062
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2063
|
-
position: absolute;
|
|
2064
|
-
padding: 20px 36px;
|
|
2065
|
-
gap: 16px;
|
|
2066
|
-
display: flex;
|
|
2067
|
-
z-index: 1;
|
|
2068
|
-
}
|
|
2069
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2070
|
-
display: flex;
|
|
2071
|
-
height: 40px;
|
|
2072
|
-
padding: 10px 14px;
|
|
2073
|
-
gap: 14px;
|
|
2074
|
-
border-radius: 100px 100px 100px 100px;
|
|
2075
|
-
border: 1px solid #e5e5e5;
|
|
2076
|
-
width: 82px;
|
|
2077
|
-
font-size: 20px;
|
|
2078
|
-
}
|
|
2079
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2080
|
-
display: flex; /* 设置为水平排列 */
|
|
2081
|
-
align-items: center; /* 垂直居中 */
|
|
2082
|
-
margin-bottom: 22px;
|
|
2083
|
-
font-size: 20px;
|
|
2084
|
-
}
|
|
2085
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2086
|
-
font-family: PingFang SC, PingFang SC;
|
|
2087
|
-
font-weight: 600;
|
|
2088
|
-
font-size: 16px;
|
|
2089
|
-
color: #181818;
|
|
2090
|
-
text-align: left;
|
|
2091
|
-
font-style: normal;
|
|
2092
|
-
text-transform: none;
|
|
2093
|
-
}
|
|
2094
|
-
.right-icon[data-v-1e62eff8] {
|
|
2095
|
-
cursor: pointer;
|
|
2096
|
-
margin-left: auto;
|
|
2097
|
-
}
|
|
2098
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2099
|
-
cursor: pointer;
|
|
2100
|
-
}
|
|
2101
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2102
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2103
|
-
margin-bottom: 10px;
|
|
2104
|
-
}
|
|
2105
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2106
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2107
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2108
|
-
margin-bottom: 10px;
|
|
2109
|
-
}
|
|
2110
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2111
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2112
|
-
margin-top: 10px;
|
|
2113
|
-
margin-bottom: 20px;
|
|
1981
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
1982
|
+
margin-top: 5px;
|
|
2114
1983
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
1984
|
+
.content-container[data-v-bc196b97] {
|
|
1985
|
+
padding: 16px;
|
|
1986
|
+
border-radius: 4px;
|
|
1987
|
+
background: #ffffff;
|
|
1988
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1989
|
+
border-radius: 0px 30px 30px 30px;
|
|
1990
|
+
/* opacity: 0.6; */
|
|
2117
1991
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
1992
|
+
.chat-content-font[data-v-bc196b97] {
|
|
1993
|
+
font-family: PingFang SC, PingFang SC;
|
|
1994
|
+
font-weight: 500;
|
|
1995
|
+
font-size: 16px;
|
|
1996
|
+
color: #181818;
|
|
1997
|
+
line-height: 32px;
|
|
1998
|
+
text-align: justified;
|
|
1999
|
+
font-style: normal;
|
|
2000
|
+
text-transform: none;
|
|
2120
2001
|
}
|
|
2121
|
-
|
|
2122
|
-
|
|
2002
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2003
|
+
border: none !important;
|
|
2004
|
+
}
|
|
2005
|
+
.content-container-header[data-v-bc196b97] {
|
|
2123
2006
|
font-size: 12px;
|
|
2007
|
+
color: #909399;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
/**
|
|
2011
|
+
// 用户消息
|
|
2012
|
+
*/
|
|
2013
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2014
|
+
background: #e1ecfd;
|
|
2015
|
+
border-radius: 20px 0px 20px 20px;
|
|
2124
2016
|
user-select: none;
|
|
2125
|
-
|
|
2126
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2127
|
-
}
|
|
2128
|
-
.menu-item[data-v-1e62eff8] {
|
|
2129
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2130
|
-
font-size: 16px;
|
|
2131
|
-
line-height: 50px;
|
|
2017
|
+
padding: 12px;
|
|
2132
2018
|
cursor: pointer;
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
align-items: center;
|
|
2137
|
-
}
|
|
2138
|
-
.active-item[data-v-1e62eff8] {
|
|
2139
|
-
background: #e2ebf5;
|
|
2140
|
-
color: var(--el-color-primary);
|
|
2019
|
+
transition: background-color 0.3s;
|
|
2020
|
+
&[data-v-bc196b97]:hover {
|
|
2021
|
+
background-color: #ebeef5;
|
|
2141
2022
|
}
|
|
2142
|
-
.history-item[data-v-1e62eff8] {
|
|
2143
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2144
|
-
cursor: pointer;
|
|
2145
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2146
|
-
align-items: center; /* 垂直居中 */
|
|
2147
|
-
line-height: 40px;
|
|
2148
|
-
gap: 8px;
|
|
2149
|
-
border-radius: 8px;
|
|
2150
2023
|
}
|
|
2151
|
-
.
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2155
|
-
white-space: nowrap; /* 不换行 */
|
|
2024
|
+
.footer-container[data-v-bc196b97] {
|
|
2025
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2026
|
+
margin-left: 8px;
|
|
2156
2027
|
}
|
|
2157
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2158
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2159
2028
|
}
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2029
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2030
|
+
padding: 0;
|
|
2162
2031
|
}
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2032
|
+
|
|
2033
|
+
/* 引用文件样式 */
|
|
2034
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2035
|
+
width: 100%;
|
|
2036
|
+
padding: 10px;
|
|
2037
|
+
margin-bottom: 5px;
|
|
2038
|
+
border: 1px solid #eee;
|
|
2039
|
+
border-radius: 4px;
|
|
2040
|
+
cursor: pointer;
|
|
2041
|
+
font-size: 12px;
|
|
2042
|
+
color: var(--el-color-primary);
|
|
2171
2043
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2174
|
-
align-items: center;
|
|
2175
|
-
justify-content: center;
|
|
2176
|
-
margin-top: 10px;
|
|
2177
|
-
gap: 10px;
|
|
2044
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2045
|
+
padding: 0;
|
|
2178
2046
|
}
|
|
2179
|
-
[data-v-
|
|
2047
|
+
[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 {
|
|
2180
2048
|
user-select: text !important;
|
|
2181
2049
|
-webkit-user-select: text !important;
|
|
2182
2050
|
-moz-user-select: text !important;
|
|
2183
2051
|
-ms-user-select: text !important;
|
|
2184
2052
|
}
|
|
2185
|
-
.slide-up-enter-active[data-v-
|
|
2186
|
-
.slide-up-leave-active[data-v-
|
|
2053
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2054
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2187
2055
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2188
2056
|
}
|
|
2189
|
-
.slide-up-enter-from[data-v-
|
|
2190
|
-
.slide-up-leave-to[data-v-
|
|
2057
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2058
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2191
2059
|
transform: translateY(100%);
|
|
2192
2060
|
}
|
|
2193
2061
|
|
|
2194
2062
|
/**
|
|
2195
2063
|
* 聊天窗口的样式设置
|
|
2196
2064
|
*/
|
|
2197
|
-
.chat-container[data-v-
|
|
2065
|
+
.chat-container[data-v-45fbaf17] {
|
|
2198
2066
|
--header-height: 56px;
|
|
2199
2067
|
--chat-padding: 12px;
|
|
2200
2068
|
--bubble-content-max-width: 0px;
|
|
@@ -2206,25 +2074,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2206
2074
|
flex-direction: row; /* 横向排列 */
|
|
2207
2075
|
height: 100%; /* 父容器高度 */
|
|
2208
2076
|
}
|
|
2209
|
-
.small-window[data-v-
|
|
2077
|
+
.small-window[data-v-45fbaf17] {
|
|
2210
2078
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2211
2079
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2212
2080
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2213
2081
|
border-radius: 8px;
|
|
2214
2082
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2215
2083
|
}
|
|
2216
|
-
.full-screen[data-v-
|
|
2084
|
+
.full-screen[data-v-45fbaf17] {
|
|
2217
2085
|
right: 0;
|
|
2218
2086
|
bottom: 0;
|
|
2219
2087
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2220
2088
|
}
|
|
2221
|
-
.chat-container > *[data-v-
|
|
2089
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2222
2090
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2223
2091
|
}
|
|
2224
2092
|
|
|
2225
2093
|
/* 聊天窗口的头部样式设置
|
|
2226
2094
|
*/
|
|
2227
|
-
.chat-embed__header_container[data-v-
|
|
2095
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2228
2096
|
/* border-bottom: 1px solid #ddd; */
|
|
2229
2097
|
display: flex;
|
|
2230
2098
|
align-items: center;
|
|
@@ -2234,7 +2102,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2234
2102
|
overflow: hidden;
|
|
2235
2103
|
position: relative;
|
|
2236
2104
|
}
|
|
2237
|
-
.session-subject[data-v-
|
|
2105
|
+
.session-subject[data-v-45fbaf17] {
|
|
2238
2106
|
display: block;
|
|
2239
2107
|
margin: 0 auto;
|
|
2240
2108
|
text-align: center;
|
|
@@ -2249,17 +2117,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2249
2117
|
|
|
2250
2118
|
/* 聊天窗口的头部图标样式设置
|
|
2251
2119
|
*/
|
|
2252
|
-
.chat-embed__header_avatar[data-v-
|
|
2120
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2253
2121
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2254
2122
|
margin-right: var(--chat-padding);
|
|
2255
2123
|
}
|
|
2256
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2124
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2257
2125
|
right: 20px;
|
|
2258
2126
|
position: absolute;
|
|
2259
2127
|
gap: 28px;
|
|
2260
2128
|
display: flex;
|
|
2261
2129
|
}
|
|
2262
|
-
.chat-embed__sidebar[data-v-
|
|
2130
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2263
2131
|
background: #f6f7fa;
|
|
2264
2132
|
display: flex;
|
|
2265
2133
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2268,7 +2136,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2268
2136
|
width: 260px;
|
|
2269
2137
|
height: 100%;
|
|
2270
2138
|
}
|
|
2271
|
-
.chat-embed__main[data-v-
|
|
2139
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2272
2140
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2273
2141
|
box-sizing: border-box;
|
|
2274
2142
|
overflow: hidden;
|
|
@@ -2279,7 +2147,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2279
2147
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2280
2148
|
overflow: hidden; /* 防止内容溢出 */
|
|
2281
2149
|
}
|
|
2282
|
-
.chat-embed__main_content[data-v-
|
|
2150
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2283
2151
|
flex: 1;
|
|
2284
2152
|
box-sizing: border-box;
|
|
2285
2153
|
min-height: 0;
|
|
@@ -2287,21 +2155,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2287
2155
|
/* overflow-y: auto;
|
|
2288
2156
|
margin-bottom: 12px; */
|
|
2289
2157
|
}
|
|
2290
|
-
.chat-embed__input_container[data-v-
|
|
2158
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2291
2159
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2292
2160
|
/* margin-bottom: 50px; 距离底部 */
|
|
2293
2161
|
}
|
|
2294
|
-
.header-icon[data-v-
|
|
2162
|
+
.header-icon[data-v-45fbaf17] {
|
|
2295
2163
|
cursor: pointer;
|
|
2296
2164
|
font-size: 20px;
|
|
2297
2165
|
}
|
|
2298
2166
|
|
|
2299
2167
|
/* 聊天默认推荐内容样式
|
|
2300
2168
|
*/
|
|
2301
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2169
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2302
2170
|
margin-top: 5px;
|
|
2303
2171
|
}
|
|
2304
|
-
.content-container[data-v-
|
|
2172
|
+
.content-container[data-v-45fbaf17] {
|
|
2305
2173
|
padding: 16px;
|
|
2306
2174
|
border-radius: 4px;
|
|
2307
2175
|
background: #ffffff;
|
|
@@ -2309,7 +2177,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2309
2177
|
border-radius: 0px 30px 30px 30px;
|
|
2310
2178
|
/* opacity: 0.6; */
|
|
2311
2179
|
}
|
|
2312
|
-
.chat-content-font[data-v-
|
|
2180
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2313
2181
|
font-family: PingFang SC, PingFang SC;
|
|
2314
2182
|
font-weight: 500;
|
|
2315
2183
|
font-size: 16px;
|
|
@@ -2319,10 +2187,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2319
2187
|
font-style: normal;
|
|
2320
2188
|
text-transform: none;
|
|
2321
2189
|
}
|
|
2322
|
-
[data-v-
|
|
2190
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2323
2191
|
border: none !important;
|
|
2324
2192
|
}
|
|
2325
|
-
.content-container-header[data-v-
|
|
2193
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2326
2194
|
font-size: 12px;
|
|
2327
2195
|
color: #909399;
|
|
2328
2196
|
}
|
|
@@ -2330,142 +2198,66 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2330
2198
|
/**
|
|
2331
2199
|
// 用户消息
|
|
2332
2200
|
*/
|
|
2333
|
-
.content-borderless-container[data-v-
|
|
2201
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2334
2202
|
background: #e1ecfd;
|
|
2335
2203
|
border-radius: 20px 0px 20px 20px;
|
|
2336
2204
|
user-select: none;
|
|
2337
2205
|
padding: 12px;
|
|
2338
2206
|
cursor: pointer;
|
|
2339
2207
|
transition: background-color 0.3s;
|
|
2340
|
-
&[data-v-
|
|
2208
|
+
&[data-v-45fbaf17]:hover {
|
|
2341
2209
|
background-color: #ebeef5;
|
|
2342
2210
|
}
|
|
2343
2211
|
}
|
|
2344
|
-
.footer-container[data-v-
|
|
2345
|
-
[data-v-
|
|
2212
|
+
.footer-container[data-v-45fbaf17] {
|
|
2213
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2346
2214
|
margin-left: 8px;
|
|
2347
2215
|
}
|
|
2348
2216
|
}
|
|
2349
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2350
|
-
padding: 0;
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
/* 引用文件样式 */
|
|
2354
|
-
.doc-agg-item[data-v-6da81be3] {
|
|
2355
|
-
width: 100%;
|
|
2356
|
-
padding: 10px;
|
|
2357
|
-
margin-bottom: 5px;
|
|
2358
|
-
border: 1px solid #eee;
|
|
2359
|
-
border-radius: 4px;
|
|
2360
|
-
cursor: pointer;
|
|
2361
|
-
font-size: 12px;
|
|
2362
|
-
color: var(--el-color-primary);
|
|
2363
|
-
}
|
|
2364
|
-
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2217
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2365
2218
|
padding: 0;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
/* 引用文件样式 */
|
|
2222
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2223
|
+
width: 100%;
|
|
2224
|
+
padding: 10px;
|
|
2225
|
+
margin-bottom: 5px;
|
|
2226
|
+
border: 1px solid #eee;
|
|
2227
|
+
border-radius: 4px;
|
|
2228
|
+
cursor: pointer;
|
|
2229
|
+
font-size: 12px;
|
|
2230
|
+
color: var(--el-color-primary);
|
|
2366
2231
|
}
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
flex-shrink: 0;
|
|
2379
|
-
min-width: max-content;
|
|
2380
|
-
margin-left: auto;
|
|
2381
|
-
gap: 10px;
|
|
2382
|
-
}
|
|
2383
|
-
.amb-color-iconfont[data-v-6da81be3] {
|
|
2384
|
-
display: inline-block;
|
|
2385
|
-
width: 12px;
|
|
2386
|
-
height: 12px;
|
|
2387
|
-
background-repeat: no-repeat;
|
|
2388
|
-
background-position: center;
|
|
2389
|
-
background-size: 100%;
|
|
2390
|
-
cursor: pointer;
|
|
2391
|
-
}
|
|
2392
|
-
.el-button + .el-button[data-v-6da81be3] {
|
|
2393
|
-
margin-left: 5px;
|
|
2394
|
-
}
|
|
2395
|
-
.header-self-wrap[data-v-6da81be3] {
|
|
2396
|
-
display: flex;
|
|
2397
|
-
flex-direction: column;
|
|
2398
|
-
padding: 16px;
|
|
2399
|
-
}
|
|
2400
|
-
[data-v-6da81be3] .el-sender-header {
|
|
2401
|
-
border-bottom-color: #ffffff !important;
|
|
2402
|
-
}
|
|
2403
|
-
[data-v-6da81be3] .el-sender {
|
|
2404
|
-
background: #ffffff !important;
|
|
2405
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2406
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2407
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2408
|
-
font-weight: 400;
|
|
2409
|
-
font-size: 16px;
|
|
2410
|
-
color: #bbbbbb;
|
|
2411
|
-
text-align: left;
|
|
2412
|
-
font-style: normal;
|
|
2413
|
-
text-transform: none;
|
|
2414
|
-
}
|
|
2415
|
-
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2416
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2417
|
-
font-weight: 400 !important;
|
|
2418
|
-
font-size: 16px !important;
|
|
2419
|
-
line-height: 21px !important;
|
|
2420
|
-
font-style: normal !important;
|
|
2421
|
-
text-transform: none !important;
|
|
2422
|
-
}
|
|
2423
|
-
[data-v-6da81be3] .el-sender-content {
|
|
2424
|
-
padding: 16px !important;
|
|
2425
|
-
}
|
|
2426
|
-
[data-v-6da81be3] .el-select__wrapper {
|
|
2427
|
-
border-radius: 100px 100px 100px 100px;
|
|
2428
|
-
border: 1px solid #dcdfe6;
|
|
2429
|
-
}
|
|
2430
|
-
.ai-generate-tip[data-v-6da81be3] {
|
|
2431
|
-
padding: 12px;
|
|
2432
|
-
font-family: PingFang SC, PingFang SC;
|
|
2433
|
-
font-weight: 400;
|
|
2434
|
-
font-size: 14px;
|
|
2435
|
-
color: #808080;
|
|
2436
|
-
line-height: 21px;
|
|
2437
|
-
font-style: normal;
|
|
2438
|
-
text-align: center;
|
|
2439
|
-
}
|
|
2440
|
-
.el-button.is-circle[data-v-6da81be3] {
|
|
2441
|
-
border-radius: 50% !important;
|
|
2442
|
-
padding: 8px;
|
|
2443
|
-
width: 32px;
|
|
2444
|
-
}
|
|
2445
|
-
.send-icon[data-v-6da81be3] {
|
|
2446
|
-
cursor: pointer;
|
|
2447
|
-
}
|
|
2448
|
-
.el-divider--vertical[data-v-6da81be3] {
|
|
2449
|
-
margin: 0 0;
|
|
2450
|
-
}[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 {
|
|
2232
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2233
|
+
padding: 0;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2237
|
+
width: 100%;
|
|
2238
|
+
height: 100%;
|
|
2239
|
+
border: none;
|
|
2240
|
+
opacity: 1;
|
|
2241
|
+
}
|
|
2242
|
+
[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 {
|
|
2451
2243
|
user-select: text !important;
|
|
2452
2244
|
-webkit-user-select: text !important;
|
|
2453
2245
|
-moz-user-select: text !important;
|
|
2454
2246
|
-ms-user-select: text !important;
|
|
2455
2247
|
}
|
|
2456
|
-
.slide-up-enter-active[data-v-
|
|
2457
|
-
.slide-up-leave-active[data-v-
|
|
2248
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2249
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2458
2250
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2459
2251
|
}
|
|
2460
|
-
.slide-up-enter-from[data-v-
|
|
2461
|
-
.slide-up-leave-to[data-v-
|
|
2252
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2253
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2462
2254
|
transform: translateY(100%);
|
|
2463
2255
|
}
|
|
2464
2256
|
|
|
2465
2257
|
/**
|
|
2466
2258
|
* 聊天窗口的样式设置
|
|
2467
2259
|
*/
|
|
2468
|
-
.chat-container[data-v-
|
|
2260
|
+
.chat-container[data-v-e9aa835d] {
|
|
2469
2261
|
--header-height: 56px;
|
|
2470
2262
|
--chat-padding: 12px;
|
|
2471
2263
|
--bubble-content-max-width: 0px;
|
|
@@ -2477,25 +2269,25 @@ h4[data-v-6da81be3] {
|
|
|
2477
2269
|
flex-direction: row; /* 横向排列 */
|
|
2478
2270
|
height: 100%; /* 父容器高度 */
|
|
2479
2271
|
}
|
|
2480
|
-
.small-window[data-v-
|
|
2272
|
+
.small-window[data-v-e9aa835d] {
|
|
2481
2273
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2482
2274
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2483
2275
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2484
2276
|
border-radius: 8px;
|
|
2485
2277
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2486
2278
|
}
|
|
2487
|
-
.full-screen[data-v-
|
|
2279
|
+
.full-screen[data-v-e9aa835d] {
|
|
2488
2280
|
right: 0;
|
|
2489
2281
|
bottom: 0;
|
|
2490
2282
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2491
2283
|
}
|
|
2492
|
-
.chat-container > *[data-v-
|
|
2284
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2493
2285
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2494
2286
|
}
|
|
2495
2287
|
|
|
2496
2288
|
/* 聊天窗口的头部样式设置
|
|
2497
2289
|
*/
|
|
2498
|
-
.chat-embed__header_container[data-v-
|
|
2290
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2499
2291
|
/* border-bottom: 1px solid #ddd; */
|
|
2500
2292
|
display: flex;
|
|
2501
2293
|
align-items: center;
|
|
@@ -2505,7 +2297,7 @@ h4[data-v-6da81be3] {
|
|
|
2505
2297
|
overflow: hidden;
|
|
2506
2298
|
position: relative;
|
|
2507
2299
|
}
|
|
2508
|
-
.session-subject[data-v-
|
|
2300
|
+
.session-subject[data-v-e9aa835d] {
|
|
2509
2301
|
display: block;
|
|
2510
2302
|
margin: 0 auto;
|
|
2511
2303
|
text-align: center;
|
|
@@ -2520,17 +2312,17 @@ h4[data-v-6da81be3] {
|
|
|
2520
2312
|
|
|
2521
2313
|
/* 聊天窗口的头部图标样式设置
|
|
2522
2314
|
*/
|
|
2523
|
-
.chat-embed__header_avatar[data-v-
|
|
2315
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2524
2316
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2525
2317
|
margin-right: var(--chat-padding);
|
|
2526
2318
|
}
|
|
2527
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2319
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2528
2320
|
right: 20px;
|
|
2529
2321
|
position: absolute;
|
|
2530
2322
|
gap: 28px;
|
|
2531
2323
|
display: flex;
|
|
2532
2324
|
}
|
|
2533
|
-
.chat-embed__sidebar[data-v-
|
|
2325
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2534
2326
|
background: #f6f7fa;
|
|
2535
2327
|
display: flex;
|
|
2536
2328
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2539,7 +2331,7 @@ h4[data-v-6da81be3] {
|
|
|
2539
2331
|
width: 260px;
|
|
2540
2332
|
height: 100%;
|
|
2541
2333
|
}
|
|
2542
|
-
.chat-embed__main[data-v-
|
|
2334
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2543
2335
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2544
2336
|
box-sizing: border-box;
|
|
2545
2337
|
overflow: hidden;
|
|
@@ -2550,7 +2342,7 @@ h4[data-v-6da81be3] {
|
|
|
2550
2342
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2551
2343
|
overflow: hidden; /* 防止内容溢出 */
|
|
2552
2344
|
}
|
|
2553
|
-
.chat-embed__main_content[data-v-
|
|
2345
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2554
2346
|
flex: 1;
|
|
2555
2347
|
box-sizing: border-box;
|
|
2556
2348
|
min-height: 0;
|
|
@@ -2558,21 +2350,21 @@ h4[data-v-6da81be3] {
|
|
|
2558
2350
|
/* overflow-y: auto;
|
|
2559
2351
|
margin-bottom: 12px; */
|
|
2560
2352
|
}
|
|
2561
|
-
.chat-embed__input_container[data-v-
|
|
2353
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2562
2354
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2563
2355
|
/* margin-bottom: 50px; 距离底部 */
|
|
2564
2356
|
}
|
|
2565
|
-
.header-icon[data-v-
|
|
2357
|
+
.header-icon[data-v-e9aa835d] {
|
|
2566
2358
|
cursor: pointer;
|
|
2567
2359
|
font-size: 20px;
|
|
2568
2360
|
}
|
|
2569
2361
|
|
|
2570
2362
|
/* 聊天默认推荐内容样式
|
|
2571
2363
|
*/
|
|
2572
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2364
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2573
2365
|
margin-top: 5px;
|
|
2574
2366
|
}
|
|
2575
|
-
.content-container[data-v-
|
|
2367
|
+
.content-container[data-v-e9aa835d] {
|
|
2576
2368
|
padding: 16px;
|
|
2577
2369
|
border-radius: 4px;
|
|
2578
2370
|
background: #ffffff;
|
|
@@ -2580,7 +2372,7 @@ h4[data-v-6da81be3] {
|
|
|
2580
2372
|
border-radius: 0px 30px 30px 30px;
|
|
2581
2373
|
/* opacity: 0.6; */
|
|
2582
2374
|
}
|
|
2583
|
-
.chat-content-font[data-v-
|
|
2375
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2584
2376
|
font-family: PingFang SC, PingFang SC;
|
|
2585
2377
|
font-weight: 500;
|
|
2586
2378
|
font-size: 16px;
|
|
@@ -2590,10 +2382,10 @@ h4[data-v-6da81be3] {
|
|
|
2590
2382
|
font-style: normal;
|
|
2591
2383
|
text-transform: none;
|
|
2592
2384
|
}
|
|
2593
|
-
[data-v-
|
|
2385
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2594
2386
|
border: none !important;
|
|
2595
2387
|
}
|
|
2596
|
-
.content-container-header[data-v-
|
|
2388
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2597
2389
|
font-size: 12px;
|
|
2598
2390
|
color: #909399;
|
|
2599
2391
|
}
|
|
@@ -2601,28 +2393,28 @@ h4[data-v-6da81be3] {
|
|
|
2601
2393
|
/**
|
|
2602
2394
|
// 用户消息
|
|
2603
2395
|
*/
|
|
2604
|
-
.content-borderless-container[data-v-
|
|
2396
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2605
2397
|
background: #e1ecfd;
|
|
2606
2398
|
border-radius: 20px 0px 20px 20px;
|
|
2607
2399
|
user-select: none;
|
|
2608
2400
|
padding: 12px;
|
|
2609
2401
|
cursor: pointer;
|
|
2610
2402
|
transition: background-color 0.3s;
|
|
2611
|
-
&[data-v-
|
|
2403
|
+
&[data-v-e9aa835d]:hover {
|
|
2612
2404
|
background-color: #ebeef5;
|
|
2613
2405
|
}
|
|
2614
2406
|
}
|
|
2615
|
-
.footer-container[data-v-
|
|
2616
|
-
[data-v-
|
|
2407
|
+
.footer-container[data-v-e9aa835d] {
|
|
2408
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2617
2409
|
margin-left: 8px;
|
|
2618
2410
|
}
|
|
2619
2411
|
}
|
|
2620
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2412
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2621
2413
|
padding: 0;
|
|
2622
2414
|
}
|
|
2623
2415
|
|
|
2624
2416
|
/* 引用文件样式 */
|
|
2625
|
-
.doc-agg-item[data-v-
|
|
2417
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2626
2418
|
width: 100%;
|
|
2627
2419
|
padding: 10px;
|
|
2628
2420
|
margin-bottom: 5px;
|
|
@@ -2632,56 +2424,28 @@ h4[data-v-6da81be3] {
|
|
|
2632
2424
|
font-size: 12px;
|
|
2633
2425
|
color: var(--el-color-primary);
|
|
2634
2426
|
}
|
|
2635
|
-
.elx-xmarkdown-container[data-v-
|
|
2427
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2636
2428
|
padding: 0;
|
|
2637
2429
|
}
|
|
2638
|
-
|
|
2639
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2640
|
-
width: 100%;
|
|
2641
|
-
height: 100%;
|
|
2642
|
-
border: none;
|
|
2643
|
-
opacity: 1;
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2647
|
-
display: flex;
|
|
2648
|
-
align-items: center;
|
|
2649
|
-
justify-content: space-between;
|
|
2650
|
-
gap: 10px;
|
|
2651
|
-
width: 100%;
|
|
2652
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2653
|
-
font-size: 10px;
|
|
2654
|
-
color: #999;
|
|
2655
|
-
margin-top: 3px;
|
|
2656
|
-
flex-shrink: 0;
|
|
2657
|
-
}
|
|
2658
|
-
}
|
|
2659
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2660
|
-
display: flex;
|
|
2661
|
-
gap: 8px;
|
|
2662
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2663
|
-
margin-left: 0;
|
|
2664
|
-
}
|
|
2665
|
-
}
|
|
2666
|
-
[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 {
|
|
2430
|
+
[data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
|
|
2667
2431
|
user-select: text !important;
|
|
2668
2432
|
-webkit-user-select: text !important;
|
|
2669
2433
|
-moz-user-select: text !important;
|
|
2670
2434
|
-ms-user-select: text !important;
|
|
2671
2435
|
}
|
|
2672
|
-
.slide-up-enter-active[data-v-
|
|
2673
|
-
.slide-up-leave-active[data-v-
|
|
2436
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
2437
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
2674
2438
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2675
2439
|
}
|
|
2676
|
-
.slide-up-enter-from[data-v-
|
|
2677
|
-
.slide-up-leave-to[data-v-
|
|
2440
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
2441
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
2678
2442
|
transform: translateY(100%);
|
|
2679
2443
|
}
|
|
2680
2444
|
|
|
2681
2445
|
/**
|
|
2682
2446
|
* 聊天窗口的样式设置
|
|
2683
2447
|
*/
|
|
2684
|
-
.chat-container[data-v-
|
|
2448
|
+
.chat-container[data-v-6da81be3] {
|
|
2685
2449
|
--header-height: 56px;
|
|
2686
2450
|
--chat-padding: 12px;
|
|
2687
2451
|
--bubble-content-max-width: 0px;
|
|
@@ -2693,25 +2457,25 @@ h4[data-v-6da81be3] {
|
|
|
2693
2457
|
flex-direction: row; /* 横向排列 */
|
|
2694
2458
|
height: 100%; /* 父容器高度 */
|
|
2695
2459
|
}
|
|
2696
|
-
.small-window[data-v-
|
|
2460
|
+
.small-window[data-v-6da81be3] {
|
|
2697
2461
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2698
2462
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2699
2463
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2700
2464
|
border-radius: 8px;
|
|
2701
2465
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2702
2466
|
}
|
|
2703
|
-
.full-screen[data-v-
|
|
2467
|
+
.full-screen[data-v-6da81be3] {
|
|
2704
2468
|
right: 0;
|
|
2705
2469
|
bottom: 0;
|
|
2706
2470
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2707
2471
|
}
|
|
2708
|
-
.chat-container > *[data-v-
|
|
2472
|
+
.chat-container > *[data-v-6da81be3] {
|
|
2709
2473
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2710
2474
|
}
|
|
2711
2475
|
|
|
2712
2476
|
/* 聊天窗口的头部样式设置
|
|
2713
2477
|
*/
|
|
2714
|
-
.chat-embed__header_container[data-v-
|
|
2478
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
2715
2479
|
/* border-bottom: 1px solid #ddd; */
|
|
2716
2480
|
display: flex;
|
|
2717
2481
|
align-items: center;
|
|
@@ -2721,7 +2485,7 @@ h4[data-v-6da81be3] {
|
|
|
2721
2485
|
overflow: hidden;
|
|
2722
2486
|
position: relative;
|
|
2723
2487
|
}
|
|
2724
|
-
.session-subject[data-v-
|
|
2488
|
+
.session-subject[data-v-6da81be3] {
|
|
2725
2489
|
display: block;
|
|
2726
2490
|
margin: 0 auto;
|
|
2727
2491
|
text-align: center;
|
|
@@ -2736,17 +2500,17 @@ h4[data-v-6da81be3] {
|
|
|
2736
2500
|
|
|
2737
2501
|
/* 聊天窗口的头部图标样式设置
|
|
2738
2502
|
*/
|
|
2739
|
-
.chat-embed__header_avatar[data-v-
|
|
2503
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
2740
2504
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2741
2505
|
margin-right: var(--chat-padding);
|
|
2742
2506
|
}
|
|
2743
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2507
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
2744
2508
|
right: 20px;
|
|
2745
2509
|
position: absolute;
|
|
2746
2510
|
gap: 28px;
|
|
2747
2511
|
display: flex;
|
|
2748
2512
|
}
|
|
2749
|
-
.chat-embed__sidebar[data-v-
|
|
2513
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
2750
2514
|
background: #f6f7fa;
|
|
2751
2515
|
display: flex;
|
|
2752
2516
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2755,7 +2519,7 @@ h4[data-v-6da81be3] {
|
|
|
2755
2519
|
width: 260px;
|
|
2756
2520
|
height: 100%;
|
|
2757
2521
|
}
|
|
2758
|
-
.chat-embed__main[data-v-
|
|
2522
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
2759
2523
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2760
2524
|
box-sizing: border-box;
|
|
2761
2525
|
overflow: hidden;
|
|
@@ -2766,7 +2530,7 @@ h4[data-v-6da81be3] {
|
|
|
2766
2530
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2767
2531
|
overflow: hidden; /* 防止内容溢出 */
|
|
2768
2532
|
}
|
|
2769
|
-
.chat-embed__main_content[data-v-
|
|
2533
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
2770
2534
|
flex: 1;
|
|
2771
2535
|
box-sizing: border-box;
|
|
2772
2536
|
min-height: 0;
|
|
@@ -2774,21 +2538,21 @@ h4[data-v-6da81be3] {
|
|
|
2774
2538
|
/* overflow-y: auto;
|
|
2775
2539
|
margin-bottom: 12px; */
|
|
2776
2540
|
}
|
|
2777
|
-
.chat-embed__input_container[data-v-
|
|
2541
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
2778
2542
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2779
2543
|
/* margin-bottom: 50px; 距离底部 */
|
|
2780
2544
|
}
|
|
2781
|
-
.header-icon[data-v-
|
|
2545
|
+
.header-icon[data-v-6da81be3] {
|
|
2782
2546
|
cursor: pointer;
|
|
2783
2547
|
font-size: 20px;
|
|
2784
2548
|
}
|
|
2785
2549
|
|
|
2786
2550
|
/* 聊天默认推荐内容样式
|
|
2787
2551
|
*/
|
|
2788
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2552
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
2789
2553
|
margin-top: 5px;
|
|
2790
2554
|
}
|
|
2791
|
-
.content-container[data-v-
|
|
2555
|
+
.content-container[data-v-6da81be3] {
|
|
2792
2556
|
padding: 16px;
|
|
2793
2557
|
border-radius: 4px;
|
|
2794
2558
|
background: #ffffff;
|
|
@@ -2796,7 +2560,7 @@ h4[data-v-6da81be3] {
|
|
|
2796
2560
|
border-radius: 0px 30px 30px 30px;
|
|
2797
2561
|
/* opacity: 0.6; */
|
|
2798
2562
|
}
|
|
2799
|
-
.chat-content-font[data-v-
|
|
2563
|
+
.chat-content-font[data-v-6da81be3] {
|
|
2800
2564
|
font-family: PingFang SC, PingFang SC;
|
|
2801
2565
|
font-weight: 500;
|
|
2802
2566
|
font-size: 16px;
|
|
@@ -2806,10 +2570,10 @@ h4[data-v-6da81be3] {
|
|
|
2806
2570
|
font-style: normal;
|
|
2807
2571
|
text-transform: none;
|
|
2808
2572
|
}
|
|
2809
|
-
[data-v-
|
|
2573
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2810
2574
|
border: none !important;
|
|
2811
2575
|
}
|
|
2812
|
-
.content-container-header[data-v-
|
|
2576
|
+
.content-container-header[data-v-6da81be3] {
|
|
2813
2577
|
font-size: 12px;
|
|
2814
2578
|
color: #909399;
|
|
2815
2579
|
}
|
|
@@ -2817,39 +2581,129 @@ h4[data-v-6da81be3] {
|
|
|
2817
2581
|
/**
|
|
2818
2582
|
// 用户消息
|
|
2819
2583
|
*/
|
|
2820
|
-
.content-borderless-container[data-v-
|
|
2584
|
+
.content-borderless-container[data-v-6da81be3] {
|
|
2821
2585
|
background: #e1ecfd;
|
|
2822
2586
|
border-radius: 20px 0px 20px 20px;
|
|
2823
2587
|
user-select: none;
|
|
2824
2588
|
padding: 12px;
|
|
2825
2589
|
cursor: pointer;
|
|
2826
2590
|
transition: background-color 0.3s;
|
|
2827
|
-
&[data-v-
|
|
2591
|
+
&[data-v-6da81be3]:hover {
|
|
2828
2592
|
background-color: #ebeef5;
|
|
2829
2593
|
}
|
|
2830
2594
|
}
|
|
2831
|
-
.footer-container[data-v-
|
|
2832
|
-
[data-v-
|
|
2833
|
-
margin-left: 8px;
|
|
2595
|
+
.footer-container[data-v-6da81be3] {
|
|
2596
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
2597
|
+
margin-left: 8px;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
2601
|
+
padding: 0;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
/* 引用文件样式 */
|
|
2605
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
2606
|
+
width: 100%;
|
|
2607
|
+
padding: 10px;
|
|
2608
|
+
margin-bottom: 5px;
|
|
2609
|
+
border: 1px solid #eee;
|
|
2610
|
+
border-radius: 4px;
|
|
2611
|
+
cursor: pointer;
|
|
2612
|
+
font-size: 12px;
|
|
2613
|
+
color: var(--el-color-primary);
|
|
2614
|
+
}
|
|
2615
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2616
|
+
padding: 0;
|
|
2617
|
+
}
|
|
2618
|
+
h4[data-v-6da81be3] {
|
|
2619
|
+
font-size: 16px;
|
|
2620
|
+
margin-top: 0px;
|
|
2621
|
+
margin-bottom: 0px;
|
|
2622
|
+
}
|
|
2623
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
2624
|
+
margin: 5px 0;
|
|
2625
|
+
}
|
|
2626
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2627
|
+
display: flex;
|
|
2628
|
+
align-items: center;
|
|
2629
|
+
flex-shrink: 0;
|
|
2630
|
+
min-width: max-content;
|
|
2631
|
+
margin-left: auto;
|
|
2632
|
+
gap: 10px;
|
|
2633
|
+
}
|
|
2634
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
2635
|
+
display: inline-block;
|
|
2636
|
+
width: 12px;
|
|
2637
|
+
height: 12px;
|
|
2638
|
+
background-repeat: no-repeat;
|
|
2639
|
+
background-position: center;
|
|
2640
|
+
background-size: 100%;
|
|
2641
|
+
cursor: pointer;
|
|
2642
|
+
}
|
|
2643
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
2644
|
+
margin-left: 5px;
|
|
2645
|
+
}
|
|
2646
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
2647
|
+
display: flex;
|
|
2648
|
+
flex-direction: column;
|
|
2649
|
+
padding: 16px;
|
|
2650
|
+
}
|
|
2651
|
+
[data-v-6da81be3] .el-sender-header {
|
|
2652
|
+
border-bottom-color: #ffffff !important;
|
|
2653
|
+
}
|
|
2654
|
+
[data-v-6da81be3] .el-sender {
|
|
2655
|
+
background: #ffffff !important;
|
|
2656
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2657
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2658
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2659
|
+
font-weight: 400;
|
|
2660
|
+
font-size: 16px;
|
|
2661
|
+
color: #bbbbbb;
|
|
2662
|
+
text-align: left;
|
|
2663
|
+
font-style: normal;
|
|
2664
|
+
text-transform: none;
|
|
2665
|
+
}
|
|
2666
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2667
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2668
|
+
font-weight: 400 !important;
|
|
2669
|
+
font-size: 16px !important;
|
|
2670
|
+
line-height: 21px !important;
|
|
2671
|
+
font-style: normal !important;
|
|
2672
|
+
text-transform: none !important;
|
|
2673
|
+
}
|
|
2674
|
+
[data-v-6da81be3] .el-sender-content {
|
|
2675
|
+
padding: 16px !important;
|
|
2676
|
+
}
|
|
2677
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
2678
|
+
border-radius: 100px 100px 100px 100px;
|
|
2679
|
+
border: 1px solid #dcdfe6;
|
|
2680
|
+
}
|
|
2681
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
2682
|
+
padding: 12px;
|
|
2683
|
+
font-family: PingFang SC, PingFang SC;
|
|
2684
|
+
font-weight: 400;
|
|
2685
|
+
font-size: 14px;
|
|
2686
|
+
color: #808080;
|
|
2687
|
+
line-height: 21px;
|
|
2688
|
+
font-style: normal;
|
|
2689
|
+
text-align: center;
|
|
2690
|
+
}
|
|
2691
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
2692
|
+
border-radius: 50% !important;
|
|
2693
|
+
padding: 8px;
|
|
2694
|
+
width: 32px;
|
|
2695
|
+
}
|
|
2696
|
+
.send-icon[data-v-6da81be3] {
|
|
2697
|
+
cursor: pointer;
|
|
2834
2698
|
}
|
|
2699
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
2700
|
+
margin: 0 0;
|
|
2835
2701
|
}
|
|
2836
|
-
.
|
|
2837
|
-
padding: 0;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
/* 引用文件样式 */
|
|
2841
|
-
.doc-agg-item[data-v-45fbaf17] {
|
|
2702
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2842
2703
|
width: 100%;
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
border-radius: 4px;
|
|
2847
|
-
cursor: pointer;
|
|
2848
|
-
font-size: 12px;
|
|
2849
|
-
color: var(--el-color-primary);
|
|
2850
|
-
}
|
|
2851
|
-
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2852
|
-
padding: 0;
|
|
2704
|
+
height: 100%;
|
|
2705
|
+
border: none;
|
|
2706
|
+
opacity: 1;
|
|
2853
2707
|
}
|
|
2854
2708
|
|
|
2855
2709
|
.home-chart-iframe[data-v-873e1ba1] {
|
|
@@ -2858,25 +2712,72 @@ h4[data-v-6da81be3] {
|
|
|
2858
2712
|
border: none;
|
|
2859
2713
|
opacity: 1;
|
|
2860
2714
|
}
|
|
2861
|
-
|
|
2715
|
+
|
|
2716
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2717
|
+
display: flex;
|
|
2718
|
+
align-items: center;
|
|
2719
|
+
flex-shrink: 0;
|
|
2720
|
+
min-width: max-content;
|
|
2721
|
+
margin-left: auto;
|
|
2722
|
+
gap: 10px;
|
|
2723
|
+
}
|
|
2724
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2725
|
+
display: flex;
|
|
2726
|
+
align-items: center;
|
|
2727
|
+
justify-content: center;
|
|
2728
|
+
margin-top: 10px;
|
|
2729
|
+
gap: 10px;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2733
|
+
display: flex;
|
|
2734
|
+
align-items: center;
|
|
2735
|
+
justify-content: space-between;
|
|
2736
|
+
gap: 10px;
|
|
2737
|
+
width: 100%;
|
|
2738
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2739
|
+
font-size: 10px;
|
|
2740
|
+
color: #999;
|
|
2741
|
+
margin-top: 3px;
|
|
2742
|
+
flex-shrink: 0;
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2746
|
+
display: flex;
|
|
2747
|
+
gap: 8px;
|
|
2748
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2749
|
+
margin-left: 0;
|
|
2750
|
+
}
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
.svg-icon[data-v-019891df] {
|
|
2754
|
+
width: 1.2em;
|
|
2755
|
+
height: 1.2em;
|
|
2756
|
+
vertical-align: -0.25em;
|
|
2757
|
+
fill: currentColor;
|
|
2758
|
+
overflow: initial;
|
|
2759
|
+
}
|
|
2760
|
+
[data-v-41b4cbbd] .el-range-separator {
|
|
2761
|
+
min-width: 20px;
|
|
2762
|
+
}[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 {
|
|
2862
2763
|
user-select: text !important;
|
|
2863
2764
|
-webkit-user-select: text !important;
|
|
2864
2765
|
-moz-user-select: text !important;
|
|
2865
2766
|
-ms-user-select: text !important;
|
|
2866
2767
|
}
|
|
2867
|
-
.slide-up-enter-active[data-v-
|
|
2868
|
-
.slide-up-leave-active[data-v-
|
|
2768
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2769
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2869
2770
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2870
2771
|
}
|
|
2871
|
-
.slide-up-enter-from[data-v-
|
|
2872
|
-
.slide-up-leave-to[data-v-
|
|
2772
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2773
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2873
2774
|
transform: translateY(100%);
|
|
2874
2775
|
}
|
|
2875
2776
|
|
|
2876
2777
|
/**
|
|
2877
2778
|
* 聊天窗口的样式设置
|
|
2878
2779
|
*/
|
|
2879
|
-
.chat-container[data-v-
|
|
2780
|
+
.chat-container[data-v-1e62eff8] {
|
|
2880
2781
|
--header-height: 56px;
|
|
2881
2782
|
--chat-padding: 12px;
|
|
2882
2783
|
--bubble-content-max-width: 0px;
|
|
@@ -2888,25 +2789,25 @@ h4[data-v-6da81be3] {
|
|
|
2888
2789
|
flex-direction: row; /* 横向排列 */
|
|
2889
2790
|
height: 100%; /* 父容器高度 */
|
|
2890
2791
|
}
|
|
2891
|
-
.small-window[data-v-
|
|
2792
|
+
.small-window[data-v-1e62eff8] {
|
|
2892
2793
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2893
2794
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2894
2795
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2895
2796
|
border-radius: 8px;
|
|
2896
2797
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2897
2798
|
}
|
|
2898
|
-
.full-screen[data-v-
|
|
2799
|
+
.full-screen[data-v-1e62eff8] {
|
|
2899
2800
|
right: 0;
|
|
2900
2801
|
bottom: 0;
|
|
2901
2802
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2902
2803
|
}
|
|
2903
|
-
.chat-container > *[data-v-
|
|
2804
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2904
2805
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2905
2806
|
}
|
|
2906
2807
|
|
|
2907
2808
|
/* 聊天窗口的头部样式设置
|
|
2908
2809
|
*/
|
|
2909
|
-
.chat-embed__header_container[data-v-
|
|
2810
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2910
2811
|
/* border-bottom: 1px solid #ddd; */
|
|
2911
2812
|
display: flex;
|
|
2912
2813
|
align-items: center;
|
|
@@ -2916,7 +2817,7 @@ h4[data-v-6da81be3] {
|
|
|
2916
2817
|
overflow: hidden;
|
|
2917
2818
|
position: relative;
|
|
2918
2819
|
}
|
|
2919
|
-
.session-subject[data-v-
|
|
2820
|
+
.session-subject[data-v-1e62eff8] {
|
|
2920
2821
|
display: block;
|
|
2921
2822
|
margin: 0 auto;
|
|
2922
2823
|
text-align: center;
|
|
@@ -2931,17 +2832,17 @@ h4[data-v-6da81be3] {
|
|
|
2931
2832
|
|
|
2932
2833
|
/* 聊天窗口的头部图标样式设置
|
|
2933
2834
|
*/
|
|
2934
|
-
.chat-embed__header_avatar[data-v-
|
|
2835
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2935
2836
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2936
2837
|
margin-right: var(--chat-padding);
|
|
2937
2838
|
}
|
|
2938
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2839
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2939
2840
|
right: 20px;
|
|
2940
2841
|
position: absolute;
|
|
2941
2842
|
gap: 28px;
|
|
2942
2843
|
display: flex;
|
|
2943
2844
|
}
|
|
2944
|
-
.chat-embed__sidebar[data-v-
|
|
2845
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2945
2846
|
background: #f6f7fa;
|
|
2946
2847
|
display: flex;
|
|
2947
2848
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2950,7 +2851,7 @@ h4[data-v-6da81be3] {
|
|
|
2950
2851
|
width: 260px;
|
|
2951
2852
|
height: 100%;
|
|
2952
2853
|
}
|
|
2953
|
-
.chat-embed__main[data-v-
|
|
2854
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2954
2855
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2955
2856
|
box-sizing: border-box;
|
|
2956
2857
|
overflow: hidden;
|
|
@@ -2961,7 +2862,7 @@ h4[data-v-6da81be3] {
|
|
|
2961
2862
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2962
2863
|
overflow: hidden; /* 防止内容溢出 */
|
|
2963
2864
|
}
|
|
2964
|
-
.chat-embed__main_content[data-v-
|
|
2865
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2965
2866
|
flex: 1;
|
|
2966
2867
|
box-sizing: border-box;
|
|
2967
2868
|
min-height: 0;
|
|
@@ -2969,21 +2870,21 @@ h4[data-v-6da81be3] {
|
|
|
2969
2870
|
/* overflow-y: auto;
|
|
2970
2871
|
margin-bottom: 12px; */
|
|
2971
2872
|
}
|
|
2972
|
-
.chat-embed__input_container[data-v-
|
|
2873
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2973
2874
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2974
2875
|
/* margin-bottom: 50px; 距离底部 */
|
|
2975
2876
|
}
|
|
2976
|
-
.header-icon[data-v-
|
|
2877
|
+
.header-icon[data-v-1e62eff8] {
|
|
2977
2878
|
cursor: pointer;
|
|
2978
2879
|
font-size: 20px;
|
|
2979
2880
|
}
|
|
2980
2881
|
|
|
2981
2882
|
/* 聊天默认推荐内容样式
|
|
2982
2883
|
*/
|
|
2983
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2884
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2984
2885
|
margin-top: 5px;
|
|
2985
2886
|
}
|
|
2986
|
-
.content-container[data-v-
|
|
2887
|
+
.content-container[data-v-1e62eff8] {
|
|
2987
2888
|
padding: 16px;
|
|
2988
2889
|
border-radius: 4px;
|
|
2989
2890
|
background: #ffffff;
|
|
@@ -2991,7 +2892,7 @@ h4[data-v-6da81be3] {
|
|
|
2991
2892
|
border-radius: 0px 30px 30px 30px;
|
|
2992
2893
|
/* opacity: 0.6; */
|
|
2993
2894
|
}
|
|
2994
|
-
.chat-content-font[data-v-
|
|
2895
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2995
2896
|
font-family: PingFang SC, PingFang SC;
|
|
2996
2897
|
font-weight: 500;
|
|
2997
2898
|
font-size: 16px;
|
|
@@ -3001,10 +2902,10 @@ h4[data-v-6da81be3] {
|
|
|
3001
2902
|
font-style: normal;
|
|
3002
2903
|
text-transform: none;
|
|
3003
2904
|
}
|
|
3004
|
-
[data-v-
|
|
2905
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
3005
2906
|
border: none !important;
|
|
3006
2907
|
}
|
|
3007
|
-
.content-container-header[data-v-
|
|
2908
|
+
.content-container-header[data-v-1e62eff8] {
|
|
3008
2909
|
font-size: 12px;
|
|
3009
2910
|
color: #909399;
|
|
3010
2911
|
}
|
|
@@ -3012,28 +2913,28 @@ h4[data-v-6da81be3] {
|
|
|
3012
2913
|
/**
|
|
3013
2914
|
// 用户消息
|
|
3014
2915
|
*/
|
|
3015
|
-
.content-borderless-container[data-v-
|
|
2916
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
3016
2917
|
background: #e1ecfd;
|
|
3017
2918
|
border-radius: 20px 0px 20px 20px;
|
|
3018
2919
|
user-select: none;
|
|
3019
2920
|
padding: 12px;
|
|
3020
2921
|
cursor: pointer;
|
|
3021
2922
|
transition: background-color 0.3s;
|
|
3022
|
-
&[data-v-
|
|
2923
|
+
&[data-v-1e62eff8]:hover {
|
|
3023
2924
|
background-color: #ebeef5;
|
|
3024
2925
|
}
|
|
3025
2926
|
}
|
|
3026
|
-
.footer-container[data-v-
|
|
3027
|
-
[data-v-
|
|
2927
|
+
.footer-container[data-v-1e62eff8] {
|
|
2928
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
3028
2929
|
margin-left: 8px;
|
|
3029
2930
|
}
|
|
3030
2931
|
}
|
|
3031
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2932
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
3032
2933
|
padding: 0;
|
|
3033
2934
|
}
|
|
3034
2935
|
|
|
3035
2936
|
/* 引用文件样式 */
|
|
3036
|
-
.doc-agg-item[data-v-
|
|
2937
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
3037
2938
|
width: 100%;
|
|
3038
2939
|
padding: 10px;
|
|
3039
2940
|
margin-bottom: 5px;
|
|
@@ -3043,15 +2944,109 @@ h4[data-v-6da81be3] {
|
|
|
3043
2944
|
font-size: 12px;
|
|
3044
2945
|
color: var(--el-color-primary);
|
|
3045
2946
|
}
|
|
3046
|
-
.elx-xmarkdown-container[data-v-
|
|
2947
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
3047
2948
|
padding: 0;
|
|
3048
|
-
}
|
|
3049
|
-
[data-v-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
z-index:
|
|
2949
|
+
}
|
|
2950
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2951
|
+
position: absolute;
|
|
2952
|
+
padding: 20px 36px;
|
|
2953
|
+
gap: 16px;
|
|
2954
|
+
display: flex;
|
|
2955
|
+
z-index: 1;
|
|
2956
|
+
}
|
|
2957
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2958
|
+
display: flex;
|
|
2959
|
+
height: 40px;
|
|
2960
|
+
padding: 10px 14px;
|
|
2961
|
+
gap: 14px;
|
|
2962
|
+
border-radius: 100px 100px 100px 100px;
|
|
2963
|
+
border: 1px solid #e5e5e5;
|
|
2964
|
+
width: 82px;
|
|
2965
|
+
font-size: 20px;
|
|
2966
|
+
}
|
|
2967
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2968
|
+
display: flex; /* 设置为水平排列 */
|
|
2969
|
+
align-items: center; /* 垂直居中 */
|
|
2970
|
+
margin-bottom: 22px;
|
|
2971
|
+
font-size: 20px;
|
|
2972
|
+
}
|
|
2973
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2974
|
+
font-family: PingFang SC, PingFang SC;
|
|
2975
|
+
font-weight: 600;
|
|
2976
|
+
font-size: 16px;
|
|
2977
|
+
color: #181818;
|
|
2978
|
+
text-align: left;
|
|
2979
|
+
font-style: normal;
|
|
2980
|
+
text-transform: none;
|
|
2981
|
+
}
|
|
2982
|
+
.right-icon[data-v-1e62eff8] {
|
|
2983
|
+
cursor: pointer;
|
|
2984
|
+
margin-left: auto;
|
|
2985
|
+
}
|
|
2986
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2987
|
+
cursor: pointer;
|
|
2988
|
+
}
|
|
2989
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2990
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2991
|
+
margin-bottom: 10px;
|
|
2992
|
+
}
|
|
2993
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2994
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2995
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2996
|
+
margin-bottom: 10px;
|
|
2997
|
+
}
|
|
2998
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2999
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
3000
|
+
margin-top: 10px;
|
|
3001
|
+
margin-bottom: 20px;
|
|
3002
|
+
}
|
|
3003
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
3004
|
+
background-color: #ffffff;
|
|
3005
|
+
}
|
|
3006
|
+
.date-group[data-v-1e62eff8] {
|
|
3007
|
+
margin-top: 16px;
|
|
3008
|
+
}
|
|
3009
|
+
.date-group-item[data-v-1e62eff8] {
|
|
3010
|
+
color: #81858c;
|
|
3011
|
+
font-size: 12px;
|
|
3012
|
+
user-select: none;
|
|
3013
|
+
margin-bottom: 2px;
|
|
3014
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
3015
|
+
}
|
|
3016
|
+
.menu-item[data-v-1e62eff8] {
|
|
3017
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3018
|
+
font-size: 16px;
|
|
3019
|
+
line-height: 50px;
|
|
3020
|
+
cursor: pointer;
|
|
3021
|
+
gap: 8px;
|
|
3022
|
+
border-radius: 8px;
|
|
3023
|
+
display: flex;
|
|
3024
|
+
align-items: center;
|
|
3025
|
+
}
|
|
3026
|
+
.active-item[data-v-1e62eff8] {
|
|
3027
|
+
background: #e2ebf5;
|
|
3028
|
+
color: var(--el-color-primary);
|
|
3029
|
+
}
|
|
3030
|
+
.history-item[data-v-1e62eff8] {
|
|
3031
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3032
|
+
cursor: pointer;
|
|
3033
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3034
|
+
align-items: center; /* 垂直居中 */
|
|
3035
|
+
line-height: 40px;
|
|
3036
|
+
gap: 8px;
|
|
3037
|
+
border-radius: 8px;
|
|
3038
|
+
}
|
|
3039
|
+
.history-subject[data-v-1e62eff8] {
|
|
3040
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3041
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3042
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3043
|
+
white-space: nowrap; /* 不换行 */
|
|
3044
|
+
}
|
|
3045
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3046
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3047
|
+
}
|
|
3048
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3049
|
+
background-color: #f5f5f5;
|
|
3055
3050
|
}
|
|
3056
3051
|
.amb-color-iconfont[data-v-13b41596] {
|
|
3057
3052
|
width: 25px;
|
|
@@ -3070,7 +3065,12 @@ h4[data-v-6da81be3] {
|
|
|
3070
3065
|
}
|
|
3071
3066
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3072
3067
|
margin-left: 5px;
|
|
3073
|
-
}
|
|
3068
|
+
}
|
|
3069
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3070
|
+
.mobile-item-action[data-v-13b41596] {
|
|
3071
|
+
z-index: 2000;
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
3074
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3075
3075
|
padding-bottom: 0px;
|
|
3076
3076
|
}
|