agilebuilder-ui 1.1.65-tmp18 → 1.1.65-tmp19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/favicon.svg +29 -0
- package/dist/index.full.min.js +16440 -0
- package/dist/style.css +3078 -0
- package/es/style.css +975 -975
- package/lib/style.css +906 -906
- package/package.json +1 -1
- package/vite.config.js +11 -11
package/lib/style.css
CHANGED
|
@@ -78,6 +78,23 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
78
78
|
/* 去掉卡片和tab表头的距离 */
|
|
79
79
|
[data-v-3c90505e] .el-tabs__header {
|
|
80
80
|
margin: 0;
|
|
81
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
82
|
+
position: relative;
|
|
83
|
+
height: 100%;
|
|
84
|
+
width: 100%;
|
|
85
|
+
}
|
|
86
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
87
|
+
position: fixed;
|
|
88
|
+
top: 0;
|
|
89
|
+
}
|
|
90
|
+
.drawer-bg[data-v-46185fa7] {
|
|
91
|
+
background: #000;
|
|
92
|
+
opacity: 0.3;
|
|
93
|
+
width: 100%;
|
|
94
|
+
top: 0;
|
|
95
|
+
height: 100%;
|
|
96
|
+
position: absolute;
|
|
97
|
+
z-index: 999;
|
|
81
98
|
}
|
|
82
99
|
.nav-tab .el-tabs__header {
|
|
83
100
|
margin: 0;
|
|
@@ -102,24 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
102
119
|
.default-page-tip-item {
|
|
103
120
|
padding-top: 10px;
|
|
104
121
|
}
|
|
105
|
-
.
|
|
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] {
|
|
122
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
123
123
|
padding: 0;
|
|
124
124
|
display: flex;
|
|
125
125
|
align-items: center;
|
|
@@ -132,7 +132,62 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
132
132
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
133
133
|
font-size: 18px;
|
|
134
134
|
cursor: pointer;
|
|
135
|
-
}
|
|
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
|
+
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
144
|
+
display: inline-block;
|
|
145
|
+
font-size: 14px;
|
|
146
|
+
line-height: 50px;
|
|
147
|
+
margin-left: 10px;
|
|
148
|
+
}
|
|
149
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
150
|
+
color: #97a8be;
|
|
151
|
+
cursor: text;
|
|
152
|
+
}
|
|
153
|
+
.red-circle[data-v-998f4283] {
|
|
154
|
+
width: 20px; /* 圆圈的宽度 */
|
|
155
|
+
height: 20px; /* 圆圈的高度 */
|
|
156
|
+
background-color: red; /* 背景色设置为红色 */
|
|
157
|
+
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
158
|
+
display: inline-block; /* 确保元素以块级元素显示 */
|
|
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; /* 确保元素以块级元素显示 */
|
|
166
|
+
}
|
|
167
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
168
|
+
display: flex;
|
|
169
|
+
background-color: #fff;
|
|
170
|
+
justify-content: center;
|
|
171
|
+
align-items: center;
|
|
172
|
+
cursor: pointer;
|
|
173
|
+
}
|
|
174
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
}
|
|
177
|
+
.searchResult[data-v-22410ec9] {
|
|
178
|
+
color: red;
|
|
179
|
+
}
|
|
180
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
181
|
+
width: 90%;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.searchResult {
|
|
185
|
+
color: red;
|
|
186
|
+
}
|
|
187
|
+
.inline-input-custom {
|
|
188
|
+
width: 90%;
|
|
189
|
+
}
|
|
190
|
+
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
136
191
|
padding: 2px 0 !important;
|
|
137
192
|
}
|
|
138
193
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -275,68 +330,133 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
275
330
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
276
331
|
flex-wrap: wrap;
|
|
277
332
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
278
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
279
|
-
display: inline-block;
|
|
280
|
-
font-size: 14px;
|
|
281
|
-
line-height: 50px;
|
|
282
|
-
margin-left: 10px;
|
|
283
|
-
}
|
|
284
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
285
|
-
color: #97a8be;
|
|
286
|
-
cursor: text;
|
|
287
333
|
}
|
|
288
|
-
.
|
|
289
|
-
|
|
290
|
-
height: 1.2em;
|
|
291
|
-
vertical-align: -0.25em;
|
|
292
|
-
fill: currentColor;
|
|
293
|
-
overflow: initial;
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
294
336
|
}
|
|
295
337
|
|
|
296
|
-
.
|
|
297
|
-
|
|
338
|
+
.fs-preview-container[data-v-2448d898] {
|
|
339
|
+
display: flex;
|
|
340
|
+
align-items: center;
|
|
341
|
+
gap: 5px;
|
|
342
|
+
justify-content: space-between;
|
|
298
343
|
}
|
|
299
|
-
.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
height: 20px; /* 圆圈的高度 */
|
|
306
|
-
background-color: red; /* 背景色设置为红色 */
|
|
307
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
308
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
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; /* 添加这行,将工具栏推到右侧 */
|
|
309
350
|
}
|
|
310
|
-
.
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
315
|
-
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.searchResult[data-v-22410ec9] {
|
|
319
|
-
color: red;
|
|
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;
|
|
320
355
|
}
|
|
321
|
-
.
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
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] {
|
|
325
390
|
display: flex;
|
|
326
|
-
background-color: #fff;
|
|
327
|
-
justify-content: center;
|
|
328
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;
|
|
409
|
+
}
|
|
410
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
411
|
+
padding: 5px 11px;
|
|
412
|
+
height: var(--el-button-size);
|
|
413
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
414
|
+
width: 30px;
|
|
415
|
+
height: 30px;
|
|
416
|
+
}
|
|
417
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
418
|
+
margin-left: 10px;
|
|
329
419
|
cursor: pointer;
|
|
420
|
+
overflow: hidden;
|
|
421
|
+
text-overflow: ellipsis;
|
|
422
|
+
white-space: nowrap;
|
|
330
423
|
}
|
|
331
|
-
.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
424
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
425
|
+
border: 1px solid #dcdfe6;
|
|
426
|
+
padding: 4px 8px;
|
|
427
|
+
background-clip: padding-box;
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
display: inline-flex;
|
|
430
|
+
align-items: center;
|
|
431
|
+
}
|
|
432
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
433
|
+
margin-right: 8px;
|
|
434
|
+
max-width: 120px;
|
|
435
|
+
overflow: hidden;
|
|
436
|
+
text-overflow: ellipsis;
|
|
437
|
+
white-space: nowrap;
|
|
438
|
+
}
|
|
439
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
440
|
+
font-weight: 600;
|
|
441
|
+
margin-left: 4px;
|
|
442
|
+
}.select[data-v-52983a24] {
|
|
443
|
+
width: 100%;
|
|
444
|
+
height: 100%;
|
|
445
|
+
display: grid;
|
|
446
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
447
|
+
align-items: center;
|
|
448
|
+
}
|
|
449
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
450
|
+
width: 100%;
|
|
451
|
+
height: 100%;
|
|
452
|
+
text-align: center;
|
|
335
453
|
}
|
|
336
454
|
.select-top-span {
|
|
337
455
|
width: 100%;
|
|
338
456
|
}
|
|
339
|
-
|
|
457
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
458
|
+
display: inline-block;
|
|
459
|
+
}.nine-grid-area[data-v-80f6a26f] {
|
|
340
460
|
padding: 10px;
|
|
341
461
|
}
|
|
342
462
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -446,127 +566,132 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
446
566
|
font-size: 14px;
|
|
447
567
|
display: grid;
|
|
448
568
|
grid-template-columns: 20% 80%;
|
|
569
|
+
}iframe[data-v-e5fb3b56] {
|
|
570
|
+
width: 100%;
|
|
571
|
+
height: calc(100vh - 50px);
|
|
449
572
|
}
|
|
450
|
-
.
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
573
|
+
.organization-tree,
|
|
574
|
+
.organization-tree .el-checkbox__label,
|
|
575
|
+
.organization-tree .el-breadcrumb__inner,
|
|
576
|
+
.organization-tree .el-tree {
|
|
577
|
+
font-size: 17px;
|
|
578
|
+
font-weight: 700;
|
|
455
579
|
}
|
|
456
|
-
.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
580
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
581
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
582
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
583
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
584
|
+
font-size: 17px;
|
|
585
|
+
font-weight: 700;
|
|
462
586
|
}
|
|
463
|
-
.
|
|
464
|
-
|
|
465
|
-
width: 30px;
|
|
466
|
-
height: 30px;
|
|
587
|
+
.organization-tree .el-card__body {
|
|
588
|
+
padding-top: 10px;
|
|
467
589
|
}
|
|
468
|
-
.
|
|
469
|
-
|
|
470
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
471
|
-
display: inline-block;
|
|
472
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
473
|
-
height: 1em !important;
|
|
474
|
-
line-height: 1em;
|
|
475
|
-
cursor: pointer;
|
|
590
|
+
.organization-tree .card-content {
|
|
591
|
+
margin-top: 10px;
|
|
476
592
|
}
|
|
477
|
-
.
|
|
478
|
-
|
|
479
|
-
text-overflow: ellipsis;
|
|
480
|
-
white-space: nowrap;
|
|
593
|
+
.organization-tree .item-row-all {
|
|
594
|
+
margin-bottom: 10px;
|
|
481
595
|
}
|
|
482
|
-
.
|
|
483
|
-
|
|
596
|
+
.organization-tree .item-row {
|
|
597
|
+
display: flex;
|
|
598
|
+
width: 100%;
|
|
484
599
|
}
|
|
485
|
-
.
|
|
486
|
-
|
|
487
|
-
align
|
|
488
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
489
|
-
gap: 10px;
|
|
490
|
-
height: 40px;
|
|
491
|
-
padding: 10px;
|
|
492
|
-
border-radius: 8px;
|
|
493
|
-
transition: background-color 0.2s;
|
|
600
|
+
.organization-tree .item-label {
|
|
601
|
+
flex: 0 0 90%;
|
|
602
|
+
text-align: left;
|
|
494
603
|
}
|
|
495
|
-
.
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
499
|
-
outline: none;
|
|
604
|
+
.organization-tree .item-side {
|
|
605
|
+
flex: 0 0 10%;
|
|
606
|
+
text-align: right;
|
|
500
607
|
}
|
|
501
|
-
.
|
|
502
|
-
|
|
503
|
-
align-items: center;
|
|
504
|
-
gap: 5px;
|
|
505
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
608
|
+
.organization-tree .el-tree-node {
|
|
609
|
+
margin-bottom: 10px;
|
|
506
610
|
}
|
|
507
|
-
.
|
|
508
|
-
|
|
611
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
612
|
+
padding: 0;
|
|
613
|
+
display: none;
|
|
509
614
|
}
|
|
510
|
-
.
|
|
511
|
-
|
|
615
|
+
.organization-tree .card-footer {
|
|
616
|
+
padding: 20px;
|
|
512
617
|
}
|
|
513
|
-
.
|
|
514
|
-
|
|
618
|
+
.organization-tree .card-footer .select-result {
|
|
619
|
+
color: #409eff;
|
|
620
|
+
flex: 1 1 75%;
|
|
621
|
+
text-align: left;
|
|
515
622
|
}
|
|
516
|
-
.
|
|
517
|
-
|
|
623
|
+
.organization-tree .card-footer .button-area {
|
|
624
|
+
flex: 0 0 20%;
|
|
625
|
+
text-align: right;
|
|
518
626
|
}
|
|
519
|
-
.
|
|
520
|
-
|
|
627
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
628
|
+
color: #409eff;
|
|
629
|
+
}
|
|
630
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
631
|
+
width: 50%;
|
|
632
|
+
}.super-icon[data-v-875fd31c] {
|
|
633
|
+
width: 1em;
|
|
634
|
+
height: 1em;
|
|
635
|
+
font-size: 14px;
|
|
521
636
|
}
|
|
522
|
-
.
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
637
|
+
.organization-tree,
|
|
638
|
+
.organization-tree .el-checkbox__label,
|
|
639
|
+
.organization-tree .el-breadcrumb__inner,
|
|
640
|
+
.organization-tree .el-tree {
|
|
641
|
+
font-size: 17px;
|
|
642
|
+
font-weight: 700;
|
|
528
643
|
}
|
|
529
|
-
.
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
644
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
645
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
646
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
647
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
648
|
+
font-size: 17px;
|
|
649
|
+
font-weight: 700;
|
|
535
650
|
}
|
|
536
|
-
.
|
|
537
|
-
|
|
538
|
-
padding: 4px 8px;
|
|
539
|
-
background-clip: padding-box;
|
|
540
|
-
overflow: hidden;
|
|
541
|
-
display: inline-flex;
|
|
542
|
-
align-items: center;
|
|
651
|
+
.organization-tree .el-card__body {
|
|
652
|
+
padding-top: 10px;
|
|
543
653
|
}
|
|
544
|
-
.
|
|
545
|
-
margin-
|
|
546
|
-
max-width: 120px;
|
|
547
|
-
overflow: hidden;
|
|
548
|
-
text-overflow: ellipsis;
|
|
549
|
-
white-space: nowrap;
|
|
654
|
+
.organization-tree .card-content {
|
|
655
|
+
margin-top: 10px;
|
|
550
656
|
}
|
|
551
|
-
.
|
|
552
|
-
|
|
553
|
-
margin-left: 4px;
|
|
657
|
+
.organization-tree .item-row-all {
|
|
658
|
+
margin-bottom: 10px;
|
|
554
659
|
}
|
|
555
|
-
.organization-
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
.select[data-v-52983a24] {
|
|
660
|
+
.organization-tree .item-row {
|
|
661
|
+
display: flex;
|
|
559
662
|
width: 100%;
|
|
560
|
-
height: 100%;
|
|
561
|
-
display: grid;
|
|
562
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
-
align-items: center;
|
|
564
663
|
}
|
|
565
|
-
.
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
664
|
+
.organization-tree .item-label {
|
|
665
|
+
flex: 0 0 90%;
|
|
666
|
+
text-align: left;
|
|
667
|
+
}
|
|
668
|
+
.organization-tree .item-side {
|
|
669
|
+
flex: 0 0 10%;
|
|
670
|
+
text-align: right;
|
|
671
|
+
}
|
|
672
|
+
.organization-tree .el-tree-node {
|
|
673
|
+
margin-bottom: 10px;
|
|
674
|
+
}
|
|
675
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
676
|
+
padding: 0;
|
|
677
|
+
display: none;
|
|
678
|
+
}
|
|
679
|
+
.organization-tree .card-footer {
|
|
680
|
+
padding: 20px;
|
|
681
|
+
}
|
|
682
|
+
.organization-tree .card-footer .select-result {
|
|
683
|
+
color: #409eff;
|
|
684
|
+
flex: 1 1 75%;
|
|
685
|
+
text-align: left;
|
|
569
686
|
}
|
|
687
|
+
.organization-tree .card-footer .button-area {
|
|
688
|
+
flex: 0 0 20%;
|
|
689
|
+
text-align: right;
|
|
690
|
+
}
|
|
691
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
692
|
+
color: #409eff;
|
|
693
|
+
}
|
|
694
|
+
|
|
570
695
|
.organization-tree,
|
|
571
696
|
.organization-tree .el-checkbox__label,
|
|
572
697
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -624,10 +749,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
624
749
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
625
750
|
color: #409eff;
|
|
626
751
|
}
|
|
627
|
-
|
|
628
|
-
width: 100%;
|
|
629
|
-
height: calc(100vh - 50px);
|
|
630
|
-
}.wscn-http404-container[data-v-4f824f28] {
|
|
752
|
+
.wscn-http404-container[data-v-4f824f28] {
|
|
631
753
|
transform: translate(-50%, -50%);
|
|
632
754
|
position: absolute;
|
|
633
755
|
top: 40%;
|
|
@@ -818,7 +940,13 @@ iframe[data-v-e5fb3b56] {
|
|
|
818
940
|
transform: translateY(0);
|
|
819
941
|
opacity: 1;
|
|
820
942
|
}
|
|
821
|
-
}
|
|
943
|
+
}
|
|
944
|
+
.graphDiv[data-v-a936569d] {
|
|
945
|
+
overflow: auto;
|
|
946
|
+
height: 100%;
|
|
947
|
+
height: calc(100vh - 20px);
|
|
948
|
+
}
|
|
949
|
+
.errPage-container[data-v-6bef0241] {
|
|
822
950
|
width: 800px;
|
|
823
951
|
max-width: 100%;
|
|
824
952
|
margin: 100px auto;
|
|
@@ -854,170 +982,52 @@ iframe[data-v-e5fb3b56] {
|
|
|
854
982
|
}
|
|
855
983
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
856
984
|
text-decoration: underline;
|
|
857
|
-
}.
|
|
858
|
-
|
|
859
|
-
height:
|
|
860
|
-
|
|
985
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
986
|
+
position: relative;
|
|
987
|
+
height: 100%;
|
|
988
|
+
width: 100%;
|
|
861
989
|
}
|
|
862
|
-
.
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
.organization-tree .el-tree {
|
|
866
|
-
font-size: 17px;
|
|
867
|
-
font-weight: 700;
|
|
990
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
+
position: fixed;
|
|
992
|
+
top: 0;
|
|
868
993
|
}
|
|
869
|
-
.
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
994
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
995
|
+
background: #000;
|
|
996
|
+
opacity: 0.3;
|
|
997
|
+
width: 100%;
|
|
998
|
+
top: 0;
|
|
999
|
+
height: 100%;
|
|
1000
|
+
position: absolute;
|
|
1001
|
+
z-index: 999;
|
|
1002
|
+
}iframe[data-v-20dccb82] {
|
|
1003
|
+
width: 100%;
|
|
1004
|
+
height: calc(100vh - 50px);
|
|
1005
|
+
}.app-main[data-v-2d98e845] {
|
|
1006
|
+
padding: var(--app-main-padding, 15px);
|
|
1007
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1008
|
+
position: relative;
|
|
1009
|
+
overflow: hidden;
|
|
875
1010
|
}
|
|
876
|
-
.
|
|
877
|
-
|
|
1011
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1012
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1013
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1014
|
+
overflow: auto;
|
|
1015
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1016
|
+
position: relative;
|
|
1017
|
+
--el-menu-item-height: 45px;
|
|
1018
|
+
--el-menu-sub-item-height: 45px;
|
|
878
1019
|
}
|
|
879
|
-
.
|
|
880
|
-
|
|
1020
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1021
|
+
padding: 0 !important;
|
|
881
1022
|
}
|
|
882
|
-
.
|
|
883
|
-
|
|
1023
|
+
.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)) {
|
|
1024
|
+
display: flex;
|
|
1025
|
+
flex-direction: row;
|
|
884
1026
|
}
|
|
885
|
-
.
|
|
886
|
-
display: flex;
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
.organization-tree .item-label {
|
|
890
|
-
flex: 0 0 90%;
|
|
891
|
-
text-align: left;
|
|
892
|
-
}
|
|
893
|
-
.organization-tree .item-side {
|
|
894
|
-
flex: 0 0 10%;
|
|
895
|
-
text-align: right;
|
|
896
|
-
}
|
|
897
|
-
.organization-tree .el-tree-node {
|
|
898
|
-
margin-bottom: 10px;
|
|
899
|
-
}
|
|
900
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
901
|
-
padding: 0;
|
|
902
|
-
display: none;
|
|
903
|
-
}
|
|
904
|
-
.organization-tree .card-footer {
|
|
905
|
-
padding: 20px;
|
|
906
|
-
}
|
|
907
|
-
.organization-tree .card-footer .select-result {
|
|
908
|
-
color: #409eff;
|
|
909
|
-
flex: 1 1 75%;
|
|
910
|
-
text-align: left;
|
|
911
|
-
}
|
|
912
|
-
.organization-tree .card-footer .button-area {
|
|
913
|
-
flex: 0 0 20%;
|
|
914
|
-
text-align: right;
|
|
915
|
-
}
|
|
916
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
917
|
-
color: #409eff;
|
|
918
|
-
}
|
|
919
|
-
.row-form-item[data-v-4b5a56cc] {
|
|
920
|
-
width: 50%;
|
|
921
|
-
}
|
|
922
|
-
.organization-tree,
|
|
923
|
-
.organization-tree .el-checkbox__label,
|
|
924
|
-
.organization-tree .el-breadcrumb__inner,
|
|
925
|
-
.organization-tree .el-tree {
|
|
926
|
-
font-size: 17px;
|
|
927
|
-
font-weight: 700;
|
|
928
|
-
}
|
|
929
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
930
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
931
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
932
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
933
|
-
font-size: 17px;
|
|
934
|
-
font-weight: 700;
|
|
935
|
-
}
|
|
936
|
-
.organization-tree .el-card__body {
|
|
937
|
-
padding-top: 10px;
|
|
938
|
-
}
|
|
939
|
-
.organization-tree .card-content {
|
|
940
|
-
margin-top: 10px;
|
|
941
|
-
}
|
|
942
|
-
.organization-tree .item-row-all {
|
|
943
|
-
margin-bottom: 10px;
|
|
944
|
-
}
|
|
945
|
-
.organization-tree .item-row {
|
|
946
|
-
display: flex;
|
|
947
|
-
width: 100%;
|
|
948
|
-
}
|
|
949
|
-
.organization-tree .item-label {
|
|
950
|
-
flex: 0 0 90%;
|
|
951
|
-
text-align: left;
|
|
952
|
-
}
|
|
953
|
-
.organization-tree .item-side {
|
|
954
|
-
flex: 0 0 10%;
|
|
955
|
-
text-align: right;
|
|
956
|
-
}
|
|
957
|
-
.organization-tree .el-tree-node {
|
|
958
|
-
margin-bottom: 10px;
|
|
959
|
-
}
|
|
960
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
961
|
-
padding: 0;
|
|
962
|
-
display: none;
|
|
963
|
-
}
|
|
964
|
-
.organization-tree .card-footer {
|
|
965
|
-
padding: 20px;
|
|
966
|
-
}
|
|
967
|
-
.organization-tree .card-footer .select-result {
|
|
968
|
-
color: #409eff;
|
|
969
|
-
flex: 1 1 75%;
|
|
970
|
-
text-align: left;
|
|
971
|
-
}
|
|
972
|
-
.organization-tree .card-footer .button-area {
|
|
973
|
-
flex: 0 0 20%;
|
|
974
|
-
text-align: right;
|
|
975
|
-
}
|
|
976
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
977
|
-
color: #409eff;
|
|
978
|
-
}
|
|
979
|
-
iframe[data-v-20dccb82] {
|
|
980
|
-
width: 100%;
|
|
981
|
-
height: calc(100vh - 50px);
|
|
982
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
983
|
-
position: relative;
|
|
984
|
-
height: 100%;
|
|
985
|
-
width: 100%;
|
|
986
|
-
}
|
|
987
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
988
|
-
position: fixed;
|
|
989
|
-
top: 0;
|
|
990
|
-
}
|
|
991
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
992
|
-
background: #000;
|
|
993
|
-
opacity: 0.3;
|
|
994
|
-
width: 100%;
|
|
995
|
-
top: 0;
|
|
996
|
-
height: 100%;
|
|
997
|
-
position: absolute;
|
|
998
|
-
z-index: 999;
|
|
999
|
-
}
|
|
1000
|
-
.graphDiv[data-v-a936569d] {
|
|
1001
|
-
overflow: auto;
|
|
1002
|
-
height: 100%;
|
|
1003
|
-
height: calc(100vh - 20px);
|
|
1004
|
-
}
|
|
1005
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
-
position: relative;
|
|
1007
|
-
--el-menu-item-height: 45px;
|
|
1008
|
-
--el-menu-sub-item-height: 45px;
|
|
1009
|
-
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
-
padding: 0 !important;
|
|
1012
|
-
}
|
|
1013
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1014
|
-
display: flex;
|
|
1015
|
-
flex-direction: row;
|
|
1016
|
-
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
-
display: flex;
|
|
1019
|
-
flex-direction: row;
|
|
1020
|
-
padding: 0 !important;
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
flex-direction: row;
|
|
1030
|
+
padding: 0 !important;
|
|
1021
1031
|
}
|
|
1022
1032
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
1033
|
display: flex;
|
|
@@ -1044,26 +1054,7 @@ iframe[data-v-20dccb82] {
|
|
|
1044
1054
|
}
|
|
1045
1055
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
1056
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
-
}
|
|
1048
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1049
|
-
display: flex;
|
|
1050
|
-
align-items: center;
|
|
1051
|
-
width: 100%;
|
|
1052
|
-
gap: 8px;
|
|
1053
|
-
box-sizing: border-box;
|
|
1054
|
-
min-width: 0;
|
|
1055
|
-
}
|
|
1056
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1057
|
-
width: 100%;
|
|
1058
|
-
min-width: 0;
|
|
1059
|
-
}
|
|
1060
|
-
.sep[data-v-2aeaa81d] {
|
|
1061
|
-
padding: 0 8px;
|
|
1062
|
-
color: var(--el-text-color-secondary);
|
|
1063
|
-
white-space: nowrap;
|
|
1064
|
-
flex: 0 0 auto;
|
|
1065
|
-
}
|
|
1066
|
-
.smb-sidebar-menu-item[data-v-da857302] {
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1067
1058
|
position: relative;
|
|
1068
1059
|
--el-menu-item-height: 45px;
|
|
1069
1060
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1105,25 +1096,25 @@ iframe[data-v-20dccb82] {
|
|
|
1105
1096
|
}
|
|
1106
1097
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1107
1098
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1108
|
-
}.app-main[data-v-2d98e845] {
|
|
1109
|
-
padding: var(--app-main-padding, 15px);
|
|
1110
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1111
|
-
position: relative;
|
|
1112
|
-
overflow: hidden;
|
|
1113
|
-
}
|
|
1114
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1115
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1116
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1117
|
-
overflow: auto;
|
|
1118
1099
|
}
|
|
1119
1100
|
.searchResult {
|
|
1120
1101
|
color: red;
|
|
1121
1102
|
}
|
|
1122
|
-
.inline-
|
|
1123
|
-
width:
|
|
1103
|
+
.inline-input-custom {
|
|
1104
|
+
width: 90%;
|
|
1105
|
+
}
|
|
1106
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1107
|
+
min-width: 300px;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.searchResult {
|
|
1111
|
+
color: red;
|
|
1124
1112
|
}
|
|
1125
1113
|
.inline-input-custom {
|
|
1126
|
-
width:
|
|
1114
|
+
width: 100% !important;
|
|
1115
|
+
}
|
|
1116
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1117
|
+
min-width: 300px;
|
|
1127
1118
|
}
|
|
1128
1119
|
[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 {
|
|
1129
1120
|
user-select: text !important;
|
|
@@ -1343,86 +1334,54 @@ iframe[data-v-20dccb82] {
|
|
|
1343
1334
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1344
1335
|
margin: 5px 0;
|
|
1345
1336
|
}
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1337
|
+
|
|
1338
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1339
|
+
display: flex;
|
|
1340
|
+
align-items: center;
|
|
1341
|
+
width: 100%;
|
|
1342
|
+
gap: 8px;
|
|
1343
|
+
box-sizing: border-box;
|
|
1344
|
+
min-width: 0;
|
|
1349
1345
|
}
|
|
1350
|
-
.
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
cursor: pointer;
|
|
1346
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1347
|
+
width: 100%;
|
|
1348
|
+
min-width: 0;
|
|
1354
1349
|
}
|
|
1355
|
-
.
|
|
1356
|
-
|
|
1350
|
+
.sep[data-v-2aeaa81d] {
|
|
1351
|
+
padding: 0 8px;
|
|
1352
|
+
color: var(--el-text-color-secondary);
|
|
1353
|
+
white-space: nowrap;
|
|
1354
|
+
flex: 0 0 auto;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
.searchResult {
|
|
1358
|
+
color: red;
|
|
1357
1359
|
}
|
|
1358
|
-
.
|
|
1359
|
-
|
|
1360
|
-
text-align: center;
|
|
1360
|
+
.inline-select-custom {
|
|
1361
|
+
width: 100px;
|
|
1361
1362
|
}
|
|
1362
|
-
.
|
|
1363
|
-
|
|
1364
|
-
|
|
1363
|
+
.inline-input-custom {
|
|
1364
|
+
width: 98%;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.searchResult {
|
|
1368
|
+
color: red;
|
|
1365
1369
|
}
|
|
1366
|
-
.
|
|
1367
|
-
|
|
1370
|
+
.inline-select-custom {
|
|
1371
|
+
width: 100px;
|
|
1368
1372
|
}
|
|
1369
|
-
.
|
|
1370
|
-
|
|
1371
|
-
position: fixed;
|
|
1372
|
-
top: 37px;
|
|
1373
|
-
background-color: #ffffff;
|
|
1374
|
-
width: 46%;
|
|
1375
|
-
height: 40px;
|
|
1376
|
-
z-index: 1500;
|
|
1373
|
+
.inline-input-custom {
|
|
1374
|
+
width: 98%;
|
|
1377
1375
|
}
|
|
1378
|
-
|
|
1379
|
-
|
|
1376
|
+
|
|
1377
|
+
.searchResult {
|
|
1378
|
+
color: red;
|
|
1380
1379
|
}
|
|
1381
|
-
.
|
|
1382
|
-
|
|
1383
|
-
background: #fff;
|
|
1384
|
-
z-index: 999;
|
|
1385
|
-
padding: 5px;
|
|
1386
|
-
margin: 0;
|
|
1387
|
-
margin-top: 30px;
|
|
1380
|
+
.inline-select-custom {
|
|
1381
|
+
width: 100px;
|
|
1388
1382
|
}
|
|
1389
|
-
.
|
|
1390
|
-
|
|
1391
|
-
height: 28px;
|
|
1392
|
-
line-height: 28px;
|
|
1393
|
-
text-align: left;
|
|
1394
|
-
color: #1a1a1a;
|
|
1395
|
-
}
|
|
1396
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1397
|
-
background: #42b983;
|
|
1398
|
-
color: #fff;
|
|
1399
|
-
}
|
|
1400
|
-
.context-menu[data-v-040fcf55] {
|
|
1401
|
-
border: 1px solid #eee;
|
|
1402
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1403
|
-
border-radius: 5px;
|
|
1404
|
-
}
|
|
1405
|
-
li[data-v-040fcf55] {
|
|
1406
|
-
list-style-type: none;
|
|
1407
|
-
}
|
|
1408
|
-
.searchResult {
|
|
1409
|
-
color: red;
|
|
1410
|
-
}
|
|
1411
|
-
.inline-input-custom {
|
|
1412
|
-
width: 90%;
|
|
1413
|
-
}
|
|
1414
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
-
min-width: 300px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.searchResult {
|
|
1419
|
-
color: red;
|
|
1420
|
-
}
|
|
1421
|
-
.inline-select-custom {
|
|
1422
|
-
width: 100px;
|
|
1423
|
-
}
|
|
1424
|
-
.inline-input-custom {
|
|
1425
|
-
width: 98%;
|
|
1383
|
+
.inline-input-custom {
|
|
1384
|
+
width: 98%;
|
|
1426
1385
|
}
|
|
1427
1386
|
.searchDepartmentUser {
|
|
1428
1387
|
width: 250px;
|
|
@@ -1456,27 +1415,15 @@ li[data-v-040fcf55] {
|
|
|
1456
1415
|
.inline-input-custom {
|
|
1457
1416
|
width: 98%;
|
|
1458
1417
|
}
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
}
|
|
1463
|
-
.inline-input-custom {
|
|
1464
|
-
width: 100% !important;
|
|
1465
|
-
}
|
|
1466
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1467
|
-
min-width: 300px;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.searchResult {
|
|
1471
|
-
color: red;
|
|
1418
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1419
|
+
display: inline-flex;
|
|
1420
|
+
vertical-align: middle;
|
|
1472
1421
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1422
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1423
|
+
font-size: 20px;
|
|
1424
|
+
color: var(--el-color-primary);
|
|
1425
|
+
cursor: pointer;
|
|
1475
1426
|
}
|
|
1476
|
-
.inline-input-custom {
|
|
1477
|
-
width: 98%;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
1427
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1481
1428
|
font-size: 17px;
|
|
1482
1429
|
font-weight: 700;
|
|
@@ -1529,6 +1476,59 @@ li[data-v-040fcf55] {
|
|
|
1529
1476
|
color:#409EFF
|
|
1530
1477
|
}
|
|
1531
1478
|
|
|
1479
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1480
|
+
margin-bottom: 0px;
|
|
1481
|
+
}
|
|
1482
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1483
|
+
margin-bottom: 5px;
|
|
1484
|
+
text-align: center;
|
|
1485
|
+
}
|
|
1486
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1487
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1488
|
+
width: 100%;
|
|
1489
|
+
}
|
|
1490
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1491
|
+
display: none;
|
|
1492
|
+
}
|
|
1493
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1494
|
+
padding-bottom: 10px;
|
|
1495
|
+
position: fixed;
|
|
1496
|
+
top: 37px;
|
|
1497
|
+
background-color: #ffffff;
|
|
1498
|
+
width: 46%;
|
|
1499
|
+
height: 40px;
|
|
1500
|
+
z-index: 1500;
|
|
1501
|
+
}
|
|
1502
|
+
li[data-v-040fcf55] {
|
|
1503
|
+
color: #333;
|
|
1504
|
+
}
|
|
1505
|
+
.context-menu[data-v-040fcf55] {
|
|
1506
|
+
position: fixed;
|
|
1507
|
+
background: #fff;
|
|
1508
|
+
z-index: 999;
|
|
1509
|
+
padding: 5px;
|
|
1510
|
+
margin: 0;
|
|
1511
|
+
margin-top: 30px;
|
|
1512
|
+
}
|
|
1513
|
+
.context-menu li[data-v-040fcf55] {
|
|
1514
|
+
min-width: 75px;
|
|
1515
|
+
height: 28px;
|
|
1516
|
+
line-height: 28px;
|
|
1517
|
+
text-align: left;
|
|
1518
|
+
color: #1a1a1a;
|
|
1519
|
+
}
|
|
1520
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1521
|
+
background: #42b983;
|
|
1522
|
+
color: #fff;
|
|
1523
|
+
}
|
|
1524
|
+
.context-menu[data-v-040fcf55] {
|
|
1525
|
+
border: 1px solid #eee;
|
|
1526
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1527
|
+
border-radius: 5px;
|
|
1528
|
+
}
|
|
1529
|
+
li[data-v-040fcf55] {
|
|
1530
|
+
list-style-type: none;
|
|
1531
|
+
}
|
|
1532
1532
|
.grid-search-form[data-v-04817310] {
|
|
1533
1533
|
overflow: auto;
|
|
1534
1534
|
}
|
|
@@ -1627,10 +1627,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1629
|
margin: 0 5px;
|
|
1630
|
-
}
|
|
1630
|
+
}
|
|
1631
|
+
.searchResult {
|
|
1632
|
+
color: red;
|
|
1633
|
+
}
|
|
1634
|
+
.inline-select-custom {
|
|
1635
|
+
width: 100px;
|
|
1636
|
+
}
|
|
1637
|
+
.inline-input-custom {
|
|
1638
|
+
width: 98%;
|
|
1639
|
+
}
|
|
1640
|
+
[data-v-0fb85d6e] .super-icon {
|
|
1631
1641
|
width: 20px !important;
|
|
1632
1642
|
height: 20px !important;
|
|
1633
|
-
}
|
|
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-bbad0ee0] {
|
|
1634
1654
|
padding-right: 5px;
|
|
1635
1655
|
cursor: pointer;
|
|
1636
1656
|
color: #409eff;
|
|
@@ -1677,7 +1697,19 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1697
|
}
|
|
1678
1698
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1679
1699
|
display: inline;
|
|
1680
|
-
}
|
|
1700
|
+
}
|
|
1701
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1702
|
+
margin-bottom: 0px;
|
|
1703
|
+
}
|
|
1704
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1705
|
+
margin-bottom: 5px;
|
|
1706
|
+
text-align: center;
|
|
1707
|
+
}
|
|
1708
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1709
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1710
|
+
width: 100%;
|
|
1711
|
+
}
|
|
1712
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
1713
|
margin-bottom: 0px;
|
|
1682
1714
|
}
|
|
1683
1715
|
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
@@ -1738,42 +1770,56 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1738
1770
|
background-color: #ffffff;
|
|
1739
1771
|
width: 50%;
|
|
1740
1772
|
height: 40px;
|
|
1773
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
|
+
position: relative;
|
|
1775
|
+
--el-menu-item-height: 45px;
|
|
1776
|
+
--el-menu-sub-item-height: 45px;
|
|
1741
1777
|
}
|
|
1742
|
-
.
|
|
1743
|
-
|
|
1778
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1779
|
+
padding: 0 !important;
|
|
1744
1780
|
}
|
|
1745
|
-
.
|
|
1746
|
-
|
|
1747
|
-
|
|
1781
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1782
|
+
display: flex;
|
|
1783
|
+
flex-direction: row;
|
|
1748
1784
|
}
|
|
1749
|
-
.
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
.searchResult {
|
|
1755
|
-
color: red;
|
|
1785
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1786
|
+
display: flex;
|
|
1787
|
+
flex-direction: row;
|
|
1788
|
+
padding: 0 !important;
|
|
1756
1789
|
}
|
|
1757
|
-
.
|
|
1758
|
-
|
|
1790
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1791
|
+
display: flex;
|
|
1792
|
+
align-items: center;
|
|
1793
|
+
justify-content: center;
|
|
1794
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1795
|
+
font-size: 16px;
|
|
1759
1796
|
}
|
|
1760
|
-
.
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1797
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1798
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1799
|
+
overflow: hidden;
|
|
1800
|
+
white-space: nowrap;
|
|
1801
|
+
overflow: hidden;
|
|
1802
|
+
text-overflow: ellipsis;
|
|
1766
1803
|
}
|
|
1767
|
-
.
|
|
1768
|
-
|
|
1804
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1805
|
+
overflow: hidden;
|
|
1806
|
+
white-space: nowrap;
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
text-overflow: ellipsis;
|
|
1769
1809
|
}
|
|
1770
|
-
.
|
|
1771
|
-
width:
|
|
1810
|
+
.svg-icon[data-v-019891df] {
|
|
1811
|
+
width: 1.2em;
|
|
1812
|
+
height: 1.2em;
|
|
1813
|
+
vertical-align: -0.25em;
|
|
1814
|
+
fill: currentColor;
|
|
1815
|
+
overflow: initial;
|
|
1772
1816
|
}
|
|
1773
|
-
.
|
|
1774
|
-
|
|
1817
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1818
|
+
margin-right: 5px;
|
|
1775
1819
|
}
|
|
1776
|
-
.
|
|
1820
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
|
+
margin-left: 5px;
|
|
1822
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1777
1823
|
border: 1px solid #dcdfe6;
|
|
1778
1824
|
padding: 4px 8px;
|
|
1779
1825
|
background-clip: padding-box;
|
|
@@ -1781,17 +1827,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1781
1827
|
display: inline-flex;
|
|
1782
1828
|
align-items: center;
|
|
1783
1829
|
}
|
|
1784
|
-
.fs-upload-tag-text[data-v-
|
|
1830
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1785
1831
|
margin-right: 18px;
|
|
1786
1832
|
max-width: 160px;
|
|
1787
1833
|
overflow: hidden;
|
|
1788
1834
|
text-overflow: ellipsis;
|
|
1789
1835
|
white-space: nowrap;
|
|
1790
1836
|
}
|
|
1791
|
-
.fs-upload-tag-percent[data-v-
|
|
1837
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1792
1838
|
font-weight: 600;
|
|
1793
1839
|
margin-left: 4px;
|
|
1794
|
-
}.
|
|
1840
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1841
|
+
font-size: 12px;
|
|
1842
|
+
}
|
|
1843
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1795
1844
|
border: 1px solid #dcdfe6;
|
|
1796
1845
|
padding: 4px 8px;
|
|
1797
1846
|
background-clip: padding-box;
|
|
@@ -1799,56 +1848,44 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1799
1848
|
display: inline-flex;
|
|
1800
1849
|
align-items: center;
|
|
1801
1850
|
}
|
|
1802
|
-
.fs-upload-tag-text[data-v-
|
|
1851
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1803
1852
|
margin-right: 18px;
|
|
1804
1853
|
max-width: 160px;
|
|
1805
1854
|
overflow: hidden;
|
|
1806
1855
|
text-overflow: ellipsis;
|
|
1807
1856
|
white-space: nowrap;
|
|
1808
1857
|
}
|
|
1809
|
-
.fs-upload-tag-percent[data-v-
|
|
1858
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1810
1859
|
font-weight: 600;
|
|
1811
1860
|
margin-left: 4px;
|
|
1861
|
+
}[data-v-90635647] .el-range-separator {
|
|
1862
|
+
min-width: 20px;
|
|
1812
1863
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
width: 100%;
|
|
1819
|
-
.footer-time[data-v-ffbde6f9] {
|
|
1820
|
-
font-size: 10px;
|
|
1821
|
-
color: #999;
|
|
1822
|
-
margin-top: 3px;
|
|
1823
|
-
flex-shrink: 0;
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
.footer-container[data-v-ffbde6f9] {
|
|
1827
|
-
display: flex;
|
|
1828
|
-
gap: 8px;
|
|
1829
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
1830
|
-
margin-left: 0;
|
|
1831
|
-
}
|
|
1864
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
+
width: 100%;
|
|
1866
|
+
height: 100%;
|
|
1867
|
+
border: none;
|
|
1868
|
+
opacity: 1;
|
|
1832
1869
|
}
|
|
1833
|
-
[data-v-
|
|
1870
|
+
[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 {
|
|
1834
1871
|
user-select: text !important;
|
|
1835
1872
|
-webkit-user-select: text !important;
|
|
1836
1873
|
-moz-user-select: text !important;
|
|
1837
1874
|
-ms-user-select: text !important;
|
|
1838
1875
|
}
|
|
1839
|
-
.slide-up-enter-active[data-v-
|
|
1840
|
-
.slide-up-leave-active[data-v-
|
|
1876
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
1877
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
1841
1878
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1842
1879
|
}
|
|
1843
|
-
.slide-up-enter-from[data-v-
|
|
1844
|
-
.slide-up-leave-to[data-v-
|
|
1880
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
1881
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
1845
1882
|
transform: translateY(100%);
|
|
1846
1883
|
}
|
|
1847
1884
|
|
|
1848
1885
|
/**
|
|
1849
1886
|
* 聊天窗口的样式设置
|
|
1850
1887
|
*/
|
|
1851
|
-
.chat-container[data-v-
|
|
1888
|
+
.chat-container[data-v-1e62eff8] {
|
|
1852
1889
|
--header-height: 56px;
|
|
1853
1890
|
--chat-padding: 12px;
|
|
1854
1891
|
--bubble-content-max-width: 0px;
|
|
@@ -1860,25 +1897,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1860
1897
|
flex-direction: row; /* 横向排列 */
|
|
1861
1898
|
height: 100%; /* 父容器高度 */
|
|
1862
1899
|
}
|
|
1863
|
-
.small-window[data-v-
|
|
1900
|
+
.small-window[data-v-1e62eff8] {
|
|
1864
1901
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1865
1902
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1866
1903
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1867
1904
|
border-radius: 8px;
|
|
1868
1905
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1869
1906
|
}
|
|
1870
|
-
.full-screen[data-v-
|
|
1907
|
+
.full-screen[data-v-1e62eff8] {
|
|
1871
1908
|
right: 0;
|
|
1872
1909
|
bottom: 0;
|
|
1873
1910
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1874
1911
|
}
|
|
1875
|
-
.chat-container > *[data-v-
|
|
1912
|
+
.chat-container > *[data-v-1e62eff8] {
|
|
1876
1913
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1877
1914
|
}
|
|
1878
1915
|
|
|
1879
1916
|
/* 聊天窗口的头部样式设置
|
|
1880
1917
|
*/
|
|
1881
|
-
.chat-embed__header_container[data-v-
|
|
1918
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
1882
1919
|
/* border-bottom: 1px solid #ddd; */
|
|
1883
1920
|
display: flex;
|
|
1884
1921
|
align-items: center;
|
|
@@ -1888,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1888
1925
|
overflow: hidden;
|
|
1889
1926
|
position: relative;
|
|
1890
1927
|
}
|
|
1891
|
-
.session-subject[data-v-
|
|
1928
|
+
.session-subject[data-v-1e62eff8] {
|
|
1892
1929
|
display: block;
|
|
1893
1930
|
margin: 0 auto;
|
|
1894
1931
|
text-align: center;
|
|
@@ -1903,17 +1940,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1903
1940
|
|
|
1904
1941
|
/* 聊天窗口的头部图标样式设置
|
|
1905
1942
|
*/
|
|
1906
|
-
.chat-embed__header_avatar[data-v-
|
|
1943
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
1907
1944
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1908
1945
|
margin-right: var(--chat-padding);
|
|
1909
1946
|
}
|
|
1910
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1947
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
1911
1948
|
right: 20px;
|
|
1912
1949
|
position: absolute;
|
|
1913
1950
|
gap: 28px;
|
|
1914
1951
|
display: flex;
|
|
1915
1952
|
}
|
|
1916
|
-
.chat-embed__sidebar[data-v-
|
|
1953
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
1917
1954
|
background: #f6f7fa;
|
|
1918
1955
|
display: flex;
|
|
1919
1956
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1922,7 +1959,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1922
1959
|
width: 260px;
|
|
1923
1960
|
height: 100%;
|
|
1924
1961
|
}
|
|
1925
|
-
.chat-embed__main[data-v-
|
|
1962
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
1926
1963
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1927
1964
|
box-sizing: border-box;
|
|
1928
1965
|
overflow: hidden;
|
|
@@ -1933,7 +1970,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1933
1970
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1934
1971
|
overflow: hidden; /* 防止内容溢出 */
|
|
1935
1972
|
}
|
|
1936
|
-
.chat-embed__main_content[data-v-
|
|
1973
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
1937
1974
|
flex: 1;
|
|
1938
1975
|
box-sizing: border-box;
|
|
1939
1976
|
min-height: 0;
|
|
@@ -1941,21 +1978,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1941
1978
|
/* overflow-y: auto;
|
|
1942
1979
|
margin-bottom: 12px; */
|
|
1943
1980
|
}
|
|
1944
|
-
.chat-embed__input_container[data-v-
|
|
1981
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
1945
1982
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1946
1983
|
/* margin-bottom: 50px; 距离底部 */
|
|
1947
1984
|
}
|
|
1948
|
-
.header-icon[data-v-
|
|
1985
|
+
.header-icon[data-v-1e62eff8] {
|
|
1949
1986
|
cursor: pointer;
|
|
1950
1987
|
font-size: 20px;
|
|
1951
1988
|
}
|
|
1952
1989
|
|
|
1953
1990
|
/* 聊天默认推荐内容样式
|
|
1954
1991
|
*/
|
|
1955
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1992
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
1956
1993
|
margin-top: 5px;
|
|
1957
1994
|
}
|
|
1958
|
-
.content-container[data-v-
|
|
1995
|
+
.content-container[data-v-1e62eff8] {
|
|
1959
1996
|
padding: 16px;
|
|
1960
1997
|
border-radius: 4px;
|
|
1961
1998
|
background: #ffffff;
|
|
@@ -1963,7 +2000,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
2000
|
border-radius: 0px 30px 30px 30px;
|
|
1964
2001
|
/* opacity: 0.6; */
|
|
1965
2002
|
}
|
|
1966
|
-
.chat-content-font[data-v-
|
|
2003
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
1967
2004
|
font-family: PingFang SC, PingFang SC;
|
|
1968
2005
|
font-weight: 500;
|
|
1969
2006
|
font-size: 16px;
|
|
@@ -1973,10 +2010,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1973
2010
|
font-style: normal;
|
|
1974
2011
|
text-transform: none;
|
|
1975
2012
|
}
|
|
1976
|
-
[data-v-
|
|
2013
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1977
2014
|
border: none !important;
|
|
1978
2015
|
}
|
|
1979
|
-
.content-container-header[data-v-
|
|
2016
|
+
.content-container-header[data-v-1e62eff8] {
|
|
1980
2017
|
font-size: 12px;
|
|
1981
2018
|
color: #909399;
|
|
1982
2019
|
}
|
|
@@ -1984,28 +2021,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1984
2021
|
/**
|
|
1985
2022
|
// 用户消息
|
|
1986
2023
|
*/
|
|
1987
|
-
.content-borderless-container[data-v-
|
|
2024
|
+
.content-borderless-container[data-v-1e62eff8] {
|
|
1988
2025
|
background: #e1ecfd;
|
|
1989
2026
|
border-radius: 20px 0px 20px 20px;
|
|
1990
2027
|
user-select: none;
|
|
1991
2028
|
padding: 12px;
|
|
1992
2029
|
cursor: pointer;
|
|
1993
2030
|
transition: background-color 0.3s;
|
|
1994
|
-
&[data-v-
|
|
2031
|
+
&[data-v-1e62eff8]:hover {
|
|
1995
2032
|
background-color: #ebeef5;
|
|
1996
2033
|
}
|
|
1997
2034
|
}
|
|
1998
|
-
.footer-container[data-v-
|
|
1999
|
-
[data-v-
|
|
2035
|
+
.footer-container[data-v-1e62eff8] {
|
|
2036
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2000
2037
|
margin-left: 8px;
|
|
2001
2038
|
}
|
|
2002
2039
|
}
|
|
2003
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2040
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2004
2041
|
padding: 0;
|
|
2005
2042
|
}
|
|
2006
2043
|
|
|
2007
2044
|
/* 引用文件样式 */
|
|
2008
|
-
.doc-agg-item[data-v-
|
|
2045
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2009
2046
|
width: 100%;
|
|
2010
2047
|
padding: 10px;
|
|
2011
2048
|
margin-bottom: 5px;
|
|
@@ -2015,8 +2052,109 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2015
2052
|
font-size: 12px;
|
|
2016
2053
|
color: var(--el-color-primary);
|
|
2017
2054
|
}
|
|
2018
|
-
.elx-xmarkdown-container[data-v-
|
|
2055
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2019
2056
|
padding: 0;
|
|
2057
|
+
}
|
|
2058
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2059
|
+
position: absolute;
|
|
2060
|
+
padding: 20px 36px;
|
|
2061
|
+
gap: 16px;
|
|
2062
|
+
display: flex;
|
|
2063
|
+
z-index: 1;
|
|
2064
|
+
}
|
|
2065
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2066
|
+
display: flex;
|
|
2067
|
+
height: 40px;
|
|
2068
|
+
padding: 10px 14px;
|
|
2069
|
+
gap: 14px;
|
|
2070
|
+
border-radius: 100px 100px 100px 100px;
|
|
2071
|
+
border: 1px solid #e5e5e5;
|
|
2072
|
+
width: 82px;
|
|
2073
|
+
font-size: 20px;
|
|
2074
|
+
}
|
|
2075
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2076
|
+
display: flex; /* 设置为水平排列 */
|
|
2077
|
+
align-items: center; /* 垂直居中 */
|
|
2078
|
+
margin-bottom: 22px;
|
|
2079
|
+
font-size: 20px;
|
|
2080
|
+
}
|
|
2081
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2082
|
+
font-family: PingFang SC, PingFang SC;
|
|
2083
|
+
font-weight: 600;
|
|
2084
|
+
font-size: 16px;
|
|
2085
|
+
color: #181818;
|
|
2086
|
+
text-align: left;
|
|
2087
|
+
font-style: normal;
|
|
2088
|
+
text-transform: none;
|
|
2089
|
+
}
|
|
2090
|
+
.right-icon[data-v-1e62eff8] {
|
|
2091
|
+
cursor: pointer;
|
|
2092
|
+
margin-left: auto;
|
|
2093
|
+
}
|
|
2094
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2095
|
+
cursor: pointer;
|
|
2096
|
+
}
|
|
2097
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2098
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2099
|
+
margin-bottom: 10px;
|
|
2100
|
+
}
|
|
2101
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2102
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2103
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2104
|
+
margin-bottom: 10px;
|
|
2105
|
+
}
|
|
2106
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2107
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2108
|
+
margin-top: 10px;
|
|
2109
|
+
margin-bottom: 20px;
|
|
2110
|
+
}
|
|
2111
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2112
|
+
background-color: #ffffff;
|
|
2113
|
+
}
|
|
2114
|
+
.date-group[data-v-1e62eff8] {
|
|
2115
|
+
margin-top: 16px;
|
|
2116
|
+
}
|
|
2117
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2118
|
+
color: #81858c;
|
|
2119
|
+
font-size: 12px;
|
|
2120
|
+
user-select: none;
|
|
2121
|
+
margin-bottom: 2px;
|
|
2122
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2123
|
+
}
|
|
2124
|
+
.menu-item[data-v-1e62eff8] {
|
|
2125
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2126
|
+
font-size: 16px;
|
|
2127
|
+
line-height: 50px;
|
|
2128
|
+
cursor: pointer;
|
|
2129
|
+
gap: 8px;
|
|
2130
|
+
border-radius: 8px;
|
|
2131
|
+
display: flex;
|
|
2132
|
+
align-items: center;
|
|
2133
|
+
}
|
|
2134
|
+
.active-item[data-v-1e62eff8] {
|
|
2135
|
+
background: #e2ebf5;
|
|
2136
|
+
color: var(--el-color-primary);
|
|
2137
|
+
}
|
|
2138
|
+
.history-item[data-v-1e62eff8] {
|
|
2139
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2140
|
+
cursor: pointer;
|
|
2141
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2142
|
+
align-items: center; /* 垂直居中 */
|
|
2143
|
+
line-height: 40px;
|
|
2144
|
+
gap: 8px;
|
|
2145
|
+
border-radius: 8px;
|
|
2146
|
+
}
|
|
2147
|
+
.history-subject[data-v-1e62eff8] {
|
|
2148
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2149
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2150
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2151
|
+
white-space: nowrap; /* 不换行 */
|
|
2152
|
+
}
|
|
2153
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2154
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2155
|
+
}
|
|
2156
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2157
|
+
background-color: #f5f5f5;
|
|
2020
2158
|
}
|
|
2021
2159
|
|
|
2022
2160
|
.additional-data-tag[data-v-7aaab83c] {
|
|
@@ -2034,66 +2172,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2034
2172
|
margin-top: 10px;
|
|
2035
2173
|
gap: 10px;
|
|
2036
2174
|
}
|
|
2037
|
-
.
|
|
2038
|
-
position: relative;
|
|
2039
|
-
--el-menu-item-height: 45px;
|
|
2040
|
-
--el-menu-sub-item-height: 45px;
|
|
2041
|
-
}
|
|
2042
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2043
|
-
padding: 0 !important;
|
|
2044
|
-
}
|
|
2045
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2046
|
-
display: flex;
|
|
2047
|
-
flex-direction: row;
|
|
2048
|
-
}
|
|
2049
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2050
|
-
display: flex;
|
|
2051
|
-
flex-direction: row;
|
|
2052
|
-
padding: 0 !important;
|
|
2053
|
-
}
|
|
2054
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2055
|
-
display: flex;
|
|
2056
|
-
align-items: center;
|
|
2057
|
-
justify-content: center;
|
|
2058
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2059
|
-
font-size: 16px;
|
|
2060
|
-
}
|
|
2061
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2062
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2063
|
-
overflow: hidden;
|
|
2064
|
-
white-space: nowrap;
|
|
2065
|
-
overflow: hidden;
|
|
2066
|
-
text-overflow: ellipsis;
|
|
2067
|
-
}
|
|
2068
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2069
|
-
overflow: hidden;
|
|
2070
|
-
white-space: nowrap;
|
|
2071
|
-
overflow: hidden;
|
|
2072
|
-
text-overflow: ellipsis;
|
|
2073
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2074
|
-
margin-right: 5px;
|
|
2075
|
-
}
|
|
2076
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2077
|
-
margin-left: 5px;
|
|
2078
|
-
}[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 {
|
|
2175
|
+
[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 {
|
|
2079
2176
|
user-select: text !important;
|
|
2080
2177
|
-webkit-user-select: text !important;
|
|
2081
2178
|
-moz-user-select: text !important;
|
|
2082
2179
|
-ms-user-select: text !important;
|
|
2083
2180
|
}
|
|
2084
|
-
.slide-up-enter-active[data-v-
|
|
2085
|
-
.slide-up-leave-active[data-v-
|
|
2181
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2182
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2086
2183
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2087
2184
|
}
|
|
2088
|
-
.slide-up-enter-from[data-v-
|
|
2089
|
-
.slide-up-leave-to[data-v-
|
|
2185
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2186
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2090
2187
|
transform: translateY(100%);
|
|
2091
2188
|
}
|
|
2092
2189
|
|
|
2093
2190
|
/**
|
|
2094
2191
|
* 聊天窗口的样式设置
|
|
2095
2192
|
*/
|
|
2096
|
-
.chat-container[data-v-
|
|
2193
|
+
.chat-container[data-v-45fbaf17] {
|
|
2097
2194
|
--header-height: 56px;
|
|
2098
2195
|
--chat-padding: 12px;
|
|
2099
2196
|
--bubble-content-max-width: 0px;
|
|
@@ -2105,25 +2202,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2105
2202
|
flex-direction: row; /* 横向排列 */
|
|
2106
2203
|
height: 100%; /* 父容器高度 */
|
|
2107
2204
|
}
|
|
2108
|
-
.small-window[data-v-
|
|
2205
|
+
.small-window[data-v-45fbaf17] {
|
|
2109
2206
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2110
2207
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2111
2208
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2112
2209
|
border-radius: 8px;
|
|
2113
2210
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2114
2211
|
}
|
|
2115
|
-
.full-screen[data-v-
|
|
2212
|
+
.full-screen[data-v-45fbaf17] {
|
|
2116
2213
|
right: 0;
|
|
2117
2214
|
bottom: 0;
|
|
2118
2215
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2119
2216
|
}
|
|
2120
|
-
.chat-container > *[data-v-
|
|
2217
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2121
2218
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2122
2219
|
}
|
|
2123
2220
|
|
|
2124
2221
|
/* 聊天窗口的头部样式设置
|
|
2125
2222
|
*/
|
|
2126
|
-
.chat-embed__header_container[data-v-
|
|
2223
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2127
2224
|
/* border-bottom: 1px solid #ddd; */
|
|
2128
2225
|
display: flex;
|
|
2129
2226
|
align-items: center;
|
|
@@ -2133,7 +2230,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2133
2230
|
overflow: hidden;
|
|
2134
2231
|
position: relative;
|
|
2135
2232
|
}
|
|
2136
|
-
.session-subject[data-v-
|
|
2233
|
+
.session-subject[data-v-45fbaf17] {
|
|
2137
2234
|
display: block;
|
|
2138
2235
|
margin: 0 auto;
|
|
2139
2236
|
text-align: center;
|
|
@@ -2148,17 +2245,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2148
2245
|
|
|
2149
2246
|
/* 聊天窗口的头部图标样式设置
|
|
2150
2247
|
*/
|
|
2151
|
-
.chat-embed__header_avatar[data-v-
|
|
2248
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2152
2249
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2153
2250
|
margin-right: var(--chat-padding);
|
|
2154
2251
|
}
|
|
2155
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2252
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2156
2253
|
right: 20px;
|
|
2157
2254
|
position: absolute;
|
|
2158
2255
|
gap: 28px;
|
|
2159
2256
|
display: flex;
|
|
2160
2257
|
}
|
|
2161
|
-
.chat-embed__sidebar[data-v-
|
|
2258
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2162
2259
|
background: #f6f7fa;
|
|
2163
2260
|
display: flex;
|
|
2164
2261
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2167,7 +2264,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2167
2264
|
width: 260px;
|
|
2168
2265
|
height: 100%;
|
|
2169
2266
|
}
|
|
2170
|
-
.chat-embed__main[data-v-
|
|
2267
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2171
2268
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2172
2269
|
box-sizing: border-box;
|
|
2173
2270
|
overflow: hidden;
|
|
@@ -2178,7 +2275,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2178
2275
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2179
2276
|
overflow: hidden; /* 防止内容溢出 */
|
|
2180
2277
|
}
|
|
2181
|
-
.chat-embed__main_content[data-v-
|
|
2278
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2182
2279
|
flex: 1;
|
|
2183
2280
|
box-sizing: border-box;
|
|
2184
2281
|
min-height: 0;
|
|
@@ -2186,21 +2283,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2186
2283
|
/* overflow-y: auto;
|
|
2187
2284
|
margin-bottom: 12px; */
|
|
2188
2285
|
}
|
|
2189
|
-
.chat-embed__input_container[data-v-
|
|
2286
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2190
2287
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2191
2288
|
/* margin-bottom: 50px; 距离底部 */
|
|
2192
2289
|
}
|
|
2193
|
-
.header-icon[data-v-
|
|
2290
|
+
.header-icon[data-v-45fbaf17] {
|
|
2194
2291
|
cursor: pointer;
|
|
2195
2292
|
font-size: 20px;
|
|
2196
2293
|
}
|
|
2197
2294
|
|
|
2198
2295
|
/* 聊天默认推荐内容样式
|
|
2199
2296
|
*/
|
|
2200
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2297
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2201
2298
|
margin-top: 5px;
|
|
2202
2299
|
}
|
|
2203
|
-
.content-container[data-v-
|
|
2300
|
+
.content-container[data-v-45fbaf17] {
|
|
2204
2301
|
padding: 16px;
|
|
2205
2302
|
border-radius: 4px;
|
|
2206
2303
|
background: #ffffff;
|
|
@@ -2208,7 +2305,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2208
2305
|
border-radius: 0px 30px 30px 30px;
|
|
2209
2306
|
/* opacity: 0.6; */
|
|
2210
2307
|
}
|
|
2211
|
-
.chat-content-font[data-v-
|
|
2308
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2212
2309
|
font-family: PingFang SC, PingFang SC;
|
|
2213
2310
|
font-weight: 500;
|
|
2214
2311
|
font-size: 16px;
|
|
@@ -2218,10 +2315,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2218
2315
|
font-style: normal;
|
|
2219
2316
|
text-transform: none;
|
|
2220
2317
|
}
|
|
2221
|
-
[data-v-
|
|
2318
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2222
2319
|
border: none !important;
|
|
2223
2320
|
}
|
|
2224
|
-
.content-container-header[data-v-
|
|
2321
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2225
2322
|
font-size: 12px;
|
|
2226
2323
|
color: #909399;
|
|
2227
2324
|
}
|
|
@@ -2229,28 +2326,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2229
2326
|
/**
|
|
2230
2327
|
// 用户消息
|
|
2231
2328
|
*/
|
|
2232
|
-
.content-borderless-container[data-v-
|
|
2329
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2233
2330
|
background: #e1ecfd;
|
|
2234
2331
|
border-radius: 20px 0px 20px 20px;
|
|
2235
2332
|
user-select: none;
|
|
2236
2333
|
padding: 12px;
|
|
2237
2334
|
cursor: pointer;
|
|
2238
2335
|
transition: background-color 0.3s;
|
|
2239
|
-
&[data-v-
|
|
2336
|
+
&[data-v-45fbaf17]:hover {
|
|
2240
2337
|
background-color: #ebeef5;
|
|
2241
2338
|
}
|
|
2242
2339
|
}
|
|
2243
|
-
.footer-container[data-v-
|
|
2244
|
-
[data-v-
|
|
2340
|
+
.footer-container[data-v-45fbaf17] {
|
|
2341
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2245
2342
|
margin-left: 8px;
|
|
2246
2343
|
}
|
|
2247
2344
|
}
|
|
2248
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2345
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2249
2346
|
padding: 0;
|
|
2250
2347
|
}
|
|
2251
2348
|
|
|
2252
2349
|
/* 引用文件样式 */
|
|
2253
|
-
.doc-agg-item[data-v-
|
|
2350
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2254
2351
|
width: 100%;
|
|
2255
2352
|
padding: 10px;
|
|
2256
2353
|
margin-bottom: 5px;
|
|
@@ -2260,111 +2357,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2260
2357
|
font-size: 12px;
|
|
2261
2358
|
color: var(--el-color-primary);
|
|
2262
2359
|
}
|
|
2263
|
-
.elx-xmarkdown-container[data-v-
|
|
2360
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2264
2361
|
padding: 0;
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
font-size: 16px;
|
|
2268
|
-
margin-top: 0px;
|
|
2269
|
-
margin-bottom: 0px;
|
|
2270
|
-
}
|
|
2271
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2272
|
-
margin: 5px 0;
|
|
2273
|
-
}
|
|
2274
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2275
|
-
display: flex;
|
|
2276
|
-
align-items: center;
|
|
2277
|
-
flex-shrink: 0;
|
|
2278
|
-
min-width: max-content;
|
|
2279
|
-
margin-left: auto;
|
|
2280
|
-
gap: 10px;
|
|
2281
|
-
}
|
|
2282
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2283
|
-
display: inline-block;
|
|
2284
|
-
width: 12px;
|
|
2285
|
-
height: 12px;
|
|
2286
|
-
background-repeat: no-repeat;
|
|
2287
|
-
background-position: center;
|
|
2288
|
-
background-size: 100%;
|
|
2289
|
-
cursor: pointer;
|
|
2290
|
-
}
|
|
2291
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2292
|
-
margin-left: 5px;
|
|
2293
|
-
}
|
|
2294
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2295
|
-
display: flex;
|
|
2296
|
-
flex-direction: column;
|
|
2297
|
-
padding: 16px;
|
|
2298
|
-
}
|
|
2299
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2300
|
-
border-bottom-color: #ffffff !important;
|
|
2301
|
-
}
|
|
2302
|
-
[data-v-0b0c189e] .el-sender {
|
|
2303
|
-
background: #ffffff !important;
|
|
2304
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2305
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2306
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2307
|
-
font-weight: 400;
|
|
2308
|
-
font-size: 16px;
|
|
2309
|
-
color: #bbbbbb;
|
|
2310
|
-
text-align: left;
|
|
2311
|
-
font-style: normal;
|
|
2312
|
-
text-transform: none;
|
|
2313
|
-
}
|
|
2314
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2315
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2316
|
-
font-weight: 400 !important;
|
|
2317
|
-
font-size: 16px !important;
|
|
2318
|
-
line-height: 21px !important;
|
|
2319
|
-
font-style: normal !important;
|
|
2320
|
-
text-transform: none !important;
|
|
2321
|
-
}
|
|
2322
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2323
|
-
padding: 16px !important;
|
|
2324
|
-
}
|
|
2325
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2326
|
-
border-radius: 100px 100px 100px 100px;
|
|
2327
|
-
border: 1px solid #dcdfe6;
|
|
2328
|
-
}
|
|
2329
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2330
|
-
padding: 12px;
|
|
2331
|
-
font-family: PingFang SC, PingFang SC;
|
|
2332
|
-
font-weight: 400;
|
|
2333
|
-
font-size: 14px;
|
|
2334
|
-
color: #808080;
|
|
2335
|
-
line-height: 21px;
|
|
2336
|
-
font-style: normal;
|
|
2337
|
-
text-align: center;
|
|
2338
|
-
}
|
|
2339
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2340
|
-
border-radius: 50% !important;
|
|
2341
|
-
padding: 8px;
|
|
2342
|
-
width: 32px;
|
|
2343
|
-
}
|
|
2344
|
-
.send-icon[data-v-0b0c189e] {
|
|
2345
|
-
cursor: pointer;
|
|
2346
|
-
}
|
|
2347
|
-
.el-divider--vertical[data-v-0b0c189e] {
|
|
2348
|
-
margin: 0 0;
|
|
2349
|
-
}[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 {
|
|
2362
|
+
}
|
|
2363
|
+
[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 {
|
|
2350
2364
|
user-select: text !important;
|
|
2351
2365
|
-webkit-user-select: text !important;
|
|
2352
2366
|
-moz-user-select: text !important;
|
|
2353
2367
|
-ms-user-select: text !important;
|
|
2354
2368
|
}
|
|
2355
|
-
.slide-up-enter-active[data-v-
|
|
2356
|
-
.slide-up-leave-active[data-v-
|
|
2369
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2370
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2357
2371
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2358
2372
|
}
|
|
2359
|
-
.slide-up-enter-from[data-v-
|
|
2360
|
-
.slide-up-leave-to[data-v-
|
|
2373
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2374
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2361
2375
|
transform: translateY(100%);
|
|
2362
2376
|
}
|
|
2363
2377
|
|
|
2364
2378
|
/**
|
|
2365
2379
|
* 聊天窗口的样式设置
|
|
2366
2380
|
*/
|
|
2367
|
-
.chat-container[data-v-
|
|
2381
|
+
.chat-container[data-v-0b0c189e] {
|
|
2368
2382
|
--header-height: 56px;
|
|
2369
2383
|
--chat-padding: 12px;
|
|
2370
2384
|
--bubble-content-max-width: 0px;
|
|
@@ -2376,25 +2390,25 @@ h4[data-v-0b0c189e] {
|
|
|
2376
2390
|
flex-direction: row; /* 横向排列 */
|
|
2377
2391
|
height: 100%; /* 父容器高度 */
|
|
2378
2392
|
}
|
|
2379
|
-
.small-window[data-v-
|
|
2393
|
+
.small-window[data-v-0b0c189e] {
|
|
2380
2394
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2381
2395
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2382
2396
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2383
2397
|
border-radius: 8px;
|
|
2384
2398
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2385
2399
|
}
|
|
2386
|
-
.full-screen[data-v-
|
|
2400
|
+
.full-screen[data-v-0b0c189e] {
|
|
2387
2401
|
right: 0;
|
|
2388
2402
|
bottom: 0;
|
|
2389
2403
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2390
2404
|
}
|
|
2391
|
-
.chat-container > *[data-v-
|
|
2405
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2392
2406
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2393
2407
|
}
|
|
2394
2408
|
|
|
2395
2409
|
/* 聊天窗口的头部样式设置
|
|
2396
2410
|
*/
|
|
2397
|
-
.chat-embed__header_container[data-v-
|
|
2411
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2398
2412
|
/* border-bottom: 1px solid #ddd; */
|
|
2399
2413
|
display: flex;
|
|
2400
2414
|
align-items: center;
|
|
@@ -2404,7 +2418,7 @@ h4[data-v-0b0c189e] {
|
|
|
2404
2418
|
overflow: hidden;
|
|
2405
2419
|
position: relative;
|
|
2406
2420
|
}
|
|
2407
|
-
.session-subject[data-v-
|
|
2421
|
+
.session-subject[data-v-0b0c189e] {
|
|
2408
2422
|
display: block;
|
|
2409
2423
|
margin: 0 auto;
|
|
2410
2424
|
text-align: center;
|
|
@@ -2419,17 +2433,17 @@ h4[data-v-0b0c189e] {
|
|
|
2419
2433
|
|
|
2420
2434
|
/* 聊天窗口的头部图标样式设置
|
|
2421
2435
|
*/
|
|
2422
|
-
.chat-embed__header_avatar[data-v-
|
|
2436
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2423
2437
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2424
2438
|
margin-right: var(--chat-padding);
|
|
2425
2439
|
}
|
|
2426
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2440
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2427
2441
|
right: 20px;
|
|
2428
2442
|
position: absolute;
|
|
2429
2443
|
gap: 28px;
|
|
2430
2444
|
display: flex;
|
|
2431
2445
|
}
|
|
2432
|
-
.chat-embed__sidebar[data-v-
|
|
2446
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2433
2447
|
background: #f6f7fa;
|
|
2434
2448
|
display: flex;
|
|
2435
2449
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2438,7 +2452,7 @@ h4[data-v-0b0c189e] {
|
|
|
2438
2452
|
width: 260px;
|
|
2439
2453
|
height: 100%;
|
|
2440
2454
|
}
|
|
2441
|
-
.chat-embed__main[data-v-
|
|
2455
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2442
2456
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2443
2457
|
box-sizing: border-box;
|
|
2444
2458
|
overflow: hidden;
|
|
@@ -2449,7 +2463,7 @@ h4[data-v-0b0c189e] {
|
|
|
2449
2463
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2450
2464
|
overflow: hidden; /* 防止内容溢出 */
|
|
2451
2465
|
}
|
|
2452
|
-
.chat-embed__main_content[data-v-
|
|
2466
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2453
2467
|
flex: 1;
|
|
2454
2468
|
box-sizing: border-box;
|
|
2455
2469
|
min-height: 0;
|
|
@@ -2457,21 +2471,21 @@ h4[data-v-0b0c189e] {
|
|
|
2457
2471
|
/* overflow-y: auto;
|
|
2458
2472
|
margin-bottom: 12px; */
|
|
2459
2473
|
}
|
|
2460
|
-
.chat-embed__input_container[data-v-
|
|
2474
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2461
2475
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2462
2476
|
/* margin-bottom: 50px; 距离底部 */
|
|
2463
2477
|
}
|
|
2464
|
-
.header-icon[data-v-
|
|
2478
|
+
.header-icon[data-v-0b0c189e] {
|
|
2465
2479
|
cursor: pointer;
|
|
2466
2480
|
font-size: 20px;
|
|
2467
2481
|
}
|
|
2468
2482
|
|
|
2469
2483
|
/* 聊天默认推荐内容样式
|
|
2470
2484
|
*/
|
|
2471
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2485
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2472
2486
|
margin-top: 5px;
|
|
2473
2487
|
}
|
|
2474
|
-
.content-container[data-v-
|
|
2488
|
+
.content-container[data-v-0b0c189e] {
|
|
2475
2489
|
padding: 16px;
|
|
2476
2490
|
border-radius: 4px;
|
|
2477
2491
|
background: #ffffff;
|
|
@@ -2479,7 +2493,7 @@ h4[data-v-0b0c189e] {
|
|
|
2479
2493
|
border-radius: 0px 30px 30px 30px;
|
|
2480
2494
|
/* opacity: 0.6; */
|
|
2481
2495
|
}
|
|
2482
|
-
.chat-content-font[data-v-
|
|
2496
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2483
2497
|
font-family: PingFang SC, PingFang SC;
|
|
2484
2498
|
font-weight: 500;
|
|
2485
2499
|
font-size: 16px;
|
|
@@ -2489,10 +2503,10 @@ h4[data-v-0b0c189e] {
|
|
|
2489
2503
|
font-style: normal;
|
|
2490
2504
|
text-transform: none;
|
|
2491
2505
|
}
|
|
2492
|
-
[data-v-
|
|
2506
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2493
2507
|
border: none !important;
|
|
2494
2508
|
}
|
|
2495
|
-
.content-container-header[data-v-
|
|
2509
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2496
2510
|
font-size: 12px;
|
|
2497
2511
|
color: #909399;
|
|
2498
2512
|
}
|
|
@@ -2500,28 +2514,28 @@ h4[data-v-0b0c189e] {
|
|
|
2500
2514
|
/**
|
|
2501
2515
|
// 用户消息
|
|
2502
2516
|
*/
|
|
2503
|
-
.content-borderless-container[data-v-
|
|
2517
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2504
2518
|
background: #e1ecfd;
|
|
2505
2519
|
border-radius: 20px 0px 20px 20px;
|
|
2506
2520
|
user-select: none;
|
|
2507
2521
|
padding: 12px;
|
|
2508
2522
|
cursor: pointer;
|
|
2509
2523
|
transition: background-color 0.3s;
|
|
2510
|
-
&[data-v-
|
|
2524
|
+
&[data-v-0b0c189e]:hover {
|
|
2511
2525
|
background-color: #ebeef5;
|
|
2512
2526
|
}
|
|
2513
2527
|
}
|
|
2514
|
-
.footer-container[data-v-
|
|
2515
|
-
[data-v-
|
|
2528
|
+
.footer-container[data-v-0b0c189e] {
|
|
2529
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2516
2530
|
margin-left: 8px;
|
|
2517
2531
|
}
|
|
2518
2532
|
}
|
|
2519
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2533
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2520
2534
|
padding: 0;
|
|
2521
2535
|
}
|
|
2522
2536
|
|
|
2523
2537
|
/* 引用文件样式 */
|
|
2524
|
-
.doc-agg-item[data-v-
|
|
2538
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2525
2539
|
width: 100%;
|
|
2526
2540
|
padding: 10px;
|
|
2527
2541
|
margin-bottom: 5px;
|
|
@@ -2531,28 +2545,118 @@ h4[data-v-0b0c189e] {
|
|
|
2531
2545
|
font-size: 12px;
|
|
2532
2546
|
color: var(--el-color-primary);
|
|
2533
2547
|
}
|
|
2534
|
-
.elx-xmarkdown-container[data-v-
|
|
2548
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2535
2549
|
padding: 0;
|
|
2550
|
+
}
|
|
2551
|
+
h4[data-v-0b0c189e] {
|
|
2552
|
+
font-size: 16px;
|
|
2553
|
+
margin-top: 0px;
|
|
2554
|
+
margin-bottom: 0px;
|
|
2555
|
+
}
|
|
2556
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2557
|
+
margin: 5px 0;
|
|
2558
|
+
}
|
|
2559
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2560
|
+
display: flex;
|
|
2561
|
+
align-items: center;
|
|
2562
|
+
flex-shrink: 0;
|
|
2563
|
+
min-width: max-content;
|
|
2564
|
+
margin-left: auto;
|
|
2565
|
+
gap: 10px;
|
|
2566
|
+
}
|
|
2567
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2568
|
+
display: inline-block;
|
|
2569
|
+
width: 12px;
|
|
2570
|
+
height: 12px;
|
|
2571
|
+
background-repeat: no-repeat;
|
|
2572
|
+
background-position: center;
|
|
2573
|
+
background-size: 100%;
|
|
2574
|
+
cursor: pointer;
|
|
2575
|
+
}
|
|
2576
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2577
|
+
margin-left: 5px;
|
|
2578
|
+
}
|
|
2579
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2580
|
+
display: flex;
|
|
2581
|
+
flex-direction: column;
|
|
2582
|
+
padding: 16px;
|
|
2583
|
+
}
|
|
2584
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2585
|
+
border-bottom-color: #ffffff !important;
|
|
2586
|
+
}
|
|
2587
|
+
[data-v-0b0c189e] .el-sender {
|
|
2588
|
+
background: #ffffff !important;
|
|
2589
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2590
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2591
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2592
|
+
font-weight: 400;
|
|
2593
|
+
font-size: 16px;
|
|
2594
|
+
color: #bbbbbb;
|
|
2595
|
+
text-align: left;
|
|
2596
|
+
font-style: normal;
|
|
2597
|
+
text-transform: none;
|
|
2598
|
+
}
|
|
2599
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2600
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2601
|
+
font-weight: 400 !important;
|
|
2602
|
+
font-size: 16px !important;
|
|
2603
|
+
line-height: 21px !important;
|
|
2604
|
+
font-style: normal !important;
|
|
2605
|
+
text-transform: none !important;
|
|
2606
|
+
}
|
|
2607
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2608
|
+
padding: 16px !important;
|
|
2609
|
+
}
|
|
2610
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2611
|
+
border-radius: 100px 100px 100px 100px;
|
|
2612
|
+
border: 1px solid #dcdfe6;
|
|
2613
|
+
}
|
|
2614
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2615
|
+
padding: 12px;
|
|
2616
|
+
font-family: PingFang SC, PingFang SC;
|
|
2617
|
+
font-weight: 400;
|
|
2618
|
+
font-size: 14px;
|
|
2619
|
+
color: #808080;
|
|
2620
|
+
line-height: 21px;
|
|
2621
|
+
font-style: normal;
|
|
2622
|
+
text-align: center;
|
|
2623
|
+
}
|
|
2624
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2625
|
+
border-radius: 50% !important;
|
|
2626
|
+
padding: 8px;
|
|
2627
|
+
width: 32px;
|
|
2628
|
+
}
|
|
2629
|
+
.send-icon[data-v-0b0c189e] {
|
|
2630
|
+
cursor: pointer;
|
|
2631
|
+
}
|
|
2632
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2633
|
+
margin: 0 0;
|
|
2634
|
+
}
|
|
2635
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2636
|
+
width: 100%;
|
|
2637
|
+
height: 100%;
|
|
2638
|
+
border: none;
|
|
2639
|
+
opacity: 1;
|
|
2536
2640
|
}
|
|
2537
|
-
[data-v-
|
|
2641
|
+
[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 {
|
|
2538
2642
|
user-select: text !important;
|
|
2539
2643
|
-webkit-user-select: text !important;
|
|
2540
2644
|
-moz-user-select: text !important;
|
|
2541
2645
|
-ms-user-select: text !important;
|
|
2542
2646
|
}
|
|
2543
|
-
.slide-up-enter-active[data-v-
|
|
2544
|
-
.slide-up-leave-active[data-v-
|
|
2647
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2648
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2545
2649
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2546
|
-
}
|
|
2547
|
-
.slide-up-enter-from[data-v-
|
|
2548
|
-
.slide-up-leave-to[data-v-
|
|
2650
|
+
}
|
|
2651
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2652
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2549
2653
|
transform: translateY(100%);
|
|
2550
2654
|
}
|
|
2551
2655
|
|
|
2552
2656
|
/**
|
|
2553
2657
|
* 聊天窗口的样式设置
|
|
2554
2658
|
*/
|
|
2555
|
-
.chat-container[data-v-
|
|
2659
|
+
.chat-container[data-v-bc196b97] {
|
|
2556
2660
|
--header-height: 56px;
|
|
2557
2661
|
--chat-padding: 12px;
|
|
2558
2662
|
--bubble-content-max-width: 0px;
|
|
@@ -2564,25 +2668,25 @@ h4[data-v-0b0c189e] {
|
|
|
2564
2668
|
flex-direction: row; /* 横向排列 */
|
|
2565
2669
|
height: 100%; /* 父容器高度 */
|
|
2566
2670
|
}
|
|
2567
|
-
.small-window[data-v-
|
|
2671
|
+
.small-window[data-v-bc196b97] {
|
|
2568
2672
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2569
2673
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2570
2674
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2571
2675
|
border-radius: 8px;
|
|
2572
2676
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2573
2677
|
}
|
|
2574
|
-
.full-screen[data-v-
|
|
2678
|
+
.full-screen[data-v-bc196b97] {
|
|
2575
2679
|
right: 0;
|
|
2576
2680
|
bottom: 0;
|
|
2577
2681
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2578
2682
|
}
|
|
2579
|
-
.chat-container > *[data-v-
|
|
2683
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2580
2684
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2581
2685
|
}
|
|
2582
2686
|
|
|
2583
2687
|
/* 聊天窗口的头部样式设置
|
|
2584
2688
|
*/
|
|
2585
|
-
.chat-embed__header_container[data-v-
|
|
2689
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2586
2690
|
/* border-bottom: 1px solid #ddd; */
|
|
2587
2691
|
display: flex;
|
|
2588
2692
|
align-items: center;
|
|
@@ -2592,7 +2696,7 @@ h4[data-v-0b0c189e] {
|
|
|
2592
2696
|
overflow: hidden;
|
|
2593
2697
|
position: relative;
|
|
2594
2698
|
}
|
|
2595
|
-
.session-subject[data-v-
|
|
2699
|
+
.session-subject[data-v-bc196b97] {
|
|
2596
2700
|
display: block;
|
|
2597
2701
|
margin: 0 auto;
|
|
2598
2702
|
text-align: center;
|
|
@@ -2607,17 +2711,17 @@ h4[data-v-0b0c189e] {
|
|
|
2607
2711
|
|
|
2608
2712
|
/* 聊天窗口的头部图标样式设置
|
|
2609
2713
|
*/
|
|
2610
|
-
.chat-embed__header_avatar[data-v-
|
|
2714
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2611
2715
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2612
2716
|
margin-right: var(--chat-padding);
|
|
2613
2717
|
}
|
|
2614
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2718
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2615
2719
|
right: 20px;
|
|
2616
2720
|
position: absolute;
|
|
2617
2721
|
gap: 28px;
|
|
2618
2722
|
display: flex;
|
|
2619
2723
|
}
|
|
2620
|
-
.chat-embed__sidebar[data-v-
|
|
2724
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2621
2725
|
background: #f6f7fa;
|
|
2622
2726
|
display: flex;
|
|
2623
2727
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2626,7 +2730,7 @@ h4[data-v-0b0c189e] {
|
|
|
2626
2730
|
width: 260px;
|
|
2627
2731
|
height: 100%;
|
|
2628
2732
|
}
|
|
2629
|
-
.chat-embed__main[data-v-
|
|
2733
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2630
2734
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2631
2735
|
box-sizing: border-box;
|
|
2632
2736
|
overflow: hidden;
|
|
@@ -2637,7 +2741,7 @@ h4[data-v-0b0c189e] {
|
|
|
2637
2741
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2638
2742
|
overflow: hidden; /* 防止内容溢出 */
|
|
2639
2743
|
}
|
|
2640
|
-
.chat-embed__main_content[data-v-
|
|
2744
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2641
2745
|
flex: 1;
|
|
2642
2746
|
box-sizing: border-box;
|
|
2643
2747
|
min-height: 0;
|
|
@@ -2645,21 +2749,21 @@ h4[data-v-0b0c189e] {
|
|
|
2645
2749
|
/* overflow-y: auto;
|
|
2646
2750
|
margin-bottom: 12px; */
|
|
2647
2751
|
}
|
|
2648
|
-
.chat-embed__input_container[data-v-
|
|
2752
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2649
2753
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2650
2754
|
/* margin-bottom: 50px; 距离底部 */
|
|
2651
2755
|
}
|
|
2652
|
-
.header-icon[data-v-
|
|
2756
|
+
.header-icon[data-v-bc196b97] {
|
|
2653
2757
|
cursor: pointer;
|
|
2654
2758
|
font-size: 20px;
|
|
2655
2759
|
}
|
|
2656
2760
|
|
|
2657
2761
|
/* 聊天默认推荐内容样式
|
|
2658
2762
|
*/
|
|
2659
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2763
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2660
2764
|
margin-top: 5px;
|
|
2661
2765
|
}
|
|
2662
|
-
.content-container[data-v-
|
|
2766
|
+
.content-container[data-v-bc196b97] {
|
|
2663
2767
|
padding: 16px;
|
|
2664
2768
|
border-radius: 4px;
|
|
2665
2769
|
background: #ffffff;
|
|
@@ -2667,7 +2771,7 @@ h4[data-v-0b0c189e] {
|
|
|
2667
2771
|
border-radius: 0px 30px 30px 30px;
|
|
2668
2772
|
/* opacity: 0.6; */
|
|
2669
2773
|
}
|
|
2670
|
-
.chat-content-font[data-v-
|
|
2774
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2671
2775
|
font-family: PingFang SC, PingFang SC;
|
|
2672
2776
|
font-weight: 500;
|
|
2673
2777
|
font-size: 16px;
|
|
@@ -2677,10 +2781,10 @@ h4[data-v-0b0c189e] {
|
|
|
2677
2781
|
font-style: normal;
|
|
2678
2782
|
text-transform: none;
|
|
2679
2783
|
}
|
|
2680
|
-
[data-v-
|
|
2784
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2681
2785
|
border: none !important;
|
|
2682
2786
|
}
|
|
2683
|
-
.content-container-header[data-v-
|
|
2787
|
+
.content-container-header[data-v-bc196b97] {
|
|
2684
2788
|
font-size: 12px;
|
|
2685
2789
|
color: #909399;
|
|
2686
2790
|
}
|
|
@@ -2688,28 +2792,28 @@ h4[data-v-0b0c189e] {
|
|
|
2688
2792
|
/**
|
|
2689
2793
|
// 用户消息
|
|
2690
2794
|
*/
|
|
2691
|
-
.content-borderless-container[data-v-
|
|
2795
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2692
2796
|
background: #e1ecfd;
|
|
2693
2797
|
border-radius: 20px 0px 20px 20px;
|
|
2694
2798
|
user-select: none;
|
|
2695
2799
|
padding: 12px;
|
|
2696
2800
|
cursor: pointer;
|
|
2697
2801
|
transition: background-color 0.3s;
|
|
2698
|
-
&[data-v-
|
|
2802
|
+
&[data-v-bc196b97]:hover {
|
|
2699
2803
|
background-color: #ebeef5;
|
|
2700
2804
|
}
|
|
2701
2805
|
}
|
|
2702
|
-
.footer-container[data-v-
|
|
2703
|
-
[data-v-
|
|
2806
|
+
.footer-container[data-v-bc196b97] {
|
|
2807
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2704
2808
|
margin-left: 8px;
|
|
2705
2809
|
}
|
|
2706
2810
|
}
|
|
2707
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2811
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2708
2812
|
padding: 0;
|
|
2709
2813
|
}
|
|
2710
2814
|
|
|
2711
2815
|
/* 引用文件样式 */
|
|
2712
|
-
.doc-agg-item[data-v-
|
|
2816
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2713
2817
|
width: 100%;
|
|
2714
2818
|
padding: 10px;
|
|
2715
2819
|
margin-bottom: 5px;
|
|
@@ -2719,30 +2823,49 @@ h4[data-v-0b0c189e] {
|
|
|
2719
2823
|
font-size: 12px;
|
|
2720
2824
|
color: var(--el-color-primary);
|
|
2721
2825
|
}
|
|
2722
|
-
.elx-xmarkdown-container[data-v-
|
|
2826
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2723
2827
|
padding: 0;
|
|
2724
2828
|
}
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2829
|
+
|
|
2830
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2831
|
+
display: flex;
|
|
2832
|
+
align-items: center;
|
|
2833
|
+
justify-content: space-between;
|
|
2834
|
+
gap: 10px;
|
|
2835
|
+
width: 100%;
|
|
2836
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2837
|
+
font-size: 10px;
|
|
2838
|
+
color: #999;
|
|
2839
|
+
margin-top: 3px;
|
|
2840
|
+
flex-shrink: 0;
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2844
|
+
display: flex;
|
|
2845
|
+
gap: 8px;
|
|
2846
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2847
|
+
margin-left: 0;
|
|
2848
|
+
}
|
|
2849
|
+
}
|
|
2850
|
+
[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 {
|
|
2728
2851
|
user-select: text !important;
|
|
2729
2852
|
-webkit-user-select: text !important;
|
|
2730
2853
|
-moz-user-select: text !important;
|
|
2731
2854
|
-ms-user-select: text !important;
|
|
2732
2855
|
}
|
|
2733
|
-
.slide-up-enter-active[data-v-
|
|
2734
|
-
.slide-up-leave-active[data-v-
|
|
2856
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2857
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2735
2858
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2736
2859
|
}
|
|
2737
|
-
.slide-up-enter-from[data-v-
|
|
2738
|
-
.slide-up-leave-to[data-v-
|
|
2860
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2861
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2739
2862
|
transform: translateY(100%);
|
|
2740
2863
|
}
|
|
2741
2864
|
|
|
2742
2865
|
/**
|
|
2743
2866
|
* 聊天窗口的样式设置
|
|
2744
2867
|
*/
|
|
2745
|
-
.chat-container[data-v-
|
|
2868
|
+
.chat-container[data-v-e9aa835d] {
|
|
2746
2869
|
--header-height: 56px;
|
|
2747
2870
|
--chat-padding: 12px;
|
|
2748
2871
|
--bubble-content-max-width: 0px;
|
|
@@ -2754,25 +2877,25 @@ h4[data-v-0b0c189e] {
|
|
|
2754
2877
|
flex-direction: row; /* 横向排列 */
|
|
2755
2878
|
height: 100%; /* 父容器高度 */
|
|
2756
2879
|
}
|
|
2757
|
-
.small-window[data-v-
|
|
2880
|
+
.small-window[data-v-e9aa835d] {
|
|
2758
2881
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2759
2882
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2760
2883
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2761
2884
|
border-radius: 8px;
|
|
2762
2885
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2763
2886
|
}
|
|
2764
|
-
.full-screen[data-v-
|
|
2887
|
+
.full-screen[data-v-e9aa835d] {
|
|
2765
2888
|
right: 0;
|
|
2766
2889
|
bottom: 0;
|
|
2767
2890
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2768
2891
|
}
|
|
2769
|
-
.chat-container > *[data-v-
|
|
2892
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
2770
2893
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2771
2894
|
}
|
|
2772
2895
|
|
|
2773
2896
|
/* 聊天窗口的头部样式设置
|
|
2774
2897
|
*/
|
|
2775
|
-
.chat-embed__header_container[data-v-
|
|
2898
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2776
2899
|
/* border-bottom: 1px solid #ddd; */
|
|
2777
2900
|
display: flex;
|
|
2778
2901
|
align-items: center;
|
|
@@ -2782,7 +2905,7 @@ h4[data-v-0b0c189e] {
|
|
|
2782
2905
|
overflow: hidden;
|
|
2783
2906
|
position: relative;
|
|
2784
2907
|
}
|
|
2785
|
-
.session-subject[data-v-
|
|
2908
|
+
.session-subject[data-v-e9aa835d] {
|
|
2786
2909
|
display: block;
|
|
2787
2910
|
margin: 0 auto;
|
|
2788
2911
|
text-align: center;
|
|
@@ -2797,17 +2920,17 @@ h4[data-v-0b0c189e] {
|
|
|
2797
2920
|
|
|
2798
2921
|
/* 聊天窗口的头部图标样式设置
|
|
2799
2922
|
*/
|
|
2800
|
-
.chat-embed__header_avatar[data-v-
|
|
2923
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2801
2924
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2802
2925
|
margin-right: var(--chat-padding);
|
|
2803
2926
|
}
|
|
2804
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2927
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2805
2928
|
right: 20px;
|
|
2806
2929
|
position: absolute;
|
|
2807
2930
|
gap: 28px;
|
|
2808
2931
|
display: flex;
|
|
2809
2932
|
}
|
|
2810
|
-
.chat-embed__sidebar[data-v-
|
|
2933
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2811
2934
|
background: #f6f7fa;
|
|
2812
2935
|
display: flex;
|
|
2813
2936
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2816,7 +2939,7 @@ h4[data-v-0b0c189e] {
|
|
|
2816
2939
|
width: 260px;
|
|
2817
2940
|
height: 100%;
|
|
2818
2941
|
}
|
|
2819
|
-
.chat-embed__main[data-v-
|
|
2942
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2820
2943
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2821
2944
|
box-sizing: border-box;
|
|
2822
2945
|
overflow: hidden;
|
|
@@ -2827,7 +2950,7 @@ h4[data-v-0b0c189e] {
|
|
|
2827
2950
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2828
2951
|
overflow: hidden; /* 防止内容溢出 */
|
|
2829
2952
|
}
|
|
2830
|
-
.chat-embed__main_content[data-v-
|
|
2953
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2831
2954
|
flex: 1;
|
|
2832
2955
|
box-sizing: border-box;
|
|
2833
2956
|
min-height: 0;
|
|
@@ -2835,21 +2958,21 @@ h4[data-v-0b0c189e] {
|
|
|
2835
2958
|
/* overflow-y: auto;
|
|
2836
2959
|
margin-bottom: 12px; */
|
|
2837
2960
|
}
|
|
2838
|
-
.chat-embed__input_container[data-v-
|
|
2961
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2839
2962
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2840
2963
|
/* margin-bottom: 50px; 距离底部 */
|
|
2841
2964
|
}
|
|
2842
|
-
.header-icon[data-v-
|
|
2965
|
+
.header-icon[data-v-e9aa835d] {
|
|
2843
2966
|
cursor: pointer;
|
|
2844
2967
|
font-size: 20px;
|
|
2845
2968
|
}
|
|
2846
2969
|
|
|
2847
2970
|
/* 聊天默认推荐内容样式
|
|
2848
2971
|
*/
|
|
2849
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2972
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2850
2973
|
margin-top: 5px;
|
|
2851
2974
|
}
|
|
2852
|
-
.content-container[data-v-
|
|
2975
|
+
.content-container[data-v-e9aa835d] {
|
|
2853
2976
|
padding: 16px;
|
|
2854
2977
|
border-radius: 4px;
|
|
2855
2978
|
background: #ffffff;
|
|
@@ -2857,7 +2980,7 @@ h4[data-v-0b0c189e] {
|
|
|
2857
2980
|
border-radius: 0px 30px 30px 30px;
|
|
2858
2981
|
/* opacity: 0.6; */
|
|
2859
2982
|
}
|
|
2860
|
-
.chat-content-font[data-v-
|
|
2983
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2861
2984
|
font-family: PingFang SC, PingFang SC;
|
|
2862
2985
|
font-weight: 500;
|
|
2863
2986
|
font-size: 16px;
|
|
@@ -2867,10 +2990,10 @@ h4[data-v-0b0c189e] {
|
|
|
2867
2990
|
font-style: normal;
|
|
2868
2991
|
text-transform: none;
|
|
2869
2992
|
}
|
|
2870
|
-
[data-v-
|
|
2993
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2871
2994
|
border: none !important;
|
|
2872
2995
|
}
|
|
2873
|
-
.content-container-header[data-v-
|
|
2996
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2874
2997
|
font-size: 12px;
|
|
2875
2998
|
color: #909399;
|
|
2876
2999
|
}
|
|
@@ -2878,28 +3001,28 @@ h4[data-v-0b0c189e] {
|
|
|
2878
3001
|
/**
|
|
2879
3002
|
// 用户消息
|
|
2880
3003
|
*/
|
|
2881
|
-
.content-borderless-container[data-v-
|
|
3004
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
2882
3005
|
background: #e1ecfd;
|
|
2883
3006
|
border-radius: 20px 0px 20px 20px;
|
|
2884
3007
|
user-select: none;
|
|
2885
3008
|
padding: 12px;
|
|
2886
3009
|
cursor: pointer;
|
|
2887
3010
|
transition: background-color 0.3s;
|
|
2888
|
-
&[data-v-
|
|
3011
|
+
&[data-v-e9aa835d]:hover {
|
|
2889
3012
|
background-color: #ebeef5;
|
|
2890
3013
|
}
|
|
2891
3014
|
}
|
|
2892
|
-
.footer-container[data-v-
|
|
2893
|
-
[data-v-
|
|
3015
|
+
.footer-container[data-v-e9aa835d] {
|
|
3016
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2894
3017
|
margin-left: 8px;
|
|
2895
3018
|
}
|
|
2896
3019
|
}
|
|
2897
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3020
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2898
3021
|
padding: 0;
|
|
2899
3022
|
}
|
|
2900
3023
|
|
|
2901
3024
|
/* 引用文件样式 */
|
|
2902
|
-
.doc-agg-item[data-v-
|
|
3025
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2903
3026
|
width: 100%;
|
|
2904
3027
|
padding: 10px;
|
|
2905
3028
|
margin-bottom: 5px;
|
|
@@ -2909,116 +3032,8 @@ h4[data-v-0b0c189e] {
|
|
|
2909
3032
|
font-size: 12px;
|
|
2910
3033
|
color: var(--el-color-primary);
|
|
2911
3034
|
}
|
|
2912
|
-
.elx-xmarkdown-container[data-v-
|
|
3035
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2913
3036
|
padding: 0;
|
|
2914
|
-
}
|
|
2915
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2916
|
-
position: absolute;
|
|
2917
|
-
padding: 20px 36px;
|
|
2918
|
-
gap: 16px;
|
|
2919
|
-
display: flex;
|
|
2920
|
-
z-index: 1;
|
|
2921
|
-
}
|
|
2922
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2923
|
-
display: flex;
|
|
2924
|
-
height: 40px;
|
|
2925
|
-
padding: 10px 14px;
|
|
2926
|
-
gap: 14px;
|
|
2927
|
-
border-radius: 100px 100px 100px 100px;
|
|
2928
|
-
border: 1px solid #e5e5e5;
|
|
2929
|
-
width: 82px;
|
|
2930
|
-
font-size: 20px;
|
|
2931
|
-
}
|
|
2932
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2933
|
-
display: flex; /* 设置为水平排列 */
|
|
2934
|
-
align-items: center; /* 垂直居中 */
|
|
2935
|
-
margin-bottom: 22px;
|
|
2936
|
-
font-size: 20px;
|
|
2937
|
-
}
|
|
2938
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2939
|
-
font-family: PingFang SC, PingFang SC;
|
|
2940
|
-
font-weight: 600;
|
|
2941
|
-
font-size: 16px;
|
|
2942
|
-
color: #181818;
|
|
2943
|
-
text-align: left;
|
|
2944
|
-
font-style: normal;
|
|
2945
|
-
text-transform: none;
|
|
2946
|
-
}
|
|
2947
|
-
.right-icon[data-v-1e62eff8] {
|
|
2948
|
-
cursor: pointer;
|
|
2949
|
-
margin-left: auto;
|
|
2950
|
-
}
|
|
2951
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2952
|
-
cursor: pointer;
|
|
2953
|
-
}
|
|
2954
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2955
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2956
|
-
margin-bottom: 10px;
|
|
2957
|
-
}
|
|
2958
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2959
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2960
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2961
|
-
margin-bottom: 10px;
|
|
2962
|
-
}
|
|
2963
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2964
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2965
|
-
margin-top: 10px;
|
|
2966
|
-
margin-bottom: 20px;
|
|
2967
|
-
}
|
|
2968
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2969
|
-
background-color: #ffffff;
|
|
2970
|
-
}
|
|
2971
|
-
.date-group[data-v-1e62eff8] {
|
|
2972
|
-
margin-top: 16px;
|
|
2973
|
-
}
|
|
2974
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2975
|
-
color: #81858c;
|
|
2976
|
-
font-size: 12px;
|
|
2977
|
-
user-select: none;
|
|
2978
|
-
margin-bottom: 2px;
|
|
2979
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2980
|
-
}
|
|
2981
|
-
.menu-item[data-v-1e62eff8] {
|
|
2982
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2983
|
-
font-size: 16px;
|
|
2984
|
-
line-height: 50px;
|
|
2985
|
-
cursor: pointer;
|
|
2986
|
-
gap: 8px;
|
|
2987
|
-
border-radius: 8px;
|
|
2988
|
-
display: flex;
|
|
2989
|
-
align-items: center;
|
|
2990
|
-
}
|
|
2991
|
-
.active-item[data-v-1e62eff8] {
|
|
2992
|
-
background: #e2ebf5;
|
|
2993
|
-
color: var(--el-color-primary);
|
|
2994
|
-
}
|
|
2995
|
-
.history-item[data-v-1e62eff8] {
|
|
2996
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2997
|
-
cursor: pointer;
|
|
2998
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2999
|
-
align-items: center; /* 垂直居中 */
|
|
3000
|
-
line-height: 40px;
|
|
3001
|
-
gap: 8px;
|
|
3002
|
-
border-radius: 8px;
|
|
3003
|
-
}
|
|
3004
|
-
.history-subject[data-v-1e62eff8] {
|
|
3005
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3006
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3007
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3008
|
-
white-space: nowrap; /* 不换行 */
|
|
3009
|
-
}
|
|
3010
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
3011
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
3012
|
-
}
|
|
3013
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
3014
|
-
background-color: #f5f5f5;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
3018
|
-
width: 100%;
|
|
3019
|
-
height: 100%;
|
|
3020
|
-
border: none;
|
|
3021
|
-
opacity: 1;
|
|
3022
3037
|
}
|
|
3023
3038
|
|
|
3024
3039
|
.home-chart-iframe[data-v-73352a50] {
|
|
@@ -3027,21 +3042,6 @@ h4[data-v-0b0c189e] {
|
|
|
3027
3042
|
border: none;
|
|
3028
3043
|
opacity: 1;
|
|
3029
3044
|
}
|
|
3030
|
-
|
|
3031
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
3032
|
-
width: 100%;
|
|
3033
|
-
height: 100%;
|
|
3034
|
-
border: none;
|
|
3035
|
-
opacity: 1;
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
.svg-icon[data-v-019891df] {
|
|
3039
|
-
width: 1.2em;
|
|
3040
|
-
height: 1.2em;
|
|
3041
|
-
vertical-align: -0.25em;
|
|
3042
|
-
fill: currentColor;
|
|
3043
|
-
overflow: initial;
|
|
3044
|
-
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3047
|
.mobile-item-action[data-v-13b41596] {
|