agilebuilder-ui 1.1.65-tmp5 → 1.1.65-tmp6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/chat-embed/src/index.vue2.js +24 -24
- package/lib/style.css +841 -841
- package/package.json +2 -1
package/lib/style.css
CHANGED
|
@@ -42,6 +42,23 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
+
position: relative;
|
|
47
|
+
height: 100%;
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
+
position: fixed;
|
|
52
|
+
top: 0;
|
|
53
|
+
}
|
|
54
|
+
.drawer-bg[data-v-46185fa7] {
|
|
55
|
+
background: #000;
|
|
56
|
+
opacity: 0.3;
|
|
57
|
+
width: 100%;
|
|
58
|
+
top: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
position: absolute;
|
|
61
|
+
z-index: 999;
|
|
45
62
|
}
|
|
46
63
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
47
64
|
width: 100%;
|
|
@@ -102,44 +119,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
102
119
|
.default-page-tip-item {
|
|
103
120
|
padding-top: 10px;
|
|
104
121
|
}
|
|
105
|
-
.app-wrapper[data-v-46185fa7] {
|
|
106
|
-
position: relative;
|
|
107
|
-
height: 100%;
|
|
108
|
-
width: 100%;
|
|
109
|
-
}
|
|
110
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
-
position: fixed;
|
|
112
|
-
top: 0;
|
|
113
|
-
}
|
|
114
|
-
.drawer-bg[data-v-46185fa7] {
|
|
115
|
-
background: #000;
|
|
116
|
-
opacity: 0.3;
|
|
117
|
-
width: 100%;
|
|
118
|
-
top: 0;
|
|
119
|
-
height: 100%;
|
|
120
|
-
position: absolute;
|
|
121
|
-
z-index: 999;
|
|
122
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
123
|
-
padding: 0;
|
|
124
|
-
display: flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
justify-content: end;
|
|
127
|
-
}
|
|
128
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
129
|
-
display: flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
justify-content: center;
|
|
132
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
133
|
-
font-size: 18px;
|
|
134
|
-
cursor: pointer;
|
|
135
|
-
}
|
|
136
|
-
.svg-icon[data-v-67e4e504] {
|
|
137
|
-
width: 1.2em;
|
|
138
|
-
height: 1.2em;
|
|
139
|
-
vertical-align: -0.25em;
|
|
140
|
-
fill: currentColor;
|
|
141
|
-
overflow: initial;
|
|
142
|
-
}
|
|
143
122
|
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
144
123
|
display: inline-block;
|
|
145
124
|
font-size: 14px;
|
|
@@ -150,19 +129,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
150
129
|
color: #97a8be;
|
|
151
130
|
cursor: text;
|
|
152
131
|
}
|
|
153
|
-
.
|
|
154
|
-
width:
|
|
155
|
-
height:
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
160
|
-
.green-circle[data-v-998f4283] {
|
|
161
|
-
width: 20px; /* 圆圈的宽度 */
|
|
162
|
-
height: 20px; /* 圆圈的高度 */
|
|
163
|
-
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
164
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
165
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
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;
|
|
166
138
|
}
|
|
167
139
|
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
168
140
|
padding: 2px 0 !important;
|
|
@@ -307,18 +279,39 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
307
279
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
308
280
|
flex-wrap: wrap;
|
|
309
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
283
|
+
padding: 0;
|
|
284
|
+
display: flex;
|
|
285
|
+
align-items: center;
|
|
286
|
+
justify-content: end;
|
|
310
287
|
}
|
|
311
|
-
.
|
|
312
|
-
|
|
288
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
289
|
+
display: flex;
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
293
|
+
font-size: 18px;
|
|
294
|
+
cursor: pointer;
|
|
313
295
|
}
|
|
314
|
-
.
|
|
315
|
-
width:
|
|
296
|
+
.red-circle[data-v-998f4283] {
|
|
297
|
+
width: 20px; /* 圆圈的宽度 */
|
|
298
|
+
height: 20px; /* 圆圈的高度 */
|
|
299
|
+
background-color: red; /* 背景色设置为红色 */
|
|
300
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
301
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
302
|
+
}
|
|
303
|
+
.green-circle[data-v-998f4283] {
|
|
304
|
+
width: 20px; /* 圆圈的宽度 */
|
|
305
|
+
height: 20px; /* 圆圈的高度 */
|
|
306
|
+
background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
|
|
307
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
308
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
309
|
}
|
|
317
310
|
|
|
318
|
-
.searchResult
|
|
311
|
+
.searchResult {
|
|
319
312
|
color: red;
|
|
320
313
|
}
|
|
321
|
-
.inline-input-custom
|
|
314
|
+
.inline-input-custom {
|
|
322
315
|
width: 90%;
|
|
323
316
|
}
|
|
324
317
|
.ValidCode[data-v-aa77e3bd] {
|
|
@@ -331,88 +324,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
324
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
325
|
display: inline-block;
|
|
333
326
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.fs-preview-container[data-v-2448d898] {
|
|
339
|
-
display: flex;
|
|
340
|
-
align-items: center;
|
|
341
|
-
gap: 5px;
|
|
342
|
-
justify-content: space-between;
|
|
343
|
-
}
|
|
344
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
345
|
-
display: flex;
|
|
346
|
-
align-items: center;
|
|
347
|
-
flex-shrink: 0;
|
|
348
|
-
min-width: max-content;
|
|
349
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
350
|
-
}
|
|
351
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
352
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
353
|
-
width: 30px;
|
|
354
|
-
height: 30px;
|
|
355
|
-
}
|
|
356
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
357
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
358
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
359
|
-
display: inline-block;
|
|
360
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
361
|
-
height: 1em !important;
|
|
362
|
-
line-height: 1em;
|
|
363
|
-
cursor: pointer;
|
|
364
|
-
}
|
|
365
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
366
|
-
overflow: hidden;
|
|
367
|
-
text-overflow: ellipsis;
|
|
368
|
-
white-space: nowrap;
|
|
369
|
-
}
|
|
370
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
371
|
-
margin-left: 5px;
|
|
372
|
-
}
|
|
373
|
-
.file-item[data-v-2448d898] {
|
|
374
|
-
display: flex;
|
|
375
|
-
align-items: center;
|
|
376
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
377
|
-
gap: 10px;
|
|
378
|
-
height: 40px;
|
|
379
|
-
padding: 10px;
|
|
380
|
-
border-radius: 8px;
|
|
381
|
-
transition: background-color 0.2s;
|
|
382
|
-
}
|
|
383
|
-
.file-item[data-v-2448d898]:hover {
|
|
384
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
385
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
386
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
387
|
-
outline: none;
|
|
388
|
-
}
|
|
389
|
-
.file-actions[data-v-2448d898] {
|
|
390
|
-
display: flex;
|
|
391
|
-
align-items: center;
|
|
392
|
-
gap: 5px;
|
|
393
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
394
|
-
}
|
|
395
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
396
|
-
margin-left: 5px;
|
|
397
|
-
}
|
|
398
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
399
|
-
margin-left: 5px;
|
|
400
|
-
}
|
|
401
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
402
|
-
margin-left: 5px;
|
|
403
|
-
}
|
|
404
|
-
.amb-iconfont[data-v-2448d898] {
|
|
405
|
-
color: var(--el-color-primary);
|
|
406
|
-
}
|
|
407
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
408
|
-
font-size: 14px !important;
|
|
327
|
+
.searchResult[data-v-22410ec9] {
|
|
328
|
+
color: red;
|
|
409
329
|
}
|
|
410
|
-
.
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
display: inline-block;
|
|
415
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
330
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
331
|
+
width: 90%;
|
|
332
|
+
}
|
|
333
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
416
334
|
padding: 10px;
|
|
417
335
|
}
|
|
418
336
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -522,48 +440,130 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
522
440
|
font-size: 14px;
|
|
523
441
|
display: grid;
|
|
524
442
|
grid-template-columns: 20% 80%;
|
|
525
|
-
}
|
|
443
|
+
}
|
|
444
|
+
.select-top-span {
|
|
445
|
+
width: 100%;
|
|
446
|
+
}
|
|
447
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
448
|
+
display: inline-block;
|
|
449
|
+
}
|
|
450
|
+
.organization-input .el-input-group__append {
|
|
451
|
+
padding: 0 10px 0 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.fs-preview-container[data-v-2448d898] {
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
gap: 5px;
|
|
458
|
+
justify-content: space-between;
|
|
459
|
+
}
|
|
460
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
461
|
+
display: flex;
|
|
462
|
+
align-items: center;
|
|
463
|
+
flex-shrink: 0;
|
|
464
|
+
min-width: max-content;
|
|
465
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
466
|
+
}
|
|
467
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
468
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
526
469
|
width: 30px;
|
|
527
470
|
height: 30px;
|
|
528
471
|
}
|
|
529
|
-
.
|
|
530
|
-
|
|
472
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
473
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
474
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
475
|
+
display: inline-block;
|
|
476
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
477
|
+
height: 1em !important;
|
|
478
|
+
line-height: 1em;
|
|
531
479
|
cursor: pointer;
|
|
532
|
-
overflow: hidden;
|
|
533
|
-
text-overflow: ellipsis;
|
|
534
|
-
white-space: nowrap;
|
|
535
|
-
}
|
|
536
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
537
|
-
border: 1px solid #dcdfe6;
|
|
538
|
-
padding: 4px 8px;
|
|
539
|
-
background-clip: padding-box;
|
|
540
|
-
overflow: hidden;
|
|
541
|
-
display: inline-flex;
|
|
542
|
-
align-items: center;
|
|
543
480
|
}
|
|
544
|
-
.
|
|
545
|
-
margin-right: 8px;
|
|
546
|
-
max-width: 120px;
|
|
481
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
547
482
|
overflow: hidden;
|
|
548
483
|
text-overflow: ellipsis;
|
|
549
484
|
white-space: nowrap;
|
|
550
485
|
}
|
|
551
|
-
.
|
|
552
|
-
|
|
553
|
-
margin-left: 4px;
|
|
486
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
487
|
+
margin-left: 5px;
|
|
554
488
|
}
|
|
555
|
-
.
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
.select[data-v-52983a24] {
|
|
559
|
-
width: 100%;
|
|
560
|
-
height: 100%;
|
|
561
|
-
display: grid;
|
|
562
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
489
|
+
.file-item[data-v-2448d898] {
|
|
490
|
+
display: flex;
|
|
563
491
|
align-items: center;
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
492
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
493
|
+
gap: 10px;
|
|
494
|
+
height: 40px;
|
|
495
|
+
padding: 10px;
|
|
496
|
+
border-radius: 8px;
|
|
497
|
+
transition: background-color 0.2s;
|
|
498
|
+
}
|
|
499
|
+
.file-item[data-v-2448d898]:hover {
|
|
500
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
501
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
502
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
503
|
+
outline: none;
|
|
504
|
+
}
|
|
505
|
+
.file-actions[data-v-2448d898] {
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
gap: 5px;
|
|
509
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
510
|
+
}
|
|
511
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
512
|
+
margin-left: 5px;
|
|
513
|
+
}
|
|
514
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
515
|
+
margin-left: 5px;
|
|
516
|
+
}
|
|
517
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
518
|
+
margin-left: 5px;
|
|
519
|
+
}
|
|
520
|
+
.amb-iconfont[data-v-2448d898] {
|
|
521
|
+
color: var(--el-color-primary);
|
|
522
|
+
}
|
|
523
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
524
|
+
font-size: 14px !important;
|
|
525
|
+
}
|
|
526
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
|
+
padding: 5px 11px;
|
|
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
|
+
}.select[data-v-52983a24] {
|
|
559
|
+
width: 100%;
|
|
560
|
+
height: 100%;
|
|
561
|
+
display: grid;
|
|
562
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
+
align-items: center;
|
|
564
|
+
}
|
|
565
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
566
|
+
width: 100%;
|
|
567
567
|
height: 100%;
|
|
568
568
|
text-align: center;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
@@ -760,6 +760,69 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
763
|
+
}.errPage-container[data-v-6bef0241] {
|
|
764
|
+
width: 800px;
|
|
765
|
+
max-width: 100%;
|
|
766
|
+
margin: 100px auto;
|
|
767
|
+
}
|
|
768
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
|
+
background: #008489;
|
|
770
|
+
color: #fff;
|
|
771
|
+
border: none !important;
|
|
772
|
+
}
|
|
773
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
774
|
+
margin: 0 auto;
|
|
775
|
+
display: block;
|
|
776
|
+
}
|
|
777
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
778
|
+
display: block;
|
|
779
|
+
margin: 0 auto;
|
|
780
|
+
width: 100%;
|
|
781
|
+
}
|
|
782
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
783
|
+
font-size: 60px;
|
|
784
|
+
font-weight: 700;
|
|
785
|
+
color: #484848;
|
|
786
|
+
}
|
|
787
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
788
|
+
font-size: 14px;
|
|
789
|
+
}
|
|
790
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
791
|
+
padding-bottom: 5px;
|
|
792
|
+
}
|
|
793
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
794
|
+
color: #008489;
|
|
795
|
+
text-decoration: none;
|
|
796
|
+
}
|
|
797
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
|
+
text-decoration: underline;
|
|
799
|
+
}
|
|
800
|
+
.graphDiv[data-v-a936569d] {
|
|
801
|
+
overflow: auto;
|
|
802
|
+
height: 100%;
|
|
803
|
+
height: calc(100vh - 20px);
|
|
804
|
+
}
|
|
805
|
+
.super-icon[data-v-875fd31c] {
|
|
806
|
+
width: 1em;
|
|
807
|
+
height: 1em;
|
|
808
|
+
font-size: 14px;
|
|
809
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
810
|
+
position: relative;
|
|
811
|
+
height: 100%;
|
|
812
|
+
width: 100%;
|
|
813
|
+
}
|
|
814
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
815
|
+
position: fixed;
|
|
816
|
+
top: 0;
|
|
817
|
+
}
|
|
818
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
819
|
+
background: #000;
|
|
820
|
+
opacity: 0.3;
|
|
821
|
+
width: 100%;
|
|
822
|
+
top: 0;
|
|
823
|
+
height: 100%;
|
|
824
|
+
position: absolute;
|
|
825
|
+
z-index: 999;
|
|
763
826
|
}
|
|
764
827
|
.organization-tree,
|
|
765
828
|
.organization-tree .el-checkbox__label,
|
|
@@ -818,11 +881,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
818
881
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
819
882
|
color: #409eff;
|
|
820
883
|
}
|
|
821
|
-
|
|
822
|
-
width: 1em;
|
|
823
|
-
height: 1em;
|
|
824
|
-
font-size: 14px;
|
|
825
|
-
}
|
|
884
|
+
|
|
826
885
|
.organization-tree,
|
|
827
886
|
.organization-tree .el-checkbox__label,
|
|
828
887
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -880,9 +939,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
880
939
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
881
940
|
color: #409eff;
|
|
882
941
|
}
|
|
883
|
-
|
|
884
|
-
width: 50%;
|
|
885
|
-
}
|
|
942
|
+
|
|
886
943
|
.organization-tree,
|
|
887
944
|
.organization-tree .el-checkbox__label,
|
|
888
945
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -940,171 +997,194 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
940
997
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
941
998
|
color: #409eff;
|
|
942
999
|
}
|
|
943
|
-
.
|
|
944
|
-
width:
|
|
945
|
-
|
|
946
|
-
margin: 100px auto;
|
|
947
|
-
}
|
|
948
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
949
|
-
background: #008489;
|
|
950
|
-
color: #fff;
|
|
951
|
-
border: none !important;
|
|
952
|
-
}
|
|
953
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
954
|
-
margin: 0 auto;
|
|
955
|
-
display: block;
|
|
956
|
-
}
|
|
957
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
958
|
-
display: block;
|
|
959
|
-
margin: 0 auto;
|
|
960
|
-
width: 100%;
|
|
961
|
-
}
|
|
962
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
963
|
-
font-size: 60px;
|
|
964
|
-
font-weight: 700;
|
|
965
|
-
color: #484848;
|
|
966
|
-
}
|
|
967
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
968
|
-
font-size: 14px;
|
|
969
|
-
}
|
|
970
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
971
|
-
padding-bottom: 5px;
|
|
972
|
-
}
|
|
973
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
974
|
-
color: #008489;
|
|
975
|
-
text-decoration: none;
|
|
976
|
-
}
|
|
977
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
978
|
-
text-decoration: underline;
|
|
979
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
980
|
-
position: relative;
|
|
981
|
-
height: 100%;
|
|
982
|
-
width: 100%;
|
|
983
|
-
}
|
|
984
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
985
|
-
position: fixed;
|
|
986
|
-
top: 0;
|
|
987
|
-
}
|
|
988
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
989
|
-
background: #000;
|
|
990
|
-
opacity: 0.3;
|
|
991
|
-
width: 100%;
|
|
992
|
-
top: 0;
|
|
993
|
-
height: 100%;
|
|
994
|
-
position: absolute;
|
|
995
|
-
z-index: 999;
|
|
996
|
-
}
|
|
997
|
-
.graphDiv[data-v-a936569d] {
|
|
998
|
-
overflow: auto;
|
|
999
|
-
height: 100%;
|
|
1000
|
-
height: calc(100vh - 20px);
|
|
1001
|
-
}
|
|
1002
|
-
iframe[data-v-20dccb82] {
|
|
1000
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
1001
|
+
width: 50%;
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
1003
1003
|
width: 100%;
|
|
1004
1004
|
height: calc(100vh - 50px);
|
|
1005
|
-
}.smb-sidebar-menu-item[data-v-
|
|
1005
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
1006
|
position: relative;
|
|
1007
1007
|
--el-menu-item-height: 45px;
|
|
1008
1008
|
--el-menu-sub-item-height: 45px;
|
|
1009
1009
|
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1010
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
1011
|
padding: 0 !important;
|
|
1012
1012
|
}
|
|
1013
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1013
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1014
1014
|
display: flex;
|
|
1015
1015
|
flex-direction: row;
|
|
1016
1016
|
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
1018
|
display: flex;
|
|
1019
1019
|
flex-direction: row;
|
|
1020
1020
|
padding: 0 !important;
|
|
1021
1021
|
}
|
|
1022
|
-
.smb-sidebar-menu-item[data-v-
|
|
1022
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
1023
|
display: flex;
|
|
1024
1024
|
align-items: center;
|
|
1025
1025
|
justify-content: center;
|
|
1026
1026
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
1027
|
font-size: 16px;
|
|
1028
1028
|
}
|
|
1029
|
-
.smb-sidebar-menu-item[data-v-
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
1030
|
width: 20px;
|
|
1031
1031
|
}
|
|
1032
|
-
.smb-sidebar-menu-item[data-v-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
1033
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
1034
|
overflow: hidden;
|
|
1035
1035
|
white-space: nowrap;
|
|
1036
1036
|
overflow: hidden;
|
|
1037
1037
|
text-overflow: ellipsis;
|
|
1038
1038
|
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
1040
|
overflow: hidden;
|
|
1041
1041
|
white-space: nowrap;
|
|
1042
1042
|
overflow: hidden;
|
|
1043
1043
|
text-overflow: ellipsis;
|
|
1044
1044
|
}
|
|
1045
|
-
.smb-sidebar-menu-item[data-v-
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
1046
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
-
}.
|
|
1048
|
-
padding: var(--app-main-padding, 15px);
|
|
1049
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
-
position: relative;
|
|
1051
|
-
overflow: hidden;
|
|
1052
|
-
}
|
|
1053
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
-
overflow: auto;
|
|
1057
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1047
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
1048
|
position: relative;
|
|
1059
1049
|
--el-menu-item-height: 45px;
|
|
1060
1050
|
--el-menu-sub-item-height: 45px;
|
|
1061
1051
|
}
|
|
1062
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1052
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
1053
|
padding: 0 !important;
|
|
1064
1054
|
}
|
|
1065
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1055
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1066
1056
|
display: flex;
|
|
1067
1057
|
flex-direction: row;
|
|
1068
1058
|
}
|
|
1069
|
-
.smb-sidebar-menu-item[data-v-
|
|
1059
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
1060
|
display: flex;
|
|
1071
1061
|
flex-direction: row;
|
|
1072
1062
|
padding: 0 !important;
|
|
1073
1063
|
}
|
|
1074
|
-
.smb-sidebar-menu-item[data-v-
|
|
1064
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
1065
|
display: flex;
|
|
1076
1066
|
align-items: center;
|
|
1077
1067
|
justify-content: center;
|
|
1078
1068
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
1069
|
font-size: 16px;
|
|
1080
1070
|
}
|
|
1081
|
-
.smb-sidebar-menu-item[data-v-
|
|
1071
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
1072
|
width: 20px;
|
|
1083
1073
|
}
|
|
1084
|
-
.smb-sidebar-menu-item[data-v-
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
1075
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
1076
|
overflow: hidden;
|
|
1087
1077
|
white-space: nowrap;
|
|
1088
1078
|
overflow: hidden;
|
|
1089
1079
|
text-overflow: ellipsis;
|
|
1090
1080
|
}
|
|
1091
|
-
.smb-sidebar-menu-item[data-v-
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
1082
|
overflow: hidden;
|
|
1093
1083
|
white-space: nowrap;
|
|
1094
1084
|
overflow: hidden;
|
|
1095
1085
|
text-overflow: ellipsis;
|
|
1096
1086
|
}
|
|
1097
|
-
.smb-sidebar-menu-item[data-v-
|
|
1087
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
1088
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1089
|
+
}.app-main[data-v-2d98e845] {
|
|
1090
|
+
padding: var(--app-main-padding, 15px);
|
|
1091
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1092
|
+
position: relative;
|
|
1093
|
+
overflow: hidden;
|
|
1094
|
+
}
|
|
1095
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1096
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1097
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1098
|
+
overflow: auto;
|
|
1099
|
+
}.normal-column-header[data-v-562b2e0d] {
|
|
1100
|
+
display: inline-flex;
|
|
1101
|
+
vertical-align: middle;
|
|
1102
|
+
}
|
|
1103
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1104
|
+
font-size: 20px;
|
|
1105
|
+
color: var(--el-color-primary);
|
|
1106
|
+
cursor: pointer;
|
|
1107
|
+
}
|
|
1108
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1109
|
+
margin-bottom: 0px;
|
|
1110
|
+
}
|
|
1111
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1112
|
+
margin-bottom: 5px;
|
|
1113
|
+
text-align: center;
|
|
1114
|
+
}
|
|
1115
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1116
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1117
|
+
width: 100%;
|
|
1118
|
+
}
|
|
1119
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1120
|
+
display: none;
|
|
1121
|
+
}
|
|
1122
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1123
|
+
padding-bottom: 10px;
|
|
1124
|
+
position: fixed;
|
|
1125
|
+
top: 37px;
|
|
1126
|
+
background-color: #ffffff;
|
|
1127
|
+
width: 46%;
|
|
1128
|
+
height: 40px;
|
|
1129
|
+
z-index: 1500;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.searchResult {
|
|
1133
|
+
color: red;
|
|
1105
1134
|
}
|
|
1106
1135
|
.inline-input-custom {
|
|
1107
|
-
width:
|
|
1136
|
+
width: 90%;
|
|
1137
|
+
}
|
|
1138
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1139
|
+
min-width: 300px;
|
|
1140
|
+
}
|
|
1141
|
+
li[data-v-040fcf55] {
|
|
1142
|
+
color: #333;
|
|
1143
|
+
}
|
|
1144
|
+
.context-menu[data-v-040fcf55] {
|
|
1145
|
+
position: fixed;
|
|
1146
|
+
background: #fff;
|
|
1147
|
+
z-index: 999;
|
|
1148
|
+
padding: 5px;
|
|
1149
|
+
margin: 0;
|
|
1150
|
+
margin-top: 30px;
|
|
1151
|
+
}
|
|
1152
|
+
.context-menu li[data-v-040fcf55] {
|
|
1153
|
+
min-width: 75px;
|
|
1154
|
+
height: 28px;
|
|
1155
|
+
line-height: 28px;
|
|
1156
|
+
text-align: left;
|
|
1157
|
+
color: #1a1a1a;
|
|
1158
|
+
}
|
|
1159
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1160
|
+
background: #42b983;
|
|
1161
|
+
color: #fff;
|
|
1162
|
+
}
|
|
1163
|
+
.context-menu[data-v-040fcf55] {
|
|
1164
|
+
border: 1px solid #eee;
|
|
1165
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1166
|
+
border-radius: 5px;
|
|
1167
|
+
}
|
|
1168
|
+
li[data-v-040fcf55] {
|
|
1169
|
+
list-style-type: none;
|
|
1170
|
+
}
|
|
1171
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1172
|
+
display: flex;
|
|
1173
|
+
align-items: center;
|
|
1174
|
+
width: 100%;
|
|
1175
|
+
gap: 8px;
|
|
1176
|
+
box-sizing: border-box;
|
|
1177
|
+
min-width: 0;
|
|
1178
|
+
}
|
|
1179
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1180
|
+
width: 100%;
|
|
1181
|
+
min-width: 0;
|
|
1182
|
+
}
|
|
1183
|
+
.sep[data-v-2aeaa81d] {
|
|
1184
|
+
padding: 0 8px;
|
|
1185
|
+
color: var(--el-text-color-secondary);
|
|
1186
|
+
white-space: nowrap;
|
|
1187
|
+
flex: 0 0 auto;
|
|
1108
1188
|
}
|
|
1109
1189
|
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1110
1190
|
user-select: text !important;
|
|
@@ -1325,23 +1405,14 @@ iframe[data-v-20dccb82] {
|
|
|
1325
1405
|
margin: 5px 0;
|
|
1326
1406
|
}
|
|
1327
1407
|
|
|
1328
|
-
.
|
|
1329
|
-
|
|
1330
|
-
align-items: center;
|
|
1331
|
-
width: 100%;
|
|
1332
|
-
gap: 8px;
|
|
1333
|
-
box-sizing: border-box;
|
|
1334
|
-
min-width: 0;
|
|
1408
|
+
.searchResult {
|
|
1409
|
+
color: red;
|
|
1335
1410
|
}
|
|
1336
|
-
.
|
|
1337
|
-
width: 100
|
|
1338
|
-
min-width: 0;
|
|
1411
|
+
.inline-input-custom {
|
|
1412
|
+
width: 100% !important;
|
|
1339
1413
|
}
|
|
1340
|
-
.
|
|
1341
|
-
|
|
1342
|
-
color: var(--el-text-color-secondary);
|
|
1343
|
-
white-space: nowrap;
|
|
1344
|
-
flex: 0 0 auto;
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1345
1416
|
}
|
|
1346
1417
|
|
|
1347
1418
|
.searchResult {
|
|
@@ -1377,55 +1448,48 @@ iframe[data-v-20dccb82] {
|
|
|
1377
1448
|
}
|
|
1378
1449
|
|
|
1379
1450
|
.searchResult {
|
|
1380
|
-
|
|
1451
|
+
color: red;
|
|
1381
1452
|
}
|
|
1382
|
-
.inline-
|
|
1383
|
-
|
|
1453
|
+
.inline-select-custom {
|
|
1454
|
+
width: 100px;
|
|
1384
1455
|
}
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1456
|
+
.inline-input-custom {
|
|
1457
|
+
width: 98%;
|
|
1387
1458
|
}
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1459
|
+
|
|
1460
|
+
.searchResult {
|
|
1461
|
+
color: red;
|
|
1391
1462
|
}
|
|
1392
|
-
.
|
|
1393
|
-
|
|
1394
|
-
color: var(--el-color-primary);
|
|
1395
|
-
cursor: pointer;
|
|
1463
|
+
.inline-select-custom {
|
|
1464
|
+
width: 100px;
|
|
1396
1465
|
}
|
|
1466
|
+
.inline-input-custom {
|
|
1467
|
+
width: 98%;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1397
1470
|
.searchResult {
|
|
1398
1471
|
color: red;
|
|
1399
1472
|
}
|
|
1400
|
-
.inline-
|
|
1401
|
-
width:
|
|
1473
|
+
.inline-select-custom {
|
|
1474
|
+
width: 100px;
|
|
1402
1475
|
}
|
|
1403
|
-
.
|
|
1404
|
-
|
|
1476
|
+
.inline-input-custom {
|
|
1477
|
+
width: 98%;
|
|
1405
1478
|
}
|
|
1406
1479
|
|
|
1407
|
-
.grid-search-form[data-v-
|
|
1480
|
+
.grid-search-form[data-v-04817310] {
|
|
1481
|
+
overflow: auto;
|
|
1482
|
+
}
|
|
1483
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1408
1484
|
margin-bottom: 0px;
|
|
1409
1485
|
}
|
|
1410
|
-
.grid-search-form[data-v-
|
|
1411
|
-
|
|
1412
|
-
|
|
1486
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1487
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1488
|
+
/* 可选:间距更美观 */
|
|
1413
1489
|
}
|
|
1414
|
-
.grid-search-form[data-v-
|
|
1415
|
-
.grid-search-form[data-v-
|
|
1490
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1491
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1416
1492
|
width: 100%;
|
|
1417
|
-
}
|
|
1418
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1419
|
-
display: none;
|
|
1420
|
-
}
|
|
1421
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1422
|
-
padding-bottom: 10px;
|
|
1423
|
-
position: fixed;
|
|
1424
|
-
top: 37px;
|
|
1425
|
-
background-color: #ffffff;
|
|
1426
|
-
width: 46%;
|
|
1427
|
-
height: 40px;
|
|
1428
|
-
z-index: 1500;
|
|
1429
1493
|
}
|
|
1430
1494
|
|
|
1431
1495
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1479,70 +1543,6 @@ iframe[data-v-20dccb82] {
|
|
|
1479
1543
|
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1480
1544
|
color:#409EFF
|
|
1481
1545
|
}
|
|
1482
|
-
li[data-v-040fcf55] {
|
|
1483
|
-
color: #333;
|
|
1484
|
-
}
|
|
1485
|
-
.context-menu[data-v-040fcf55] {
|
|
1486
|
-
position: fixed;
|
|
1487
|
-
background: #fff;
|
|
1488
|
-
z-index: 999;
|
|
1489
|
-
padding: 5px;
|
|
1490
|
-
margin: 0;
|
|
1491
|
-
margin-top: 30px;
|
|
1492
|
-
}
|
|
1493
|
-
.context-menu li[data-v-040fcf55] {
|
|
1494
|
-
min-width: 75px;
|
|
1495
|
-
height: 28px;
|
|
1496
|
-
line-height: 28px;
|
|
1497
|
-
text-align: left;
|
|
1498
|
-
color: #1a1a1a;
|
|
1499
|
-
}
|
|
1500
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1501
|
-
background: #42b983;
|
|
1502
|
-
color: #fff;
|
|
1503
|
-
}
|
|
1504
|
-
.context-menu[data-v-040fcf55] {
|
|
1505
|
-
border: 1px solid #eee;
|
|
1506
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1507
|
-
border-radius: 5px;
|
|
1508
|
-
}
|
|
1509
|
-
li[data-v-040fcf55] {
|
|
1510
|
-
list-style-type: none;
|
|
1511
|
-
}
|
|
1512
|
-
.searchResult {
|
|
1513
|
-
color: red;
|
|
1514
|
-
}
|
|
1515
|
-
.inline-select-custom {
|
|
1516
|
-
width: 100px;
|
|
1517
|
-
}
|
|
1518
|
-
.inline-input-custom {
|
|
1519
|
-
width: 98%;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.searchResult {
|
|
1523
|
-
color: red;
|
|
1524
|
-
}
|
|
1525
|
-
.inline-select-custom {
|
|
1526
|
-
width: 100px;
|
|
1527
|
-
}
|
|
1528
|
-
.inline-input-custom {
|
|
1529
|
-
width: 98%;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.grid-search-form[data-v-04817310] {
|
|
1533
|
-
overflow: auto;
|
|
1534
|
-
}
|
|
1535
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1536
|
-
margin-bottom: 0px;
|
|
1537
|
-
}
|
|
1538
|
-
.grid-search-form[data-v-04817310] .search-btn {
|
|
1539
|
-
justify-content: center; /* 确保按钮居中 */
|
|
1540
|
-
/* 可选:间距更美观 */
|
|
1541
|
-
}
|
|
1542
|
-
.grid-search-form[data-v-04817310] .el-select,
|
|
1543
|
-
.grid-search-form[data-v-04817310] .customComponent {
|
|
1544
|
-
width: 100%;
|
|
1545
|
-
}
|
|
1546
1546
|
|
|
1547
1547
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1548
1548
|
width: 100%;
|
|
@@ -1605,7 +1605,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
|
|
1608
|
+
[data-v-455b2ba2] .super-icon {
|
|
1609
|
+
width: 20px !important;
|
|
1610
|
+
height: 20px !important;
|
|
1611
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1609
1612
|
background-color: #eee;
|
|
1610
1613
|
width: 100%;
|
|
1611
1614
|
border: 1px solid #ccc;
|
|
@@ -1627,33 +1630,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1628
1631
|
width: 20px !important;
|
|
1629
1632
|
height: 20px !important;
|
|
1630
|
-
}[data-v-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
.searchResult {
|
|
1635
|
-
color: red;
|
|
1636
|
-
}
|
|
1637
|
-
.inline-select-custom {
|
|
1638
|
-
width: 100px;
|
|
1639
|
-
}
|
|
1640
|
-
.inline-input-custom {
|
|
1641
|
-
width: 98%;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.searchResult {
|
|
1645
|
-
color: red;
|
|
1646
|
-
}
|
|
1647
|
-
.inline-select-custom {
|
|
1648
|
-
width: 100px;
|
|
1649
|
-
}
|
|
1650
|
-
.inline-input-custom {
|
|
1651
|
-
width: 98%;
|
|
1652
|
-
}
|
|
1653
|
-
.annex-cell[data-v-1e660925] {
|
|
1654
|
-
padding-right: 5px;
|
|
1655
|
-
cursor: pointer;
|
|
1656
|
-
color: #409eff;
|
|
1633
|
+
}.annex-cell[data-v-1e660925] {
|
|
1634
|
+
padding-right: 5px;
|
|
1635
|
+
cursor: pointer;
|
|
1636
|
+
color: #409eff;
|
|
1657
1637
|
}
|
|
1658
1638
|
.m-requried[data-v-1e660925] {
|
|
1659
1639
|
float: left;
|
|
@@ -1770,7 +1750,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1750
|
background-color: #ffffff;
|
|
1771
1751
|
width: 50%;
|
|
1772
1752
|
height: 40px;
|
|
1773
|
-
}
|
|
1753
|
+
}
|
|
1754
|
+
.searchResult {
|
|
1755
|
+
color: red;
|
|
1756
|
+
}
|
|
1757
|
+
.inline-select-custom {
|
|
1758
|
+
width: 100px;
|
|
1759
|
+
}
|
|
1760
|
+
.inline-input-custom {
|
|
1761
|
+
width: 98%;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.searchResult {
|
|
1765
|
+
color: red;
|
|
1766
|
+
}
|
|
1767
|
+
.inline-select-custom {
|
|
1768
|
+
width: 100px;
|
|
1769
|
+
}
|
|
1770
|
+
.inline-input-custom {
|
|
1771
|
+
width: 98%;
|
|
1772
|
+
}
|
|
1773
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1774
|
position: relative;
|
|
1775
1775
|
--el-menu-item-height: 45px;
|
|
1776
1776
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1806,25 +1806,102 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
text-overflow: ellipsis;
|
|
1809
|
-
}
|
|
1809
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1810
|
+
margin-right: 5px;
|
|
1811
|
+
}
|
|
1812
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1813
|
+
margin-left: 5px;
|
|
1814
|
+
}
|
|
1815
|
+
.svg-icon[data-v-019891df] {
|
|
1816
|
+
width: 1.2em;
|
|
1817
|
+
height: 1.2em;
|
|
1818
|
+
vertical-align: -0.25em;
|
|
1819
|
+
fill: currentColor;
|
|
1820
|
+
overflow: initial;
|
|
1821
|
+
}
|
|
1822
|
+
[data-v-90635647] .el-range-separator {
|
|
1823
|
+
min-width: 20px;
|
|
1824
|
+
}
|
|
1825
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
1826
|
+
display: flex;
|
|
1827
|
+
align-items: center;
|
|
1828
|
+
justify-content: space-between;
|
|
1829
|
+
gap: 10px;
|
|
1830
|
+
width: 100%;
|
|
1831
|
+
.footer-time[data-v-ffbde6f9] {
|
|
1832
|
+
font-size: 10px;
|
|
1833
|
+
color: #999;
|
|
1834
|
+
margin-top: 3px;
|
|
1835
|
+
flex-shrink: 0;
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
.footer-container[data-v-ffbde6f9] {
|
|
1839
|
+
display: flex;
|
|
1840
|
+
gap: 8px;
|
|
1841
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1842
|
+
margin-left: 0;
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1847
|
+
display: flex;
|
|
1848
|
+
align-items: center;
|
|
1849
|
+
flex-shrink: 0;
|
|
1850
|
+
min-width: max-content;
|
|
1851
|
+
margin-left: auto;
|
|
1852
|
+
gap: 10px;
|
|
1853
|
+
}
|
|
1854
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1855
|
+
display: flex;
|
|
1856
|
+
align-items: center;
|
|
1857
|
+
justify-content: center;
|
|
1858
|
+
margin-top: 10px;
|
|
1859
|
+
gap: 10px;
|
|
1860
|
+
}
|
|
1861
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1862
|
+
border: 1px solid #dcdfe6;
|
|
1863
|
+
padding: 4px 8px;
|
|
1864
|
+
background-clip: padding-box;
|
|
1865
|
+
overflow: hidden;
|
|
1866
|
+
display: inline-flex;
|
|
1867
|
+
align-items: center;
|
|
1868
|
+
}
|
|
1869
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1870
|
+
margin-right: 18px;
|
|
1871
|
+
max-width: 160px;
|
|
1872
|
+
overflow: hidden;
|
|
1873
|
+
text-overflow: ellipsis;
|
|
1874
|
+
white-space: nowrap;
|
|
1875
|
+
}
|
|
1876
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1877
|
+
font-weight: 600;
|
|
1878
|
+
margin-left: 4px;
|
|
1879
|
+
}
|
|
1880
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
1881
|
+
width: 100%;
|
|
1882
|
+
height: 100%;
|
|
1883
|
+
border: none;
|
|
1884
|
+
opacity: 1;
|
|
1885
|
+
}
|
|
1886
|
+
[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
1810
1887
|
user-select: text !important;
|
|
1811
1888
|
-webkit-user-select: text !important;
|
|
1812
1889
|
-moz-user-select: text !important;
|
|
1813
1890
|
-ms-user-select: text !important;
|
|
1814
1891
|
}
|
|
1815
|
-
.slide-up-enter-active[data-v-
|
|
1816
|
-
.slide-up-leave-active[data-v-
|
|
1892
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
1893
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
1817
1894
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1818
1895
|
}
|
|
1819
|
-
.slide-up-enter-from[data-v-
|
|
1820
|
-
.slide-up-leave-to[data-v-
|
|
1896
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
1897
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
1821
1898
|
transform: translateY(100%);
|
|
1822
1899
|
}
|
|
1823
1900
|
|
|
1824
1901
|
/**
|
|
1825
1902
|
* 聊天窗口的样式设置
|
|
1826
1903
|
*/
|
|
1827
|
-
.chat-container[data-v-
|
|
1904
|
+
.chat-container[data-v-0b0c189e] {
|
|
1828
1905
|
--header-height: 56px;
|
|
1829
1906
|
--chat-padding: 12px;
|
|
1830
1907
|
--bubble-content-max-width: 0px;
|
|
@@ -1836,25 +1913,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1836
1913
|
flex-direction: row; /* 横向排列 */
|
|
1837
1914
|
height: 100%; /* 父容器高度 */
|
|
1838
1915
|
}
|
|
1839
|
-
.small-window[data-v-
|
|
1916
|
+
.small-window[data-v-0b0c189e] {
|
|
1840
1917
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1841
1918
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1842
1919
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1843
1920
|
border-radius: 8px;
|
|
1844
1921
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1845
1922
|
}
|
|
1846
|
-
.full-screen[data-v-
|
|
1923
|
+
.full-screen[data-v-0b0c189e] {
|
|
1847
1924
|
right: 0;
|
|
1848
1925
|
bottom: 0;
|
|
1849
1926
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1850
1927
|
}
|
|
1851
|
-
.chat-container > *[data-v-
|
|
1928
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
1852
1929
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1853
1930
|
}
|
|
1854
1931
|
|
|
1855
1932
|
/* 聊天窗口的头部样式设置
|
|
1856
1933
|
*/
|
|
1857
|
-
.chat-embed__header_container[data-v-
|
|
1934
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
1858
1935
|
/* border-bottom: 1px solid #ddd; */
|
|
1859
1936
|
display: flex;
|
|
1860
1937
|
align-items: center;
|
|
@@ -1864,7 +1941,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1864
1941
|
overflow: hidden;
|
|
1865
1942
|
position: relative;
|
|
1866
1943
|
}
|
|
1867
|
-
.session-subject[data-v-
|
|
1944
|
+
.session-subject[data-v-0b0c189e] {
|
|
1868
1945
|
display: block;
|
|
1869
1946
|
margin: 0 auto;
|
|
1870
1947
|
text-align: center;
|
|
@@ -1879,17 +1956,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1879
1956
|
|
|
1880
1957
|
/* 聊天窗口的头部图标样式设置
|
|
1881
1958
|
*/
|
|
1882
|
-
.chat-embed__header_avatar[data-v-
|
|
1959
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
1883
1960
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1884
1961
|
margin-right: var(--chat-padding);
|
|
1885
1962
|
}
|
|
1886
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1963
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
1887
1964
|
right: 20px;
|
|
1888
1965
|
position: absolute;
|
|
1889
1966
|
gap: 28px;
|
|
1890
1967
|
display: flex;
|
|
1891
1968
|
}
|
|
1892
|
-
.chat-embed__sidebar[data-v-
|
|
1969
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
1893
1970
|
background: #f6f7fa;
|
|
1894
1971
|
display: flex;
|
|
1895
1972
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1898,7 +1975,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1898
1975
|
width: 260px;
|
|
1899
1976
|
height: 100%;
|
|
1900
1977
|
}
|
|
1901
|
-
.chat-embed__main[data-v-
|
|
1978
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
1902
1979
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1903
1980
|
box-sizing: border-box;
|
|
1904
1981
|
overflow: hidden;
|
|
@@ -1909,7 +1986,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1909
1986
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1910
1987
|
overflow: hidden; /* 防止内容溢出 */
|
|
1911
1988
|
}
|
|
1912
|
-
.chat-embed__main_content[data-v-
|
|
1989
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
1913
1990
|
flex: 1;
|
|
1914
1991
|
box-sizing: border-box;
|
|
1915
1992
|
min-height: 0;
|
|
@@ -1917,21 +1994,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1917
1994
|
/* overflow-y: auto;
|
|
1918
1995
|
margin-bottom: 12px; */
|
|
1919
1996
|
}
|
|
1920
|
-
.chat-embed__input_container[data-v-
|
|
1997
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
1921
1998
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1922
1999
|
/* margin-bottom: 50px; 距离底部 */
|
|
1923
2000
|
}
|
|
1924
|
-
.header-icon[data-v-
|
|
2001
|
+
.header-icon[data-v-0b0c189e] {
|
|
1925
2002
|
cursor: pointer;
|
|
1926
2003
|
font-size: 20px;
|
|
1927
2004
|
}
|
|
1928
2005
|
|
|
1929
2006
|
/* 聊天默认推荐内容样式
|
|
1930
2007
|
*/
|
|
1931
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2008
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
1932
2009
|
margin-top: 5px;
|
|
1933
2010
|
}
|
|
1934
|
-
.content-container[data-v-
|
|
2011
|
+
.content-container[data-v-0b0c189e] {
|
|
1935
2012
|
padding: 16px;
|
|
1936
2013
|
border-radius: 4px;
|
|
1937
2014
|
background: #ffffff;
|
|
@@ -1939,7 +2016,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1939
2016
|
border-radius: 0px 30px 30px 30px;
|
|
1940
2017
|
/* opacity: 0.6; */
|
|
1941
2018
|
}
|
|
1942
|
-
.chat-content-font[data-v-
|
|
2019
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
1943
2020
|
font-family: PingFang SC, PingFang SC;
|
|
1944
2021
|
font-weight: 500;
|
|
1945
2022
|
font-size: 16px;
|
|
@@ -1949,10 +2026,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1949
2026
|
font-style: normal;
|
|
1950
2027
|
text-transform: none;
|
|
1951
2028
|
}
|
|
1952
|
-
[data-v-
|
|
2029
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1953
2030
|
border: none !important;
|
|
1954
2031
|
}
|
|
1955
|
-
.content-container-header[data-v-
|
|
2032
|
+
.content-container-header[data-v-0b0c189e] {
|
|
1956
2033
|
font-size: 12px;
|
|
1957
2034
|
color: #909399;
|
|
1958
2035
|
}
|
|
@@ -1960,28 +2037,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1960
2037
|
/**
|
|
1961
2038
|
// 用户消息
|
|
1962
2039
|
*/
|
|
1963
|
-
.content-borderless-container[data-v-
|
|
2040
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
1964
2041
|
background: #e1ecfd;
|
|
1965
2042
|
border-radius: 20px 0px 20px 20px;
|
|
1966
2043
|
user-select: none;
|
|
1967
2044
|
padding: 12px;
|
|
1968
2045
|
cursor: pointer;
|
|
1969
2046
|
transition: background-color 0.3s;
|
|
1970
|
-
&[data-v-
|
|
2047
|
+
&[data-v-0b0c189e]:hover {
|
|
1971
2048
|
background-color: #ebeef5;
|
|
1972
2049
|
}
|
|
1973
2050
|
}
|
|
1974
|
-
.footer-container[data-v-
|
|
1975
|
-
[data-v-
|
|
2051
|
+
.footer-container[data-v-0b0c189e] {
|
|
2052
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
1976
2053
|
margin-left: 8px;
|
|
1977
2054
|
}
|
|
1978
2055
|
}
|
|
1979
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2056
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
1980
2057
|
padding: 0;
|
|
1981
2058
|
}
|
|
1982
2059
|
|
|
1983
2060
|
/* 引用文件样式 */
|
|
1984
|
-
.doc-agg-item[data-v-
|
|
2061
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
1985
2062
|
width: 100%;
|
|
1986
2063
|
padding: 10px;
|
|
1987
2064
|
margin-bottom: 5px;
|
|
@@ -1991,68 +2068,128 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1991
2068
|
font-size: 12px;
|
|
1992
2069
|
color: var(--el-color-primary);
|
|
1993
2070
|
}
|
|
1994
|
-
.elx-xmarkdown-container[data-v-
|
|
2071
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
1995
2072
|
padding: 0;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
1999
|
-
display: flex;
|
|
2000
|
-
align-items: center;
|
|
2001
|
-
flex-shrink: 0;
|
|
2002
|
-
min-width: max-content;
|
|
2003
|
-
margin-left: auto;
|
|
2004
|
-
gap: 10px;
|
|
2005
2073
|
}
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2074
|
+
h4[data-v-0b0c189e] {
|
|
2075
|
+
font-size: 16px;
|
|
2076
|
+
margin-top: 0px;
|
|
2077
|
+
margin-bottom: 0px;
|
|
2078
|
+
}
|
|
2079
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2080
|
+
margin: 5px 0;
|
|
2081
|
+
}
|
|
2082
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2083
|
+
display: flex;
|
|
2084
|
+
align-items: center;
|
|
2085
|
+
flex-shrink: 0;
|
|
2086
|
+
min-width: max-content;
|
|
2087
|
+
margin-left: auto;
|
|
2011
2088
|
gap: 10px;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2015
|
-
display: flex;
|
|
2016
|
-
align-items: center;
|
|
2017
|
-
justify-content: space-between;
|
|
2018
|
-
gap: 10px;
|
|
2019
|
-
width: 100%;
|
|
2020
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2021
|
-
font-size: 10px;
|
|
2022
|
-
color: #999;
|
|
2023
|
-
margin-top: 3px;
|
|
2024
|
-
flex-shrink: 0;
|
|
2025
2089
|
}
|
|
2090
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2091
|
+
display: inline-block;
|
|
2092
|
+
width: 12px;
|
|
2093
|
+
height: 12px;
|
|
2094
|
+
background-repeat: no-repeat;
|
|
2095
|
+
background-position: center;
|
|
2096
|
+
background-size: 100%;
|
|
2097
|
+
cursor: pointer;
|
|
2026
2098
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
gap: 8px;
|
|
2030
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2031
|
-
margin-left: 0;
|
|
2099
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2100
|
+
margin-left: 5px;
|
|
2032
2101
|
}
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
-moz-user-select: text !important;
|
|
2038
|
-
-ms-user-select: text !important;
|
|
2102
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2103
|
+
display: flex;
|
|
2104
|
+
flex-direction: column;
|
|
2105
|
+
padding: 16px;
|
|
2039
2106
|
}
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2107
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2108
|
+
border-bottom-color: #ffffff !important;
|
|
2043
2109
|
}
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2110
|
+
[data-v-0b0c189e] .el-sender {
|
|
2111
|
+
background: #ffffff !important;
|
|
2112
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2113
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2114
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2115
|
+
font-weight: 400;
|
|
2116
|
+
font-size: 16px;
|
|
2117
|
+
color: #bbbbbb;
|
|
2118
|
+
text-align: left;
|
|
2119
|
+
font-style: normal;
|
|
2120
|
+
text-transform: none;
|
|
2121
|
+
}
|
|
2122
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2123
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2124
|
+
font-weight: 400 !important;
|
|
2125
|
+
font-size: 16px !important;
|
|
2126
|
+
line-height: 21px !important;
|
|
2127
|
+
font-style: normal !important;
|
|
2128
|
+
text-transform: none !important;
|
|
2129
|
+
}
|
|
2130
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2131
|
+
padding: 16px !important;
|
|
2132
|
+
}
|
|
2133
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2134
|
+
border-radius: 100px 100px 100px 100px;
|
|
2135
|
+
border: 1px solid #dcdfe6;
|
|
2136
|
+
}
|
|
2137
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2138
|
+
padding: 12px;
|
|
2139
|
+
font-family: PingFang SC, PingFang SC;
|
|
2140
|
+
font-weight: 400;
|
|
2141
|
+
font-size: 14px;
|
|
2142
|
+
color: #808080;
|
|
2143
|
+
line-height: 21px;
|
|
2144
|
+
font-style: normal;
|
|
2145
|
+
text-align: center;
|
|
2146
|
+
}
|
|
2147
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2148
|
+
border-radius: 50% !important;
|
|
2149
|
+
padding: 8px;
|
|
2150
|
+
width: 32px;
|
|
2151
|
+
}
|
|
2152
|
+
.send-icon[data-v-0b0c189e] {
|
|
2153
|
+
cursor: pointer;
|
|
2154
|
+
}
|
|
2155
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2156
|
+
margin: 0 0;
|
|
2157
|
+
}
|
|
2158
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2159
|
+
width: 100%;
|
|
2160
|
+
height: 100%;
|
|
2161
|
+
border: none;
|
|
2162
|
+
opacity: 1;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2166
|
+
width: 100%;
|
|
2167
|
+
height: 100%;
|
|
2168
|
+
border: none;
|
|
2169
|
+
opacity: 1;
|
|
2170
|
+
}
|
|
2171
|
+
[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 {
|
|
2172
|
+
user-select: text !important;
|
|
2173
|
+
-webkit-user-select: text !important;
|
|
2174
|
+
-moz-user-select: text !important;
|
|
2175
|
+
-ms-user-select: text !important;
|
|
2176
|
+
}
|
|
2177
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2178
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2179
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2180
|
+
}
|
|
2181
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2182
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2183
|
+
transform: translateY(100%);
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
/**
|
|
2187
|
+
* 聊天窗口的样式设置
|
|
2188
|
+
*/
|
|
2189
|
+
.chat-container[data-v-45fbaf17] {
|
|
2190
|
+
--header-height: 56px;
|
|
2191
|
+
--chat-padding: 12px;
|
|
2192
|
+
--bubble-content-max-width: 0px;
|
|
2056
2193
|
position: fixed;
|
|
2057
2194
|
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2058
2195
|
|
|
@@ -2061,25 +2198,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2061
2198
|
flex-direction: row; /* 横向排列 */
|
|
2062
2199
|
height: 100%; /* 父容器高度 */
|
|
2063
2200
|
}
|
|
2064
|
-
.small-window[data-v-
|
|
2201
|
+
.small-window[data-v-45fbaf17] {
|
|
2065
2202
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2066
2203
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2067
2204
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2068
2205
|
border-radius: 8px;
|
|
2069
2206
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2070
2207
|
}
|
|
2071
|
-
.full-screen[data-v-
|
|
2208
|
+
.full-screen[data-v-45fbaf17] {
|
|
2072
2209
|
right: 0;
|
|
2073
2210
|
bottom: 0;
|
|
2074
2211
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2075
2212
|
}
|
|
2076
|
-
.chat-container > *[data-v-
|
|
2213
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2077
2214
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2078
2215
|
}
|
|
2079
2216
|
|
|
2080
2217
|
/* 聊天窗口的头部样式设置
|
|
2081
2218
|
*/
|
|
2082
|
-
.chat-embed__header_container[data-v-
|
|
2219
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2083
2220
|
/* border-bottom: 1px solid #ddd; */
|
|
2084
2221
|
display: flex;
|
|
2085
2222
|
align-items: center;
|
|
@@ -2089,7 +2226,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2089
2226
|
overflow: hidden;
|
|
2090
2227
|
position: relative;
|
|
2091
2228
|
}
|
|
2092
|
-
.session-subject[data-v-
|
|
2229
|
+
.session-subject[data-v-45fbaf17] {
|
|
2093
2230
|
display: block;
|
|
2094
2231
|
margin: 0 auto;
|
|
2095
2232
|
text-align: center;
|
|
@@ -2104,17 +2241,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2104
2241
|
|
|
2105
2242
|
/* 聊天窗口的头部图标样式设置
|
|
2106
2243
|
*/
|
|
2107
|
-
.chat-embed__header_avatar[data-v-
|
|
2244
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2108
2245
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2109
2246
|
margin-right: var(--chat-padding);
|
|
2110
2247
|
}
|
|
2111
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2248
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2112
2249
|
right: 20px;
|
|
2113
2250
|
position: absolute;
|
|
2114
2251
|
gap: 28px;
|
|
2115
2252
|
display: flex;
|
|
2116
2253
|
}
|
|
2117
|
-
.chat-embed__sidebar[data-v-
|
|
2254
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2118
2255
|
background: #f6f7fa;
|
|
2119
2256
|
display: flex;
|
|
2120
2257
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2123,7 +2260,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2123
2260
|
width: 260px;
|
|
2124
2261
|
height: 100%;
|
|
2125
2262
|
}
|
|
2126
|
-
.chat-embed__main[data-v-
|
|
2263
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2127
2264
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2128
2265
|
box-sizing: border-box;
|
|
2129
2266
|
overflow: hidden;
|
|
@@ -2134,7 +2271,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2134
2271
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2135
2272
|
overflow: hidden; /* 防止内容溢出 */
|
|
2136
2273
|
}
|
|
2137
|
-
.chat-embed__main_content[data-v-
|
|
2274
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2138
2275
|
flex: 1;
|
|
2139
2276
|
box-sizing: border-box;
|
|
2140
2277
|
min-height: 0;
|
|
@@ -2142,21 +2279,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2142
2279
|
/* overflow-y: auto;
|
|
2143
2280
|
margin-bottom: 12px; */
|
|
2144
2281
|
}
|
|
2145
|
-
.chat-embed__input_container[data-v-
|
|
2282
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2146
2283
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2147
2284
|
/* margin-bottom: 50px; 距离底部 */
|
|
2148
2285
|
}
|
|
2149
|
-
.header-icon[data-v-
|
|
2286
|
+
.header-icon[data-v-45fbaf17] {
|
|
2150
2287
|
cursor: pointer;
|
|
2151
2288
|
font-size: 20px;
|
|
2152
2289
|
}
|
|
2153
2290
|
|
|
2154
2291
|
/* 聊天默认推荐内容样式
|
|
2155
2292
|
*/
|
|
2156
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2293
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2157
2294
|
margin-top: 5px;
|
|
2158
2295
|
}
|
|
2159
|
-
.content-container[data-v-
|
|
2296
|
+
.content-container[data-v-45fbaf17] {
|
|
2160
2297
|
padding: 16px;
|
|
2161
2298
|
border-radius: 4px;
|
|
2162
2299
|
background: #ffffff;
|
|
@@ -2164,7 +2301,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2164
2301
|
border-radius: 0px 30px 30px 30px;
|
|
2165
2302
|
/* opacity: 0.6; */
|
|
2166
2303
|
}
|
|
2167
|
-
.chat-content-font[data-v-
|
|
2304
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2168
2305
|
font-family: PingFang SC, PingFang SC;
|
|
2169
2306
|
font-weight: 500;
|
|
2170
2307
|
font-size: 16px;
|
|
@@ -2174,10 +2311,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2174
2311
|
font-style: normal;
|
|
2175
2312
|
text-transform: none;
|
|
2176
2313
|
}
|
|
2177
|
-
[data-v-
|
|
2314
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2178
2315
|
border: none !important;
|
|
2179
2316
|
}
|
|
2180
|
-
.content-container-header[data-v-
|
|
2317
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2181
2318
|
font-size: 12px;
|
|
2182
2319
|
color: #909399;
|
|
2183
2320
|
}
|
|
@@ -2185,28 +2322,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2185
2322
|
/**
|
|
2186
2323
|
// 用户消息
|
|
2187
2324
|
*/
|
|
2188
|
-
.content-borderless-container[data-v-
|
|
2325
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2189
2326
|
background: #e1ecfd;
|
|
2190
2327
|
border-radius: 20px 0px 20px 20px;
|
|
2191
2328
|
user-select: none;
|
|
2192
2329
|
padding: 12px;
|
|
2193
2330
|
cursor: pointer;
|
|
2194
2331
|
transition: background-color 0.3s;
|
|
2195
|
-
&[data-v-
|
|
2332
|
+
&[data-v-45fbaf17]:hover {
|
|
2196
2333
|
background-color: #ebeef5;
|
|
2197
2334
|
}
|
|
2198
2335
|
}
|
|
2199
|
-
.footer-container[data-v-
|
|
2200
|
-
[data-v-
|
|
2336
|
+
.footer-container[data-v-45fbaf17] {
|
|
2337
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2201
2338
|
margin-left: 8px;
|
|
2202
2339
|
}
|
|
2203
2340
|
}
|
|
2204
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2341
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2205
2342
|
padding: 0;
|
|
2206
2343
|
}
|
|
2207
2344
|
|
|
2208
2345
|
/* 引用文件样式 */
|
|
2209
|
-
.doc-agg-item[data-v-
|
|
2346
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2210
2347
|
width: 100%;
|
|
2211
2348
|
padding: 10px;
|
|
2212
2349
|
margin-bottom: 5px;
|
|
@@ -2216,10 +2353,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2216
2353
|
font-size: 12px;
|
|
2217
2354
|
color: var(--el-color-primary);
|
|
2218
2355
|
}
|
|
2219
|
-
.elx-xmarkdown-container[data-v-
|
|
2356
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2220
2357
|
padding: 0;
|
|
2221
2358
|
}
|
|
2222
|
-
.
|
|
2359
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
2360
|
+
font-size: 12px;
|
|
2361
|
+
}
|
|
2362
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2223
2363
|
border: 1px solid #dcdfe6;
|
|
2224
2364
|
padding: 4px 8px;
|
|
2225
2365
|
background-clip: padding-box;
|
|
@@ -2227,35 +2367,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2227
2367
|
display: inline-flex;
|
|
2228
2368
|
align-items: center;
|
|
2229
2369
|
}
|
|
2230
|
-
.fs-upload-tag-text[data-v-
|
|
2370
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2231
2371
|
margin-right: 18px;
|
|
2232
2372
|
max-width: 160px;
|
|
2233
2373
|
overflow: hidden;
|
|
2234
2374
|
text-overflow: ellipsis;
|
|
2235
2375
|
white-space: nowrap;
|
|
2236
2376
|
}
|
|
2237
|
-
.fs-upload-tag-percent[data-v-
|
|
2377
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2238
2378
|
font-weight: 600;
|
|
2239
2379
|
margin-left: 4px;
|
|
2240
|
-
}[data-v-
|
|
2380
|
+
}[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 {
|
|
2241
2381
|
user-select: text !important;
|
|
2242
2382
|
-webkit-user-select: text !important;
|
|
2243
2383
|
-moz-user-select: text !important;
|
|
2244
2384
|
-ms-user-select: text !important;
|
|
2245
2385
|
}
|
|
2246
|
-
.slide-up-enter-active[data-v-
|
|
2247
|
-
.slide-up-leave-active[data-v-
|
|
2386
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2387
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2248
2388
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2249
2389
|
}
|
|
2250
|
-
.slide-up-enter-from[data-v-
|
|
2251
|
-
.slide-up-leave-to[data-v-
|
|
2390
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2391
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2252
2392
|
transform: translateY(100%);
|
|
2253
2393
|
}
|
|
2254
2394
|
|
|
2255
2395
|
/**
|
|
2256
2396
|
* 聊天窗口的样式设置
|
|
2257
2397
|
*/
|
|
2258
|
-
.chat-container[data-v-
|
|
2398
|
+
.chat-container[data-v-e9aa835d] {
|
|
2259
2399
|
--header-height: 56px;
|
|
2260
2400
|
--chat-padding: 12px;
|
|
2261
2401
|
--bubble-content-max-width: 0px;
|
|
@@ -2267,25 +2407,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2267
2407
|
flex-direction: row; /* 横向排列 */
|
|
2268
2408
|
height: 100%; /* 父容器高度 */
|
|
2269
2409
|
}
|
|
2270
|
-
.small-window[data-v-
|
|
2410
|
+
.small-window[data-v-e9aa835d] {
|
|
2271
2411
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2272
2412
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2273
2413
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2274
2414
|
border-radius: 8px;
|
|
2275
2415
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2276
2416
|
}
|
|
2277
|
-
.full-screen[data-v-
|
|
2417
|
+
.full-screen[data-v-e9aa835d] {
|
|
2278
2418
|
right: 0;
|
|
2279
2419
|
bottom: 0;
|
|
2280
2420
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2281
2421
|
}
|
|
2282
|
-
.chat-container > *[data-v-
|
|
2422
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2283
2423
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2284
2424
|
}
|
|
2285
2425
|
|
|
2286
2426
|
/* 聊天窗口的头部样式设置
|
|
2287
2427
|
*/
|
|
2288
|
-
.chat-embed__header_container[data-v-
|
|
2428
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2289
2429
|
/* border-bottom: 1px solid #ddd; */
|
|
2290
2430
|
display: flex;
|
|
2291
2431
|
align-items: center;
|
|
@@ -2295,7 +2435,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2295
2435
|
overflow: hidden;
|
|
2296
2436
|
position: relative;
|
|
2297
2437
|
}
|
|
2298
|
-
.session-subject[data-v-
|
|
2438
|
+
.session-subject[data-v-e9aa835d] {
|
|
2299
2439
|
display: block;
|
|
2300
2440
|
margin: 0 auto;
|
|
2301
2441
|
text-align: center;
|
|
@@ -2310,17 +2450,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2310
2450
|
|
|
2311
2451
|
/* 聊天窗口的头部图标样式设置
|
|
2312
2452
|
*/
|
|
2313
|
-
.chat-embed__header_avatar[data-v-
|
|
2453
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2314
2454
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2315
2455
|
margin-right: var(--chat-padding);
|
|
2316
2456
|
}
|
|
2317
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2457
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2318
2458
|
right: 20px;
|
|
2319
2459
|
position: absolute;
|
|
2320
2460
|
gap: 28px;
|
|
2321
2461
|
display: flex;
|
|
2322
2462
|
}
|
|
2323
|
-
.chat-embed__sidebar[data-v-
|
|
2463
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2324
2464
|
background: #f6f7fa;
|
|
2325
2465
|
display: flex;
|
|
2326
2466
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2329,7 +2469,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2329
2469
|
width: 260px;
|
|
2330
2470
|
height: 100%;
|
|
2331
2471
|
}
|
|
2332
|
-
.chat-embed__main[data-v-
|
|
2472
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2333
2473
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2334
2474
|
box-sizing: border-box;
|
|
2335
2475
|
overflow: hidden;
|
|
@@ -2340,7 +2480,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2340
2480
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2341
2481
|
overflow: hidden; /* 防止内容溢出 */
|
|
2342
2482
|
}
|
|
2343
|
-
.chat-embed__main_content[data-v-
|
|
2483
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2344
2484
|
flex: 1;
|
|
2345
2485
|
box-sizing: border-box;
|
|
2346
2486
|
min-height: 0;
|
|
@@ -2348,21 +2488,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2348
2488
|
/* overflow-y: auto;
|
|
2349
2489
|
margin-bottom: 12px; */
|
|
2350
2490
|
}
|
|
2351
|
-
.chat-embed__input_container[data-v-
|
|
2491
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2352
2492
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2353
2493
|
/* margin-bottom: 50px; 距离底部 */
|
|
2354
2494
|
}
|
|
2355
|
-
.header-icon[data-v-
|
|
2495
|
+
.header-icon[data-v-e9aa835d] {
|
|
2356
2496
|
cursor: pointer;
|
|
2357
2497
|
font-size: 20px;
|
|
2358
2498
|
}
|
|
2359
2499
|
|
|
2360
2500
|
/* 聊天默认推荐内容样式
|
|
2361
2501
|
*/
|
|
2362
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2502
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2363
2503
|
margin-top: 5px;
|
|
2364
2504
|
}
|
|
2365
|
-
.content-container[data-v-
|
|
2505
|
+
.content-container[data-v-e9aa835d] {
|
|
2366
2506
|
padding: 16px;
|
|
2367
2507
|
border-radius: 4px;
|
|
2368
2508
|
background: #ffffff;
|
|
@@ -2370,7 +2510,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2370
2510
|
border-radius: 0px 30px 30px 30px;
|
|
2371
2511
|
/* opacity: 0.6; */
|
|
2372
2512
|
}
|
|
2373
|
-
.chat-content-font[data-v-
|
|
2513
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2374
2514
|
font-family: PingFang SC, PingFang SC;
|
|
2375
2515
|
font-weight: 500;
|
|
2376
2516
|
font-size: 16px;
|
|
@@ -2380,10 +2520,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2380
2520
|
font-style: normal;
|
|
2381
2521
|
text-transform: none;
|
|
2382
2522
|
}
|
|
2383
|
-
[data-v-
|
|
2523
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2384
2524
|
border: none !important;
|
|
2385
2525
|
}
|
|
2386
|
-
.content-container-header[data-v-
|
|
2526
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2387
2527
|
font-size: 12px;
|
|
2388
2528
|
color: #909399;
|
|
2389
2529
|
}
|
|
@@ -2391,28 +2531,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2391
2531
|
/**
|
|
2392
2532
|
// 用户消息
|
|
2393
2533
|
*/
|
|
2394
|
-
.content-borderless-container[data-v-
|
|
2534
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2395
2535
|
background: #e1ecfd;
|
|
2396
2536
|
border-radius: 20px 0px 20px 20px;
|
|
2397
2537
|
user-select: none;
|
|
2398
2538
|
padding: 12px;
|
|
2399
2539
|
cursor: pointer;
|
|
2400
2540
|
transition: background-color 0.3s;
|
|
2401
|
-
&[data-v-
|
|
2541
|
+
&[data-v-e9aa835d]:hover {
|
|
2402
2542
|
background-color: #ebeef5;
|
|
2403
2543
|
}
|
|
2404
2544
|
}
|
|
2405
|
-
.footer-container[data-v-
|
|
2406
|
-
[data-v-
|
|
2545
|
+
.footer-container[data-v-e9aa835d] {
|
|
2546
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2407
2547
|
margin-left: 8px;
|
|
2408
2548
|
}
|
|
2409
2549
|
}
|
|
2410
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2550
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2411
2551
|
padding: 0;
|
|
2412
2552
|
}
|
|
2413
2553
|
|
|
2414
2554
|
/* 引用文件样式 */
|
|
2415
|
-
.doc-agg-item[data-v-
|
|
2555
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2416
2556
|
width: 100%;
|
|
2417
2557
|
padding: 10px;
|
|
2418
2558
|
margin-bottom: 5px;
|
|
@@ -2422,35 +2562,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2422
2562
|
font-size: 12px;
|
|
2423
2563
|
color: var(--el-color-primary);
|
|
2424
2564
|
}
|
|
2425
|
-
.elx-xmarkdown-container[data-v-
|
|
2565
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2426
2566
|
padding: 0;
|
|
2427
2567
|
}
|
|
2428
|
-
|
|
2429
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2430
|
-
width: 100%;
|
|
2431
|
-
height: 100%;
|
|
2432
|
-
border: none;
|
|
2433
|
-
opacity: 1;
|
|
2434
|
-
}
|
|
2435
|
-
[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 {
|
|
2568
|
+
[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
2436
2569
|
user-select: text !important;
|
|
2437
2570
|
-webkit-user-select: text !important;
|
|
2438
2571
|
-moz-user-select: text !important;
|
|
2439
2572
|
-ms-user-select: text !important;
|
|
2440
2573
|
}
|
|
2441
|
-
.slide-up-enter-active[data-v-
|
|
2442
|
-
.slide-up-leave-active[data-v-
|
|
2574
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2575
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2443
2576
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2444
2577
|
}
|
|
2445
|
-
.slide-up-enter-from[data-v-
|
|
2446
|
-
.slide-up-leave-to[data-v-
|
|
2578
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2579
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2447
2580
|
transform: translateY(100%);
|
|
2448
2581
|
}
|
|
2449
2582
|
|
|
2450
2583
|
/**
|
|
2451
2584
|
* 聊天窗口的样式设置
|
|
2452
2585
|
*/
|
|
2453
|
-
.chat-container[data-v-
|
|
2586
|
+
.chat-container[data-v-bc196b97] {
|
|
2454
2587
|
--header-height: 56px;
|
|
2455
2588
|
--chat-padding: 12px;
|
|
2456
2589
|
--bubble-content-max-width: 0px;
|
|
@@ -2462,25 +2595,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2462
2595
|
flex-direction: row; /* 横向排列 */
|
|
2463
2596
|
height: 100%; /* 父容器高度 */
|
|
2464
2597
|
}
|
|
2465
|
-
.small-window[data-v-
|
|
2598
|
+
.small-window[data-v-bc196b97] {
|
|
2466
2599
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2467
2600
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2468
2601
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2469
2602
|
border-radius: 8px;
|
|
2470
2603
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2471
2604
|
}
|
|
2472
|
-
.full-screen[data-v-
|
|
2605
|
+
.full-screen[data-v-bc196b97] {
|
|
2473
2606
|
right: 0;
|
|
2474
2607
|
bottom: 0;
|
|
2475
2608
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2476
2609
|
}
|
|
2477
|
-
.chat-container > *[data-v-
|
|
2610
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2478
2611
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2479
2612
|
}
|
|
2480
2613
|
|
|
2481
2614
|
/* 聊天窗口的头部样式设置
|
|
2482
2615
|
*/
|
|
2483
|
-
.chat-embed__header_container[data-v-
|
|
2616
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2484
2617
|
/* border-bottom: 1px solid #ddd; */
|
|
2485
2618
|
display: flex;
|
|
2486
2619
|
align-items: center;
|
|
@@ -2490,7 +2623,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2490
2623
|
overflow: hidden;
|
|
2491
2624
|
position: relative;
|
|
2492
2625
|
}
|
|
2493
|
-
.session-subject[data-v-
|
|
2626
|
+
.session-subject[data-v-bc196b97] {
|
|
2494
2627
|
display: block;
|
|
2495
2628
|
margin: 0 auto;
|
|
2496
2629
|
text-align: center;
|
|
@@ -2505,17 +2638,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2505
2638
|
|
|
2506
2639
|
/* 聊天窗口的头部图标样式设置
|
|
2507
2640
|
*/
|
|
2508
|
-
.chat-embed__header_avatar[data-v-
|
|
2641
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2509
2642
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2510
2643
|
margin-right: var(--chat-padding);
|
|
2511
2644
|
}
|
|
2512
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2645
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2513
2646
|
right: 20px;
|
|
2514
2647
|
position: absolute;
|
|
2515
2648
|
gap: 28px;
|
|
2516
2649
|
display: flex;
|
|
2517
2650
|
}
|
|
2518
|
-
.chat-embed__sidebar[data-v-
|
|
2651
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2519
2652
|
background: #f6f7fa;
|
|
2520
2653
|
display: flex;
|
|
2521
2654
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2524,7 +2657,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2524
2657
|
width: 260px;
|
|
2525
2658
|
height: 100%;
|
|
2526
2659
|
}
|
|
2527
|
-
.chat-embed__main[data-v-
|
|
2660
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2528
2661
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2529
2662
|
box-sizing: border-box;
|
|
2530
2663
|
overflow: hidden;
|
|
@@ -2535,7 +2668,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2535
2668
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2536
2669
|
overflow: hidden; /* 防止内容溢出 */
|
|
2537
2670
|
}
|
|
2538
|
-
.chat-embed__main_content[data-v-
|
|
2671
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2539
2672
|
flex: 1;
|
|
2540
2673
|
box-sizing: border-box;
|
|
2541
2674
|
min-height: 0;
|
|
@@ -2543,21 +2676,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2543
2676
|
/* overflow-y: auto;
|
|
2544
2677
|
margin-bottom: 12px; */
|
|
2545
2678
|
}
|
|
2546
|
-
.chat-embed__input_container[data-v-
|
|
2679
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2547
2680
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2548
2681
|
/* margin-bottom: 50px; 距离底部 */
|
|
2549
2682
|
}
|
|
2550
|
-
.header-icon[data-v-
|
|
2683
|
+
.header-icon[data-v-bc196b97] {
|
|
2551
2684
|
cursor: pointer;
|
|
2552
2685
|
font-size: 20px;
|
|
2553
2686
|
}
|
|
2554
2687
|
|
|
2555
2688
|
/* 聊天默认推荐内容样式
|
|
2556
2689
|
*/
|
|
2557
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2690
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2558
2691
|
margin-top: 5px;
|
|
2559
2692
|
}
|
|
2560
|
-
.content-container[data-v-
|
|
2693
|
+
.content-container[data-v-bc196b97] {
|
|
2561
2694
|
padding: 16px;
|
|
2562
2695
|
border-radius: 4px;
|
|
2563
2696
|
background: #ffffff;
|
|
@@ -2565,7 +2698,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2565
2698
|
border-radius: 0px 30px 30px 30px;
|
|
2566
2699
|
/* opacity: 0.6; */
|
|
2567
2700
|
}
|
|
2568
|
-
.chat-content-font[data-v-
|
|
2701
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2569
2702
|
font-family: PingFang SC, PingFang SC;
|
|
2570
2703
|
font-weight: 500;
|
|
2571
2704
|
font-size: 16px;
|
|
@@ -2575,10 +2708,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2575
2708
|
font-style: normal;
|
|
2576
2709
|
text-transform: none;
|
|
2577
2710
|
}
|
|
2578
|
-
[data-v-
|
|
2711
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2579
2712
|
border: none !important;
|
|
2580
2713
|
}
|
|
2581
|
-
.content-container-header[data-v-
|
|
2714
|
+
.content-container-header[data-v-bc196b97] {
|
|
2582
2715
|
font-size: 12px;
|
|
2583
2716
|
color: #909399;
|
|
2584
2717
|
}
|
|
@@ -2586,28 +2719,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2586
2719
|
/**
|
|
2587
2720
|
// 用户消息
|
|
2588
2721
|
*/
|
|
2589
|
-
.content-borderless-container[data-v-
|
|
2722
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2590
2723
|
background: #e1ecfd;
|
|
2591
2724
|
border-radius: 20px 0px 20px 20px;
|
|
2592
2725
|
user-select: none;
|
|
2593
2726
|
padding: 12px;
|
|
2594
2727
|
cursor: pointer;
|
|
2595
2728
|
transition: background-color 0.3s;
|
|
2596
|
-
&[data-v-
|
|
2729
|
+
&[data-v-bc196b97]:hover {
|
|
2597
2730
|
background-color: #ebeef5;
|
|
2598
2731
|
}
|
|
2599
2732
|
}
|
|
2600
|
-
.footer-container[data-v-
|
|
2601
|
-
[data-v-
|
|
2733
|
+
.footer-container[data-v-bc196b97] {
|
|
2734
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2602
2735
|
margin-left: 8px;
|
|
2603
2736
|
}
|
|
2604
2737
|
}
|
|
2605
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2738
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2606
2739
|
padding: 0;
|
|
2607
2740
|
}
|
|
2608
2741
|
|
|
2609
2742
|
/* 引用文件样式 */
|
|
2610
|
-
.doc-agg-item[data-v-
|
|
2743
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2611
2744
|
width: 100%;
|
|
2612
2745
|
padding: 10px;
|
|
2613
2746
|
margin-bottom: 5px;
|
|
@@ -2617,143 +2750,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2617
2750
|
font-size: 12px;
|
|
2618
2751
|
color: var(--el-color-primary);
|
|
2619
2752
|
}
|
|
2620
|
-
.elx-xmarkdown-container[data-v-
|
|
2753
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2621
2754
|
padding: 0;
|
|
2622
|
-
}
|
|
2623
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2624
|
-
position: absolute;
|
|
2625
|
-
padding: 20px 36px;
|
|
2626
|
-
gap: 16px;
|
|
2627
|
-
display: flex;
|
|
2628
|
-
z-index: 1;
|
|
2629
|
-
}
|
|
2630
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2631
|
-
display: flex;
|
|
2632
|
-
height: 40px;
|
|
2633
|
-
padding: 10px 14px;
|
|
2634
|
-
gap: 14px;
|
|
2635
|
-
border-radius: 100px 100px 100px 100px;
|
|
2636
|
-
border: 1px solid #e5e5e5;
|
|
2637
|
-
width: 82px;
|
|
2638
|
-
font-size: 20px;
|
|
2639
|
-
}
|
|
2640
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2641
|
-
display: flex; /* 设置为水平排列 */
|
|
2642
|
-
align-items: center; /* 垂直居中 */
|
|
2643
|
-
margin-bottom: 22px;
|
|
2644
|
-
font-size: 20px;
|
|
2645
|
-
}
|
|
2646
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2647
|
-
font-family: PingFang SC, PingFang SC;
|
|
2648
|
-
font-weight: 600;
|
|
2649
|
-
font-size: 16px;
|
|
2650
|
-
color: #181818;
|
|
2651
|
-
text-align: left;
|
|
2652
|
-
font-style: normal;
|
|
2653
|
-
text-transform: none;
|
|
2654
|
-
}
|
|
2655
|
-
.right-icon[data-v-1e62eff8] {
|
|
2656
|
-
cursor: pointer;
|
|
2657
|
-
margin-left: auto;
|
|
2658
|
-
}
|
|
2659
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2660
|
-
cursor: pointer;
|
|
2661
|
-
}
|
|
2662
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2663
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2664
|
-
margin-bottom: 10px;
|
|
2665
|
-
}
|
|
2666
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2667
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2668
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2669
|
-
margin-bottom: 10px;
|
|
2670
|
-
}
|
|
2671
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2672
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2673
|
-
margin-top: 10px;
|
|
2674
|
-
margin-bottom: 20px;
|
|
2675
|
-
}
|
|
2676
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2677
|
-
background-color: #ffffff;
|
|
2678
|
-
}
|
|
2679
|
-
.date-group[data-v-1e62eff8] {
|
|
2680
|
-
margin-top: 16px;
|
|
2681
|
-
}
|
|
2682
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2683
|
-
color: #81858c;
|
|
2684
|
-
font-size: 12px;
|
|
2685
|
-
user-select: none;
|
|
2686
|
-
margin-bottom: 2px;
|
|
2687
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2688
|
-
}
|
|
2689
|
-
.menu-item[data-v-1e62eff8] {
|
|
2690
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2691
|
-
font-size: 16px;
|
|
2692
|
-
line-height: 50px;
|
|
2693
|
-
cursor: pointer;
|
|
2694
|
-
gap: 8px;
|
|
2695
|
-
border-radius: 8px;
|
|
2696
|
-
display: flex;
|
|
2697
|
-
align-items: center;
|
|
2698
|
-
}
|
|
2699
|
-
.active-item[data-v-1e62eff8] {
|
|
2700
|
-
background: #e2ebf5;
|
|
2701
|
-
color: var(--el-color-primary);
|
|
2702
|
-
}
|
|
2703
|
-
.history-item[data-v-1e62eff8] {
|
|
2704
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2705
|
-
cursor: pointer;
|
|
2706
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2707
|
-
align-items: center; /* 垂直居中 */
|
|
2708
|
-
line-height: 40px;
|
|
2709
|
-
gap: 8px;
|
|
2710
|
-
border-radius: 8px;
|
|
2711
|
-
}
|
|
2712
|
-
.history-subject[data-v-1e62eff8] {
|
|
2713
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2714
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2715
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2716
|
-
white-space: nowrap; /* 不换行 */
|
|
2717
|
-
}
|
|
2718
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2719
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2720
|
-
}
|
|
2721
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2722
|
-
background-color: #f5f5f5;
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2726
|
-
width: 100%;
|
|
2727
|
-
height: 100%;
|
|
2728
|
-
border: none;
|
|
2729
|
-
opacity: 1;
|
|
2730
2755
|
}
|
|
2731
|
-
|
|
2732
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2733
|
-
width: 100%;
|
|
2734
|
-
height: 100%;
|
|
2735
|
-
border: none;
|
|
2736
|
-
opacity: 1;
|
|
2737
|
-
}
|
|
2738
|
-
[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
|
|
2756
|
+
[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2739
2757
|
user-select: text !important;
|
|
2740
2758
|
-webkit-user-select: text !important;
|
|
2741
2759
|
-moz-user-select: text !important;
|
|
2742
2760
|
-ms-user-select: text !important;
|
|
2743
2761
|
}
|
|
2744
|
-
.slide-up-enter-active[data-v-
|
|
2745
|
-
.slide-up-leave-active[data-v-
|
|
2762
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2763
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2746
2764
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2747
2765
|
}
|
|
2748
|
-
.slide-up-enter-from[data-v-
|
|
2749
|
-
.slide-up-leave-to[data-v-
|
|
2766
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2767
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2750
2768
|
transform: translateY(100%);
|
|
2751
2769
|
}
|
|
2752
2770
|
|
|
2753
2771
|
/**
|
|
2754
2772
|
* 聊天窗口的样式设置
|
|
2755
2773
|
*/
|
|
2756
|
-
.chat-container[data-v-
|
|
2774
|
+
.chat-container[data-v-1e62eff8] {
|
|
2757
2775
|
--header-height: 56px;
|
|
2758
2776
|
--chat-padding: 12px;
|
|
2759
2777
|
--bubble-content-max-width: 0px;
|
|
@@ -2765,25 +2783,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2765
2783
|
flex-direction: row; /* 横向排列 */
|
|
2766
2784
|
height: 100%; /* 父容器高度 */
|
|
2767
2785
|
}
|
|
2768
|
-
.small-window[data-v-
|
|
2786
|
+
.small-window[data-v-1e62eff8] {
|
|
2769
2787
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2770
2788
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2771
2789
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2772
2790
|
border-radius: 8px;
|
|
2773
2791
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2774
2792
|
}
|
|
2775
|
-
.full-screen[data-v-
|
|
2793
|
+
.full-screen[data-v-1e62eff8] {
|
|
2776
2794
|
right: 0;
|
|
2777
2795
|
bottom: 0;
|
|
2778
2796
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2779
2797
|
}
|
|
2780
|
-
.chat-container > *[data-v-
|
|
2798
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
2781
2799
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2782
2800
|
}
|
|
2783
2801
|
|
|
2784
2802
|
/* 聊天窗口的头部样式设置
|
|
2785
2803
|
*/
|
|
2786
|
-
.chat-embed__header_container[data-v-
|
|
2804
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2787
2805
|
/* border-bottom: 1px solid #ddd; */
|
|
2788
2806
|
display: flex;
|
|
2789
2807
|
align-items: center;
|
|
@@ -2793,7 +2811,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2793
2811
|
overflow: hidden;
|
|
2794
2812
|
position: relative;
|
|
2795
2813
|
}
|
|
2796
|
-
.session-subject[data-v-
|
|
2814
|
+
.session-subject[data-v-1e62eff8] {
|
|
2797
2815
|
display: block;
|
|
2798
2816
|
margin: 0 auto;
|
|
2799
2817
|
text-align: center;
|
|
@@ -2808,17 +2826,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2808
2826
|
|
|
2809
2827
|
/* 聊天窗口的头部图标样式设置
|
|
2810
2828
|
*/
|
|
2811
|
-
.chat-embed__header_avatar[data-v-
|
|
2829
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2812
2830
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2813
2831
|
margin-right: var(--chat-padding);
|
|
2814
2832
|
}
|
|
2815
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2833
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2816
2834
|
right: 20px;
|
|
2817
2835
|
position: absolute;
|
|
2818
2836
|
gap: 28px;
|
|
2819
2837
|
display: flex;
|
|
2820
2838
|
}
|
|
2821
|
-
.chat-embed__sidebar[data-v-
|
|
2839
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2822
2840
|
background: #f6f7fa;
|
|
2823
2841
|
display: flex;
|
|
2824
2842
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2827,7 +2845,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2827
2845
|
width: 260px;
|
|
2828
2846
|
height: 100%;
|
|
2829
2847
|
}
|
|
2830
|
-
.chat-embed__main[data-v-
|
|
2848
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2831
2849
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2832
2850
|
box-sizing: border-box;
|
|
2833
2851
|
overflow: hidden;
|
|
@@ -2838,7 +2856,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2838
2856
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2839
2857
|
overflow: hidden; /* 防止内容溢出 */
|
|
2840
2858
|
}
|
|
2841
|
-
.chat-embed__main_content[data-v-
|
|
2859
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2842
2860
|
flex: 1;
|
|
2843
2861
|
box-sizing: border-box;
|
|
2844
2862
|
min-height: 0;
|
|
@@ -2846,21 +2864,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2846
2864
|
/* overflow-y: auto;
|
|
2847
2865
|
margin-bottom: 12px; */
|
|
2848
2866
|
}
|
|
2849
|
-
.chat-embed__input_container[data-v-
|
|
2867
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2850
2868
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2851
2869
|
/* margin-bottom: 50px; 距离底部 */
|
|
2852
2870
|
}
|
|
2853
|
-
.header-icon[data-v-
|
|
2871
|
+
.header-icon[data-v-1e62eff8] {
|
|
2854
2872
|
cursor: pointer;
|
|
2855
2873
|
font-size: 20px;
|
|
2856
2874
|
}
|
|
2857
2875
|
|
|
2858
2876
|
/* 聊天默认推荐内容样式
|
|
2859
2877
|
*/
|
|
2860
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2878
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2861
2879
|
margin-top: 5px;
|
|
2862
2880
|
}
|
|
2863
|
-
.content-container[data-v-
|
|
2881
|
+
.content-container[data-v-1e62eff8] {
|
|
2864
2882
|
padding: 16px;
|
|
2865
2883
|
border-radius: 4px;
|
|
2866
2884
|
background: #ffffff;
|
|
@@ -2868,7 +2886,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2868
2886
|
border-radius: 0px 30px 30px 30px;
|
|
2869
2887
|
/* opacity: 0.6; */
|
|
2870
2888
|
}
|
|
2871
|
-
.chat-content-font[data-v-
|
|
2889
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2872
2890
|
font-family: PingFang SC, PingFang SC;
|
|
2873
2891
|
font-weight: 500;
|
|
2874
2892
|
font-size: 16px;
|
|
@@ -2878,10 +2896,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2878
2896
|
font-style: normal;
|
|
2879
2897
|
text-transform: none;
|
|
2880
2898
|
}
|
|
2881
|
-
[data-v-
|
|
2899
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2882
2900
|
border: none !important;
|
|
2883
2901
|
}
|
|
2884
|
-
.content-container-header[data-v-
|
|
2902
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2885
2903
|
font-size: 12px;
|
|
2886
2904
|
color: #909399;
|
|
2887
2905
|
}
|
|
@@ -2889,28 +2907,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2889
2907
|
/**
|
|
2890
2908
|
// 用户消息
|
|
2891
2909
|
*/
|
|
2892
|
-
.content-borderless-container[data-v-
|
|
2910
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
2893
2911
|
background: #e1ecfd;
|
|
2894
2912
|
border-radius: 20px 0px 20px 20px;
|
|
2895
2913
|
user-select: none;
|
|
2896
2914
|
padding: 12px;
|
|
2897
2915
|
cursor: pointer;
|
|
2898
2916
|
transition: background-color 0.3s;
|
|
2899
|
-
&[data-v-
|
|
2917
|
+
&[data-v-1e62eff8]:hover {
|
|
2900
2918
|
background-color: #ebeef5;
|
|
2901
2919
|
}
|
|
2902
2920
|
}
|
|
2903
|
-
.footer-container[data-v-
|
|
2904
|
-
[data-v-
|
|
2921
|
+
.footer-container[data-v-1e62eff8] {
|
|
2922
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2905
2923
|
margin-left: 8px;
|
|
2906
2924
|
}
|
|
2907
2925
|
}
|
|
2908
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2926
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2909
2927
|
padding: 0;
|
|
2910
2928
|
}
|
|
2911
2929
|
|
|
2912
2930
|
/* 引用文件样式 */
|
|
2913
|
-
.doc-agg-item[data-v-
|
|
2931
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2914
2932
|
width: 100%;
|
|
2915
2933
|
padding: 10px;
|
|
2916
2934
|
margin-bottom: 5px;
|
|
@@ -2920,131 +2938,109 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2920
2938
|
font-size: 12px;
|
|
2921
2939
|
color: var(--el-color-primary);
|
|
2922
2940
|
}
|
|
2923
|
-
.elx-xmarkdown-container[data-v-
|
|
2941
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2924
2942
|
padding: 0;
|
|
2925
2943
|
}
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
margin: 5px 0;
|
|
2933
|
-
}
|
|
2934
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2935
|
-
display: flex;
|
|
2936
|
-
align-items: center;
|
|
2937
|
-
flex-shrink: 0;
|
|
2938
|
-
min-width: max-content;
|
|
2939
|
-
margin-left: auto;
|
|
2940
|
-
gap: 10px;
|
|
2941
|
-
}
|
|
2942
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2943
|
-
display: inline-block;
|
|
2944
|
-
width: 12px;
|
|
2945
|
-
height: 12px;
|
|
2946
|
-
background-repeat: no-repeat;
|
|
2947
|
-
background-position: center;
|
|
2948
|
-
background-size: 100%;
|
|
2949
|
-
cursor: pointer;
|
|
2950
|
-
}
|
|
2951
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2952
|
-
margin-left: 5px;
|
|
2944
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2945
|
+
position: absolute;
|
|
2946
|
+
padding: 20px 36px;
|
|
2947
|
+
gap: 16px;
|
|
2948
|
+
display: flex;
|
|
2949
|
+
z-index: 1;
|
|
2953
2950
|
}
|
|
2954
|
-
.
|
|
2955
|
-
display: flex;
|
|
2956
|
-
|
|
2957
|
-
padding:
|
|
2951
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2952
|
+
display: flex;
|
|
2953
|
+
height: 40px;
|
|
2954
|
+
padding: 10px 14px;
|
|
2955
|
+
gap: 14px;
|
|
2956
|
+
border-radius: 100px 100px 100px 100px;
|
|
2957
|
+
border: 1px solid #e5e5e5;
|
|
2958
|
+
width: 82px;
|
|
2959
|
+
font-size: 20px;
|
|
2958
2960
|
}
|
|
2959
|
-
[data-v-
|
|
2960
|
-
|
|
2961
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2962
|
+
display: flex; /* 设置为水平排列 */
|
|
2963
|
+
align-items: center; /* 垂直居中 */
|
|
2964
|
+
margin-bottom: 22px;
|
|
2965
|
+
font-size: 20px;
|
|
2961
2966
|
}
|
|
2962
|
-
[data-v-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
font-
|
|
2969
|
-
color: #bbbbbb;
|
|
2970
|
-
text-align: left;
|
|
2971
|
-
font-style: normal;
|
|
2967
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2968
|
+
font-family: PingFang SC, PingFang SC;
|
|
2969
|
+
font-weight: 600;
|
|
2970
|
+
font-size: 16px;
|
|
2971
|
+
color: #181818;
|
|
2972
|
+
text-align: left;
|
|
2973
|
+
font-style: normal;
|
|
2972
2974
|
text-transform: none;
|
|
2973
2975
|
}
|
|
2974
|
-
[data-v-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
font-size: 16px !important;
|
|
2978
|
-
line-height: 21px !important;
|
|
2979
|
-
font-style: normal !important;
|
|
2980
|
-
text-transform: none !important;
|
|
2981
|
-
}
|
|
2982
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2983
|
-
padding: 16px !important;
|
|
2976
|
+
.right-icon[data-v-1e62eff8] {
|
|
2977
|
+
cursor: pointer;
|
|
2978
|
+
margin-left: auto;
|
|
2984
2979
|
}
|
|
2985
|
-
[data-v-
|
|
2986
|
-
|
|
2987
|
-
border: 1px solid #dcdfe6;
|
|
2980
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2981
|
+
cursor: pointer;
|
|
2988
2982
|
}
|
|
2989
|
-
.
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
font-weight: 400;
|
|
2993
|
-
font-size: 14px;
|
|
2994
|
-
color: #808080;
|
|
2995
|
-
line-height: 21px;
|
|
2996
|
-
font-style: normal;
|
|
2997
|
-
text-align: center;
|
|
2983
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2984
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2985
|
+
margin-bottom: 10px;
|
|
2998
2986
|
}
|
|
2999
|
-
.
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
2987
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2988
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2989
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2990
|
+
margin-bottom: 10px;
|
|
3003
2991
|
}
|
|
3004
|
-
.
|
|
3005
|
-
|
|
2992
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2993
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2994
|
+
margin-top: 10px;
|
|
2995
|
+
margin-bottom: 20px;
|
|
3006
2996
|
}
|
|
3007
|
-
.
|
|
3008
|
-
|
|
3009
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
3010
|
-
margin-right: 5px;
|
|
2997
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2998
|
+
background-color: #ffffff;
|
|
3011
2999
|
}
|
|
3012
|
-
.
|
|
3013
|
-
margin-
|
|
3000
|
+
.date-group[data-v-1e62eff8] {
|
|
3001
|
+
margin-top: 16px;
|
|
3014
3002
|
}
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
}
|
|
3022
|
-
[data-v-90635647] .el-range-separator {
|
|
3023
|
-
min-width: 20px;
|
|
3024
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
3025
|
-
font-size: 12px;
|
|
3003
|
+
.date-group-item[data-v-1e62eff8] {
|
|
3004
|
+
color: #81858c;
|
|
3005
|
+
font-size: 12px;
|
|
3006
|
+
user-select: none;
|
|
3007
|
+
margin-bottom: 2px;
|
|
3008
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
3026
3009
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3010
|
+
.menu-item[data-v-1e62eff8] {
|
|
3011
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3012
|
+
font-size: 16px;
|
|
3013
|
+
line-height: 50px;
|
|
3014
|
+
cursor: pointer;
|
|
3015
|
+
gap: 8px;
|
|
3016
|
+
border-radius: 8px;
|
|
3017
|
+
display: flex;
|
|
3033
3018
|
align-items: center;
|
|
3034
3019
|
}
|
|
3035
|
-
.
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
overflow: hidden;
|
|
3039
|
-
text-overflow: ellipsis;
|
|
3040
|
-
white-space: nowrap;
|
|
3020
|
+
.active-item[data-v-1e62eff8] {
|
|
3021
|
+
background: #e2ebf5;
|
|
3022
|
+
color: var(--el-color-primary);
|
|
3041
3023
|
}
|
|
3042
|
-
.
|
|
3043
|
-
|
|
3044
|
-
|
|
3024
|
+
.history-item[data-v-1e62eff8] {
|
|
3025
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
3026
|
+
cursor: pointer;
|
|
3027
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
3028
|
+
align-items: center; /* 垂直居中 */
|
|
3029
|
+
line-height: 40px;
|
|
3030
|
+
gap: 8px;
|
|
3031
|
+
border-radius: 8px;
|
|
3045
3032
|
}
|
|
3046
|
-
.
|
|
3047
|
-
|
|
3033
|
+
.history-subject[data-v-1e62eff8] {
|
|
3034
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3035
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3036
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3037
|
+
white-space: nowrap; /* 不换行 */
|
|
3038
|
+
}
|
|
3039
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
3040
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3041
|
+
}
|
|
3042
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
3043
|
+
background-color: #f5f5f5;
|
|
3048
3044
|
}
|
|
3049
3045
|
|
|
3050
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
@@ -3069,6 +3065,10 @@ h4[data-v-0b0c189e] {
|
|
|
3069
3065
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3070
3066
|
margin-left: 5px;
|
|
3071
3067
|
}
|
|
3068
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
|
+
padding-bottom: 0px;
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
3072
|
.file-name-container[data-v-adb74276] {
|
|
3073
3073
|
display: flex;
|
|
3074
3074
|
align-items: center; /* 垂直居中 */
|