agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp12

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.
Files changed (3) hide show
  1. package/lib/index.js +1 -3
  2. package/lib/style.css +797 -797
  3. package/package.json +1 -1
package/lib/style.css CHANGED
@@ -128,19 +128,6 @@ iframe.tab-main-content[data-v-3c90505e] {
128
128
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
129
129
  color: #97a8be;
130
130
  cursor: text;
131
- }.amd-hamburger-container-main[data-v-79c35667] {
132
- padding: 0;
133
- display: flex;
134
- align-items: center;
135
- justify-content: end;
136
- }
137
- .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
138
- display: flex;
139
- align-items: center;
140
- justify-content: center;
141
- width: var(--admin-layout-left-menu-collapse, 54px);
142
- font-size: 18px;
143
- cursor: pointer;
144
131
  }
145
132
  .svg-icon[data-v-67e4e504] {
146
133
  width: 1.2em;
@@ -149,51 +136,7 @@ iframe.tab-main-content[data-v-3c90505e] {
149
136
  fill: currentColor;
150
137
  overflow: initial;
151
138
  }
152
-
153
- .searchResult[data-v-22410ec9] {
154
- color: red;
155
- }
156
- .inline-input-custom[data-v-22410ec9] {
157
- width: 90%;
158
- }
159
-
160
- .red-circle[data-v-998f4283] {
161
- width: 20px; /* 圆圈的宽度 */
162
- height: 20px; /* 圆圈的高度 */
163
- background-color: red; /* 背景色设置为红色 */
164
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
- display: inline-block; /* 确保元素以块级元素显示 */
166
- }
167
- .green-circle[data-v-998f4283] {
168
- width: 20px; /* 圆圈的宽度 */
169
- height: 20px; /* 圆圈的高度 */
170
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
171
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
172
- display: inline-block; /* 确保元素以块级元素显示 */
173
- }
174
- .ValidCode[data-v-aa77e3bd] {
175
- display: flex;
176
- background-color: #fff;
177
- justify-content: center;
178
- align-items: center;
179
- cursor: pointer;
180
- }
181
- .ValidCode span[data-v-aa77e3bd] {
182
- display: inline-block;
183
- }
184
- .searchResult {
185
- color: red;
186
- }
187
- .inline-input-custom {
188
- width: 90%;
189
- }
190
-
191
- .select-top-span {
192
- width: 100%;
193
- }
194
- [data-v-34406c62] .el-select-dropdown__item {
195
- display: inline-block;
196
- }.grid-area .elTable th[data-v-2eb1c8ec] {
139
+ .grid-area .elTable th[data-v-2eb1c8ec] {
197
140
  padding: 2px 0 !important;
198
141
  }
199
142
  .grid-area .elTable td[data-v-2eb1c8ec] {
@@ -336,6 +279,154 @@ iframe.tab-main-content[data-v-3c90505e] {
336
279
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
337
280
  flex-wrap: wrap;
338
281
  gap: var(--layout-form-flex-gap, 15px) 0;
282
+ }.amd-hamburger-container-main[data-v-79c35667] {
283
+ padding: 0;
284
+ display: flex;
285
+ align-items: center;
286
+ justify-content: end;
287
+ }
288
+ .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
289
+ display: flex;
290
+ align-items: center;
291
+ justify-content: center;
292
+ width: var(--admin-layout-left-menu-collapse, 54px);
293
+ font-size: 18px;
294
+ cursor: pointer;
295
+ }.ValidCode[data-v-aa77e3bd] {
296
+ display: flex;
297
+ background-color: #fff;
298
+ justify-content: center;
299
+ align-items: center;
300
+ cursor: pointer;
301
+ }
302
+ .ValidCode span[data-v-aa77e3bd] {
303
+ display: inline-block;
304
+ }
305
+ .searchResult[data-v-22410ec9] {
306
+ color: red;
307
+ }
308
+ .inline-input-custom[data-v-22410ec9] {
309
+ width: 90%;
310
+ }
311
+
312
+ .red-circle[data-v-998f4283] {
313
+ width: 20px; /* 圆圈的宽度 */
314
+ height: 20px; /* 圆圈的高度 */
315
+ background-color: red; /* 背景色设置为红色 */
316
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
317
+ display: inline-block; /* 确保元素以块级元素显示 */
318
+ }
319
+ .green-circle[data-v-998f4283] {
320
+ width: 20px; /* 圆圈的宽度 */
321
+ height: 20px; /* 圆圈的高度 */
322
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
323
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
324
+ display: inline-block; /* 确保元素以块级元素显示 */
325
+ }
326
+
327
+ .searchResult {
328
+ color: red;
329
+ }
330
+ .inline-input-custom {
331
+ width: 90%;
332
+ }
333
+
334
+ .organization-input .el-input-group__append {
335
+ padding: 0 10px 0 0;
336
+ }
337
+
338
+ .select-top-span {
339
+ width: 100%;
340
+ }
341
+ [data-v-34406c62] .el-select-dropdown__item {
342
+ display: inline-block;
343
+ }.select[data-v-52983a24] {
344
+ width: 100%;
345
+ height: 100%;
346
+ display: grid;
347
+ grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
348
+ align-items: center;
349
+ }
350
+ .select .intervalCenter[data-v-52983a24] {
351
+ width: 100%;
352
+ height: 100%;
353
+ text-align: center;
354
+ }
355
+ .fs-preview-container[data-v-2448d898] {
356
+ display: flex;
357
+ align-items: center;
358
+ gap: 5px;
359
+ justify-content: space-between;
360
+ }
361
+ .fs-preview-tool[data-v-2448d898] {
362
+ display: flex;
363
+ align-items: center;
364
+ flex-shrink: 0;
365
+ min-width: max-content;
366
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
367
+ }
368
+ .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
369
+ .more-file-icon[data-v-2448d898] .amb-color-iconfont {
370
+ width: 30px;
371
+ height: 30px;
372
+ }
373
+ .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
374
+ .file-actions[data-v-2448d898] .amb-color-iconfont {
375
+ font-size: 15px !important; /* 图标实际大小,按需改 */
376
+ display: inline-block;
377
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
378
+ height: 1em !important;
379
+ line-height: 1em;
380
+ cursor: pointer;
381
+ }
382
+ .amb-list-preivew-name[data-v-2448d898] {
383
+ overflow: hidden;
384
+ text-overflow: ellipsis;
385
+ white-space: nowrap;
386
+ }
387
+ .el-link + .el-link[data-v-2448d898] {
388
+ margin-left: 5px;
389
+ }
390
+ .file-item[data-v-2448d898] {
391
+ display: flex;
392
+ align-items: center;
393
+ justify-content: space-between; /* 添加这行来分布空间 */
394
+ gap: 10px;
395
+ height: 40px;
396
+ padding: 10px;
397
+ border-radius: 8px;
398
+ transition: background-color 0.2s;
399
+ }
400
+ .file-item[data-v-2448d898]:hover {
401
+ color: var(--el-button-hover-text-color, #409eff);
402
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
403
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
404
+ outline: none;
405
+ }
406
+ .file-actions[data-v-2448d898] {
407
+ display: flex;
408
+ align-items: center;
409
+ gap: 5px;
410
+ flex-shrink: 0; /* 防止按钮被压缩 */
411
+ }
412
+ .super-icon + .super-icon[data-v-2448d898] {
413
+ margin-left: 5px;
414
+ }
415
+ .amb-iconfont + .amb-iconfont[data-v-2448d898] {
416
+ margin-left: 5px;
417
+ }
418
+ .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
419
+ margin-left: 5px;
420
+ }
421
+ .amb-iconfont[data-v-2448d898] {
422
+ color: var(--el-color-primary);
423
+ }
424
+ .fs-preview-container[data-v-2448d898] .el-button > span {
425
+ font-size: 14px !important;
426
+ }
427
+ .fs-preview-container[data-v-2448d898] .el-button.is-round {
428
+ padding: 5px 11px;
429
+ height: var(--el-button-size);
339
430
  }.nine-grid-area[data-v-80f6a26f] {
340
431
  padding: 10px;
341
432
  }
@@ -435,97 +526,17 @@ iframe.tab-main-content[data-v-3c90505e] {
435
526
  letter-spacing: 0px;
436
527
  text-align: left;
437
528
  }
438
- .nine-grid-area .el-divider--horizontal[data-v-80f6a26f] {
439
- margin: 5px 0;
440
- }
441
- .nine-grid-area .button-style[data-v-80f6a26f] {
442
- margin-top: 28px;
443
- color: #606266;
444
- font-family: Source Han Sans CN;
445
- font-weight: 400;
446
- font-size: 14px;
447
- display: grid;
448
- grid-template-columns: 20% 80%;
449
- }
450
- .organization-input .el-input-group__append {
451
- padding: 0 10px 0 0;
452
- }
453
-
454
- .fs-preview-container[data-v-2448d898] {
455
- display: flex;
456
- align-items: center;
457
- gap: 5px;
458
- justify-content: space-between;
459
- }
460
- .fs-preview-tool[data-v-2448d898] {
461
- display: flex;
462
- align-items: center;
463
- flex-shrink: 0;
464
- min-width: max-content;
465
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
466
- }
467
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
468
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
469
- width: 30px;
470
- height: 30px;
471
- }
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;
479
- cursor: pointer;
480
- }
481
- .amb-list-preivew-name[data-v-2448d898] {
482
- overflow: hidden;
483
- text-overflow: ellipsis;
484
- white-space: nowrap;
485
- }
486
- .el-link + .el-link[data-v-2448d898] {
487
- margin-left: 5px;
488
- }
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;
498
- }
499
- .file-item[data-v-2448d898]:hover {
500
- color: var(--el-button-hover-text-color, #409eff);
501
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
502
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
503
- outline: none;
504
- }
505
- .file-actions[data-v-2448d898] {
506
- display: flex;
507
- align-items: center;
508
- gap: 5px;
509
- flex-shrink: 0; /* 防止按钮被压缩 */
510
- }
511
- .super-icon + .super-icon[data-v-2448d898] {
512
- margin-left: 5px;
513
- }
514
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
515
- margin-left: 5px;
516
- }
517
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
518
- margin-left: 5px;
519
- }
520
- .amb-iconfont[data-v-2448d898] {
521
- color: var(--el-color-primary);
522
- }
523
- .fs-preview-container[data-v-2448d898] .el-button > span {
524
- font-size: 14px !important;
529
+ .nine-grid-area .el-divider--horizontal[data-v-80f6a26f] {
530
+ margin: 5px 0;
525
531
  }
526
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
527
- padding: 5px 11px;
528
- height: var(--el-button-size);
532
+ .nine-grid-area .button-style[data-v-80f6a26f] {
533
+ margin-top: 28px;
534
+ color: #606266;
535
+ font-family: Source Han Sans CN;
536
+ font-weight: 400;
537
+ font-size: 14px;
538
+ display: grid;
539
+ grid-template-columns: 20% 80%;
529
540
  }.amb-color-iconfont[data-v-5254701d] {
530
541
  width: 30px;
531
542
  height: 30px;
@@ -555,17 +566,6 @@ iframe.tab-main-content[data-v-3c90505e] {
555
566
  .fs-upload-tag-percent[data-v-5254701d] {
556
567
  font-weight: 600;
557
568
  margin-left: 4px;
558
- }.select[data-v-52983a24] {
559
- width: 100%;
560
- height: 100%;
561
- display: grid;
562
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
563
- align-items: center;
564
- }
565
- .select .intervalCenter[data-v-52983a24] {
566
- width: 100%;
567
- height: 100%;
568
- text-align: center;
569
569
  }iframe[data-v-e5fb3b56] {
570
570
  width: 100%;
571
571
  height: calc(100vh - 50px);
@@ -818,65 +818,163 @@ iframe.tab-main-content[data-v-3c90505e] {
818
818
  .organization-tree .dept-path .breadcrumb-label-link {
819
819
  color: #409eff;
820
820
  }
821
-
822
- .organization-tree,
823
- .organization-tree .el-checkbox__label,
824
- .organization-tree .el-breadcrumb__inner,
825
- .organization-tree .el-tree {
826
- font-size: 17px;
827
- font-weight: 700;
821
+ .errPage-container[data-v-6bef0241] {
822
+ width: 800px;
823
+ max-width: 100%;
824
+ margin: 100px auto;
828
825
  }
829
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
830
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
831
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
832
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
833
- font-size: 17px;
826
+ .errPage-container .pan-back-btn[data-v-6bef0241] {
827
+ background: #008489;
828
+ color: #fff;
829
+ border: none !important;
830
+ }
831
+ .errPage-container .pan-gif[data-v-6bef0241] {
832
+ margin: 0 auto;
833
+ display: block;
834
+ }
835
+ .errPage-container .pan-img[data-v-6bef0241] {
836
+ display: block;
837
+ margin: 0 auto;
838
+ width: 100%;
839
+ }
840
+ .errPage-container .text-jumbo[data-v-6bef0241] {
841
+ font-size: 60px;
834
842
  font-weight: 700;
843
+ color: #484848;
835
844
  }
836
- .organization-tree .el-card__body {
837
- padding-top: 10px;
845
+ .errPage-container .list-unstyled[data-v-6bef0241] {
846
+ font-size: 14px;
838
847
  }
839
- .organization-tree .card-content {
840
- margin-top: 10px;
848
+ .errPage-container .list-unstyled li[data-v-6bef0241] {
849
+ padding-bottom: 5px;
841
850
  }
842
- .organization-tree .item-row-all {
843
- margin-bottom: 10px;
851
+ .errPage-container .list-unstyled a[data-v-6bef0241] {
852
+ color: #008489;
853
+ text-decoration: none;
844
854
  }
845
- .organization-tree .item-row {
846
- display: flex;
855
+ .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
856
+ text-decoration: underline;
857
+ }
858
+ .graphDiv[data-v-a936569d] {
859
+ overflow: auto;
860
+ height: 100%;
861
+ height: calc(100vh - 20px);
862
+ }
863
+ .app-wrapper[data-v-5c0a6bf6] {
864
+ position: relative;
865
+ height: 100%;
847
866
  width: 100%;
848
867
  }
849
- .organization-tree .item-label {
850
- flex: 0 0 90%;
851
- text-align: left;
868
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
869
+ position: fixed;
870
+ top: 0;
852
871
  }
853
- .organization-tree .item-side {
854
- flex: 0 0 10%;
855
- text-align: right;
872
+ .drawer-bg[data-v-5c0a6bf6] {
873
+ background: #000;
874
+ opacity: 0.3;
875
+ width: 100%;
876
+ top: 0;
877
+ height: 100%;
878
+ position: absolute;
879
+ z-index: 999;
880
+ }iframe[data-v-20dccb82] {
881
+ width: 100%;
882
+ height: calc(100vh - 50px);
883
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
884
+ position: relative;
885
+ --el-menu-item-height: 45px;
886
+ --el-menu-sub-item-height: 45px;
856
887
  }
857
- .organization-tree .el-tree-node {
858
- margin-bottom: 10px;
888
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
889
+ padding: 0 !important;
859
890
  }
860
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
861
- padding: 0;
862
- display: none;
891
+ .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)) {
892
+ display: flex;
893
+ flex-direction: row;
863
894
  }
864
- .organization-tree .card-footer {
865
- padding: 20px;
895
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
896
+ display: flex;
897
+ flex-direction: row;
898
+ padding: 0 !important;
866
899
  }
867
- .organization-tree .card-footer .select-result {
868
- color: #409eff;
869
- flex: 1 1 75%;
870
- text-align: left;
900
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
901
+ display: flex;
902
+ align-items: center;
903
+ justify-content: center;
904
+ width: var(--admin-layout-left-menu-collapse, 54px);
905
+ font-size: 16px;
871
906
  }
872
- .organization-tree .card-footer .button-area {
873
- flex: 0 0 20%;
874
- text-align: right;
907
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
908
+ width: 20px;
875
909
  }
876
- .organization-tree .dept-path .breadcrumb-label-link {
877
- color: #409eff;
878
- }
879
- .super-icon[data-v-875fd31c] {
910
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
911
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
912
+ overflow: hidden;
913
+ white-space: nowrap;
914
+ overflow: hidden;
915
+ text-overflow: ellipsis;
916
+ }
917
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
918
+ overflow: hidden;
919
+ white-space: nowrap;
920
+ overflow: hidden;
921
+ text-overflow: ellipsis;
922
+ }
923
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
924
+ flex: 0 0 calc(100% - 20px - 20px);
925
+ }.smb-sidebar-menu-item[data-v-da857302] {
926
+ position: relative;
927
+ --el-menu-item-height: 45px;
928
+ --el-menu-sub-item-height: 45px;
929
+ }
930
+ .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
931
+ padding: 0 !important;
932
+ }
933
+ .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)) {
934
+ display: flex;
935
+ flex-direction: row;
936
+ }
937
+ .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
938
+ display: flex;
939
+ flex-direction: row;
940
+ padding: 0 !important;
941
+ }
942
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
943
+ display: flex;
944
+ align-items: center;
945
+ justify-content: center;
946
+ width: var(--admin-layout-left-menu-collapse, 54px);
947
+ font-size: 16px;
948
+ }
949
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
950
+ width: 20px;
951
+ }
952
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
953
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
954
+ overflow: hidden;
955
+ white-space: nowrap;
956
+ overflow: hidden;
957
+ text-overflow: ellipsis;
958
+ }
959
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
960
+ overflow: hidden;
961
+ white-space: nowrap;
962
+ overflow: hidden;
963
+ text-overflow: ellipsis;
964
+ }
965
+ .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
966
+ flex: 0 0 calc(100% - 20px - 20px);
967
+ }.app-main[data-v-2d98e845] {
968
+ padding: var(--app-main-padding, 15px);
969
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
970
+ position: relative;
971
+ overflow: hidden;
972
+ }
973
+ .app-main[data-v-2d98e845] > .app-container {
974
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
975
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
976
+ overflow: auto;
977
+ }.super-icon[data-v-875fd31c] {
880
978
  width: 1em;
881
979
  height: 1em;
882
980
  font-size: 14px;
@@ -938,173 +1036,145 @@ iframe.tab-main-content[data-v-3c90505e] {
938
1036
  .organization-tree .dept-path .breadcrumb-label-link {
939
1037
  color: #409eff;
940
1038
  }
941
- .row-form-item[data-v-4b5a56cc] {
942
- width: 50%;
943
- }
944
- .graphDiv[data-v-a936569d] {
945
- overflow: auto;
946
- height: 100%;
947
- height: calc(100vh - 20px);
948
- }
949
- .errPage-container[data-v-6bef0241] {
950
- width: 800px;
951
- max-width: 100%;
952
- margin: 100px auto;
953
- }
954
- .errPage-container .pan-back-btn[data-v-6bef0241] {
955
- background: #008489;
956
- color: #fff;
957
- border: none !important;
958
- }
959
- .errPage-container .pan-gif[data-v-6bef0241] {
960
- margin: 0 auto;
961
- display: block;
962
- }
963
- .errPage-container .pan-img[data-v-6bef0241] {
964
- display: block;
965
- margin: 0 auto;
966
- width: 100%;
1039
+
1040
+ .organization-tree,
1041
+ .organization-tree .el-checkbox__label,
1042
+ .organization-tree .el-breadcrumb__inner,
1043
+ .organization-tree .el-tree {
1044
+ font-size: 17px;
1045
+ font-weight: 700;
967
1046
  }
968
- .errPage-container .text-jumbo[data-v-6bef0241] {
969
- font-size: 60px;
1047
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
1048
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
1049
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
1050
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1051
+ font-size: 17px;
970
1052
  font-weight: 700;
971
- color: #484848;
972
1053
  }
973
- .errPage-container .list-unstyled[data-v-6bef0241] {
974
- font-size: 14px;
1054
+ .organization-tree .el-card__body {
1055
+ padding-top: 10px;
975
1056
  }
976
- .errPage-container .list-unstyled li[data-v-6bef0241] {
977
- padding-bottom: 5px;
1057
+ .organization-tree .card-content {
1058
+ margin-top: 10px;
978
1059
  }
979
- .errPage-container .list-unstyled a[data-v-6bef0241] {
980
- color: #008489;
981
- text-decoration: none;
1060
+ .organization-tree .item-row-all {
1061
+ margin-bottom: 10px;
982
1062
  }
983
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
984
- text-decoration: underline;
985
- }.app-wrapper[data-v-5c0a6bf6] {
986
- position: relative;
987
- height: 100%;
1063
+ .organization-tree .item-row {
1064
+ display: flex;
988
1065
  width: 100%;
989
1066
  }
990
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
991
- position: fixed;
992
- top: 0;
1067
+ .organization-tree .item-label {
1068
+ flex: 0 0 90%;
1069
+ text-align: left;
993
1070
  }
994
- .drawer-bg[data-v-5c0a6bf6] {
995
- background: #000;
996
- opacity: 0.3;
997
- width: 100%;
998
- top: 0;
999
- height: 100%;
1000
- position: absolute;
1001
- z-index: 999;
1002
- }iframe[data-v-20dccb82] {
1003
- width: 100%;
1004
- height: calc(100vh - 50px);
1005
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
1006
- position: relative;
1007
- --el-menu-item-height: 45px;
1008
- --el-menu-sub-item-height: 45px;
1071
+ .organization-tree .item-side {
1072
+ flex: 0 0 10%;
1073
+ text-align: right;
1009
1074
  }
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;
1075
+ .organization-tree .el-tree-node {
1076
+ margin-bottom: 10px;
1012
1077
  }
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;
1078
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1079
+ padding: 0;
1080
+ display: none;
1016
1081
  }
1017
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1018
- display: flex;
1019
- flex-direction: row;
1020
- padding: 0 !important;
1082
+ .organization-tree .card-footer {
1083
+ padding: 20px;
1021
1084
  }
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;
1085
+ .organization-tree .card-footer .select-result {
1086
+ color: #409eff;
1087
+ flex: 1 1 75%;
1088
+ text-align: left;
1028
1089
  }
1029
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1030
- width: 20px;
1090
+ .organization-tree .card-footer .button-area {
1091
+ flex: 0 0 20%;
1092
+ text-align: right;
1031
1093
  }
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;
1094
+ .organization-tree .dept-path .breadcrumb-label-link {
1095
+ color: #409eff;
1096
+ }
1097
+ .row-form-item[data-v-4b5a56cc] {
1098
+ width: 50%;
1099
+ }.normal-column-header[data-v-562b2e0d] {
1100
+ display: inline-flex;
1101
+ vertical-align: middle;
1038
1102
  }
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;
1103
+ .normal-column-header-icon[data-v-562b2e0d] {
1104
+ font-size: 20px;
1105
+ color: var(--el-color-primary);
1106
+ cursor: pointer;
1044
1107
  }
1045
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1046
- flex: 0 0 calc(100% - 20px - 20px);
1047
- }.smb-sidebar-menu-item[data-v-da857302] {
1048
- position: relative;
1049
- --el-menu-item-height: 45px;
1050
- --el-menu-sub-item-height: 45px;
1108
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1109
+ margin-bottom: 0px;
1051
1110
  }
1052
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
1053
- padding: 0 !important;
1111
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1112
+ margin-bottom: 5px;
1113
+ text-align: center;
1054
1114
  }
1055
- .smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
1056
- display: flex;
1057
- flex-direction: row;
1115
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1116
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1117
+ width: 100%;
1058
1118
  }
1059
- .smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
1060
- display: flex;
1061
- flex-direction: row;
1062
- padding: 0 !important;
1119
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1120
+ display: none;
1063
1121
  }
1064
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
1065
- display: flex;
1066
- align-items: center;
1067
- justify-content: center;
1068
- width: var(--admin-layout-left-menu-collapse, 54px);
1069
- font-size: 16px;
1122
+ .search-condition-mobile[data-v-8ae4e3f5] {
1123
+ padding-bottom: 10px;
1124
+ position: fixed;
1125
+ top: 37px;
1126
+ background-color: #ffffff;
1127
+ width: 46%;
1128
+ height: 40px;
1129
+ z-index: 1500;
1130
+ }
1131
+ li[data-v-040fcf55] {
1132
+ color: #333;
1070
1133
  }
1071
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
1072
- width: 20px;
1134
+ .context-menu[data-v-040fcf55] {
1135
+ position: fixed;
1136
+ background: #fff;
1137
+ z-index: 999;
1138
+ padding: 5px;
1139
+ margin: 0;
1140
+ margin-top: 30px;
1073
1141
  }
1074
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
1075
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1076
- overflow: hidden;
1077
- white-space: nowrap;
1078
- overflow: hidden;
1079
- text-overflow: ellipsis;
1142
+ .context-menu li[data-v-040fcf55] {
1143
+ min-width: 75px;
1144
+ height: 28px;
1145
+ line-height: 28px;
1146
+ text-align: left;
1147
+ color: #1a1a1a;
1080
1148
  }
1081
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
1082
- overflow: hidden;
1083
- white-space: nowrap;
1084
- overflow: hidden;
1085
- text-overflow: ellipsis;
1149
+ .context-menu li[data-v-040fcf55]:hover {
1150
+ background: #42b983;
1151
+ color: #fff;
1086
1152
  }
1087
- .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1088
- flex: 0 0 calc(100% - 20px - 20px);
1089
- }.app-main[data-v-2d98e845] {
1090
- padding: var(--app-main-padding, 15px);
1091
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1092
- position: relative;
1093
- overflow: hidden;
1153
+ .context-menu[data-v-040fcf55] {
1154
+ border: 1px solid #eee;
1155
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1156
+ border-radius: 5px;
1094
1157
  }
1095
- .app-main[data-v-2d98e845] > .app-container {
1096
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1097
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1098
- overflow: auto;
1158
+ li[data-v-040fcf55] {
1159
+ list-style-type: none;
1099
1160
  }
1100
- .searchResult {
1101
- color: red;
1161
+ .ab-date-range[data-v-2aeaa81d] {
1162
+ display: flex;
1163
+ align-items: center;
1164
+ width: 100%;
1165
+ gap: 8px;
1166
+ box-sizing: border-box;
1167
+ min-width: 0;
1102
1168
  }
1103
- .inline-select-custom {
1104
- width: 100px;
1169
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1170
+ width: 100%;
1171
+ min-width: 0;
1105
1172
  }
1106
- .inline-input-custom {
1107
- width: 98%;
1173
+ .sep[data-v-2aeaa81d] {
1174
+ padding: 0 8px;
1175
+ color: var(--el-text-color-secondary);
1176
+ white-space: nowrap;
1177
+ flex: 0 0 auto;
1108
1178
  }
1109
1179
  [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1110
1180
  user-select: text !important;
@@ -1325,25 +1395,6 @@ iframe.tab-main-content[data-v-3c90505e] {
1325
1395
  margin: 5px 0;
1326
1396
  }
1327
1397
 
1328
- .ab-date-range[data-v-2aeaa81d] {
1329
- display: flex;
1330
- align-items: center;
1331
- width: 100%;
1332
- gap: 8px;
1333
- box-sizing: border-box;
1334
- min-width: 0;
1335
- }
1336
- .ab-date-range[data-v-2aeaa81d] .el-input {
1337
- width: 100%;
1338
- min-width: 0;
1339
- }
1340
- .sep[data-v-2aeaa81d] {
1341
- padding: 0 8px;
1342
- color: var(--el-text-color-secondary);
1343
- white-space: nowrap;
1344
- flex: 0 0 auto;
1345
- }
1346
-
1347
1398
  .searchResult {
1348
1399
  color: red;
1349
1400
  }
@@ -1352,9 +1403,23 @@ iframe.tab-main-content[data-v-3c90505e] {
1352
1403
  }
1353
1404
  .inline-input-custom {
1354
1405
  width: 98%;
1406
+ }
1407
+
1408
+ .searchResult {
1409
+ color: red;
1355
1410
  }
1356
- .searchDepartmentUser {
1357
- width: 250px;
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-input-custom {
1422
+ width: 100% !important;
1358
1423
  }
1359
1424
  .el-autocomplete-suggestion.el-popper {
1360
1425
  min-width: 300px;
@@ -1379,8 +1444,14 @@ iframe.tab-main-content[data-v-3c90505e] {
1379
1444
  .searchResult {
1380
1445
  color: red;
1381
1446
  }
1447
+ .inline-select-custom {
1448
+ width: 100px;
1449
+ }
1382
1450
  .inline-input-custom {
1383
- width: 90%;
1451
+ width: 98%;
1452
+ }
1453
+ .searchDepartmentUser {
1454
+ width: 250px;
1384
1455
  }
1385
1456
  .el-autocomplete-suggestion.el-popper {
1386
1457
  min-width: 300px;
@@ -1402,18 +1473,8 @@ iframe.tab-main-content[data-v-3c90505e] {
1402
1473
  .inline-select-custom {
1403
1474
  width: 100px;
1404
1475
  }
1405
- .inline-input-custom {
1406
- width: 98%;
1407
- }
1408
-
1409
- .searchResult {
1410
- color: red;
1411
- }
1412
- .inline-input-custom {
1413
- width: 100% !important;
1414
- }
1415
- .el-autocomplete-suggestion.el-popper {
1416
- min-width: 300px;
1476
+ .inline-input-custom {
1477
+ width: 98%;
1417
1478
  }
1418
1479
 
1419
1480
  .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
@@ -1467,68 +1528,7 @@ iframe.tab-main-content[data-v-3c90505e] {
1467
1528
  .organization-tree .dept-path .breadcrumb-label-link{
1468
1529
  color:#409EFF
1469
1530
  }
1470
- .normal-column-header[data-v-562b2e0d] {
1471
- display: inline-flex;
1472
- vertical-align: middle;
1473
- }
1474
- .normal-column-header-icon[data-v-562b2e0d] {
1475
- font-size: 20px;
1476
- color: var(--el-color-primary);
1477
- cursor: pointer;
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
- }
1531
+
1532
1532
  .grid-search-form[data-v-04817310] {
1533
1533
  overflow: auto;
1534
1534
  }
@@ -1605,7 +1605,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1605
1605
  .default-page-tip-item {
1606
1606
  padding-top: 10px;
1607
1607
  }
1608
- .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1608
+ [data-v-455b2ba2] .super-icon {
1609
+ width: 20px !important;
1610
+ height: 20px !important;
1611
+ }[data-v-0fb85d6e] .super-icon {
1612
+ width: 20px !important;
1613
+ height: 20px !important;
1614
+ }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1609
1615
  background-color: #eee;
1610
1616
  width: 100%;
1611
1617
  border: 1px solid #ccc;
@@ -1624,33 +1630,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1624
1630
  }
1625
1631
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1626
1632
  margin: 0 5px;
1627
- }[data-v-455b2ba2] .super-icon {
1628
- width: 20px !important;
1629
- height: 20px !important;
1630
- }[data-v-0fb85d6e] .super-icon {
1631
- width: 20px !important;
1632
- height: 20px !important;
1633
+ }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1634
+ margin-bottom: 0px;
1633
1635
  }
1634
- .searchResult {
1635
- color: red;
1636
+ .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1637
+ overflow: hidden;
1638
+ text-overflow: ellipsis;
1639
+ white-space: nowrap;
1640
+ word-break: keep-all;
1636
1641
  }
1637
- .inline-select-custom {
1638
- width: 100px;
1642
+ .grid-search-form[data-v-3e0adbf6] .search-btn {
1643
+ margin-bottom: 5px;
1644
+ text-align: center;
1639
1645
  }
1640
- .inline-input-custom {
1641
- width: 98%;
1642
- }
1643
-
1644
- .searchResult {
1645
- color: red;
1646
+ .grid-search-form[data-v-3e0adbf6] .el-select {
1647
+ width: 100%;
1646
1648
  }
1647
- .inline-select-custom {
1648
- width: 100px;
1649
+ .grid-search-form[data-v-3e0adbf6] .customComponent {
1650
+ width: 100%;
1649
1651
  }
1650
- .inline-input-custom {
1651
- width: 98%;
1652
- }
1653
- .annex-cell[data-v-1e660925] {
1652
+ .grid-search-form[data-v-3e0adbf6] .el-row {
1653
+ padding-right: 24px;
1654
+ }
1655
+ .grid-search-form[data-v-3e0adbf6] .el-col {
1656
+ padding-left: 10px;
1657
+ padding-bottom: 16px;
1658
+ }.annex-cell[data-v-1e660925] {
1654
1659
  padding-right: 5px;
1655
1660
  cursor: pointer;
1656
1661
  color: #409eff;
@@ -1697,44 +1702,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1697
1702
  }
1698
1703
  .normal-column-content-view[data-v-1e660925] {
1699
1704
  display: inline;
1700
- }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1701
- margin-bottom: 0px;
1702
- }
1703
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1704
- overflow: hidden;
1705
- text-overflow: ellipsis;
1706
- white-space: nowrap;
1707
- word-break: keep-all;
1708
- }
1709
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1710
- margin-bottom: 5px;
1711
- text-align: center;
1712
- }
1713
- .grid-search-form[data-v-3e0adbf6] .el-select {
1714
- width: 100%;
1715
- }
1716
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1717
- width: 100%;
1718
- }
1719
- .grid-search-form[data-v-3e0adbf6] .el-row {
1720
- padding-right: 24px;
1721
- }
1722
- .grid-search-form[data-v-3e0adbf6] .el-col {
1723
- padding-left: 10px;
1724
- padding-bottom: 16px;
1725
- }
1726
- .grid-search-form[data-v-0b145154] .el-form-item {
1727
- margin-bottom: 0px;
1728
- }
1729
- .grid-search-form[data-v-0b145154] .search-btn {
1730
- margin-bottom: 5px;
1731
- text-align: center;
1732
- }
1733
- .grid-search-form[data-v-0b145154] .el-select,
1734
- .grid-search-form[data-v-0b145154] .customComponent {
1735
- width: 100%;
1736
- }
1737
- .grid-search-form-mobile[data-v-832e8a9d] {
1705
+ }.grid-search-form-mobile[data-v-832e8a9d] {
1738
1706
  overflow: auto;
1739
1707
  }
1740
1708
  .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
@@ -1770,7 +1738,52 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1770
1738
  background-color: #ffffff;
1771
1739
  width: 50%;
1772
1740
  height: 40px;
1773
- }.smb-sidebar-menu-item[data-v-74b8f009] {
1741
+ }
1742
+ .grid-search-form[data-v-0b145154] .el-form-item {
1743
+ margin-bottom: 0px;
1744
+ }
1745
+ .grid-search-form[data-v-0b145154] .search-btn {
1746
+ margin-bottom: 5px;
1747
+ text-align: center;
1748
+ }
1749
+ .grid-search-form[data-v-0b145154] .el-select,
1750
+ .grid-search-form[data-v-0b145154] .customComponent {
1751
+ width: 100%;
1752
+ }
1753
+
1754
+ .searchResult {
1755
+ color: red;
1756
+ }
1757
+ .inline-select-custom {
1758
+ width: 100px;
1759
+ }
1760
+ .inline-input-custom {
1761
+ width: 98%;
1762
+ }
1763
+
1764
+ .searchResult {
1765
+ color: red;
1766
+ }
1767
+ .inline-select-custom {
1768
+ width: 100px;
1769
+ }
1770
+ .inline-input-custom {
1771
+ width: 98%;
1772
+ }
1773
+ .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1774
+ margin-right: 5px;
1775
+ }
1776
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1777
+ margin-left: 5px;
1778
+ }
1779
+ .svg-icon[data-v-019891df] {
1780
+ width: 1.2em;
1781
+ height: 1.2em;
1782
+ vertical-align: -0.25em;
1783
+ fill: currentColor;
1784
+ overflow: initial;
1785
+ }
1786
+ .smb-sidebar-menu-item[data-v-74b8f009] {
1774
1787
  position: relative;
1775
1788
  --el-menu-item-height: 45px;
1776
1789
  --el-menu-sub-item-height: 45px;
@@ -1806,79 +1819,34 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1806
1819
  white-space: nowrap;
1807
1820
  overflow: hidden;
1808
1821
  text-overflow: ellipsis;
1809
- }.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1810
- margin-right: 5px;
1811
- }
1812
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1813
- margin-left: 5px;
1814
- }
1815
- .svg-icon[data-v-019891df] {
1816
- width: 1.2em;
1817
- height: 1.2em;
1818
- vertical-align: -0.25em;
1819
- fill: currentColor;
1820
- overflow: initial;
1821
- }
1822
- .fs-upload-tag[data-v-e5cde7de] {
1823
- border: 1px solid #dcdfe6;
1824
- padding: 4px 8px;
1825
- background-clip: padding-box;
1826
- overflow: hidden;
1827
- display: inline-flex;
1828
- align-items: center;
1829
- }
1830
- .fs-upload-tag-text[data-v-e5cde7de] {
1831
- margin-right: 18px;
1832
- max-width: 160px;
1833
- overflow: hidden;
1834
- text-overflow: ellipsis;
1835
- white-space: nowrap;
1836
- }
1837
- .fs-upload-tag-percent[data-v-e5cde7de] {
1838
- font-weight: 600;
1839
- margin-left: 4px;
1840
- }.el-button > span[data-v-5bb8bf7f] {
1841
- font-size: 12px;
1842
- }
1843
- .fs-upload-tag[data-v-5bb8bf7f] {
1844
- border: 1px solid #dcdfe6;
1845
- padding: 4px 8px;
1846
- background-clip: padding-box;
1847
- overflow: hidden;
1848
- display: inline-flex;
1849
- align-items: center;
1850
- }
1851
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1852
- margin-right: 18px;
1853
- max-width: 160px;
1854
- overflow: hidden;
1855
- text-overflow: ellipsis;
1856
- white-space: nowrap;
1857
- }
1858
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1859
- font-weight: 600;
1860
- margin-left: 4px;
1861
1822
  }[data-v-90635647] .el-range-separator {
1862
1823
  min-width: 20px;
1863
- }[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 {
1824
+ }
1825
+ .home-chart-iframe[data-v-73352a50] {
1826
+ width: 100%;
1827
+ height: 100%;
1828
+ border: none;
1829
+ opacity: 1;
1830
+ }
1831
+ [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
1864
1832
  user-select: text !important;
1865
1833
  -webkit-user-select: text !important;
1866
1834
  -moz-user-select: text !important;
1867
1835
  -ms-user-select: text !important;
1868
1836
  }
1869
- .slide-up-enter-active[data-v-45fbaf17],
1870
- .slide-up-leave-active[data-v-45fbaf17] {
1837
+ .slide-up-enter-active[data-v-0b0c189e],
1838
+ .slide-up-leave-active[data-v-0b0c189e] {
1871
1839
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1872
1840
  }
1873
- .slide-up-enter-from[data-v-45fbaf17],
1874
- .slide-up-leave-to[data-v-45fbaf17] {
1841
+ .slide-up-enter-from[data-v-0b0c189e],
1842
+ .slide-up-leave-to[data-v-0b0c189e] {
1875
1843
  transform: translateY(100%);
1876
1844
  }
1877
1845
 
1878
1846
  /**
1879
1847
  * 聊天窗口的样式设置
1880
1848
  */
1881
- .chat-container[data-v-45fbaf17] {
1849
+ .chat-container[data-v-0b0c189e] {
1882
1850
  --header-height: 56px;
1883
1851
  --chat-padding: 12px;
1884
1852
  --bubble-content-max-width: 0px;
@@ -1890,25 +1858,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1890
1858
  flex-direction: row; /* 横向排列 */
1891
1859
  height: 100%; /* 父容器高度 */
1892
1860
  }
1893
- .small-window[data-v-45fbaf17] {
1861
+ .small-window[data-v-0b0c189e] {
1894
1862
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1895
1863
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1896
1864
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1897
1865
  border-radius: 8px;
1898
1866
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1899
1867
  }
1900
- .full-screen[data-v-45fbaf17] {
1868
+ .full-screen[data-v-0b0c189e] {
1901
1869
  right: 0;
1902
1870
  bottom: 0;
1903
1871
  --main-content-height: calc(100vh - var(--header-height));
1904
1872
  }
1905
- .chat-container > *[data-v-45fbaf17] {
1873
+ .chat-container > *[data-v-0b0c189e] {
1906
1874
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1907
1875
  }
1908
1876
 
1909
1877
  /* 聊天窗口的头部样式设置
1910
1878
  */
1911
- .chat-embed__header_container[data-v-45fbaf17] {
1879
+ .chat-embed__header_container[data-v-0b0c189e] {
1912
1880
  /* border-bottom: 1px solid #ddd; */
1913
1881
  display: flex;
1914
1882
  align-items: center;
@@ -1918,7 +1886,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1918
1886
  overflow: hidden;
1919
1887
  position: relative;
1920
1888
  }
1921
- .session-subject[data-v-45fbaf17] {
1889
+ .session-subject[data-v-0b0c189e] {
1922
1890
  display: block;
1923
1891
  margin: 0 auto;
1924
1892
  text-align: center;
@@ -1933,17 +1901,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1933
1901
 
1934
1902
  /* 聊天窗口的头部图标样式设置
1935
1903
  */
1936
- .chat-embed__header_avatar[data-v-45fbaf17] {
1904
+ .chat-embed__header_avatar[data-v-0b0c189e] {
1937
1905
  margin-left: calc(var(--chat-padding) * 2);
1938
1906
  margin-right: var(--chat-padding);
1939
1907
  }
1940
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
1908
+ .chat-embed__header_tool_icon[data-v-0b0c189e] {
1941
1909
  right: 20px;
1942
1910
  position: absolute;
1943
1911
  gap: 28px;
1944
1912
  display: flex;
1945
1913
  }
1946
- .chat-embed__sidebar[data-v-45fbaf17] {
1914
+ .chat-embed__sidebar[data-v-0b0c189e] {
1947
1915
  background: #f6f7fa;
1948
1916
  display: flex;
1949
1917
  flex-direction: column; /* 设置为上下排列 */
@@ -1952,7 +1920,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1952
1920
  width: 260px;
1953
1921
  height: 100%;
1954
1922
  }
1955
- .chat-embed__main[data-v-45fbaf17] {
1923
+ .chat-embed__main[data-v-0b0c189e] {
1956
1924
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1957
1925
  box-sizing: border-box;
1958
1926
  overflow: hidden;
@@ -1963,7 +1931,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1963
1931
  flex: 1; /* 聊天内容区域占据剩余空间 */
1964
1932
  overflow: hidden; /* 防止内容溢出 */
1965
1933
  }
1966
- .chat-embed__main_content[data-v-45fbaf17] {
1934
+ .chat-embed__main_content[data-v-0b0c189e] {
1967
1935
  flex: 1;
1968
1936
  box-sizing: border-box;
1969
1937
  min-height: 0;
@@ -1971,21 +1939,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1971
1939
  /* overflow-y: auto;
1972
1940
  margin-bottom: 12px; */
1973
1941
  }
1974
- .chat-embed__input_container[data-v-45fbaf17] {
1942
+ .chat-embed__input_container[data-v-0b0c189e] {
1975
1943
  flex-shrink: 0; /* 不允许收缩 */
1976
1944
  /* margin-bottom: 50px; 距离底部 */
1977
1945
  }
1978
- .header-icon[data-v-45fbaf17] {
1946
+ .header-icon[data-v-0b0c189e] {
1979
1947
  cursor: pointer;
1980
1948
  font-size: 20px;
1981
1949
  }
1982
1950
 
1983
1951
  /* 聊天默认推荐内容样式
1984
1952
  */
1985
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
1953
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
1986
1954
  margin-top: 5px;
1987
1955
  }
1988
- .content-container[data-v-45fbaf17] {
1956
+ .content-container[data-v-0b0c189e] {
1989
1957
  padding: 16px;
1990
1958
  border-radius: 4px;
1991
1959
  background: #ffffff;
@@ -1993,7 +1961,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1993
1961
  border-radius: 0px 30px 30px 30px;
1994
1962
  /* opacity: 0.6; */
1995
1963
  }
1996
- .chat-content-font[data-v-45fbaf17] {
1964
+ .chat-content-font[data-v-0b0c189e] {
1997
1965
  font-family: PingFang SC, PingFang SC;
1998
1966
  font-weight: 500;
1999
1967
  font-size: 16px;
@@ -2003,10 +1971,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2003
1971
  font-style: normal;
2004
1972
  text-transform: none;
2005
1973
  }
2006
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
1974
+ [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2007
1975
  border: none !important;
2008
1976
  }
2009
- .content-container-header[data-v-45fbaf17] {
1977
+ .content-container-header[data-v-0b0c189e] {
2010
1978
  font-size: 12px;
2011
1979
  color: #909399;
2012
1980
  }
@@ -2014,28 +1982,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2014
1982
  /**
2015
1983
  // 用户消息
2016
1984
  */
2017
- .content-borderless-container[data-v-45fbaf17] {
1985
+ .content-borderless-container[data-v-0b0c189e] {
2018
1986
  background: #e1ecfd;
2019
1987
  border-radius: 20px 0px 20px 20px;
2020
1988
  user-select: none;
2021
1989
  padding: 12px;
2022
1990
  cursor: pointer;
2023
1991
  transition: background-color 0.3s;
2024
- &[data-v-45fbaf17]:hover {
1992
+ &[data-v-0b0c189e]:hover {
2025
1993
  background-color: #ebeef5;
2026
1994
  }
2027
1995
  }
2028
- .footer-container[data-v-45fbaf17] {
2029
- [data-v-45fbaf17] .el-button + .el-button {
1996
+ .footer-container[data-v-0b0c189e] {
1997
+ [data-v-0b0c189e] .el-button + .el-button {
2030
1998
  margin-left: 8px;
2031
1999
  }
2032
2000
  }
2033
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2001
+ .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2034
2002
  padding: 0;
2035
2003
  }
2036
2004
 
2037
2005
  /* 引用文件样式 */
2038
- .doc-agg-item[data-v-45fbaf17] {
2006
+ .doc-agg-item[data-v-0b0c189e] {
2039
2007
  width: 100%;
2040
2008
  padding: 10px;
2041
2009
  margin-bottom: 5px;
@@ -2045,42 +2013,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2045
2013
  font-size: 12px;
2046
2014
  color: var(--el-color-primary);
2047
2015
  }
2048
- .elx-xmarkdown-container[data-v-45fbaf17] {
2016
+ .elx-xmarkdown-container[data-v-0b0c189e] {
2049
2017
  padding: 0;
2050
- }
2051
-
2052
- .home-chart-iframe[data-v-73352a50] {
2053
- width: 100%;
2054
- height: 100%;
2055
- border: none;
2056
- opacity: 1;
2057
- }
2058
-
2059
- .home-chart-iframe[data-v-b9f40acf] {
2060
- width: 100%;
2061
- height: 100%;
2062
- border: none;
2063
- opacity: 1;
2064
- }
2065
- [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 {
2018
+ }
2019
+ h4[data-v-0b0c189e] {
2020
+ font-size: 16px;
2021
+ margin-top: 0px;
2022
+ margin-bottom: 0px;
2023
+ }
2024
+ [data-v-0b0c189e] .el-divider--horizontal {
2025
+ margin: 5px 0;
2026
+ }
2027
+ .sender-additional-data-tag[data-v-0b0c189e] {
2028
+ display: flex;
2029
+ align-items: center;
2030
+ flex-shrink: 0;
2031
+ min-width: max-content;
2032
+ margin-left: auto;
2033
+ gap: 10px;
2034
+ }
2035
+ .amb-color-iconfont[data-v-0b0c189e] {
2036
+ display: inline-block;
2037
+ width: 12px;
2038
+ height: 12px;
2039
+ background-repeat: no-repeat;
2040
+ background-position: center;
2041
+ background-size: 100%;
2042
+ cursor: pointer;
2043
+ }
2044
+ .el-button + .el-button[data-v-0b0c189e] {
2045
+ margin-left: 5px;
2046
+ }
2047
+ .header-self-wrap[data-v-0b0c189e] {
2048
+ display: flex;
2049
+ flex-direction: column;
2050
+ padding: 16px;
2051
+ }
2052
+ [data-v-0b0c189e] .el-sender-header {
2053
+ border-bottom-color: #ffffff !important;
2054
+ }
2055
+ [data-v-0b0c189e] .el-sender {
2056
+ background: #ffffff !important;
2057
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2058
+ border-radius: 30px 30px 30px 30px !important;
2059
+ font-family: Noto Sans SC, Noto Sans SC;
2060
+ font-weight: 400;
2061
+ font-size: 16px;
2062
+ color: #bbbbbb;
2063
+ text-align: left;
2064
+ font-style: normal;
2065
+ text-transform: none;
2066
+ }
2067
+ [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2068
+ font-family: Noto Sans SC, Noto Sans SC !important;
2069
+ font-weight: 400 !important;
2070
+ font-size: 16px !important;
2071
+ line-height: 21px !important;
2072
+ font-style: normal !important;
2073
+ text-transform: none !important;
2074
+ }
2075
+ [data-v-0b0c189e] .el-sender-content {
2076
+ padding: 16px !important;
2077
+ }
2078
+ [data-v-0b0c189e] .el-select__wrapper {
2079
+ border-radius: 100px 100px 100px 100px;
2080
+ border: 1px solid #dcdfe6;
2081
+ }
2082
+ .ai-generate-tip[data-v-0b0c189e] {
2083
+ padding: 12px;
2084
+ font-family: PingFang SC, PingFang SC;
2085
+ font-weight: 400;
2086
+ font-size: 14px;
2087
+ color: #808080;
2088
+ line-height: 21px;
2089
+ font-style: normal;
2090
+ text-align: center;
2091
+ }
2092
+ .el-button.is-circle[data-v-0b0c189e] {
2093
+ border-radius: 50% !important;
2094
+ padding: 8px;
2095
+ width: 32px;
2096
+ }
2097
+ .send-icon[data-v-0b0c189e] {
2098
+ cursor: pointer;
2099
+ }
2100
+ .el-divider--vertical[data-v-0b0c189e] {
2101
+ margin: 0 0;
2102
+ }[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 {
2066
2103
  user-select: text !important;
2067
2104
  -webkit-user-select: text !important;
2068
2105
  -moz-user-select: text !important;
2069
2106
  -ms-user-select: text !important;
2070
2107
  }
2071
- .slide-up-enter-active[data-v-e9aa835d],
2072
- .slide-up-leave-active[data-v-e9aa835d] {
2108
+ .slide-up-enter-active[data-v-bc196b97],
2109
+ .slide-up-leave-active[data-v-bc196b97] {
2073
2110
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2074
2111
  }
2075
- .slide-up-enter-from[data-v-e9aa835d],
2076
- .slide-up-leave-to[data-v-e9aa835d] {
2112
+ .slide-up-enter-from[data-v-bc196b97],
2113
+ .slide-up-leave-to[data-v-bc196b97] {
2077
2114
  transform: translateY(100%);
2078
2115
  }
2079
2116
 
2080
2117
  /**
2081
2118
  * 聊天窗口的样式设置
2082
2119
  */
2083
- .chat-container[data-v-e9aa835d] {
2120
+ .chat-container[data-v-bc196b97] {
2084
2121
  --header-height: 56px;
2085
2122
  --chat-padding: 12px;
2086
2123
  --bubble-content-max-width: 0px;
@@ -2092,25 +2129,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2092
2129
  flex-direction: row; /* 横向排列 */
2093
2130
  height: 100%; /* 父容器高度 */
2094
2131
  }
2095
- .small-window[data-v-e9aa835d] {
2132
+ .small-window[data-v-bc196b97] {
2096
2133
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2097
2134
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2098
2135
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2099
2136
  border-radius: 8px;
2100
2137
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2101
2138
  }
2102
- .full-screen[data-v-e9aa835d] {
2139
+ .full-screen[data-v-bc196b97] {
2103
2140
  right: 0;
2104
2141
  bottom: 0;
2105
2142
  --main-content-height: calc(100vh - var(--header-height));
2106
2143
  }
2107
- .chat-container > *[data-v-e9aa835d] {
2144
+ .chat-container > *[data-v-bc196b97] {
2108
2145
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2109
2146
  }
2110
2147
 
2111
2148
  /* 聊天窗口的头部样式设置
2112
2149
  */
2113
- .chat-embed__header_container[data-v-e9aa835d] {
2150
+ .chat-embed__header_container[data-v-bc196b97] {
2114
2151
  /* border-bottom: 1px solid #ddd; */
2115
2152
  display: flex;
2116
2153
  align-items: center;
@@ -2120,7 +2157,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2120
2157
  overflow: hidden;
2121
2158
  position: relative;
2122
2159
  }
2123
- .session-subject[data-v-e9aa835d] {
2160
+ .session-subject[data-v-bc196b97] {
2124
2161
  display: block;
2125
2162
  margin: 0 auto;
2126
2163
  text-align: center;
@@ -2135,17 +2172,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2135
2172
 
2136
2173
  /* 聊天窗口的头部图标样式设置
2137
2174
  */
2138
- .chat-embed__header_avatar[data-v-e9aa835d] {
2175
+ .chat-embed__header_avatar[data-v-bc196b97] {
2139
2176
  margin-left: calc(var(--chat-padding) * 2);
2140
2177
  margin-right: var(--chat-padding);
2141
2178
  }
2142
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2179
+ .chat-embed__header_tool_icon[data-v-bc196b97] {
2143
2180
  right: 20px;
2144
2181
  position: absolute;
2145
2182
  gap: 28px;
2146
2183
  display: flex;
2147
2184
  }
2148
- .chat-embed__sidebar[data-v-e9aa835d] {
2185
+ .chat-embed__sidebar[data-v-bc196b97] {
2149
2186
  background: #f6f7fa;
2150
2187
  display: flex;
2151
2188
  flex-direction: column; /* 设置为上下排列 */
@@ -2154,7 +2191,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2154
2191
  width: 260px;
2155
2192
  height: 100%;
2156
2193
  }
2157
- .chat-embed__main[data-v-e9aa835d] {
2194
+ .chat-embed__main[data-v-bc196b97] {
2158
2195
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2159
2196
  box-sizing: border-box;
2160
2197
  overflow: hidden;
@@ -2165,7 +2202,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2165
2202
  flex: 1; /* 聊天内容区域占据剩余空间 */
2166
2203
  overflow: hidden; /* 防止内容溢出 */
2167
2204
  }
2168
- .chat-embed__main_content[data-v-e9aa835d] {
2205
+ .chat-embed__main_content[data-v-bc196b97] {
2169
2206
  flex: 1;
2170
2207
  box-sizing: border-box;
2171
2208
  min-height: 0;
@@ -2173,21 +2210,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2173
2210
  /* overflow-y: auto;
2174
2211
  margin-bottom: 12px; */
2175
2212
  }
2176
- .chat-embed__input_container[data-v-e9aa835d] {
2213
+ .chat-embed__input_container[data-v-bc196b97] {
2177
2214
  flex-shrink: 0; /* 不允许收缩 */
2178
2215
  /* margin-bottom: 50px; 距离底部 */
2179
2216
  }
2180
- .header-icon[data-v-e9aa835d] {
2217
+ .header-icon[data-v-bc196b97] {
2181
2218
  cursor: pointer;
2182
2219
  font-size: 20px;
2183
2220
  }
2184
2221
 
2185
2222
  /* 聊天默认推荐内容样式
2186
2223
  */
2187
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2224
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2188
2225
  margin-top: 5px;
2189
2226
  }
2190
- .content-container[data-v-e9aa835d] {
2227
+ .content-container[data-v-bc196b97] {
2191
2228
  padding: 16px;
2192
2229
  border-radius: 4px;
2193
2230
  background: #ffffff;
@@ -2195,7 +2232,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2195
2232
  border-radius: 0px 30px 30px 30px;
2196
2233
  /* opacity: 0.6; */
2197
2234
  }
2198
- .chat-content-font[data-v-e9aa835d] {
2235
+ .chat-content-font[data-v-bc196b97] {
2199
2236
  font-family: PingFang SC, PingFang SC;
2200
2237
  font-weight: 500;
2201
2238
  font-size: 16px;
@@ -2205,10 +2242,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2205
2242
  font-style: normal;
2206
2243
  text-transform: none;
2207
2244
  }
2208
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2245
+ [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2209
2246
  border: none !important;
2210
2247
  }
2211
- .content-container-header[data-v-e9aa835d] {
2248
+ .content-container-header[data-v-bc196b97] {
2212
2249
  font-size: 12px;
2213
2250
  color: #909399;
2214
2251
  }
@@ -2216,28 +2253,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2216
2253
  /**
2217
2254
  // 用户消息
2218
2255
  */
2219
- .content-borderless-container[data-v-e9aa835d] {
2256
+ .content-borderless-container[data-v-bc196b97] {
2220
2257
  background: #e1ecfd;
2221
2258
  border-radius: 20px 0px 20px 20px;
2222
2259
  user-select: none;
2223
2260
  padding: 12px;
2224
2261
  cursor: pointer;
2225
2262
  transition: background-color 0.3s;
2226
- &[data-v-e9aa835d]:hover {
2263
+ &[data-v-bc196b97]:hover {
2227
2264
  background-color: #ebeef5;
2228
2265
  }
2229
2266
  }
2230
- .footer-container[data-v-e9aa835d] {
2231
- [data-v-e9aa835d] .el-button + .el-button {
2267
+ .footer-container[data-v-bc196b97] {
2268
+ [data-v-bc196b97] .el-button + .el-button {
2232
2269
  margin-left: 8px;
2233
2270
  }
2234
2271
  }
2235
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2272
+ .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2236
2273
  padding: 0;
2237
2274
  }
2238
2275
 
2239
2276
  /* 引用文件样式 */
2240
- .doc-agg-item[data-v-e9aa835d] {
2277
+ .doc-agg-item[data-v-bc196b97] {
2241
2278
  width: 100%;
2242
2279
  padding: 10px;
2243
2280
  margin-bottom: 5px;
@@ -2247,35 +2284,46 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2247
2284
  font-size: 12px;
2248
2285
  color: var(--el-color-primary);
2249
2286
  }
2250
- .elx-xmarkdown-container[data-v-e9aa835d] {
2287
+ .elx-xmarkdown-container[data-v-bc196b97] {
2251
2288
  padding: 0;
2252
2289
  }
2253
-
2254
- .home-chart-iframe[data-v-873e1ba1] {
2255
- width: 100%;
2256
- height: 100%;
2257
- border: none;
2258
- opacity: 1;
2259
- }
2260
- [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 {
2290
+ .fs-upload-tag[data-v-e5cde7de] {
2291
+ border: 1px solid #dcdfe6;
2292
+ padding: 4px 8px;
2293
+ background-clip: padding-box;
2294
+ overflow: hidden;
2295
+ display: inline-flex;
2296
+ align-items: center;
2297
+ }
2298
+ .fs-upload-tag-text[data-v-e5cde7de] {
2299
+ margin-right: 18px;
2300
+ max-width: 160px;
2301
+ overflow: hidden;
2302
+ text-overflow: ellipsis;
2303
+ white-space: nowrap;
2304
+ }
2305
+ .fs-upload-tag-percent[data-v-e5cde7de] {
2306
+ font-weight: 600;
2307
+ margin-left: 4px;
2308
+ }[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 {
2261
2309
  user-select: text !important;
2262
2310
  -webkit-user-select: text !important;
2263
2311
  -moz-user-select: text !important;
2264
2312
  -ms-user-select: text !important;
2265
2313
  }
2266
- .slide-up-enter-active[data-v-bc196b97],
2267
- .slide-up-leave-active[data-v-bc196b97] {
2314
+ .slide-up-enter-active[data-v-45fbaf17],
2315
+ .slide-up-leave-active[data-v-45fbaf17] {
2268
2316
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2269
2317
  }
2270
- .slide-up-enter-from[data-v-bc196b97],
2271
- .slide-up-leave-to[data-v-bc196b97] {
2318
+ .slide-up-enter-from[data-v-45fbaf17],
2319
+ .slide-up-leave-to[data-v-45fbaf17] {
2272
2320
  transform: translateY(100%);
2273
2321
  }
2274
2322
 
2275
2323
  /**
2276
2324
  * 聊天窗口的样式设置
2277
2325
  */
2278
- .chat-container[data-v-bc196b97] {
2326
+ .chat-container[data-v-45fbaf17] {
2279
2327
  --header-height: 56px;
2280
2328
  --chat-padding: 12px;
2281
2329
  --bubble-content-max-width: 0px;
@@ -2287,25 +2335,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2287
2335
  flex-direction: row; /* 横向排列 */
2288
2336
  height: 100%; /* 父容器高度 */
2289
2337
  }
2290
- .small-window[data-v-bc196b97] {
2338
+ .small-window[data-v-45fbaf17] {
2291
2339
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2292
2340
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2293
2341
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2294
2342
  border-radius: 8px;
2295
2343
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2296
2344
  }
2297
- .full-screen[data-v-bc196b97] {
2345
+ .full-screen[data-v-45fbaf17] {
2298
2346
  right: 0;
2299
2347
  bottom: 0;
2300
2348
  --main-content-height: calc(100vh - var(--header-height));
2301
2349
  }
2302
- .chat-container > *[data-v-bc196b97] {
2350
+ .chat-container > *[data-v-45fbaf17] {
2303
2351
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2304
2352
  }
2305
2353
 
2306
2354
  /* 聊天窗口的头部样式设置
2307
2355
  */
2308
- .chat-embed__header_container[data-v-bc196b97] {
2356
+ .chat-embed__header_container[data-v-45fbaf17] {
2309
2357
  /* border-bottom: 1px solid #ddd; */
2310
2358
  display: flex;
2311
2359
  align-items: center;
@@ -2315,7 +2363,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2315
2363
  overflow: hidden;
2316
2364
  position: relative;
2317
2365
  }
2318
- .session-subject[data-v-bc196b97] {
2366
+ .session-subject[data-v-45fbaf17] {
2319
2367
  display: block;
2320
2368
  margin: 0 auto;
2321
2369
  text-align: center;
@@ -2330,17 +2378,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2330
2378
 
2331
2379
  /* 聊天窗口的头部图标样式设置
2332
2380
  */
2333
- .chat-embed__header_avatar[data-v-bc196b97] {
2381
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2334
2382
  margin-left: calc(var(--chat-padding) * 2);
2335
2383
  margin-right: var(--chat-padding);
2336
2384
  }
2337
- .chat-embed__header_tool_icon[data-v-bc196b97] {
2385
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2338
2386
  right: 20px;
2339
2387
  position: absolute;
2340
2388
  gap: 28px;
2341
2389
  display: flex;
2342
2390
  }
2343
- .chat-embed__sidebar[data-v-bc196b97] {
2391
+ .chat-embed__sidebar[data-v-45fbaf17] {
2344
2392
  background: #f6f7fa;
2345
2393
  display: flex;
2346
2394
  flex-direction: column; /* 设置为上下排列 */
@@ -2349,7 +2397,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2349
2397
  width: 260px;
2350
2398
  height: 100%;
2351
2399
  }
2352
- .chat-embed__main[data-v-bc196b97] {
2400
+ .chat-embed__main[data-v-45fbaf17] {
2353
2401
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2354
2402
  box-sizing: border-box;
2355
2403
  overflow: hidden;
@@ -2360,7 +2408,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2360
2408
  flex: 1; /* 聊天内容区域占据剩余空间 */
2361
2409
  overflow: hidden; /* 防止内容溢出 */
2362
2410
  }
2363
- .chat-embed__main_content[data-v-bc196b97] {
2411
+ .chat-embed__main_content[data-v-45fbaf17] {
2364
2412
  flex: 1;
2365
2413
  box-sizing: border-box;
2366
2414
  min-height: 0;
@@ -2368,21 +2416,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2368
2416
  /* overflow-y: auto;
2369
2417
  margin-bottom: 12px; */
2370
2418
  }
2371
- .chat-embed__input_container[data-v-bc196b97] {
2419
+ .chat-embed__input_container[data-v-45fbaf17] {
2372
2420
  flex-shrink: 0; /* 不允许收缩 */
2373
2421
  /* margin-bottom: 50px; 距离底部 */
2374
2422
  }
2375
- .header-icon[data-v-bc196b97] {
2423
+ .header-icon[data-v-45fbaf17] {
2376
2424
  cursor: pointer;
2377
2425
  font-size: 20px;
2378
2426
  }
2379
2427
 
2380
2428
  /* 聊天默认推荐内容样式
2381
2429
  */
2382
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
2430
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2383
2431
  margin-top: 5px;
2384
2432
  }
2385
- .content-container[data-v-bc196b97] {
2433
+ .content-container[data-v-45fbaf17] {
2386
2434
  padding: 16px;
2387
2435
  border-radius: 4px;
2388
2436
  background: #ffffff;
@@ -2390,7 +2438,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2390
2438
  border-radius: 0px 30px 30px 30px;
2391
2439
  /* opacity: 0.6; */
2392
2440
  }
2393
- .chat-content-font[data-v-bc196b97] {
2441
+ .chat-content-font[data-v-45fbaf17] {
2394
2442
  font-family: PingFang SC, PingFang SC;
2395
2443
  font-weight: 500;
2396
2444
  font-size: 16px;
@@ -2400,10 +2448,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2400
2448
  font-style: normal;
2401
2449
  text-transform: none;
2402
2450
  }
2403
- [data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
2451
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2404
2452
  border: none !important;
2405
2453
  }
2406
- .content-container-header[data-v-bc196b97] {
2454
+ .content-container-header[data-v-45fbaf17] {
2407
2455
  font-size: 12px;
2408
2456
  color: #909399;
2409
2457
  }
@@ -2411,28 +2459,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2411
2459
  /**
2412
2460
  // 用户消息
2413
2461
  */
2414
- .content-borderless-container[data-v-bc196b97] {
2462
+ .content-borderless-container[data-v-45fbaf17] {
2415
2463
  background: #e1ecfd;
2416
2464
  border-radius: 20px 0px 20px 20px;
2417
2465
  user-select: none;
2418
2466
  padding: 12px;
2419
2467
  cursor: pointer;
2420
2468
  transition: background-color 0.3s;
2421
- &[data-v-bc196b97]:hover {
2469
+ &[data-v-45fbaf17]:hover {
2422
2470
  background-color: #ebeef5;
2423
2471
  }
2424
2472
  }
2425
- .footer-container[data-v-bc196b97] {
2426
- [data-v-bc196b97] .el-button + .el-button {
2473
+ .footer-container[data-v-45fbaf17] {
2474
+ [data-v-45fbaf17] .el-button + .el-button {
2427
2475
  margin-left: 8px;
2428
2476
  }
2429
2477
  }
2430
- .el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
2478
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2431
2479
  padding: 0;
2432
2480
  }
2433
2481
 
2434
2482
  /* 引用文件样式 */
2435
- .doc-agg-item[data-v-bc196b97] {
2483
+ .doc-agg-item[data-v-45fbaf17] {
2436
2484
  width: 100%;
2437
2485
  padding: 10px;
2438
2486
  margin-bottom: 5px;
@@ -2442,28 +2490,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2442
2490
  font-size: 12px;
2443
2491
  color: var(--el-color-primary);
2444
2492
  }
2445
- .elx-xmarkdown-container[data-v-bc196b97] {
2493
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2446
2494
  padding: 0;
2447
2495
  }
2448
- [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 {
2496
+
2497
+ .home-chart-iframe[data-v-873e1ba1] {
2498
+ width: 100%;
2499
+ height: 100%;
2500
+ border: none;
2501
+ opacity: 1;
2502
+ }
2503
+ [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 {
2449
2504
  user-select: text !important;
2450
2505
  -webkit-user-select: text !important;
2451
2506
  -moz-user-select: text !important;
2452
2507
  -ms-user-select: text !important;
2453
2508
  }
2454
- .slide-up-enter-active[data-v-0b0c189e],
2455
- .slide-up-leave-active[data-v-0b0c189e] {
2509
+ .slide-up-enter-active[data-v-e9aa835d],
2510
+ .slide-up-leave-active[data-v-e9aa835d] {
2456
2511
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2457
2512
  }
2458
- .slide-up-enter-from[data-v-0b0c189e],
2459
- .slide-up-leave-to[data-v-0b0c189e] {
2513
+ .slide-up-enter-from[data-v-e9aa835d],
2514
+ .slide-up-leave-to[data-v-e9aa835d] {
2460
2515
  transform: translateY(100%);
2461
2516
  }
2462
2517
 
2463
2518
  /**
2464
2519
  * 聊天窗口的样式设置
2465
2520
  */
2466
- .chat-container[data-v-0b0c189e] {
2521
+ .chat-container[data-v-e9aa835d] {
2467
2522
  --header-height: 56px;
2468
2523
  --chat-padding: 12px;
2469
2524
  --bubble-content-max-width: 0px;
@@ -2475,25 +2530,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2475
2530
  flex-direction: row; /* 横向排列 */
2476
2531
  height: 100%; /* 父容器高度 */
2477
2532
  }
2478
- .small-window[data-v-0b0c189e] {
2533
+ .small-window[data-v-e9aa835d] {
2479
2534
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2480
2535
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2481
2536
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2482
2537
  border-radius: 8px;
2483
2538
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2484
2539
  }
2485
- .full-screen[data-v-0b0c189e] {
2540
+ .full-screen[data-v-e9aa835d] {
2486
2541
  right: 0;
2487
2542
  bottom: 0;
2488
2543
  --main-content-height: calc(100vh - var(--header-height));
2489
2544
  }
2490
- .chat-container > *[data-v-0b0c189e] {
2545
+ .chat-container > *[data-v-e9aa835d] {
2491
2546
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2492
2547
  }
2493
2548
 
2494
2549
  /* 聊天窗口的头部样式设置
2495
2550
  */
2496
- .chat-embed__header_container[data-v-0b0c189e] {
2551
+ .chat-embed__header_container[data-v-e9aa835d] {
2497
2552
  /* border-bottom: 1px solid #ddd; */
2498
2553
  display: flex;
2499
2554
  align-items: center;
@@ -2503,7 +2558,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2503
2558
  overflow: hidden;
2504
2559
  position: relative;
2505
2560
  }
2506
- .session-subject[data-v-0b0c189e] {
2561
+ .session-subject[data-v-e9aa835d] {
2507
2562
  display: block;
2508
2563
  margin: 0 auto;
2509
2564
  text-align: center;
@@ -2518,17 +2573,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2518
2573
 
2519
2574
  /* 聊天窗口的头部图标样式设置
2520
2575
  */
2521
- .chat-embed__header_avatar[data-v-0b0c189e] {
2576
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2522
2577
  margin-left: calc(var(--chat-padding) * 2);
2523
2578
  margin-right: var(--chat-padding);
2524
2579
  }
2525
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
2580
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2526
2581
  right: 20px;
2527
2582
  position: absolute;
2528
2583
  gap: 28px;
2529
2584
  display: flex;
2530
2585
  }
2531
- .chat-embed__sidebar[data-v-0b0c189e] {
2586
+ .chat-embed__sidebar[data-v-e9aa835d] {
2532
2587
  background: #f6f7fa;
2533
2588
  display: flex;
2534
2589
  flex-direction: column; /* 设置为上下排列 */
@@ -2537,7 +2592,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2537
2592
  width: 260px;
2538
2593
  height: 100%;
2539
2594
  }
2540
- .chat-embed__main[data-v-0b0c189e] {
2595
+ .chat-embed__main[data-v-e9aa835d] {
2541
2596
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2542
2597
  box-sizing: border-box;
2543
2598
  overflow: hidden;
@@ -2548,7 +2603,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2548
2603
  flex: 1; /* 聊天内容区域占据剩余空间 */
2549
2604
  overflow: hidden; /* 防止内容溢出 */
2550
2605
  }
2551
- .chat-embed__main_content[data-v-0b0c189e] {
2606
+ .chat-embed__main_content[data-v-e9aa835d] {
2552
2607
  flex: 1;
2553
2608
  box-sizing: border-box;
2554
2609
  min-height: 0;
@@ -2556,21 +2611,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2556
2611
  /* overflow-y: auto;
2557
2612
  margin-bottom: 12px; */
2558
2613
  }
2559
- .chat-embed__input_container[data-v-0b0c189e] {
2614
+ .chat-embed__input_container[data-v-e9aa835d] {
2560
2615
  flex-shrink: 0; /* 不允许收缩 */
2561
2616
  /* margin-bottom: 50px; 距离底部 */
2562
2617
  }
2563
- .header-icon[data-v-0b0c189e] {
2618
+ .header-icon[data-v-e9aa835d] {
2564
2619
  cursor: pointer;
2565
2620
  font-size: 20px;
2566
2621
  }
2567
2622
 
2568
2623
  /* 聊天默认推荐内容样式
2569
2624
  */
2570
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
2625
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2571
2626
  margin-top: 5px;
2572
2627
  }
2573
- .content-container[data-v-0b0c189e] {
2628
+ .content-container[data-v-e9aa835d] {
2574
2629
  padding: 16px;
2575
2630
  border-radius: 4px;
2576
2631
  background: #ffffff;
@@ -2578,7 +2633,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2578
2633
  border-radius: 0px 30px 30px 30px;
2579
2634
  /* opacity: 0.6; */
2580
2635
  }
2581
- .chat-content-font[data-v-0b0c189e] {
2636
+ .chat-content-font[data-v-e9aa835d] {
2582
2637
  font-family: PingFang SC, PingFang SC;
2583
2638
  font-weight: 500;
2584
2639
  font-size: 16px;
@@ -2588,10 +2643,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2588
2643
  font-style: normal;
2589
2644
  text-transform: none;
2590
2645
  }
2591
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2646
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2592
2647
  border: none !important;
2593
2648
  }
2594
- .content-container-header[data-v-0b0c189e] {
2649
+ .content-container-header[data-v-e9aa835d] {
2595
2650
  font-size: 12px;
2596
2651
  color: #909399;
2597
2652
  }
@@ -2599,28 +2654,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2599
2654
  /**
2600
2655
  // 用户消息
2601
2656
  */
2602
- .content-borderless-container[data-v-0b0c189e] {
2657
+ .content-borderless-container[data-v-e9aa835d] {
2603
2658
  background: #e1ecfd;
2604
2659
  border-radius: 20px 0px 20px 20px;
2605
2660
  user-select: none;
2606
2661
  padding: 12px;
2607
2662
  cursor: pointer;
2608
2663
  transition: background-color 0.3s;
2609
- &[data-v-0b0c189e]:hover {
2664
+ &[data-v-e9aa835d]:hover {
2610
2665
  background-color: #ebeef5;
2611
2666
  }
2612
2667
  }
2613
- .footer-container[data-v-0b0c189e] {
2614
- [data-v-0b0c189e] .el-button + .el-button {
2668
+ .footer-container[data-v-e9aa835d] {
2669
+ [data-v-e9aa835d] .el-button + .el-button {
2615
2670
  margin-left: 8px;
2616
2671
  }
2617
2672
  }
2618
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2673
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2619
2674
  padding: 0;
2620
2675
  }
2621
2676
 
2622
2677
  /* 引用文件样式 */
2623
- .doc-agg-item[data-v-0b0c189e] {
2678
+ .doc-agg-item[data-v-e9aa835d] {
2624
2679
  width: 100%;
2625
2680
  padding: 10px;
2626
2681
  margin-bottom: 5px;
@@ -2630,112 +2685,8 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2630
2685
  font-size: 12px;
2631
2686
  color: var(--el-color-primary);
2632
2687
  }
2633
- .elx-xmarkdown-container[data-v-0b0c189e] {
2688
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2634
2689
  padding: 0;
2635
- }
2636
- h4[data-v-0b0c189e] {
2637
- font-size: 16px;
2638
- margin-top: 0px;
2639
- margin-bottom: 0px;
2640
- }
2641
- [data-v-0b0c189e] .el-divider--horizontal {
2642
- margin: 5px 0;
2643
- }
2644
- .sender-additional-data-tag[data-v-0b0c189e] {
2645
- display: flex;
2646
- align-items: center;
2647
- flex-shrink: 0;
2648
- min-width: max-content;
2649
- margin-left: auto;
2650
- gap: 10px;
2651
- }
2652
- .amb-color-iconfont[data-v-0b0c189e] {
2653
- display: inline-block;
2654
- width: 12px;
2655
- height: 12px;
2656
- background-repeat: no-repeat;
2657
- background-position: center;
2658
- background-size: 100%;
2659
- cursor: pointer;
2660
- }
2661
- .el-button + .el-button[data-v-0b0c189e] {
2662
- margin-left: 5px;
2663
- }
2664
- .header-self-wrap[data-v-0b0c189e] {
2665
- display: flex;
2666
- flex-direction: column;
2667
- padding: 16px;
2668
- }
2669
- [data-v-0b0c189e] .el-sender-header {
2670
- border-bottom-color: #ffffff !important;
2671
- }
2672
- [data-v-0b0c189e] .el-sender {
2673
- background: #ffffff !important;
2674
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2675
- border-radius: 30px 30px 30px 30px !important;
2676
- font-family: Noto Sans SC, Noto Sans SC;
2677
- font-weight: 400;
2678
- font-size: 16px;
2679
- color: #bbbbbb;
2680
- text-align: left;
2681
- font-style: normal;
2682
- text-transform: none;
2683
- }
2684
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2685
- font-family: Noto Sans SC, Noto Sans SC !important;
2686
- font-weight: 400 !important;
2687
- font-size: 16px !important;
2688
- line-height: 21px !important;
2689
- font-style: normal !important;
2690
- text-transform: none !important;
2691
- }
2692
- [data-v-0b0c189e] .el-sender-content {
2693
- padding: 16px !important;
2694
- }
2695
- [data-v-0b0c189e] .el-select__wrapper {
2696
- border-radius: 100px 100px 100px 100px;
2697
- border: 1px solid #dcdfe6;
2698
- }
2699
- .ai-generate-tip[data-v-0b0c189e] {
2700
- padding: 12px;
2701
- font-family: PingFang SC, PingFang SC;
2702
- font-weight: 400;
2703
- font-size: 14px;
2704
- color: #808080;
2705
- line-height: 21px;
2706
- font-style: normal;
2707
- text-align: center;
2708
- }
2709
- .el-button.is-circle[data-v-0b0c189e] {
2710
- border-radius: 50% !important;
2711
- padding: 8px;
2712
- width: 32px;
2713
- }
2714
- .send-icon[data-v-0b0c189e] {
2715
- cursor: pointer;
2716
- }
2717
- .el-divider--vertical[data-v-0b0c189e] {
2718
- margin: 0 0;
2719
- }
2720
- .footer-wrapper[data-v-ffbde6f9] {
2721
- display: flex;
2722
- align-items: center;
2723
- justify-content: space-between;
2724
- gap: 10px;
2725
- width: 100%;
2726
- .footer-time[data-v-ffbde6f9] {
2727
- font-size: 10px;
2728
- color: #999;
2729
- margin-top: 3px;
2730
- flex-shrink: 0;
2731
- }
2732
- }
2733
- .footer-container[data-v-ffbde6f9] {
2734
- display: flex;
2735
- gap: 8px;
2736
- [data-v-ffbde6f9] .el-button + .el-button {
2737
- margin-left: 0;
2738
- }
2739
2690
  }
2740
2691
  [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 {
2741
2692
  user-select: text !important;
@@ -3027,6 +2978,27 @@ h4[data-v-0b0c189e] {
3027
2978
  background-color: #f5f5f5;
3028
2979
  }
3029
2980
 
2981
+ .footer-wrapper[data-v-ffbde6f9] {
2982
+ display: flex;
2983
+ align-items: center;
2984
+ justify-content: space-between;
2985
+ gap: 10px;
2986
+ width: 100%;
2987
+ .footer-time[data-v-ffbde6f9] {
2988
+ font-size: 10px;
2989
+ color: #999;
2990
+ margin-top: 3px;
2991
+ flex-shrink: 0;
2992
+ }
2993
+ }
2994
+ .footer-container[data-v-ffbde6f9] {
2995
+ display: flex;
2996
+ gap: 8px;
2997
+ [data-v-ffbde6f9] .el-button + .el-button {
2998
+ margin-left: 0;
2999
+ }
3000
+ }
3001
+
3030
3002
  .additional-data-tag[data-v-7aaab83c] {
3031
3003
  display: flex;
3032
3004
  align-items: center;
@@ -3042,6 +3014,34 @@ h4[data-v-0b0c189e] {
3042
3014
  margin-top: 10px;
3043
3015
  gap: 10px;
3044
3016
  }
3017
+ .el-button > span[data-v-5bb8bf7f] {
3018
+ font-size: 12px;
3019
+ }
3020
+ .fs-upload-tag[data-v-5bb8bf7f] {
3021
+ border: 1px solid #dcdfe6;
3022
+ padding: 4px 8px;
3023
+ background-clip: padding-box;
3024
+ overflow: hidden;
3025
+ display: inline-flex;
3026
+ align-items: center;
3027
+ }
3028
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
3029
+ margin-right: 18px;
3030
+ max-width: 160px;
3031
+ overflow: hidden;
3032
+ text-overflow: ellipsis;
3033
+ white-space: nowrap;
3034
+ }
3035
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
3036
+ font-weight: 600;
3037
+ margin-left: 4px;
3038
+ }
3039
+ .home-chart-iframe[data-v-b9f40acf] {
3040
+ width: 100%;
3041
+ height: 100%;
3042
+ border: none;
3043
+ opacity: 1;
3044
+ }
3045
3045
 
3046
3046
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3047
3047
  .mobile-item-action[data-v-13b41596] {