agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/style.css +724 -724
- package/package.json +2 -2
- package/vite.config.js +5 -4
package/lib/style.css
CHANGED
|
@@ -1,37 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";.
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
|
|
5
|
-
max-height: none !important;
|
|
6
|
-
overflow: initial !important;
|
|
7
|
-
}
|
|
8
|
-
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
9
|
-
display: none;
|
|
10
|
-
}
|
|
11
|
-
.el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
|
|
12
|
-
content: " ";
|
|
13
|
-
position: absolute;
|
|
14
|
-
top: 0;
|
|
15
|
-
left: 0;
|
|
16
|
-
right: 0;
|
|
17
|
-
height: 8px;
|
|
18
|
-
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
19
|
-
z-index: 2;
|
|
20
|
-
}
|
|
21
|
-
.el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
|
|
22
|
-
content: " ";
|
|
23
|
-
position: absolute;
|
|
24
|
-
bottom: 0;
|
|
25
|
-
left: 0;
|
|
26
|
-
right: 0;
|
|
27
|
-
height: 8px;
|
|
28
|
-
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
29
|
-
z-index: 2;
|
|
30
|
-
}
|
|
31
|
-
.el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
|
|
32
|
-
position: relative;
|
|
33
|
-
z-index: 1;
|
|
34
|
-
}.yx-affix[data-v-417c4495]:empty {
|
|
1
|
+
@charset "UTF-8";.yx-affix[data-v-417c4495]:empty {
|
|
35
2
|
display: none;
|
|
36
3
|
}
|
|
37
4
|
.yx-affix .yx-affix-content[data-v-417c4495]:empty {
|
|
@@ -119,15 +86,39 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
86
|
height: 100%;
|
|
120
87
|
position: absolute;
|
|
121
88
|
z-index: 999;
|
|
122
|
-
}.
|
|
123
|
-
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
89
|
+
}.el-scrollbar[data-v-8aab68fc] {
|
|
90
|
+
position: relative;
|
|
127
91
|
}
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
|
|
92
|
+
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
|
|
93
|
+
max-height: none !important;
|
|
94
|
+
overflow: initial !important;
|
|
95
|
+
}
|
|
96
|
+
.el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
|
|
97
|
+
display: none;
|
|
98
|
+
}
|
|
99
|
+
.el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
|
|
100
|
+
content: " ";
|
|
101
|
+
position: absolute;
|
|
102
|
+
top: 0;
|
|
103
|
+
left: 0;
|
|
104
|
+
right: 0;
|
|
105
|
+
height: 8px;
|
|
106
|
+
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
107
|
+
z-index: 2;
|
|
108
|
+
}
|
|
109
|
+
.el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
|
|
110
|
+
content: " ";
|
|
111
|
+
position: absolute;
|
|
112
|
+
bottom: 0;
|
|
113
|
+
left: 0;
|
|
114
|
+
right: 0;
|
|
115
|
+
height: 8px;
|
|
116
|
+
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
|
|
117
|
+
z-index: 2;
|
|
118
|
+
}
|
|
119
|
+
.el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
|
|
120
|
+
position: relative;
|
|
121
|
+
z-index: 1;
|
|
131
122
|
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
123
|
padding: 0;
|
|
133
124
|
display: flex;
|
|
@@ -141,6 +132,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
141
132
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
133
|
font-size: 18px;
|
|
143
134
|
cursor: pointer;
|
|
135
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
136
|
+
display: inline-block;
|
|
137
|
+
font-size: 14px;
|
|
138
|
+
line-height: 50px;
|
|
139
|
+
margin-left: 10px;
|
|
140
|
+
}
|
|
141
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
142
|
+
color: #97a8be;
|
|
143
|
+
cursor: text;
|
|
144
144
|
}
|
|
145
145
|
.svg-icon[data-v-67e4e504] {
|
|
146
146
|
width: 1.2em;
|
|
@@ -149,13 +149,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
149
149
|
fill: currentColor;
|
|
150
150
|
overflow: initial;
|
|
151
151
|
}
|
|
152
|
-
|
|
153
|
-
.searchResult[data-v-22410ec9] {
|
|
154
|
-
color: red;
|
|
155
|
-
}
|
|
156
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
157
|
-
width: 90%;
|
|
158
|
-
}
|
|
159
152
|
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
160
153
|
padding: 2px 0 !important;
|
|
161
154
|
}
|
|
@@ -309,15 +302,18 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
309
302
|
.ValidCode span[data-v-aa77e3bd] {
|
|
310
303
|
display: inline-block;
|
|
311
304
|
}
|
|
312
|
-
.searchResult {
|
|
305
|
+
.searchResult[data-v-22410ec9] {
|
|
313
306
|
color: red;
|
|
314
307
|
}
|
|
315
|
-
.inline-input-custom {
|
|
308
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
316
309
|
width: 90%;
|
|
317
310
|
}
|
|
318
311
|
|
|
319
|
-
.
|
|
320
|
-
|
|
312
|
+
.searchResult {
|
|
313
|
+
color: red;
|
|
314
|
+
}
|
|
315
|
+
.inline-input-custom {
|
|
316
|
+
width: 90%;
|
|
321
317
|
}
|
|
322
318
|
|
|
323
319
|
.red-circle[data-v-998f4283] {
|
|
@@ -335,82 +331,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
335
331
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
336
332
|
}
|
|
337
333
|
|
|
338
|
-
.
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
justify-content: space-between;
|
|
343
|
-
}
|
|
344
|
-
.fs-preview-tool[data-v-2448d898] {
|
|
345
|
-
display: flex;
|
|
346
|
-
align-items: center;
|
|
347
|
-
flex-shrink: 0;
|
|
348
|
-
min-width: max-content;
|
|
349
|
-
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
350
|
-
}
|
|
351
|
-
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
352
|
-
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
353
|
-
width: 30px;
|
|
354
|
-
height: 30px;
|
|
355
|
-
}
|
|
356
|
-
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
357
|
-
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
358
|
-
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
359
|
-
display: inline-block;
|
|
360
|
-
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
361
|
-
height: 1em !important;
|
|
362
|
-
line-height: 1em;
|
|
363
|
-
cursor: pointer;
|
|
364
|
-
}
|
|
365
|
-
.amb-list-preivew-name[data-v-2448d898] {
|
|
366
|
-
overflow: hidden;
|
|
367
|
-
text-overflow: ellipsis;
|
|
368
|
-
white-space: nowrap;
|
|
369
|
-
}
|
|
370
|
-
.el-link + .el-link[data-v-2448d898] {
|
|
371
|
-
margin-left: 5px;
|
|
372
|
-
}
|
|
373
|
-
.file-item[data-v-2448d898] {
|
|
374
|
-
display: flex;
|
|
375
|
-
align-items: center;
|
|
376
|
-
justify-content: space-between; /* 添加这行来分布空间 */
|
|
377
|
-
gap: 10px;
|
|
378
|
-
height: 40px;
|
|
379
|
-
padding: 10px;
|
|
380
|
-
border-radius: 8px;
|
|
381
|
-
transition: background-color 0.2s;
|
|
382
|
-
}
|
|
383
|
-
.file-item[data-v-2448d898]:hover {
|
|
384
|
-
color: var(--el-button-hover-text-color, #409eff);
|
|
385
|
-
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
386
|
-
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
387
|
-
outline: none;
|
|
388
|
-
}
|
|
389
|
-
.file-actions[data-v-2448d898] {
|
|
390
|
-
display: flex;
|
|
391
|
-
align-items: center;
|
|
392
|
-
gap: 5px;
|
|
393
|
-
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
394
|
-
}
|
|
395
|
-
.super-icon + .super-icon[data-v-2448d898] {
|
|
396
|
-
margin-left: 5px;
|
|
397
|
-
}
|
|
398
|
-
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
399
|
-
margin-left: 5px;
|
|
400
|
-
}
|
|
401
|
-
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
402
|
-
margin-left: 5px;
|
|
403
|
-
}
|
|
404
|
-
.amb-iconfont[data-v-2448d898] {
|
|
405
|
-
color: var(--el-color-primary);
|
|
406
|
-
}
|
|
407
|
-
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
408
|
-
font-size: 14px !important;
|
|
409
|
-
}
|
|
410
|
-
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
411
|
-
padding: 5px 11px;
|
|
412
|
-
height: var(--el-button-size);
|
|
413
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
414
338
|
padding: 10px;
|
|
415
339
|
}
|
|
416
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -520,55 +444,131 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
520
444
|
font-size: 14px;
|
|
521
445
|
display: grid;
|
|
522
446
|
grid-template-columns: 20% 80%;
|
|
523
|
-
}
|
|
447
|
+
}
|
|
448
|
+
.select-top-span {
|
|
449
|
+
width: 100%;
|
|
450
|
+
}
|
|
451
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
+
display: inline-block;
|
|
453
|
+
}
|
|
454
|
+
.fs-preview-container[data-v-2448d898] {
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
gap: 5px;
|
|
458
|
+
justify-content: space-between;
|
|
459
|
+
}
|
|
460
|
+
.fs-preview-tool[data-v-2448d898] {
|
|
461
|
+
display: flex;
|
|
462
|
+
align-items: center;
|
|
463
|
+
flex-shrink: 0;
|
|
464
|
+
min-width: max-content;
|
|
465
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
466
|
+
}
|
|
467
|
+
.fs-preview-container[data-v-2448d898] .amb-color-iconfont,
|
|
468
|
+
.more-file-icon[data-v-2448d898] .amb-color-iconfont {
|
|
524
469
|
width: 30px;
|
|
525
470
|
height: 30px;
|
|
526
471
|
}
|
|
527
|
-
.
|
|
528
|
-
|
|
472
|
+
.fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
|
|
473
|
+
.file-actions[data-v-2448d898] .amb-color-iconfont {
|
|
474
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
475
|
+
display: inline-block;
|
|
476
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
477
|
+
height: 1em !important;
|
|
478
|
+
line-height: 1em;
|
|
529
479
|
cursor: pointer;
|
|
480
|
+
}
|
|
481
|
+
.amb-list-preivew-name[data-v-2448d898] {
|
|
530
482
|
overflow: hidden;
|
|
531
483
|
text-overflow: ellipsis;
|
|
532
484
|
white-space: nowrap;
|
|
533
485
|
}
|
|
534
|
-
.
|
|
535
|
-
|
|
536
|
-
padding: 4px 8px;
|
|
537
|
-
background-clip: padding-box;
|
|
538
|
-
overflow: hidden;
|
|
539
|
-
display: inline-flex;
|
|
540
|
-
align-items: center;
|
|
486
|
+
.el-link + .el-link[data-v-2448d898] {
|
|
487
|
+
margin-left: 5px;
|
|
541
488
|
}
|
|
542
|
-
.
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
489
|
+
.file-item[data-v-2448d898] {
|
|
490
|
+
display: flex;
|
|
491
|
+
align-items: center;
|
|
492
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
493
|
+
gap: 10px;
|
|
494
|
+
height: 40px;
|
|
495
|
+
padding: 10px;
|
|
496
|
+
border-radius: 8px;
|
|
497
|
+
transition: background-color 0.2s;
|
|
548
498
|
}
|
|
549
|
-
.
|
|
550
|
-
|
|
551
|
-
|
|
499
|
+
.file-item[data-v-2448d898]:hover {
|
|
500
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
501
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
502
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
503
|
+
outline: none;
|
|
552
504
|
}
|
|
553
|
-
.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
505
|
+
.file-actions[data-v-2448d898] {
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
gap: 5px;
|
|
509
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
510
|
+
}
|
|
511
|
+
.super-icon + .super-icon[data-v-2448d898] {
|
|
512
|
+
margin-left: 5px;
|
|
513
|
+
}
|
|
514
|
+
.amb-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
515
|
+
margin-left: 5px;
|
|
516
|
+
}
|
|
517
|
+
.amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
|
|
518
|
+
margin-left: 5px;
|
|
519
|
+
}
|
|
520
|
+
.amb-iconfont[data-v-2448d898] {
|
|
521
|
+
color: var(--el-color-primary);
|
|
522
|
+
}
|
|
523
|
+
.fs-preview-container[data-v-2448d898] .el-button > span {
|
|
524
|
+
font-size: 14px !important;
|
|
525
|
+
}
|
|
526
|
+
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
|
+
padding: 5px 11px;
|
|
528
|
+
height: var(--el-button-size);
|
|
529
|
+
}iframe[data-v-e5fb3b56] {
|
|
530
|
+
width: 100%;
|
|
531
|
+
height: calc(100vh - 50px);
|
|
532
|
+
}.select[data-v-52983a24] {
|
|
533
|
+
width: 100%;
|
|
534
|
+
height: 100%;
|
|
535
|
+
display: grid;
|
|
536
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
537
|
align-items: center;
|
|
564
538
|
}
|
|
565
539
|
.select .intervalCenter[data-v-52983a24] {
|
|
566
540
|
width: 100%;
|
|
567
541
|
height: 100%;
|
|
568
542
|
text-align: center;
|
|
569
|
-
}
|
|
570
|
-
width:
|
|
571
|
-
height:
|
|
543
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
544
|
+
width: 30px;
|
|
545
|
+
height: 30px;
|
|
546
|
+
}
|
|
547
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
548
|
+
margin-left: 10px;
|
|
549
|
+
cursor: pointer;
|
|
550
|
+
overflow: hidden;
|
|
551
|
+
text-overflow: ellipsis;
|
|
552
|
+
white-space: nowrap;
|
|
553
|
+
}
|
|
554
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
555
|
+
border: 1px solid #dcdfe6;
|
|
556
|
+
padding: 4px 8px;
|
|
557
|
+
background-clip: padding-box;
|
|
558
|
+
overflow: hidden;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
align-items: center;
|
|
561
|
+
}
|
|
562
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
563
|
+
margin-right: 8px;
|
|
564
|
+
max-width: 120px;
|
|
565
|
+
overflow: hidden;
|
|
566
|
+
text-overflow: ellipsis;
|
|
567
|
+
white-space: nowrap;
|
|
568
|
+
}
|
|
569
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
570
|
+
font-weight: 600;
|
|
571
|
+
margin-left: 4px;
|
|
572
572
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
573
|
transform: translate(-50%, -50%);
|
|
574
574
|
position: absolute;
|
|
@@ -760,48 +760,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
763
|
-
}.errPage-container[data-v-6bef0241] {
|
|
764
|
-
width: 800px;
|
|
765
|
-
max-width: 100%;
|
|
766
|
-
margin: 100px auto;
|
|
767
|
-
}
|
|
768
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
769
|
-
background: #008489;
|
|
770
|
-
color: #fff;
|
|
771
|
-
border: none !important;
|
|
772
|
-
}
|
|
773
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
774
|
-
margin: 0 auto;
|
|
775
|
-
display: block;
|
|
776
|
-
}
|
|
777
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
778
|
-
display: block;
|
|
779
|
-
margin: 0 auto;
|
|
780
|
-
width: 100%;
|
|
781
|
-
}
|
|
782
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
783
|
-
font-size: 60px;
|
|
784
|
-
font-weight: 700;
|
|
785
|
-
color: #484848;
|
|
786
|
-
}
|
|
787
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
788
|
-
font-size: 14px;
|
|
789
|
-
}
|
|
790
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
791
|
-
padding-bottom: 5px;
|
|
792
|
-
}
|
|
793
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
794
|
-
color: #008489;
|
|
795
|
-
text-decoration: none;
|
|
796
|
-
}
|
|
797
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
798
|
-
text-decoration: underline;
|
|
799
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
800
|
-
width: 50%;
|
|
801
|
-
}.super-icon[data-v-875fd31c] {
|
|
802
|
-
width: 1em;
|
|
803
|
-
height: 1em;
|
|
804
|
-
font-size: 14px;
|
|
805
763
|
}
|
|
806
764
|
.organization-tree,
|
|
807
765
|
.organization-tree .el-checkbox__label,
|
|
@@ -861,6 +819,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
861
819
|
color: #409eff;
|
|
862
820
|
}
|
|
863
821
|
|
|
822
|
+
.graphDiv[data-v-a936569d] {
|
|
823
|
+
overflow: auto;
|
|
824
|
+
height: 100%;
|
|
825
|
+
height: calc(100vh - 20px);
|
|
826
|
+
}
|
|
827
|
+
|
|
864
828
|
.organization-tree,
|
|
865
829
|
.organization-tree .el-checkbox__label,
|
|
866
830
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -918,13 +882,47 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
918
882
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
919
883
|
color: #409eff;
|
|
920
884
|
}
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
885
|
+
.errPage-container[data-v-6bef0241] {
|
|
886
|
+
width: 800px;
|
|
887
|
+
max-width: 100%;
|
|
888
|
+
margin: 100px auto;
|
|
889
|
+
}
|
|
890
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
891
|
+
background: #008489;
|
|
892
|
+
color: #fff;
|
|
893
|
+
border: none !important;
|
|
894
|
+
}
|
|
895
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
896
|
+
margin: 0 auto;
|
|
897
|
+
display: block;
|
|
898
|
+
}
|
|
899
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
900
|
+
display: block;
|
|
901
|
+
margin: 0 auto;
|
|
902
|
+
width: 100%;
|
|
903
|
+
}
|
|
904
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
905
|
+
font-size: 60px;
|
|
906
|
+
font-weight: 700;
|
|
907
|
+
color: #484848;
|
|
908
|
+
}
|
|
909
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
910
|
+
font-size: 14px;
|
|
911
|
+
}
|
|
912
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
913
|
+
padding-bottom: 5px;
|
|
914
|
+
}
|
|
915
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
916
|
+
color: #008489;
|
|
917
|
+
text-decoration: none;
|
|
918
|
+
}
|
|
919
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
920
|
+
text-decoration: underline;
|
|
921
|
+
}.super-icon[data-v-875fd31c] {
|
|
922
|
+
width: 1em;
|
|
923
|
+
height: 1em;
|
|
924
|
+
font-size: 14px;
|
|
925
|
+
}
|
|
928
926
|
.organization-tree,
|
|
929
927
|
.organization-tree .el-checkbox__label,
|
|
930
928
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -982,7 +980,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
982
980
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
983
981
|
color: #409eff;
|
|
984
982
|
}
|
|
985
|
-
.
|
|
983
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
984
|
+
width: 50%;
|
|
985
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
986
986
|
position: relative;
|
|
987
987
|
height: 100%;
|
|
988
988
|
width: 100%;
|
|
@@ -1002,48 +1002,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1002
1002
|
}iframe[data-v-20dccb82] {
|
|
1003
1003
|
width: 100%;
|
|
1004
1004
|
height: calc(100vh - 50px);
|
|
1005
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
-
position: relative;
|
|
1007
|
-
--el-menu-item-height: 45px;
|
|
1008
|
-
--el-menu-sub-item-height: 45px;
|
|
1009
|
-
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
-
padding: 0 !important;
|
|
1012
|
-
}
|
|
1013
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1014
|
-
display: flex;
|
|
1015
|
-
flex-direction: row;
|
|
1016
|
-
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
-
display: flex;
|
|
1019
|
-
flex-direction: row;
|
|
1020
|
-
padding: 0 !important;
|
|
1021
|
-
}
|
|
1022
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
-
display: flex;
|
|
1024
|
-
align-items: center;
|
|
1025
|
-
justify-content: center;
|
|
1026
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
-
font-size: 16px;
|
|
1028
|
-
}
|
|
1029
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
-
width: 20px;
|
|
1031
|
-
}
|
|
1032
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
-
overflow: hidden;
|
|
1035
|
-
white-space: nowrap;
|
|
1036
|
-
overflow: hidden;
|
|
1037
|
-
text-overflow: ellipsis;
|
|
1038
|
-
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
-
overflow: hidden;
|
|
1041
|
-
white-space: nowrap;
|
|
1042
|
-
overflow: hidden;
|
|
1043
|
-
text-overflow: ellipsis;
|
|
1044
|
-
}
|
|
1045
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
1005
|
}.app-main[data-v-2d98e845] {
|
|
1048
1006
|
padding: var(--app-main-padding, 15px);
|
|
1049
1007
|
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
@@ -1054,47 +1012,47 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1054
1012
|
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
1013
|
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
1014
|
overflow: auto;
|
|
1057
|
-
}.smb-sidebar-menu-item[data-v-
|
|
1015
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1058
1016
|
position: relative;
|
|
1059
1017
|
--el-menu-item-height: 45px;
|
|
1060
1018
|
--el-menu-sub-item-height: 45px;
|
|
1061
1019
|
}
|
|
1062
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
1020
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1063
1021
|
padding: 0 !important;
|
|
1064
1022
|
}
|
|
1065
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-
|
|
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)) {
|
|
1066
1024
|
display: flex;
|
|
1067
1025
|
flex-direction: row;
|
|
1068
1026
|
}
|
|
1069
|
-
.smb-sidebar-menu-item[data-v-
|
|
1027
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1070
1028
|
display: flex;
|
|
1071
1029
|
flex-direction: row;
|
|
1072
1030
|
padding: 0 !important;
|
|
1073
1031
|
}
|
|
1074
|
-
.smb-sidebar-menu-item[data-v-
|
|
1032
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1075
1033
|
display: flex;
|
|
1076
1034
|
align-items: center;
|
|
1077
1035
|
justify-content: center;
|
|
1078
1036
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
1037
|
font-size: 16px;
|
|
1080
1038
|
}
|
|
1081
|
-
.smb-sidebar-menu-item[data-v-
|
|
1039
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1082
1040
|
width: 20px;
|
|
1083
1041
|
}
|
|
1084
|
-
.smb-sidebar-menu-item[data-v-
|
|
1042
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1085
1043
|
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
1044
|
overflow: hidden;
|
|
1087
1045
|
white-space: nowrap;
|
|
1088
1046
|
overflow: hidden;
|
|
1089
1047
|
text-overflow: ellipsis;
|
|
1090
1048
|
}
|
|
1091
|
-
.smb-sidebar-menu-item[data-v-
|
|
1049
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1092
1050
|
overflow: hidden;
|
|
1093
1051
|
white-space: nowrap;
|
|
1094
1052
|
overflow: hidden;
|
|
1095
1053
|
text-overflow: ellipsis;
|
|
1096
1054
|
}
|
|
1097
|
-
.smb-sidebar-menu-item[data-v-
|
|
1055
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
1056
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1099
1057
|
}[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1100
1058
|
user-select: text !important;
|
|
@@ -1315,16 +1273,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1315
1273
|
margin: 5px 0;
|
|
1316
1274
|
}
|
|
1317
1275
|
|
|
1318
|
-
.searchResult {
|
|
1319
|
-
color: red;
|
|
1320
|
-
}
|
|
1321
|
-
.inline-select-custom {
|
|
1322
|
-
width: 100px;
|
|
1323
|
-
}
|
|
1324
|
-
.inline-input-custom {
|
|
1325
|
-
width: 98%;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
1276
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1329
1277
|
display: flex;
|
|
1330
1278
|
align-items: center;
|
|
@@ -1343,25 +1291,83 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1343
1291
|
white-space: nowrap;
|
|
1344
1292
|
flex: 0 0 auto;
|
|
1345
1293
|
}
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
}
|
|
1350
|
-
.inline-select-custom {
|
|
1351
|
-
width: 100px;
|
|
1294
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1295
|
+
display: inline-flex;
|
|
1296
|
+
vertical-align: middle;
|
|
1352
1297
|
}
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1298
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1299
|
+
font-size: 20px;
|
|
1300
|
+
color: var(--el-color-primary);
|
|
1301
|
+
cursor: pointer;
|
|
1302
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1303
|
+
position: relative;
|
|
1304
|
+
--el-menu-item-height: 45px;
|
|
1305
|
+
--el-menu-sub-item-height: 45px;
|
|
1355
1306
|
}
|
|
1356
|
-
.
|
|
1357
|
-
|
|
1307
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1308
|
+
padding: 0 !important;
|
|
1358
1309
|
}
|
|
1359
|
-
.el-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
.
|
|
1364
|
-
|
|
1310
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1311
|
+
display: flex;
|
|
1312
|
+
flex-direction: row;
|
|
1313
|
+
}
|
|
1314
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1315
|
+
display: flex;
|
|
1316
|
+
flex-direction: row;
|
|
1317
|
+
padding: 0 !important;
|
|
1318
|
+
}
|
|
1319
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1320
|
+
display: flex;
|
|
1321
|
+
align-items: center;
|
|
1322
|
+
justify-content: center;
|
|
1323
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1324
|
+
font-size: 16px;
|
|
1325
|
+
}
|
|
1326
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1327
|
+
width: 20px;
|
|
1328
|
+
}
|
|
1329
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1330
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1331
|
+
overflow: hidden;
|
|
1332
|
+
white-space: nowrap;
|
|
1333
|
+
overflow: hidden;
|
|
1334
|
+
text-overflow: ellipsis;
|
|
1335
|
+
}
|
|
1336
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1337
|
+
overflow: hidden;
|
|
1338
|
+
white-space: nowrap;
|
|
1339
|
+
overflow: hidden;
|
|
1340
|
+
text-overflow: ellipsis;
|
|
1341
|
+
}
|
|
1342
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1343
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1344
|
+
}
|
|
1345
|
+
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1346
|
+
margin-bottom: 0px;
|
|
1347
|
+
}
|
|
1348
|
+
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1349
|
+
margin-bottom: 5px;
|
|
1350
|
+
text-align: center;
|
|
1351
|
+
}
|
|
1352
|
+
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1353
|
+
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1354
|
+
width: 100%;
|
|
1355
|
+
}
|
|
1356
|
+
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1357
|
+
display: none;
|
|
1358
|
+
}
|
|
1359
|
+
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1360
|
+
padding-bottom: 10px;
|
|
1361
|
+
position: fixed;
|
|
1362
|
+
top: 37px;
|
|
1363
|
+
background-color: #ffffff;
|
|
1364
|
+
width: 46%;
|
|
1365
|
+
height: 40px;
|
|
1366
|
+
z-index: 1500;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
.searchResult {
|
|
1370
|
+
color: red;
|
|
1365
1371
|
}
|
|
1366
1372
|
.inline-select-custom {
|
|
1367
1373
|
width: 100px;
|
|
@@ -1375,15 +1381,50 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1375
1381
|
.el-autocomplete-suggestion.el-popper {
|
|
1376
1382
|
min-width: 300px;
|
|
1377
1383
|
}
|
|
1378
|
-
|
|
1384
|
+
li[data-v-040fcf55] {
|
|
1385
|
+
color: #333;
|
|
1386
|
+
}
|
|
1387
|
+
.context-menu[data-v-040fcf55] {
|
|
1388
|
+
position: fixed;
|
|
1389
|
+
background: #fff;
|
|
1390
|
+
z-index: 999;
|
|
1391
|
+
padding: 5px;
|
|
1392
|
+
margin: 0;
|
|
1393
|
+
margin-top: 30px;
|
|
1394
|
+
}
|
|
1395
|
+
.context-menu li[data-v-040fcf55] {
|
|
1396
|
+
min-width: 75px;
|
|
1397
|
+
height: 28px;
|
|
1398
|
+
line-height: 28px;
|
|
1399
|
+
text-align: left;
|
|
1400
|
+
color: #1a1a1a;
|
|
1401
|
+
}
|
|
1402
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1403
|
+
background: #42b983;
|
|
1404
|
+
color: #fff;
|
|
1405
|
+
}
|
|
1406
|
+
.context-menu[data-v-040fcf55] {
|
|
1407
|
+
border: 1px solid #eee;
|
|
1408
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1409
|
+
border-radius: 5px;
|
|
1410
|
+
}
|
|
1411
|
+
li[data-v-040fcf55] {
|
|
1412
|
+
list-style-type: none;
|
|
1413
|
+
}
|
|
1379
1414
|
.searchResult {
|
|
1380
|
-
|
|
1415
|
+
color: red;
|
|
1381
1416
|
}
|
|
1382
1417
|
.inline-select-custom {
|
|
1383
|
-
|
|
1418
|
+
width: 100px;
|
|
1384
1419
|
}
|
|
1385
1420
|
.inline-input-custom {
|
|
1386
|
-
|
|
1421
|
+
width: 98%;
|
|
1422
|
+
}
|
|
1423
|
+
.searchDepartmentUser {
|
|
1424
|
+
width: 250px;
|
|
1425
|
+
}
|
|
1426
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1427
|
+
min-width: 300px;
|
|
1387
1428
|
}
|
|
1388
1429
|
|
|
1389
1430
|
.searchResult {
|
|
@@ -1396,6 +1437,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1396
1437
|
min-width: 300px;
|
|
1397
1438
|
}
|
|
1398
1439
|
|
|
1440
|
+
.searchResult {
|
|
1441
|
+
color: red;
|
|
1442
|
+
}
|
|
1443
|
+
.inline-select-custom {
|
|
1444
|
+
width: 100px;
|
|
1445
|
+
}
|
|
1446
|
+
.inline-input-custom {
|
|
1447
|
+
width: 98%;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1399
1450
|
.searchResult {
|
|
1400
1451
|
color: red;
|
|
1401
1452
|
}
|
|
@@ -1405,37 +1456,25 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1405
1456
|
.el-autocomplete-suggestion.el-popper {
|
|
1406
1457
|
min-width: 300px;
|
|
1407
1458
|
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
}
|
|
1412
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1413
|
-
font-size: 20px;
|
|
1414
|
-
color: var(--el-color-primary);
|
|
1415
|
-
cursor: pointer;
|
|
1416
|
-
}
|
|
1417
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1418
|
-
margin-bottom: 0px;
|
|
1459
|
+
|
|
1460
|
+
.searchResult {
|
|
1461
|
+
color: red;
|
|
1419
1462
|
}
|
|
1420
|
-
.
|
|
1421
|
-
|
|
1422
|
-
text-align: center;
|
|
1463
|
+
.inline-select-custom {
|
|
1464
|
+
width: 100px;
|
|
1423
1465
|
}
|
|
1424
|
-
.
|
|
1425
|
-
|
|
1426
|
-
|
|
1466
|
+
.inline-input-custom {
|
|
1467
|
+
width: 98%;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.searchResult {
|
|
1471
|
+
color: red;
|
|
1427
1472
|
}
|
|
1428
|
-
.
|
|
1429
|
-
|
|
1473
|
+
.inline-select-custom {
|
|
1474
|
+
width: 100px;
|
|
1430
1475
|
}
|
|
1431
|
-
.
|
|
1432
|
-
|
|
1433
|
-
position: fixed;
|
|
1434
|
-
top: 37px;
|
|
1435
|
-
background-color: #ffffff;
|
|
1436
|
-
width: 46%;
|
|
1437
|
-
height: 40px;
|
|
1438
|
-
z-index: 1500;
|
|
1476
|
+
.inline-input-custom {
|
|
1477
|
+
width: 98%;
|
|
1439
1478
|
}
|
|
1440
1479
|
|
|
1441
1480
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1489,45 +1528,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1489
1528
|
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1490
1529
|
color:#409EFF
|
|
1491
1530
|
}
|
|
1492
|
-
li[data-v-040fcf55] {
|
|
1493
|
-
color: #333;
|
|
1494
|
-
}
|
|
1495
|
-
.context-menu[data-v-040fcf55] {
|
|
1496
|
-
position: fixed;
|
|
1497
|
-
background: #fff;
|
|
1498
|
-
z-index: 999;
|
|
1499
|
-
padding: 5px;
|
|
1500
|
-
margin: 0;
|
|
1501
|
-
margin-top: 30px;
|
|
1502
|
-
}
|
|
1503
|
-
.context-menu li[data-v-040fcf55] {
|
|
1504
|
-
min-width: 75px;
|
|
1505
|
-
height: 28px;
|
|
1506
|
-
line-height: 28px;
|
|
1507
|
-
text-align: left;
|
|
1508
|
-
color: #1a1a1a;
|
|
1509
|
-
}
|
|
1510
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1511
|
-
background: #42b983;
|
|
1512
|
-
color: #fff;
|
|
1513
|
-
}
|
|
1514
|
-
.context-menu[data-v-040fcf55] {
|
|
1515
|
-
border: 1px solid #eee;
|
|
1516
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1517
|
-
border-radius: 5px;
|
|
1518
|
-
}
|
|
1519
|
-
li[data-v-040fcf55] {
|
|
1520
|
-
list-style-type: none;
|
|
1521
|
-
}
|
|
1522
|
-
.searchResult {
|
|
1523
|
-
color: red;
|
|
1524
|
-
}
|
|
1525
|
-
.inline-select-custom {
|
|
1526
|
-
width: 100px;
|
|
1527
|
-
}
|
|
1528
|
-
.inline-input-custom {
|
|
1529
|
-
width: 98%;
|
|
1530
|
-
}
|
|
1531
1531
|
|
|
1532
1532
|
.grid-search-form[data-v-04817310] {
|
|
1533
1533
|
overflow: auto;
|
|
@@ -1605,10 +1605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1605
1605
|
.default-page-tip-item {
|
|
1606
1606
|
padding-top: 10px;
|
|
1607
1607
|
}
|
|
1608
|
-
[data-v-
|
|
1609
|
-
width: 20px !important;
|
|
1610
|
-
height: 20px !important;
|
|
1611
|
-
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1608
|
+
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1609
|
background-color: #eee;
|
|
1613
1610
|
width: 100%;
|
|
1614
1611
|
border: 1px solid #ccc;
|
|
@@ -1627,30 +1624,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1624
|
}
|
|
1628
1625
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1626
|
margin: 0 5px;
|
|
1627
|
+
}[data-v-455b2ba2] .super-icon {
|
|
1628
|
+
width: 20px !important;
|
|
1629
|
+
height: 20px !important;
|
|
1630
1630
|
}[data-v-0fb85d6e] .super-icon {
|
|
1631
1631
|
width: 20px !important;
|
|
1632
1632
|
height: 20px !important;
|
|
1633
|
-
}
|
|
1634
|
-
.searchResult {
|
|
1635
|
-
color: red;
|
|
1636
|
-
}
|
|
1637
|
-
.inline-select-custom {
|
|
1638
|
-
width: 100px;
|
|
1639
|
-
}
|
|
1640
|
-
.inline-input-custom {
|
|
1641
|
-
width: 98%;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.searchResult {
|
|
1645
|
-
color: red;
|
|
1646
|
-
}
|
|
1647
|
-
.inline-select-custom {
|
|
1648
|
-
width: 100px;
|
|
1649
|
-
}
|
|
1650
|
-
.inline-input-custom {
|
|
1651
|
-
width: 98%;
|
|
1652
|
-
}
|
|
1653
|
-
.annex-cell[data-v-1e660925] {
|
|
1633
|
+
}.annex-cell[data-v-1e660925] {
|
|
1654
1634
|
padding-right: 5px;
|
|
1655
1635
|
cursor: pointer;
|
|
1656
1636
|
color: #409eff;
|
|
@@ -1697,32 +1677,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1697
1677
|
}
|
|
1698
1678
|
.normal-column-content-view[data-v-1e660925] {
|
|
1699
1679
|
display: inline;
|
|
1700
|
-
}.grid-search-form[data-v-
|
|
1701
|
-
|
|
1680
|
+
}.grid-search-form-mobile[data-v-832e8a9d] {
|
|
1681
|
+
overflow: auto;
|
|
1702
1682
|
}
|
|
1703
|
-
.grid-search-form[data-v-
|
|
1683
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1684
|
+
margin-bottom: 5px;
|
|
1685
|
+
}
|
|
1686
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
|
|
1704
1687
|
overflow: hidden;
|
|
1705
1688
|
text-overflow: ellipsis;
|
|
1706
1689
|
white-space: nowrap;
|
|
1707
1690
|
word-break: keep-all;
|
|
1708
1691
|
}
|
|
1709
|
-
.grid-search-form[data-v-
|
|
1692
|
+
.grid-search-form-mobile[data-v-832e8a9d] .search-btn {
|
|
1710
1693
|
margin-bottom: 5px;
|
|
1711
1694
|
text-align: center;
|
|
1712
1695
|
}
|
|
1713
|
-
.grid-search-form[data-v-
|
|
1696
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-select {
|
|
1714
1697
|
width: 100%;
|
|
1715
1698
|
}
|
|
1716
|
-
.grid-search-form[data-v-
|
|
1699
|
+
.grid-search-form-mobile[data-v-832e8a9d] .customComponent {
|
|
1717
1700
|
width: 100%;
|
|
1718
1701
|
}
|
|
1719
|
-
.grid-search-form[data-v-
|
|
1702
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-row {
|
|
1720
1703
|
padding-right: 24px;
|
|
1721
1704
|
}
|
|
1722
|
-
.grid-search-form[data-v-
|
|
1705
|
+
.grid-search-form-mobile[data-v-832e8a9d] .el-col {
|
|
1723
1706
|
padding-left: 10px;
|
|
1724
1707
|
padding-bottom: 16px;
|
|
1725
1708
|
}
|
|
1709
|
+
.search-btn-mobile[data-v-832e8a9d] {
|
|
1710
|
+
padding-top: 10px;
|
|
1711
|
+
position: fixed;
|
|
1712
|
+
bottom: 0;
|
|
1713
|
+
background-color: #ffffff;
|
|
1714
|
+
width: 50%;
|
|
1715
|
+
height: 40px;
|
|
1716
|
+
}
|
|
1726
1717
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1727
1718
|
margin-bottom: 0px;
|
|
1728
1719
|
}
|
|
@@ -1734,100 +1725,122 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1734
1725
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1735
1726
|
width: 100%;
|
|
1736
1727
|
}
|
|
1737
|
-
.grid-search-form
|
|
1738
|
-
|
|
1739
|
-
}
|
|
1740
|
-
.grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
|
|
1741
|
-
margin-bottom: 5px;
|
|
1728
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1729
|
+
margin-bottom: 0px;
|
|
1742
1730
|
}
|
|
1743
|
-
.grid-search-form
|
|
1731
|
+
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1744
1732
|
overflow: hidden;
|
|
1745
1733
|
text-overflow: ellipsis;
|
|
1746
1734
|
white-space: nowrap;
|
|
1747
1735
|
word-break: keep-all;
|
|
1748
1736
|
}
|
|
1749
|
-
.grid-search-form
|
|
1737
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1750
1738
|
margin-bottom: 5px;
|
|
1751
1739
|
text-align: center;
|
|
1752
1740
|
}
|
|
1753
|
-
.grid-search-form
|
|
1741
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1754
1742
|
width: 100%;
|
|
1755
1743
|
}
|
|
1756
|
-
.grid-search-form
|
|
1744
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1757
1745
|
width: 100%;
|
|
1758
1746
|
}
|
|
1759
|
-
.grid-search-form
|
|
1747
|
+
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1760
1748
|
padding-right: 24px;
|
|
1761
1749
|
}
|
|
1762
|
-
.grid-search-form
|
|
1750
|
+
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1763
1751
|
padding-left: 10px;
|
|
1764
1752
|
padding-bottom: 16px;
|
|
1765
1753
|
}
|
|
1766
|
-
.
|
|
1767
|
-
|
|
1768
|
-
position: fixed;
|
|
1769
|
-
bottom: 0;
|
|
1770
|
-
background-color: #ffffff;
|
|
1771
|
-
width: 50%;
|
|
1772
|
-
height: 40px;
|
|
1773
|
-
}.el-button > span[data-v-5bb8bf7f] {
|
|
1774
|
-
font-size: 12px;
|
|
1754
|
+
.searchResult {
|
|
1755
|
+
color: red;
|
|
1775
1756
|
}
|
|
1776
|
-
.
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1757
|
+
.inline-select-custom {
|
|
1758
|
+
width: 100px;
|
|
1759
|
+
}
|
|
1760
|
+
.inline-input-custom {
|
|
1761
|
+
width: 98%;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.searchResult {
|
|
1765
|
+
color: red;
|
|
1766
|
+
}
|
|
1767
|
+
.inline-select-custom {
|
|
1768
|
+
width: 100px;
|
|
1769
|
+
}
|
|
1770
|
+
.inline-input-custom {
|
|
1771
|
+
width: 98%;
|
|
1772
|
+
}
|
|
1773
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
|
+
position: relative;
|
|
1775
|
+
--el-menu-item-height: 45px;
|
|
1776
|
+
--el-menu-sub-item-height: 45px;
|
|
1777
|
+
}
|
|
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;
|
|
1780
|
+
}
|
|
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;
|
|
1784
|
+
}
|
|
1785
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1786
|
+
display: flex;
|
|
1787
|
+
flex-direction: row;
|
|
1788
|
+
padding: 0 !important;
|
|
1789
|
+
}
|
|
1790
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1791
|
+
display: flex;
|
|
1782
1792
|
align-items: center;
|
|
1793
|
+
justify-content: center;
|
|
1794
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1795
|
+
font-size: 16px;
|
|
1783
1796
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1786
|
-
max-width: 160px;
|
|
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);
|
|
1787
1799
|
overflow: hidden;
|
|
1788
|
-
text-overflow: ellipsis;
|
|
1789
1800
|
white-space: nowrap;
|
|
1790
|
-
}
|
|
1791
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1792
|
-
font-weight: 600;
|
|
1793
|
-
margin-left: 4px;
|
|
1794
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1795
|
-
border: 1px solid #dcdfe6;
|
|
1796
|
-
padding: 4px 8px;
|
|
1797
|
-
background-clip: padding-box;
|
|
1798
1801
|
overflow: hidden;
|
|
1799
|
-
|
|
1800
|
-
align-items: center;
|
|
1802
|
+
text-overflow: ellipsis;
|
|
1801
1803
|
}
|
|
1802
|
-
.
|
|
1803
|
-
margin-right: 18px;
|
|
1804
|
-
max-width: 160px;
|
|
1804
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1805
1805
|
overflow: hidden;
|
|
1806
|
-
text-overflow: ellipsis;
|
|
1807
1806
|
white-space: nowrap;
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
text-overflow: ellipsis;
|
|
1808
1809
|
}
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1810
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1811
|
+
display: flex;
|
|
1812
|
+
align-items: center;
|
|
1813
|
+
flex-shrink: 0;
|
|
1814
|
+
min-width: max-content;
|
|
1815
|
+
margin-left: auto;
|
|
1816
|
+
gap: 10px;
|
|
1817
|
+
}
|
|
1818
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1819
|
+
display: flex;
|
|
1820
|
+
align-items: center;
|
|
1821
|
+
justify-content: center;
|
|
1822
|
+
margin-top: 10px;
|
|
1823
|
+
gap: 10px;
|
|
1824
|
+
}
|
|
1825
|
+
[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 {
|
|
1813
1826
|
user-select: text !important;
|
|
1814
1827
|
-webkit-user-select: text !important;
|
|
1815
1828
|
-moz-user-select: text !important;
|
|
1816
1829
|
-ms-user-select: text !important;
|
|
1817
1830
|
}
|
|
1818
|
-
.slide-up-enter-active[data-v-
|
|
1819
|
-
.slide-up-leave-active[data-v-
|
|
1831
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
1832
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
1820
1833
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1821
1834
|
}
|
|
1822
|
-
.slide-up-enter-from[data-v-
|
|
1823
|
-
.slide-up-leave-to[data-v-
|
|
1835
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
1836
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
1824
1837
|
transform: translateY(100%);
|
|
1825
1838
|
}
|
|
1826
1839
|
|
|
1827
1840
|
/**
|
|
1828
1841
|
* 聊天窗口的样式设置
|
|
1829
1842
|
*/
|
|
1830
|
-
.chat-container[data-v-
|
|
1843
|
+
.chat-container[data-v-e9aa835d] {
|
|
1831
1844
|
--header-height: 56px;
|
|
1832
1845
|
--chat-padding: 12px;
|
|
1833
1846
|
--bubble-content-max-width: 0px;
|
|
@@ -1839,25 +1852,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1839
1852
|
flex-direction: row; /* 横向排列 */
|
|
1840
1853
|
height: 100%; /* 父容器高度 */
|
|
1841
1854
|
}
|
|
1842
|
-
.small-window[data-v-
|
|
1855
|
+
.small-window[data-v-e9aa835d] {
|
|
1843
1856
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1844
1857
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1845
1858
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1846
1859
|
border-radius: 8px;
|
|
1847
1860
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1848
1861
|
}
|
|
1849
|
-
.full-screen[data-v-
|
|
1862
|
+
.full-screen[data-v-e9aa835d] {
|
|
1850
1863
|
right: 0;
|
|
1851
1864
|
bottom: 0;
|
|
1852
1865
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1853
1866
|
}
|
|
1854
|
-
.chat-container > *[data-v-
|
|
1867
|
+
.chat-container > *[data-v-e9aa835d] {
|
|
1855
1868
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1856
1869
|
}
|
|
1857
1870
|
|
|
1858
1871
|
/* 聊天窗口的头部样式设置
|
|
1859
1872
|
*/
|
|
1860
|
-
.chat-embed__header_container[data-v-
|
|
1873
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
1861
1874
|
/* border-bottom: 1px solid #ddd; */
|
|
1862
1875
|
display: flex;
|
|
1863
1876
|
align-items: center;
|
|
@@ -1867,7 +1880,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1867
1880
|
overflow: hidden;
|
|
1868
1881
|
position: relative;
|
|
1869
1882
|
}
|
|
1870
|
-
.session-subject[data-v-
|
|
1883
|
+
.session-subject[data-v-e9aa835d] {
|
|
1871
1884
|
display: block;
|
|
1872
1885
|
margin: 0 auto;
|
|
1873
1886
|
text-align: center;
|
|
@@ -1882,17 +1895,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1882
1895
|
|
|
1883
1896
|
/* 聊天窗口的头部图标样式设置
|
|
1884
1897
|
*/
|
|
1885
|
-
.chat-embed__header_avatar[data-v-
|
|
1898
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
1886
1899
|
margin-left: calc(var(--chat-padding) * 2);
|
|
1887
1900
|
margin-right: var(--chat-padding);
|
|
1888
1901
|
}
|
|
1889
|
-
.chat-embed__header_tool_icon[data-v-
|
|
1902
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
1890
1903
|
right: 20px;
|
|
1891
1904
|
position: absolute;
|
|
1892
1905
|
gap: 28px;
|
|
1893
1906
|
display: flex;
|
|
1894
1907
|
}
|
|
1895
|
-
.chat-embed__sidebar[data-v-
|
|
1908
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
1896
1909
|
background: #f6f7fa;
|
|
1897
1910
|
display: flex;
|
|
1898
1911
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -1901,7 +1914,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1901
1914
|
width: 260px;
|
|
1902
1915
|
height: 100%;
|
|
1903
1916
|
}
|
|
1904
|
-
.chat-embed__main[data-v-
|
|
1917
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
1905
1918
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1906
1919
|
box-sizing: border-box;
|
|
1907
1920
|
overflow: hidden;
|
|
@@ -1912,7 +1925,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1912
1925
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1913
1926
|
overflow: hidden; /* 防止内容溢出 */
|
|
1914
1927
|
}
|
|
1915
|
-
.chat-embed__main_content[data-v-
|
|
1928
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
1916
1929
|
flex: 1;
|
|
1917
1930
|
box-sizing: border-box;
|
|
1918
1931
|
min-height: 0;
|
|
@@ -1920,21 +1933,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1920
1933
|
/* overflow-y: auto;
|
|
1921
1934
|
margin-bottom: 12px; */
|
|
1922
1935
|
}
|
|
1923
|
-
.chat-embed__input_container[data-v-
|
|
1936
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
1924
1937
|
flex-shrink: 0; /* 不允许收缩 */
|
|
1925
1938
|
/* margin-bottom: 50px; 距离底部 */
|
|
1926
1939
|
}
|
|
1927
|
-
.header-icon[data-v-
|
|
1940
|
+
.header-icon[data-v-e9aa835d] {
|
|
1928
1941
|
cursor: pointer;
|
|
1929
1942
|
font-size: 20px;
|
|
1930
1943
|
}
|
|
1931
1944
|
|
|
1932
1945
|
/* 聊天默认推荐内容样式
|
|
1933
1946
|
*/
|
|
1934
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
1947
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
1935
1948
|
margin-top: 5px;
|
|
1936
1949
|
}
|
|
1937
|
-
.content-container[data-v-
|
|
1950
|
+
.content-container[data-v-e9aa835d] {
|
|
1938
1951
|
padding: 16px;
|
|
1939
1952
|
border-radius: 4px;
|
|
1940
1953
|
background: #ffffff;
|
|
@@ -1942,7 +1955,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1942
1955
|
border-radius: 0px 30px 30px 30px;
|
|
1943
1956
|
/* opacity: 0.6; */
|
|
1944
1957
|
}
|
|
1945
|
-
.chat-content-font[data-v-
|
|
1958
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
1946
1959
|
font-family: PingFang SC, PingFang SC;
|
|
1947
1960
|
font-weight: 500;
|
|
1948
1961
|
font-size: 16px;
|
|
@@ -1952,10 +1965,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1952
1965
|
font-style: normal;
|
|
1953
1966
|
text-transform: none;
|
|
1954
1967
|
}
|
|
1955
|
-
[data-v-
|
|
1968
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1956
1969
|
border: none !important;
|
|
1957
1970
|
}
|
|
1958
|
-
.content-container-header[data-v-
|
|
1971
|
+
.content-container-header[data-v-e9aa835d] {
|
|
1959
1972
|
font-size: 12px;
|
|
1960
1973
|
color: #909399;
|
|
1961
1974
|
}
|
|
@@ -1963,28 +1976,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1963
1976
|
/**
|
|
1964
1977
|
// 用户消息
|
|
1965
1978
|
*/
|
|
1966
|
-
.content-borderless-container[data-v-
|
|
1979
|
+
.content-borderless-container[data-v-e9aa835d] {
|
|
1967
1980
|
background: #e1ecfd;
|
|
1968
1981
|
border-radius: 20px 0px 20px 20px;
|
|
1969
1982
|
user-select: none;
|
|
1970
1983
|
padding: 12px;
|
|
1971
1984
|
cursor: pointer;
|
|
1972
1985
|
transition: background-color 0.3s;
|
|
1973
|
-
&[data-v-
|
|
1986
|
+
&[data-v-e9aa835d]:hover {
|
|
1974
1987
|
background-color: #ebeef5;
|
|
1975
1988
|
}
|
|
1976
1989
|
}
|
|
1977
|
-
.footer-container[data-v-
|
|
1978
|
-
[data-v-
|
|
1990
|
+
.footer-container[data-v-e9aa835d] {
|
|
1991
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
1979
1992
|
margin-left: 8px;
|
|
1980
1993
|
}
|
|
1981
1994
|
}
|
|
1982
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
1995
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
1983
1996
|
padding: 0;
|
|
1984
1997
|
}
|
|
1985
1998
|
|
|
1986
1999
|
/* 引用文件样式 */
|
|
1987
|
-
.doc-agg-item[data-v-
|
|
2000
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
1988
2001
|
width: 100%;
|
|
1989
2002
|
padding: 10px;
|
|
1990
2003
|
margin-bottom: 5px;
|
|
@@ -1994,7 +2007,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1994
2007
|
font-size: 12px;
|
|
1995
2008
|
color: var(--el-color-primary);
|
|
1996
2009
|
}
|
|
1997
|
-
.elx-xmarkdown-container[data-v-
|
|
2010
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
1998
2011
|
padding: 0;
|
|
1999
2012
|
}
|
|
2000
2013
|
|
|
@@ -2018,61 +2031,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2018
2031
|
margin-left: 0;
|
|
2019
2032
|
}
|
|
2020
2033
|
}
|
|
2021
|
-
.
|
|
2022
|
-
position: relative;
|
|
2023
|
-
--el-menu-item-height: 45px;
|
|
2024
|
-
--el-menu-sub-item-height: 45px;
|
|
2025
|
-
}
|
|
2026
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2027
|
-
padding: 0 !important;
|
|
2028
|
-
}
|
|
2029
|
-
.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)) {
|
|
2030
|
-
display: flex;
|
|
2031
|
-
flex-direction: row;
|
|
2032
|
-
}
|
|
2033
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2034
|
-
display: flex;
|
|
2035
|
-
flex-direction: row;
|
|
2036
|
-
padding: 0 !important;
|
|
2037
|
-
}
|
|
2038
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2039
|
-
display: flex;
|
|
2040
|
-
align-items: center;
|
|
2041
|
-
justify-content: center;
|
|
2042
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2043
|
-
font-size: 16px;
|
|
2044
|
-
}
|
|
2045
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2046
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2047
|
-
overflow: hidden;
|
|
2048
|
-
white-space: nowrap;
|
|
2049
|
-
overflow: hidden;
|
|
2050
|
-
text-overflow: ellipsis;
|
|
2051
|
-
}
|
|
2052
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2053
|
-
overflow: hidden;
|
|
2054
|
-
white-space: nowrap;
|
|
2055
|
-
overflow: hidden;
|
|
2056
|
-
text-overflow: ellipsis;
|
|
2057
|
-
}[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 {
|
|
2034
|
+
[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 {
|
|
2058
2035
|
user-select: text !important;
|
|
2059
2036
|
-webkit-user-select: text !important;
|
|
2060
2037
|
-moz-user-select: text !important;
|
|
2061
2038
|
-ms-user-select: text !important;
|
|
2062
2039
|
}
|
|
2063
|
-
.slide-up-enter-active[data-v-
|
|
2064
|
-
.slide-up-leave-active[data-v-
|
|
2040
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2041
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2065
2042
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2066
2043
|
}
|
|
2067
|
-
.slide-up-enter-from[data-v-
|
|
2068
|
-
.slide-up-leave-to[data-v-
|
|
2044
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2045
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2069
2046
|
transform: translateY(100%);
|
|
2070
2047
|
}
|
|
2071
2048
|
|
|
2072
2049
|
/**
|
|
2073
2050
|
* 聊天窗口的样式设置
|
|
2074
2051
|
*/
|
|
2075
|
-
.chat-container[data-v-
|
|
2052
|
+
.chat-container[data-v-bc196b97] {
|
|
2076
2053
|
--header-height: 56px;
|
|
2077
2054
|
--chat-padding: 12px;
|
|
2078
2055
|
--bubble-content-max-width: 0px;
|
|
@@ -2084,25 +2061,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2084
2061
|
flex-direction: row; /* 横向排列 */
|
|
2085
2062
|
height: 100%; /* 父容器高度 */
|
|
2086
2063
|
}
|
|
2087
|
-
.small-window[data-v-
|
|
2064
|
+
.small-window[data-v-bc196b97] {
|
|
2088
2065
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2089
2066
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2090
2067
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2091
2068
|
border-radius: 8px;
|
|
2092
2069
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2093
2070
|
}
|
|
2094
|
-
.full-screen[data-v-
|
|
2071
|
+
.full-screen[data-v-bc196b97] {
|
|
2095
2072
|
right: 0;
|
|
2096
2073
|
bottom: 0;
|
|
2097
2074
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2098
2075
|
}
|
|
2099
|
-
.chat-container > *[data-v-
|
|
2076
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2100
2077
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2101
2078
|
}
|
|
2102
2079
|
|
|
2103
2080
|
/* 聊天窗口的头部样式设置
|
|
2104
2081
|
*/
|
|
2105
|
-
.chat-embed__header_container[data-v-
|
|
2082
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2106
2083
|
/* border-bottom: 1px solid #ddd; */
|
|
2107
2084
|
display: flex;
|
|
2108
2085
|
align-items: center;
|
|
@@ -2112,7 +2089,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2112
2089
|
overflow: hidden;
|
|
2113
2090
|
position: relative;
|
|
2114
2091
|
}
|
|
2115
|
-
.session-subject[data-v-
|
|
2092
|
+
.session-subject[data-v-bc196b97] {
|
|
2116
2093
|
display: block;
|
|
2117
2094
|
margin: 0 auto;
|
|
2118
2095
|
text-align: center;
|
|
@@ -2127,17 +2104,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2127
2104
|
|
|
2128
2105
|
/* 聊天窗口的头部图标样式设置
|
|
2129
2106
|
*/
|
|
2130
|
-
.chat-embed__header_avatar[data-v-
|
|
2107
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2131
2108
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2132
2109
|
margin-right: var(--chat-padding);
|
|
2133
2110
|
}
|
|
2134
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2111
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2135
2112
|
right: 20px;
|
|
2136
2113
|
position: absolute;
|
|
2137
2114
|
gap: 28px;
|
|
2138
2115
|
display: flex;
|
|
2139
2116
|
}
|
|
2140
|
-
.chat-embed__sidebar[data-v-
|
|
2117
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2141
2118
|
background: #f6f7fa;
|
|
2142
2119
|
display: flex;
|
|
2143
2120
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2146,7 +2123,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2146
2123
|
width: 260px;
|
|
2147
2124
|
height: 100%;
|
|
2148
2125
|
}
|
|
2149
|
-
.chat-embed__main[data-v-
|
|
2126
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2150
2127
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2151
2128
|
box-sizing: border-box;
|
|
2152
2129
|
overflow: hidden;
|
|
@@ -2157,7 +2134,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2157
2134
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2158
2135
|
overflow: hidden; /* 防止内容溢出 */
|
|
2159
2136
|
}
|
|
2160
|
-
.chat-embed__main_content[data-v-
|
|
2137
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2161
2138
|
flex: 1;
|
|
2162
2139
|
box-sizing: border-box;
|
|
2163
2140
|
min-height: 0;
|
|
@@ -2165,21 +2142,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2165
2142
|
/* overflow-y: auto;
|
|
2166
2143
|
margin-bottom: 12px; */
|
|
2167
2144
|
}
|
|
2168
|
-
.chat-embed__input_container[data-v-
|
|
2145
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2169
2146
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2170
2147
|
/* margin-bottom: 50px; 距离底部 */
|
|
2171
2148
|
}
|
|
2172
|
-
.header-icon[data-v-
|
|
2149
|
+
.header-icon[data-v-bc196b97] {
|
|
2173
2150
|
cursor: pointer;
|
|
2174
2151
|
font-size: 20px;
|
|
2175
2152
|
}
|
|
2176
2153
|
|
|
2177
2154
|
/* 聊天默认推荐内容样式
|
|
2178
2155
|
*/
|
|
2179
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2156
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2180
2157
|
margin-top: 5px;
|
|
2181
2158
|
}
|
|
2182
|
-
.content-container[data-v-
|
|
2159
|
+
.content-container[data-v-bc196b97] {
|
|
2183
2160
|
padding: 16px;
|
|
2184
2161
|
border-radius: 4px;
|
|
2185
2162
|
background: #ffffff;
|
|
@@ -2187,7 +2164,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2187
2164
|
border-radius: 0px 30px 30px 30px;
|
|
2188
2165
|
/* opacity: 0.6; */
|
|
2189
2166
|
}
|
|
2190
|
-
.chat-content-font[data-v-
|
|
2167
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2191
2168
|
font-family: PingFang SC, PingFang SC;
|
|
2192
2169
|
font-weight: 500;
|
|
2193
2170
|
font-size: 16px;
|
|
@@ -2197,10 +2174,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2197
2174
|
font-style: normal;
|
|
2198
2175
|
text-transform: none;
|
|
2199
2176
|
}
|
|
2200
|
-
[data-v-
|
|
2177
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2201
2178
|
border: none !important;
|
|
2202
2179
|
}
|
|
2203
|
-
.content-container-header[data-v-
|
|
2180
|
+
.content-container-header[data-v-bc196b97] {
|
|
2204
2181
|
font-size: 12px;
|
|
2205
2182
|
color: #909399;
|
|
2206
2183
|
}
|
|
@@ -2208,28 +2185,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2208
2185
|
/**
|
|
2209
2186
|
// 用户消息
|
|
2210
2187
|
*/
|
|
2211
|
-
.content-borderless-container[data-v-
|
|
2188
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2212
2189
|
background: #e1ecfd;
|
|
2213
2190
|
border-radius: 20px 0px 20px 20px;
|
|
2214
2191
|
user-select: none;
|
|
2215
2192
|
padding: 12px;
|
|
2216
2193
|
cursor: pointer;
|
|
2217
2194
|
transition: background-color 0.3s;
|
|
2218
|
-
&[data-v-
|
|
2195
|
+
&[data-v-bc196b97]:hover {
|
|
2219
2196
|
background-color: #ebeef5;
|
|
2220
2197
|
}
|
|
2221
2198
|
}
|
|
2222
|
-
.footer-container[data-v-
|
|
2223
|
-
[data-v-
|
|
2199
|
+
.footer-container[data-v-bc196b97] {
|
|
2200
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2224
2201
|
margin-left: 8px;
|
|
2225
2202
|
}
|
|
2226
2203
|
}
|
|
2227
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2204
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2228
2205
|
padding: 0;
|
|
2229
2206
|
}
|
|
2230
2207
|
|
|
2231
2208
|
/* 引用文件样式 */
|
|
2232
|
-
.doc-agg-item[data-v-
|
|
2209
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2233
2210
|
width: 100%;
|
|
2234
2211
|
padding: 10px;
|
|
2235
2212
|
margin-bottom: 5px;
|
|
@@ -2239,28 +2216,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2239
2216
|
font-size: 12px;
|
|
2240
2217
|
color: var(--el-color-primary);
|
|
2241
2218
|
}
|
|
2242
|
-
.elx-xmarkdown-container[data-v-
|
|
2219
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2243
2220
|
padding: 0;
|
|
2244
2221
|
}
|
|
2245
|
-
[data-v-
|
|
2222
|
+
[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 {
|
|
2246
2223
|
user-select: text !important;
|
|
2247
2224
|
-webkit-user-select: text !important;
|
|
2248
2225
|
-moz-user-select: text !important;
|
|
2249
2226
|
-ms-user-select: text !important;
|
|
2250
2227
|
}
|
|
2251
|
-
.slide-up-enter-active[data-v-
|
|
2252
|
-
.slide-up-leave-active[data-v-
|
|
2228
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2229
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2253
2230
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2254
2231
|
}
|
|
2255
|
-
.slide-up-enter-from[data-v-
|
|
2256
|
-
.slide-up-leave-to[data-v-
|
|
2232
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2233
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2257
2234
|
transform: translateY(100%);
|
|
2258
2235
|
}
|
|
2259
2236
|
|
|
2260
2237
|
/**
|
|
2261
2238
|
* 聊天窗口的样式设置
|
|
2262
2239
|
*/
|
|
2263
|
-
.chat-container[data-v-
|
|
2240
|
+
.chat-container[data-v-45fbaf17] {
|
|
2264
2241
|
--header-height: 56px;
|
|
2265
2242
|
--chat-padding: 12px;
|
|
2266
2243
|
--bubble-content-max-width: 0px;
|
|
@@ -2272,25 +2249,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2272
2249
|
flex-direction: row; /* 横向排列 */
|
|
2273
2250
|
height: 100%; /* 父容器高度 */
|
|
2274
2251
|
}
|
|
2275
|
-
.small-window[data-v-
|
|
2252
|
+
.small-window[data-v-45fbaf17] {
|
|
2276
2253
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2277
2254
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2278
2255
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2279
2256
|
border-radius: 8px;
|
|
2280
2257
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2281
2258
|
}
|
|
2282
|
-
.full-screen[data-v-
|
|
2259
|
+
.full-screen[data-v-45fbaf17] {
|
|
2283
2260
|
right: 0;
|
|
2284
2261
|
bottom: 0;
|
|
2285
2262
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2286
2263
|
}
|
|
2287
|
-
.chat-container > *[data-v-
|
|
2264
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2288
2265
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2289
2266
|
}
|
|
2290
2267
|
|
|
2291
2268
|
/* 聊天窗口的头部样式设置
|
|
2292
2269
|
*/
|
|
2293
|
-
.chat-embed__header_container[data-v-
|
|
2270
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2294
2271
|
/* border-bottom: 1px solid #ddd; */
|
|
2295
2272
|
display: flex;
|
|
2296
2273
|
align-items: center;
|
|
@@ -2300,7 +2277,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2300
2277
|
overflow: hidden;
|
|
2301
2278
|
position: relative;
|
|
2302
2279
|
}
|
|
2303
|
-
.session-subject[data-v-
|
|
2280
|
+
.session-subject[data-v-45fbaf17] {
|
|
2304
2281
|
display: block;
|
|
2305
2282
|
margin: 0 auto;
|
|
2306
2283
|
text-align: center;
|
|
@@ -2315,17 +2292,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2315
2292
|
|
|
2316
2293
|
/* 聊天窗口的头部图标样式设置
|
|
2317
2294
|
*/
|
|
2318
|
-
.chat-embed__header_avatar[data-v-
|
|
2295
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2319
2296
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2320
2297
|
margin-right: var(--chat-padding);
|
|
2321
2298
|
}
|
|
2322
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2299
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2323
2300
|
right: 20px;
|
|
2324
2301
|
position: absolute;
|
|
2325
2302
|
gap: 28px;
|
|
2326
2303
|
display: flex;
|
|
2327
2304
|
}
|
|
2328
|
-
.chat-embed__sidebar[data-v-
|
|
2305
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2329
2306
|
background: #f6f7fa;
|
|
2330
2307
|
display: flex;
|
|
2331
2308
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2334,7 +2311,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2334
2311
|
width: 260px;
|
|
2335
2312
|
height: 100%;
|
|
2336
2313
|
}
|
|
2337
|
-
.chat-embed__main[data-v-
|
|
2314
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2338
2315
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2339
2316
|
box-sizing: border-box;
|
|
2340
2317
|
overflow: hidden;
|
|
@@ -2345,7 +2322,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2345
2322
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2346
2323
|
overflow: hidden; /* 防止内容溢出 */
|
|
2347
2324
|
}
|
|
2348
|
-
.chat-embed__main_content[data-v-
|
|
2325
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2349
2326
|
flex: 1;
|
|
2350
2327
|
box-sizing: border-box;
|
|
2351
2328
|
min-height: 0;
|
|
@@ -2353,21 +2330,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2353
2330
|
/* overflow-y: auto;
|
|
2354
2331
|
margin-bottom: 12px; */
|
|
2355
2332
|
}
|
|
2356
|
-
.chat-embed__input_container[data-v-
|
|
2333
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2357
2334
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2358
2335
|
/* margin-bottom: 50px; 距离底部 */
|
|
2359
2336
|
}
|
|
2360
|
-
.header-icon[data-v-
|
|
2337
|
+
.header-icon[data-v-45fbaf17] {
|
|
2361
2338
|
cursor: pointer;
|
|
2362
2339
|
font-size: 20px;
|
|
2363
2340
|
}
|
|
2364
2341
|
|
|
2365
2342
|
/* 聊天默认推荐内容样式
|
|
2366
2343
|
*/
|
|
2367
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2344
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2368
2345
|
margin-top: 5px;
|
|
2369
2346
|
}
|
|
2370
|
-
.content-container[data-v-
|
|
2347
|
+
.content-container[data-v-45fbaf17] {
|
|
2371
2348
|
padding: 16px;
|
|
2372
2349
|
border-radius: 4px;
|
|
2373
2350
|
background: #ffffff;
|
|
@@ -2375,7 +2352,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2375
2352
|
border-radius: 0px 30px 30px 30px;
|
|
2376
2353
|
/* opacity: 0.6; */
|
|
2377
2354
|
}
|
|
2378
|
-
.chat-content-font[data-v-
|
|
2355
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2379
2356
|
font-family: PingFang SC, PingFang SC;
|
|
2380
2357
|
font-weight: 500;
|
|
2381
2358
|
font-size: 16px;
|
|
@@ -2385,10 +2362,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2385
2362
|
font-style: normal;
|
|
2386
2363
|
text-transform: none;
|
|
2387
2364
|
}
|
|
2388
|
-
[data-v-
|
|
2365
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2389
2366
|
border: none !important;
|
|
2390
2367
|
}
|
|
2391
|
-
.content-container-header[data-v-
|
|
2368
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2392
2369
|
font-size: 12px;
|
|
2393
2370
|
color: #909399;
|
|
2394
2371
|
}
|
|
@@ -2396,123 +2373,47 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2396
2373
|
/**
|
|
2397
2374
|
// 用户消息
|
|
2398
2375
|
*/
|
|
2399
|
-
.content-borderless-container[data-v-
|
|
2376
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2400
2377
|
background: #e1ecfd;
|
|
2401
2378
|
border-radius: 20px 0px 20px 20px;
|
|
2402
2379
|
user-select: none;
|
|
2403
2380
|
padding: 12px;
|
|
2404
2381
|
cursor: pointer;
|
|
2405
2382
|
transition: background-color 0.3s;
|
|
2406
|
-
&[data-v-
|
|
2383
|
+
&[data-v-45fbaf17]:hover {
|
|
2407
2384
|
background-color: #ebeef5;
|
|
2408
2385
|
}
|
|
2409
2386
|
}
|
|
2410
|
-
.footer-container[data-v-
|
|
2411
|
-
[data-v-
|
|
2387
|
+
.footer-container[data-v-45fbaf17] {
|
|
2388
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2412
2389
|
margin-left: 8px;
|
|
2413
2390
|
}
|
|
2414
2391
|
}
|
|
2415
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2392
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2416
2393
|
padding: 0;
|
|
2417
2394
|
}
|
|
2418
2395
|
|
|
2419
2396
|
/* 引用文件样式 */
|
|
2420
|
-
.doc-agg-item[data-v-
|
|
2397
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2421
2398
|
width: 100%;
|
|
2422
2399
|
padding: 10px;
|
|
2423
2400
|
margin-bottom: 5px;
|
|
2424
|
-
border: 1px solid #eee;
|
|
2425
|
-
border-radius: 4px;
|
|
2426
|
-
cursor: pointer;
|
|
2427
|
-
font-size: 12px;
|
|
2428
|
-
color: var(--el-color-primary);
|
|
2429
|
-
}
|
|
2430
|
-
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2431
|
-
padding: 0;
|
|
2432
|
-
}
|
|
2433
|
-
h4[data-v-0b0c189e] {
|
|
2434
|
-
font-size: 16px;
|
|
2435
|
-
margin-top: 0px;
|
|
2436
|
-
margin-bottom: 0px;
|
|
2437
|
-
}
|
|
2438
|
-
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2439
|
-
margin: 5px 0;
|
|
2440
|
-
}
|
|
2441
|
-
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2442
|
-
display: flex;
|
|
2443
|
-
align-items: center;
|
|
2444
|
-
flex-shrink: 0;
|
|
2445
|
-
min-width: max-content;
|
|
2446
|
-
margin-left: auto;
|
|
2447
|
-
gap: 10px;
|
|
2448
|
-
}
|
|
2449
|
-
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2450
|
-
display: inline-block;
|
|
2451
|
-
width: 12px;
|
|
2452
|
-
height: 12px;
|
|
2453
|
-
background-repeat: no-repeat;
|
|
2454
|
-
background-position: center;
|
|
2455
|
-
background-size: 100%;
|
|
2456
|
-
cursor: pointer;
|
|
2457
|
-
}
|
|
2458
|
-
.el-button + .el-button[data-v-0b0c189e] {
|
|
2459
|
-
margin-left: 5px;
|
|
2460
|
-
}
|
|
2461
|
-
.header-self-wrap[data-v-0b0c189e] {
|
|
2462
|
-
display: flex;
|
|
2463
|
-
flex-direction: column;
|
|
2464
|
-
padding: 16px;
|
|
2465
|
-
}
|
|
2466
|
-
[data-v-0b0c189e] .el-sender-header {
|
|
2467
|
-
border-bottom-color: #ffffff !important;
|
|
2468
|
-
}
|
|
2469
|
-
[data-v-0b0c189e] .el-sender {
|
|
2470
|
-
background: #ffffff !important;
|
|
2471
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2472
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
2473
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2474
|
-
font-weight: 400;
|
|
2475
|
-
font-size: 16px;
|
|
2476
|
-
color: #bbbbbb;
|
|
2477
|
-
text-align: left;
|
|
2478
|
-
font-style: normal;
|
|
2479
|
-
text-transform: none;
|
|
2480
|
-
}
|
|
2481
|
-
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2482
|
-
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2483
|
-
font-weight: 400 !important;
|
|
2484
|
-
font-size: 16px !important;
|
|
2485
|
-
line-height: 21px !important;
|
|
2486
|
-
font-style: normal !important;
|
|
2487
|
-
text-transform: none !important;
|
|
2488
|
-
}
|
|
2489
|
-
[data-v-0b0c189e] .el-sender-content {
|
|
2490
|
-
padding: 16px !important;
|
|
2491
|
-
}
|
|
2492
|
-
[data-v-0b0c189e] .el-select__wrapper {
|
|
2493
|
-
border-radius: 100px 100px 100px 100px;
|
|
2494
|
-
border: 1px solid #dcdfe6;
|
|
2495
|
-
}
|
|
2496
|
-
.ai-generate-tip[data-v-0b0c189e] {
|
|
2497
|
-
padding: 12px;
|
|
2498
|
-
font-family: PingFang SC, PingFang SC;
|
|
2499
|
-
font-weight: 400;
|
|
2500
|
-
font-size: 14px;
|
|
2501
|
-
color: #808080;
|
|
2502
|
-
line-height: 21px;
|
|
2503
|
-
font-style: normal;
|
|
2504
|
-
text-align: center;
|
|
2505
|
-
}
|
|
2506
|
-
.el-button.is-circle[data-v-0b0c189e] {
|
|
2507
|
-
border-radius: 50% !important;
|
|
2508
|
-
padding: 8px;
|
|
2509
|
-
width: 32px;
|
|
2401
|
+
border: 1px solid #eee;
|
|
2402
|
+
border-radius: 4px;
|
|
2403
|
+
cursor: pointer;
|
|
2404
|
+
font-size: 12px;
|
|
2405
|
+
color: var(--el-color-primary);
|
|
2510
2406
|
}
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2407
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2408
|
+
padding: 0;
|
|
2409
|
+
}
|
|
2410
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2411
|
+
margin-right: 5px;
|
|
2513
2412
|
}
|
|
2514
|
-
.
|
|
2515
|
-
margin:
|
|
2413
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2414
|
+
margin-left: 5px;
|
|
2415
|
+
}[data-v-90635647] .el-range-separator {
|
|
2416
|
+
min-width: 20px;
|
|
2516
2417
|
}
|
|
2517
2418
|
.home-chart-iframe[data-v-873e1ba1] {
|
|
2518
2419
|
width: 100%;
|
|
@@ -2520,25 +2421,32 @@ h4[data-v-0b0c189e] {
|
|
|
2520
2421
|
border: none;
|
|
2521
2422
|
opacity: 1;
|
|
2522
2423
|
}
|
|
2523
|
-
|
|
2424
|
+
|
|
2425
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2426
|
+
width: 100%;
|
|
2427
|
+
height: 100%;
|
|
2428
|
+
border: none;
|
|
2429
|
+
opacity: 1;
|
|
2430
|
+
}
|
|
2431
|
+
[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 {
|
|
2524
2432
|
user-select: text !important;
|
|
2525
2433
|
-webkit-user-select: text !important;
|
|
2526
2434
|
-moz-user-select: text !important;
|
|
2527
2435
|
-ms-user-select: text !important;
|
|
2528
2436
|
}
|
|
2529
|
-
.slide-up-enter-active[data-v-
|
|
2530
|
-
.slide-up-leave-active[data-v-
|
|
2437
|
+
.slide-up-enter-active[data-v-0b0c189e],
|
|
2438
|
+
.slide-up-leave-active[data-v-0b0c189e] {
|
|
2531
2439
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2532
2440
|
}
|
|
2533
|
-
.slide-up-enter-from[data-v-
|
|
2534
|
-
.slide-up-leave-to[data-v-
|
|
2441
|
+
.slide-up-enter-from[data-v-0b0c189e],
|
|
2442
|
+
.slide-up-leave-to[data-v-0b0c189e] {
|
|
2535
2443
|
transform: translateY(100%);
|
|
2536
2444
|
}
|
|
2537
2445
|
|
|
2538
2446
|
/**
|
|
2539
2447
|
* 聊天窗口的样式设置
|
|
2540
2448
|
*/
|
|
2541
|
-
.chat-container[data-v-
|
|
2449
|
+
.chat-container[data-v-0b0c189e] {
|
|
2542
2450
|
--header-height: 56px;
|
|
2543
2451
|
--chat-padding: 12px;
|
|
2544
2452
|
--bubble-content-max-width: 0px;
|
|
@@ -2550,25 +2458,25 @@ h4[data-v-0b0c189e] {
|
|
|
2550
2458
|
flex-direction: row; /* 横向排列 */
|
|
2551
2459
|
height: 100%; /* 父容器高度 */
|
|
2552
2460
|
}
|
|
2553
|
-
.small-window[data-v-
|
|
2461
|
+
.small-window[data-v-0b0c189e] {
|
|
2554
2462
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2555
2463
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2556
2464
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2557
2465
|
border-radius: 8px;
|
|
2558
2466
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2559
2467
|
}
|
|
2560
|
-
.full-screen[data-v-
|
|
2468
|
+
.full-screen[data-v-0b0c189e] {
|
|
2561
2469
|
right: 0;
|
|
2562
2470
|
bottom: 0;
|
|
2563
2471
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2564
2472
|
}
|
|
2565
|
-
.chat-container > *[data-v-
|
|
2473
|
+
.chat-container > *[data-v-0b0c189e] {
|
|
2566
2474
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2567
2475
|
}
|
|
2568
2476
|
|
|
2569
2477
|
/* 聊天窗口的头部样式设置
|
|
2570
2478
|
*/
|
|
2571
|
-
.chat-embed__header_container[data-v-
|
|
2479
|
+
.chat-embed__header_container[data-v-0b0c189e] {
|
|
2572
2480
|
/* border-bottom: 1px solid #ddd; */
|
|
2573
2481
|
display: flex;
|
|
2574
2482
|
align-items: center;
|
|
@@ -2578,7 +2486,7 @@ h4[data-v-0b0c189e] {
|
|
|
2578
2486
|
overflow: hidden;
|
|
2579
2487
|
position: relative;
|
|
2580
2488
|
}
|
|
2581
|
-
.session-subject[data-v-
|
|
2489
|
+
.session-subject[data-v-0b0c189e] {
|
|
2582
2490
|
display: block;
|
|
2583
2491
|
margin: 0 auto;
|
|
2584
2492
|
text-align: center;
|
|
@@ -2593,17 +2501,17 @@ h4[data-v-0b0c189e] {
|
|
|
2593
2501
|
|
|
2594
2502
|
/* 聊天窗口的头部图标样式设置
|
|
2595
2503
|
*/
|
|
2596
|
-
.chat-embed__header_avatar[data-v-
|
|
2504
|
+
.chat-embed__header_avatar[data-v-0b0c189e] {
|
|
2597
2505
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2598
2506
|
margin-right: var(--chat-padding);
|
|
2599
2507
|
}
|
|
2600
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2508
|
+
.chat-embed__header_tool_icon[data-v-0b0c189e] {
|
|
2601
2509
|
right: 20px;
|
|
2602
2510
|
position: absolute;
|
|
2603
2511
|
gap: 28px;
|
|
2604
2512
|
display: flex;
|
|
2605
2513
|
}
|
|
2606
|
-
.chat-embed__sidebar[data-v-
|
|
2514
|
+
.chat-embed__sidebar[data-v-0b0c189e] {
|
|
2607
2515
|
background: #f6f7fa;
|
|
2608
2516
|
display: flex;
|
|
2609
2517
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2612,7 +2520,7 @@ h4[data-v-0b0c189e] {
|
|
|
2612
2520
|
width: 260px;
|
|
2613
2521
|
height: 100%;
|
|
2614
2522
|
}
|
|
2615
|
-
.chat-embed__main[data-v-
|
|
2523
|
+
.chat-embed__main[data-v-0b0c189e] {
|
|
2616
2524
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2617
2525
|
box-sizing: border-box;
|
|
2618
2526
|
overflow: hidden;
|
|
@@ -2623,7 +2531,7 @@ h4[data-v-0b0c189e] {
|
|
|
2623
2531
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2624
2532
|
overflow: hidden; /* 防止内容溢出 */
|
|
2625
2533
|
}
|
|
2626
|
-
.chat-embed__main_content[data-v-
|
|
2534
|
+
.chat-embed__main_content[data-v-0b0c189e] {
|
|
2627
2535
|
flex: 1;
|
|
2628
2536
|
box-sizing: border-box;
|
|
2629
2537
|
min-height: 0;
|
|
@@ -2631,21 +2539,21 @@ h4[data-v-0b0c189e] {
|
|
|
2631
2539
|
/* overflow-y: auto;
|
|
2632
2540
|
margin-bottom: 12px; */
|
|
2633
2541
|
}
|
|
2634
|
-
.chat-embed__input_container[data-v-
|
|
2542
|
+
.chat-embed__input_container[data-v-0b0c189e] {
|
|
2635
2543
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2636
2544
|
/* margin-bottom: 50px; 距离底部 */
|
|
2637
2545
|
}
|
|
2638
|
-
.header-icon[data-v-
|
|
2546
|
+
.header-icon[data-v-0b0c189e] {
|
|
2639
2547
|
cursor: pointer;
|
|
2640
2548
|
font-size: 20px;
|
|
2641
2549
|
}
|
|
2642
2550
|
|
|
2643
2551
|
/* 聊天默认推荐内容样式
|
|
2644
2552
|
*/
|
|
2645
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2553
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
|
|
2646
2554
|
margin-top: 5px;
|
|
2647
2555
|
}
|
|
2648
|
-
.content-container[data-v-
|
|
2556
|
+
.content-container[data-v-0b0c189e] {
|
|
2649
2557
|
padding: 16px;
|
|
2650
2558
|
border-radius: 4px;
|
|
2651
2559
|
background: #ffffff;
|
|
@@ -2653,7 +2561,7 @@ h4[data-v-0b0c189e] {
|
|
|
2653
2561
|
border-radius: 0px 30px 30px 30px;
|
|
2654
2562
|
/* opacity: 0.6; */
|
|
2655
2563
|
}
|
|
2656
|
-
.chat-content-font[data-v-
|
|
2564
|
+
.chat-content-font[data-v-0b0c189e] {
|
|
2657
2565
|
font-family: PingFang SC, PingFang SC;
|
|
2658
2566
|
font-weight: 500;
|
|
2659
2567
|
font-size: 16px;
|
|
@@ -2663,10 +2571,10 @@ h4[data-v-0b0c189e] {
|
|
|
2663
2571
|
font-style: normal;
|
|
2664
2572
|
text-transform: none;
|
|
2665
2573
|
}
|
|
2666
|
-
[data-v-
|
|
2574
|
+
[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2667
2575
|
border: none !important;
|
|
2668
2576
|
}
|
|
2669
|
-
.content-container-header[data-v-
|
|
2577
|
+
.content-container-header[data-v-0b0c189e] {
|
|
2670
2578
|
font-size: 12px;
|
|
2671
2579
|
color: #909399;
|
|
2672
2580
|
}
|
|
@@ -2674,28 +2582,28 @@ h4[data-v-0b0c189e] {
|
|
|
2674
2582
|
/**
|
|
2675
2583
|
// 用户消息
|
|
2676
2584
|
*/
|
|
2677
|
-
.content-borderless-container[data-v-
|
|
2585
|
+
.content-borderless-container[data-v-0b0c189e] {
|
|
2678
2586
|
background: #e1ecfd;
|
|
2679
2587
|
border-radius: 20px 0px 20px 20px;
|
|
2680
2588
|
user-select: none;
|
|
2681
2589
|
padding: 12px;
|
|
2682
2590
|
cursor: pointer;
|
|
2683
2591
|
transition: background-color 0.3s;
|
|
2684
|
-
&[data-v-
|
|
2592
|
+
&[data-v-0b0c189e]:hover {
|
|
2685
2593
|
background-color: #ebeef5;
|
|
2686
2594
|
}
|
|
2687
2595
|
}
|
|
2688
|
-
.footer-container[data-v-
|
|
2689
|
-
[data-v-
|
|
2596
|
+
.footer-container[data-v-0b0c189e] {
|
|
2597
|
+
[data-v-0b0c189e] .el-button + .el-button {
|
|
2690
2598
|
margin-left: 8px;
|
|
2691
2599
|
}
|
|
2692
2600
|
}
|
|
2693
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2601
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
|
|
2694
2602
|
padding: 0;
|
|
2695
2603
|
}
|
|
2696
2604
|
|
|
2697
2605
|
/* 引用文件样式 */
|
|
2698
|
-
.doc-agg-item[data-v-
|
|
2606
|
+
.doc-agg-item[data-v-0b0c189e] {
|
|
2699
2607
|
width: 100%;
|
|
2700
2608
|
padding: 10px;
|
|
2701
2609
|
margin-bottom: 5px;
|
|
@@ -2705,54 +2613,138 @@ h4[data-v-0b0c189e] {
|
|
|
2705
2613
|
font-size: 12px;
|
|
2706
2614
|
color: var(--el-color-primary);
|
|
2707
2615
|
}
|
|
2708
|
-
.elx-xmarkdown-container[data-v-
|
|
2616
|
+
.elx-xmarkdown-container[data-v-0b0c189e] {
|
|
2709
2617
|
padding: 0;
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
2713
|
-
width: 100%;
|
|
2714
|
-
height: 100%;
|
|
2715
|
-
border: none;
|
|
2716
|
-
opacity: 1;
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2720
|
-
display: flex;
|
|
2721
|
-
align-items: center;
|
|
2722
|
-
flex-shrink: 0;
|
|
2723
|
-
min-width: max-content;
|
|
2724
|
-
margin-left: auto;
|
|
2725
|
-
gap: 10px;
|
|
2726
2618
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2619
|
+
h4[data-v-0b0c189e] {
|
|
2620
|
+
font-size: 16px;
|
|
2621
|
+
margin-top: 0px;
|
|
2622
|
+
margin-bottom: 0px;
|
|
2623
|
+
}
|
|
2624
|
+
[data-v-0b0c189e] .el-divider--horizontal {
|
|
2625
|
+
margin: 5px 0;
|
|
2626
|
+
}
|
|
2627
|
+
.sender-additional-data-tag[data-v-0b0c189e] {
|
|
2628
|
+
display: flex;
|
|
2629
|
+
align-items: center;
|
|
2630
|
+
flex-shrink: 0;
|
|
2631
|
+
min-width: max-content;
|
|
2632
|
+
margin-left: auto;
|
|
2732
2633
|
gap: 10px;
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
|
|
2634
|
+
}
|
|
2635
|
+
.amb-color-iconfont[data-v-0b0c189e] {
|
|
2636
|
+
display: inline-block;
|
|
2637
|
+
width: 12px;
|
|
2638
|
+
height: 12px;
|
|
2639
|
+
background-repeat: no-repeat;
|
|
2640
|
+
background-position: center;
|
|
2641
|
+
background-size: 100%;
|
|
2642
|
+
cursor: pointer;
|
|
2643
|
+
}
|
|
2644
|
+
.el-button + .el-button[data-v-0b0c189e] {
|
|
2645
|
+
margin-left: 5px;
|
|
2646
|
+
}
|
|
2647
|
+
.header-self-wrap[data-v-0b0c189e] {
|
|
2648
|
+
display: flex;
|
|
2649
|
+
flex-direction: column;
|
|
2650
|
+
padding: 16px;
|
|
2651
|
+
}
|
|
2652
|
+
[data-v-0b0c189e] .el-sender-header {
|
|
2653
|
+
border-bottom-color: #ffffff !important;
|
|
2654
|
+
}
|
|
2655
|
+
[data-v-0b0c189e] .el-sender {
|
|
2656
|
+
background: #ffffff !important;
|
|
2657
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2658
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2659
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2660
|
+
font-weight: 400;
|
|
2661
|
+
font-size: 16px;
|
|
2662
|
+
color: #bbbbbb;
|
|
2663
|
+
text-align: left;
|
|
2664
|
+
font-style: normal;
|
|
2665
|
+
text-transform: none;
|
|
2666
|
+
}
|
|
2667
|
+
[data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2668
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2669
|
+
font-weight: 400 !important;
|
|
2670
|
+
font-size: 16px !important;
|
|
2671
|
+
line-height: 21px !important;
|
|
2672
|
+
font-style: normal !important;
|
|
2673
|
+
text-transform: none !important;
|
|
2674
|
+
}
|
|
2675
|
+
[data-v-0b0c189e] .el-sender-content {
|
|
2676
|
+
padding: 16px !important;
|
|
2677
|
+
}
|
|
2678
|
+
[data-v-0b0c189e] .el-select__wrapper {
|
|
2679
|
+
border-radius: 100px 100px 100px 100px;
|
|
2680
|
+
border: 1px solid #dcdfe6;
|
|
2681
|
+
}
|
|
2682
|
+
.ai-generate-tip[data-v-0b0c189e] {
|
|
2683
|
+
padding: 12px;
|
|
2684
|
+
font-family: PingFang SC, PingFang SC;
|
|
2685
|
+
font-weight: 400;
|
|
2686
|
+
font-size: 14px;
|
|
2687
|
+
color: #808080;
|
|
2688
|
+
line-height: 21px;
|
|
2689
|
+
font-style: normal;
|
|
2690
|
+
text-align: center;
|
|
2691
|
+
}
|
|
2692
|
+
.el-button.is-circle[data-v-0b0c189e] {
|
|
2693
|
+
border-radius: 50% !important;
|
|
2694
|
+
padding: 8px;
|
|
2695
|
+
width: 32px;
|
|
2696
|
+
}
|
|
2697
|
+
.send-icon[data-v-0b0c189e] {
|
|
2698
|
+
cursor: pointer;
|
|
2699
|
+
}
|
|
2700
|
+
.el-divider--vertical[data-v-0b0c189e] {
|
|
2701
|
+
margin: 0 0;
|
|
2702
|
+
}
|
|
2703
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2736
2704
|
width: 100%;
|
|
2737
2705
|
height: 100%;
|
|
2738
2706
|
border: none;
|
|
2739
2707
|
opacity: 1;
|
|
2740
2708
|
}
|
|
2741
|
-
.
|
|
2742
|
-
|
|
2709
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
2710
|
+
font-size: 12px;
|
|
2743
2711
|
}
|
|
2744
|
-
.
|
|
2745
|
-
|
|
2712
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
2713
|
+
border: 1px solid #dcdfe6;
|
|
2714
|
+
padding: 4px 8px;
|
|
2715
|
+
background-clip: padding-box;
|
|
2716
|
+
overflow: hidden;
|
|
2717
|
+
display: inline-flex;
|
|
2718
|
+
align-items: center;
|
|
2746
2719
|
}
|
|
2747
|
-
.
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
}
|
|
2754
|
-
[data-v-
|
|
2755
|
-
|
|
2720
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2721
|
+
margin-right: 18px;
|
|
2722
|
+
max-width: 160px;
|
|
2723
|
+
overflow: hidden;
|
|
2724
|
+
text-overflow: ellipsis;
|
|
2725
|
+
white-space: nowrap;
|
|
2726
|
+
}
|
|
2727
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2728
|
+
font-weight: 600;
|
|
2729
|
+
margin-left: 4px;
|
|
2730
|
+
}.fs-upload-tag[data-v-e5cde7de] {
|
|
2731
|
+
border: 1px solid #dcdfe6;
|
|
2732
|
+
padding: 4px 8px;
|
|
2733
|
+
background-clip: padding-box;
|
|
2734
|
+
overflow: hidden;
|
|
2735
|
+
display: inline-flex;
|
|
2736
|
+
align-items: center;
|
|
2737
|
+
}
|
|
2738
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2739
|
+
margin-right: 18px;
|
|
2740
|
+
max-width: 160px;
|
|
2741
|
+
overflow: hidden;
|
|
2742
|
+
text-overflow: ellipsis;
|
|
2743
|
+
white-space: nowrap;
|
|
2744
|
+
}
|
|
2745
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2746
|
+
font-weight: 600;
|
|
2747
|
+
margin-left: 4px;
|
|
2756
2748
|
}[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 {
|
|
2757
2749
|
user-select: text !important;
|
|
2758
2750
|
-webkit-user-select: text !important;
|
|
@@ -3042,6 +3034,18 @@ h4[data-v-0b0c189e] {
|
|
|
3042
3034
|
.history-item[data-v-1e62eff8]:hover {
|
|
3043
3035
|
background-color: #f5f5f5;
|
|
3044
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
|
+
|
|
3046
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
3047
|
+
padding-bottom: 0px;
|
|
3048
|
+
}
|
|
3045
3049
|
|
|
3046
3050
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3051
|
.mobile-item-action[data-v-13b41596] {
|
|
@@ -3065,10 +3069,6 @@ h4[data-v-0b0c189e] {
|
|
|
3065
3069
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3066
3070
|
margin-left: 5px;
|
|
3067
3071
|
}
|
|
3068
|
-
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
|
-
padding-bottom: 0px;
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
3072
|
.file-name-container[data-v-adb74276] {
|
|
3073
3073
|
display: flex;
|
|
3074
3074
|
align-items: center; /* 垂直居中 */
|