agilebuilder-ui 1.1.65-tmp15 → 1.1.65-tmp16
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/index.js +2 -1
- package/lib/src/router/index.js +3 -2
- package/lib/style.css +562 -562
- package/package.json +1 -3
- package/vite.config.js +11 -11
- package/dist/favicon.svg +0 -29
- package/dist/index.full.min.js +0 -16440
- package/dist/style.css +0 -3078
package/lib/style.css
CHANGED
|
@@ -78,23 +78,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
78
78
|
/* 去掉卡片和tab表头的距离 */
|
|
79
79
|
[data-v-3c90505e] .el-tabs__header {
|
|
80
80
|
margin: 0;
|
|
81
|
-
}.app-wrapper[data-v-46185fa7] {
|
|
82
|
-
position: relative;
|
|
83
|
-
height: 100%;
|
|
84
|
-
width: 100%;
|
|
85
|
-
}
|
|
86
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
87
|
-
position: fixed;
|
|
88
|
-
top: 0;
|
|
89
|
-
}
|
|
90
|
-
.drawer-bg[data-v-46185fa7] {
|
|
91
|
-
background: #000;
|
|
92
|
-
opacity: 0.3;
|
|
93
|
-
width: 100%;
|
|
94
|
-
top: 0;
|
|
95
|
-
height: 100%;
|
|
96
|
-
position: absolute;
|
|
97
|
-
z-index: 999;
|
|
98
81
|
}
|
|
99
82
|
.nav-tab .el-tabs__header {
|
|
100
83
|
margin: 0;
|
|
@@ -119,7 +102,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
102
|
.default-page-tip-item {
|
|
120
103
|
padding-top: 10px;
|
|
121
104
|
}
|
|
122
|
-
.app-
|
|
105
|
+
.app-wrapper[data-v-46185fa7] {
|
|
106
|
+
position: relative;
|
|
107
|
+
height: 100%;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
+
position: fixed;
|
|
112
|
+
top: 0;
|
|
113
|
+
}
|
|
114
|
+
.drawer-bg[data-v-46185fa7] {
|
|
115
|
+
background: #000;
|
|
116
|
+
opacity: 0.3;
|
|
117
|
+
width: 100%;
|
|
118
|
+
top: 0;
|
|
119
|
+
height: 100%;
|
|
120
|
+
position: absolute;
|
|
121
|
+
z-index: 999;
|
|
122
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
123
|
display: inline-block;
|
|
124
124
|
font-size: 14px;
|
|
125
125
|
line-height: 50px;
|
|
@@ -128,7 +128,15 @@ 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
|
-
}
|
|
131
|
+
}
|
|
132
|
+
.svg-icon[data-v-67e4e504] {
|
|
133
|
+
width: 1.2em;
|
|
134
|
+
height: 1.2em;
|
|
135
|
+
vertical-align: -0.25em;
|
|
136
|
+
fill: currentColor;
|
|
137
|
+
overflow: initial;
|
|
138
|
+
}
|
|
139
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
140
|
padding: 0;
|
|
133
141
|
display: flex;
|
|
134
142
|
align-items: center;
|
|
@@ -285,18 +293,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
285
293
|
flex-wrap: wrap;
|
|
286
294
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
287
295
|
}
|
|
288
|
-
.
|
|
289
|
-
width: 1.2em;
|
|
290
|
-
height: 1.2em;
|
|
291
|
-
vertical-align: -0.25em;
|
|
292
|
-
fill: currentColor;
|
|
293
|
-
overflow: initial;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.searchResult {
|
|
296
|
+
.searchResult[data-v-22410ec9] {
|
|
297
297
|
color: red;
|
|
298
298
|
}
|
|
299
|
-
.inline-input-custom {
|
|
299
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
300
300
|
width: 90%;
|
|
301
301
|
}
|
|
302
302
|
|
|
@@ -315,10 +315,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
315
315
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
.searchResult
|
|
318
|
+
.searchResult {
|
|
319
319
|
color: red;
|
|
320
320
|
}
|
|
321
|
-
.inline-input-custom
|
|
321
|
+
.inline-input-custom {
|
|
322
322
|
width: 90%;
|
|
323
323
|
}
|
|
324
324
|
.ValidCode[data-v-aa77e3bd] {
|
|
@@ -330,7 +330,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
330
|
}
|
|
331
331
|
.ValidCode span[data-v-aa77e3bd] {
|
|
332
332
|
display: inline-block;
|
|
333
|
-
}
|
|
333
|
+
}
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
334
338
|
padding: 10px;
|
|
335
339
|
}
|
|
336
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -440,17 +444,36 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
440
444
|
font-size: 14px;
|
|
441
445
|
display: grid;
|
|
442
446
|
grid-template-columns: 20% 80%;
|
|
447
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
448
|
+
width: 30px;
|
|
449
|
+
height: 30px;
|
|
443
450
|
}
|
|
444
|
-
.
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
451
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
452
|
+
margin-left: 10px;
|
|
453
|
+
cursor: pointer;
|
|
454
|
+
overflow: hidden;
|
|
455
|
+
text-overflow: ellipsis;
|
|
456
|
+
white-space: nowrap;
|
|
457
|
+
}
|
|
458
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
459
|
+
border: 1px solid #dcdfe6;
|
|
460
|
+
padding: 4px 8px;
|
|
461
|
+
background-clip: padding-box;
|
|
462
|
+
overflow: hidden;
|
|
463
|
+
display: inline-flex;
|
|
464
|
+
align-items: center;
|
|
465
|
+
}
|
|
466
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
467
|
+
margin-right: 8px;
|
|
468
|
+
max-width: 120px;
|
|
469
|
+
overflow: hidden;
|
|
470
|
+
text-overflow: ellipsis;
|
|
471
|
+
white-space: nowrap;
|
|
472
|
+
}
|
|
473
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
474
|
+
font-weight: 600;
|
|
475
|
+
margin-left: 4px;
|
|
449
476
|
}
|
|
450
|
-
.organization-input .el-input-group__append {
|
|
451
|
-
padding: 0 10px 0 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
477
|
.fs-preview-container[data-v-2448d898] {
|
|
455
478
|
display: flex;
|
|
456
479
|
align-items: center;
|
|
@@ -526,35 +549,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
549
|
.fs-preview-container[data-v-2448d898] .el-button.is-round {
|
|
527
550
|
padding: 5px 11px;
|
|
528
551
|
height: var(--el-button-size);
|
|
529
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
|
-
width: 30px;
|
|
531
|
-
height: 30px;
|
|
532
|
-
}
|
|
533
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
534
|
-
margin-left: 10px;
|
|
535
|
-
cursor: pointer;
|
|
536
|
-
overflow: hidden;
|
|
537
|
-
text-overflow: ellipsis;
|
|
538
|
-
white-space: nowrap;
|
|
539
|
-
}
|
|
540
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
541
|
-
border: 1px solid #dcdfe6;
|
|
542
|
-
padding: 4px 8px;
|
|
543
|
-
background-clip: padding-box;
|
|
544
|
-
overflow: hidden;
|
|
545
|
-
display: inline-flex;
|
|
546
|
-
align-items: center;
|
|
547
|
-
}
|
|
548
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
549
|
-
margin-right: 8px;
|
|
550
|
-
max-width: 120px;
|
|
551
|
-
overflow: hidden;
|
|
552
|
-
text-overflow: ellipsis;
|
|
553
|
-
white-space: nowrap;
|
|
554
|
-
}
|
|
555
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
556
|
-
font-weight: 600;
|
|
557
|
-
margin-left: 4px;
|
|
558
552
|
}.select[data-v-52983a24] {
|
|
559
553
|
width: 100%;
|
|
560
554
|
height: 100%;
|
|
@@ -566,6 +560,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
560
|
width: 100%;
|
|
567
561
|
height: 100%;
|
|
568
562
|
text-align: center;
|
|
563
|
+
}
|
|
564
|
+
.select-top-span {
|
|
565
|
+
width: 100%;
|
|
566
|
+
}
|
|
567
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
568
|
+
display: inline-block;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
@@ -760,11 +760,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
760
|
transform: translateY(0);
|
|
761
761
|
opacity: 1;
|
|
762
762
|
}
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
763
|
+
}
|
|
764
|
+
.graphDiv[data-v-a936569d] {
|
|
765
|
+
overflow: auto;
|
|
766
|
+
height: 100%;
|
|
767
|
+
height: calc(100vh - 20px);
|
|
768
|
+
}
|
|
769
|
+
.errPage-container[data-v-6bef0241] {
|
|
768
770
|
width: 800px;
|
|
769
771
|
max-width: 100%;
|
|
770
772
|
margin: 100px auto;
|
|
@@ -801,125 +803,69 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
801
803
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
802
804
|
text-decoration: underline;
|
|
803
805
|
}
|
|
804
|
-
.
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
width: 100%;
|
|
811
|
-
height: calc(100vh - 50px);
|
|
812
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
813
|
-
position: relative;
|
|
814
|
-
height: 100%;
|
|
815
|
-
width: 100%;
|
|
816
|
-
}
|
|
817
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
818
|
-
position: fixed;
|
|
819
|
-
top: 0;
|
|
806
|
+
.organization-tree,
|
|
807
|
+
.organization-tree .el-checkbox__label,
|
|
808
|
+
.organization-tree .el-breadcrumb__inner,
|
|
809
|
+
.organization-tree .el-tree {
|
|
810
|
+
font-size: 17px;
|
|
811
|
+
font-weight: 700;
|
|
820
812
|
}
|
|
821
|
-
.
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
position: absolute;
|
|
828
|
-
z-index: 999;
|
|
829
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
830
|
-
position: relative;
|
|
831
|
-
--el-menu-item-height: 45px;
|
|
832
|
-
--el-menu-sub-item-height: 45px;
|
|
813
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
814
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
815
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
816
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
817
|
+
font-size: 17px;
|
|
818
|
+
font-weight: 700;
|
|
833
819
|
}
|
|
834
|
-
.
|
|
835
|
-
padding:
|
|
820
|
+
.organization-tree .el-card__body {
|
|
821
|
+
padding-top: 10px;
|
|
836
822
|
}
|
|
837
|
-
.
|
|
838
|
-
|
|
839
|
-
flex-direction: row;
|
|
823
|
+
.organization-tree .card-content {
|
|
824
|
+
margin-top: 10px;
|
|
840
825
|
}
|
|
841
|
-
.
|
|
842
|
-
|
|
843
|
-
flex-direction: row;
|
|
844
|
-
padding: 0 !important;
|
|
826
|
+
.organization-tree .item-row-all {
|
|
827
|
+
margin-bottom: 10px;
|
|
845
828
|
}
|
|
846
|
-
.
|
|
847
|
-
display: flex;
|
|
848
|
-
|
|
849
|
-
justify-content: center;
|
|
850
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
851
|
-
font-size: 16px;
|
|
829
|
+
.organization-tree .item-row {
|
|
830
|
+
display: flex;
|
|
831
|
+
width: 100%;
|
|
852
832
|
}
|
|
853
|
-
.
|
|
854
|
-
|
|
833
|
+
.organization-tree .item-label {
|
|
834
|
+
flex: 0 0 90%;
|
|
835
|
+
text-align: left;
|
|
855
836
|
}
|
|
856
|
-
.
|
|
857
|
-
flex: 0 0
|
|
858
|
-
|
|
859
|
-
white-space: nowrap;
|
|
860
|
-
overflow: hidden;
|
|
861
|
-
text-overflow: ellipsis;
|
|
837
|
+
.organization-tree .item-side {
|
|
838
|
+
flex: 0 0 10%;
|
|
839
|
+
text-align: right;
|
|
862
840
|
}
|
|
863
|
-
.
|
|
864
|
-
|
|
865
|
-
white-space: nowrap;
|
|
866
|
-
overflow: hidden;
|
|
867
|
-
text-overflow: ellipsis;
|
|
841
|
+
.organization-tree .el-tree-node {
|
|
842
|
+
margin-bottom: 10px;
|
|
868
843
|
}
|
|
869
|
-
.
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
position: relative;
|
|
873
|
-
--el-menu-item-height: 45px;
|
|
874
|
-
--el-menu-sub-item-height: 45px;
|
|
844
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
845
|
+
padding: 0;
|
|
846
|
+
display: none;
|
|
875
847
|
}
|
|
876
|
-
.
|
|
877
|
-
padding:
|
|
848
|
+
.organization-tree .card-footer {
|
|
849
|
+
padding: 20px;
|
|
878
850
|
}
|
|
879
|
-
.
|
|
880
|
-
|
|
881
|
-
flex
|
|
851
|
+
.organization-tree .card-footer .select-result {
|
|
852
|
+
color: #409eff;
|
|
853
|
+
flex: 1 1 75%;
|
|
854
|
+
text-align: left;
|
|
882
855
|
}
|
|
883
|
-
.
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
padding: 0 !important;
|
|
856
|
+
.organization-tree .card-footer .button-area {
|
|
857
|
+
flex: 0 0 20%;
|
|
858
|
+
text-align: right;
|
|
887
859
|
}
|
|
888
|
-
.
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
width:
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
.
|
|
896
|
-
width:
|
|
897
|
-
}
|
|
898
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
899
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
900
|
-
overflow: hidden;
|
|
901
|
-
white-space: nowrap;
|
|
902
|
-
overflow: hidden;
|
|
903
|
-
text-overflow: ellipsis;
|
|
904
|
-
}
|
|
905
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
906
|
-
overflow: hidden;
|
|
907
|
-
white-space: nowrap;
|
|
908
|
-
overflow: hidden;
|
|
909
|
-
text-overflow: ellipsis;
|
|
910
|
-
}
|
|
911
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
912
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
913
|
-
}.app-main[data-v-2d98e845] {
|
|
914
|
-
padding: var(--app-main-padding, 15px);
|
|
915
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
916
|
-
position: relative;
|
|
917
|
-
overflow: hidden;
|
|
918
|
-
}
|
|
919
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
920
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
921
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
922
|
-
overflow: auto;
|
|
860
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
861
|
+
color: #409eff;
|
|
862
|
+
}
|
|
863
|
+
.super-icon[data-v-875fd31c] {
|
|
864
|
+
width: 1em;
|
|
865
|
+
height: 1em;
|
|
866
|
+
font-size: 14px;
|
|
867
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
868
|
+
width: 50%;
|
|
923
869
|
}
|
|
924
870
|
.organization-tree,
|
|
925
871
|
.organization-tree .el-checkbox__label,
|
|
@@ -978,9 +924,7 @@ iframe[data-v-20dccb82] {
|
|
|
978
924
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
979
925
|
color: #409eff;
|
|
980
926
|
}
|
|
981
|
-
|
|
982
|
-
width: 50%;
|
|
983
|
-
}
|
|
927
|
+
|
|
984
928
|
.organization-tree,
|
|
985
929
|
.organization-tree .el-checkbox__label,
|
|
986
930
|
.organization-tree .el-breadcrumb__inner,
|
|
@@ -1038,65 +982,121 @@ iframe[data-v-20dccb82] {
|
|
|
1038
982
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1039
983
|
color: #409eff;
|
|
1040
984
|
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
.
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
985
|
+
iframe[data-v-20dccb82] {
|
|
986
|
+
width: 100%;
|
|
987
|
+
height: calc(100vh - 50px);
|
|
988
|
+
}.app-wrapper[data-v-5c0a6bf6] {
|
|
989
|
+
position: relative;
|
|
990
|
+
height: 100%;
|
|
991
|
+
width: 100%;
|
|
1048
992
|
}
|
|
1049
|
-
.
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
1053
|
-
font-size: 17px;
|
|
1054
|
-
font-weight: 700;
|
|
993
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
994
|
+
position: fixed;
|
|
995
|
+
top: 0;
|
|
1055
996
|
}
|
|
1056
|
-
.
|
|
1057
|
-
|
|
997
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
998
|
+
background: #000;
|
|
999
|
+
opacity: 0.3;
|
|
1000
|
+
width: 100%;
|
|
1001
|
+
top: 0;
|
|
1002
|
+
height: 100%;
|
|
1003
|
+
position: absolute;
|
|
1004
|
+
z-index: 999;
|
|
1005
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1006
|
+
position: relative;
|
|
1007
|
+
--el-menu-item-height: 45px;
|
|
1008
|
+
--el-menu-sub-item-height: 45px;
|
|
1058
1009
|
}
|
|
1059
|
-
.
|
|
1060
|
-
|
|
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;
|
|
1061
1012
|
}
|
|
1062
|
-
.
|
|
1063
|
-
|
|
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;
|
|
1064
1016
|
}
|
|
1065
|
-
.
|
|
1066
|
-
display: flex;
|
|
1067
|
-
|
|
1017
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: row;
|
|
1020
|
+
padding: 0 !important;
|
|
1068
1021
|
}
|
|
1069
|
-
.
|
|
1070
|
-
|
|
1071
|
-
|
|
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;
|
|
1072
1028
|
}
|
|
1073
|
-
.
|
|
1074
|
-
|
|
1075
|
-
text-align: right;
|
|
1029
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
+
width: 20px;
|
|
1076
1031
|
}
|
|
1077
|
-
.
|
|
1078
|
-
|
|
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;
|
|
1079
1038
|
}
|
|
1080
|
-
.
|
|
1081
|
-
|
|
1082
|
-
|
|
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;
|
|
1083
1044
|
}
|
|
1084
|
-
.
|
|
1085
|
-
|
|
1045
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
+
}.app-main[data-v-2d98e845] {
|
|
1048
|
+
padding: var(--app-main-padding, 15px);
|
|
1049
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1050
|
+
position: relative;
|
|
1051
|
+
overflow: hidden;
|
|
1086
1052
|
}
|
|
1087
|
-
.
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1053
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
+
overflow: auto;
|
|
1057
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
+
position: relative;
|
|
1059
|
+
--el-menu-item-height: 45px;
|
|
1060
|
+
--el-menu-sub-item-height: 45px;
|
|
1091
1061
|
}
|
|
1092
|
-
.
|
|
1093
|
-
|
|
1094
|
-
|
|
1062
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1063
|
+
padding: 0 !important;
|
|
1064
|
+
}
|
|
1065
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
flex-direction: row;
|
|
1068
|
+
}
|
|
1069
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: row;
|
|
1072
|
+
padding: 0 !important;
|
|
1073
|
+
}
|
|
1074
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1075
|
+
display: flex;
|
|
1076
|
+
align-items: center;
|
|
1077
|
+
justify-content: center;
|
|
1078
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1079
|
+
font-size: 16px;
|
|
1080
|
+
}
|
|
1081
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1082
|
+
width: 20px;
|
|
1083
|
+
}
|
|
1084
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1085
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
white-space: nowrap;
|
|
1088
|
+
overflow: hidden;
|
|
1089
|
+
text-overflow: ellipsis;
|
|
1090
|
+
}
|
|
1091
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
white-space: nowrap;
|
|
1094
|
+
overflow: hidden;
|
|
1095
|
+
text-overflow: ellipsis;
|
|
1096
|
+
}
|
|
1097
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1098
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1095
1099
|
}
|
|
1096
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1097
|
-
color: #409eff;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
1100
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1101
1101
|
display: flex;
|
|
1102
1102
|
align-items: center;
|
|
@@ -1115,48 +1115,6 @@ iframe[data-v-20dccb82] {
|
|
|
1115
1115
|
white-space: nowrap;
|
|
1116
1116
|
flex: 0 0 auto;
|
|
1117
1117
|
}
|
|
1118
|
-
|
|
1119
|
-
.searchResult {
|
|
1120
|
-
color: red;
|
|
1121
|
-
}
|
|
1122
|
-
.inline-select-custom {
|
|
1123
|
-
width: 100px;
|
|
1124
|
-
}
|
|
1125
|
-
.inline-input-custom {
|
|
1126
|
-
width: 98%;
|
|
1127
|
-
}
|
|
1128
|
-
.normal-column-header[data-v-562b2e0d] {
|
|
1129
|
-
display: inline-flex;
|
|
1130
|
-
vertical-align: middle;
|
|
1131
|
-
}
|
|
1132
|
-
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1133
|
-
font-size: 20px;
|
|
1134
|
-
color: var(--el-color-primary);
|
|
1135
|
-
cursor: pointer;
|
|
1136
|
-
}
|
|
1137
|
-
.grid-search-form[data-v-8ae4e3f5] .el-form-item {
|
|
1138
|
-
margin-bottom: 0px;
|
|
1139
|
-
}
|
|
1140
|
-
.grid-search-form[data-v-8ae4e3f5] .search-btn {
|
|
1141
|
-
margin-bottom: 5px;
|
|
1142
|
-
text-align: center;
|
|
1143
|
-
}
|
|
1144
|
-
.grid-search-form[data-v-8ae4e3f5] .el-select,
|
|
1145
|
-
.grid-search-form[data-v-8ae4e3f5] .customComponent {
|
|
1146
|
-
width: 100%;
|
|
1147
|
-
}
|
|
1148
|
-
.amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
|
|
1149
|
-
display: none;
|
|
1150
|
-
}
|
|
1151
|
-
.search-condition-mobile[data-v-8ae4e3f5] {
|
|
1152
|
-
padding-bottom: 10px;
|
|
1153
|
-
position: fixed;
|
|
1154
|
-
top: 37px;
|
|
1155
|
-
background-color: #ffffff;
|
|
1156
|
-
width: 46%;
|
|
1157
|
-
height: 40px;
|
|
1158
|
-
z-index: 1500;
|
|
1159
|
-
}
|
|
1160
1118
|
[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 {
|
|
1161
1119
|
user-select: text !important;
|
|
1162
1120
|
-webkit-user-select: text !important;
|
|
@@ -1375,23 +1333,55 @@ iframe[data-v-20dccb82] {
|
|
|
1375
1333
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1376
1334
|
margin: 5px 0;
|
|
1377
1335
|
}
|
|
1378
|
-
|
|
1379
|
-
|
|
1336
|
+
.normal-column-header[data-v-562b2e0d] {
|
|
1337
|
+
display: inline-flex;
|
|
1338
|
+
vertical-align: middle;
|
|
1380
1339
|
}
|
|
1381
|
-
.
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
padding: 5px;
|
|
1386
|
-
margin: 0;
|
|
1387
|
-
margin-top: 30px;
|
|
1340
|
+
.normal-column-header-icon[data-v-562b2e0d] {
|
|
1341
|
+
font-size: 20px;
|
|
1342
|
+
color: var(--el-color-primary);
|
|
1343
|
+
cursor: pointer;
|
|
1388
1344
|
}
|
|
1389
|
-
.
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
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
|
+
li[data-v-040fcf55] {
|
|
1369
|
+
color: #333;
|
|
1370
|
+
}
|
|
1371
|
+
.context-menu[data-v-040fcf55] {
|
|
1372
|
+
position: fixed;
|
|
1373
|
+
background: #fff;
|
|
1374
|
+
z-index: 999;
|
|
1375
|
+
padding: 5px;
|
|
1376
|
+
margin: 0;
|
|
1377
|
+
margin-top: 30px;
|
|
1378
|
+
}
|
|
1379
|
+
.context-menu li[data-v-040fcf55] {
|
|
1380
|
+
min-width: 75px;
|
|
1381
|
+
height: 28px;
|
|
1382
|
+
line-height: 28px;
|
|
1383
|
+
text-align: left;
|
|
1384
|
+
color: #1a1a1a;
|
|
1395
1385
|
}
|
|
1396
1386
|
.context-menu li[data-v-040fcf55]:hover {
|
|
1397
1387
|
background: #42b983;
|
|
@@ -1413,12 +1403,6 @@ li[data-v-040fcf55] {
|
|
|
1413
1403
|
}
|
|
1414
1404
|
.inline-input-custom {
|
|
1415
1405
|
width: 98%;
|
|
1416
|
-
}
|
|
1417
|
-
.searchDepartmentUser {
|
|
1418
|
-
width: 250px;
|
|
1419
|
-
}
|
|
1420
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1421
|
-
min-width: 300px;
|
|
1422
1406
|
}
|
|
1423
1407
|
|
|
1424
1408
|
.searchResult {
|
|
@@ -1457,6 +1441,22 @@ li[data-v-040fcf55] {
|
|
|
1457
1441
|
min-width: 300px;
|
|
1458
1442
|
}
|
|
1459
1443
|
|
|
1444
|
+
.searchResult {
|
|
1445
|
+
color: red;
|
|
1446
|
+
}
|
|
1447
|
+
.inline-select-custom {
|
|
1448
|
+
width: 100px;
|
|
1449
|
+
}
|
|
1450
|
+
.inline-input-custom {
|
|
1451
|
+
width: 98%;
|
|
1452
|
+
}
|
|
1453
|
+
.searchDepartmentUser {
|
|
1454
|
+
width: 250px;
|
|
1455
|
+
}
|
|
1456
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1457
|
+
min-width: 300px;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
1460
|
.searchResult {
|
|
1461
1461
|
color: red;
|
|
1462
1462
|
}
|
|
@@ -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,9 +1624,37 @@ 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
|
+
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1634
|
+
margin-bottom: 0px;
|
|
1635
|
+
}
|
|
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;
|
|
1641
|
+
}
|
|
1642
|
+
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1643
|
+
margin-bottom: 5px;
|
|
1644
|
+
text-align: center;
|
|
1645
|
+
}
|
|
1646
|
+
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1647
|
+
width: 100%;
|
|
1648
|
+
}
|
|
1649
|
+
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1650
|
+
width: 100%;
|
|
1651
|
+
}
|
|
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;
|
|
1633
1658
|
}.annex-cell[data-v-bbad0ee0] {
|
|
1634
1659
|
padding-right: 5px;
|
|
1635
1660
|
cursor: pointer;
|
|
@@ -1677,31 +1702,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1702
|
}
|
|
1678
1703
|
.normal-column-content-view[data-v-bbad0ee0] {
|
|
1679
1704
|
display: inline;
|
|
1680
|
-
}.grid-search-form[data-v-3e0adbf6] .el-form-item {
|
|
1681
|
-
margin-bottom: 0px;
|
|
1682
|
-
}
|
|
1683
|
-
.grid-search-form[data-v-3e0adbf6] .el-form-item__label {
|
|
1684
|
-
overflow: hidden;
|
|
1685
|
-
text-overflow: ellipsis;
|
|
1686
|
-
white-space: nowrap;
|
|
1687
|
-
word-break: keep-all;
|
|
1688
|
-
}
|
|
1689
|
-
.grid-search-form[data-v-3e0adbf6] .search-btn {
|
|
1690
|
-
margin-bottom: 5px;
|
|
1691
|
-
text-align: center;
|
|
1692
|
-
}
|
|
1693
|
-
.grid-search-form[data-v-3e0adbf6] .el-select {
|
|
1694
|
-
width: 100%;
|
|
1695
|
-
}
|
|
1696
|
-
.grid-search-form[data-v-3e0adbf6] .customComponent {
|
|
1697
|
-
width: 100%;
|
|
1698
|
-
}
|
|
1699
|
-
.grid-search-form[data-v-3e0adbf6] .el-row {
|
|
1700
|
-
padding-right: 24px;
|
|
1701
|
-
}
|
|
1702
|
-
.grid-search-form[data-v-3e0adbf6] .el-col {
|
|
1703
|
-
padding-left: 10px;
|
|
1704
|
-
padding-bottom: 16px;
|
|
1705
1705
|
}
|
|
1706
1706
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1707
1707
|
margin-bottom: 0px;
|
|
@@ -1806,11 +1806,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1806
|
white-space: nowrap;
|
|
1807
1807
|
overflow: hidden;
|
|
1808
1808
|
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
1809
|
}.el-button > span[data-v-5bb8bf7f] {
|
|
1815
1810
|
font-size: 12px;
|
|
1816
1811
|
}
|
|
@@ -1850,221 +1845,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1850
1845
|
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1851
1846
|
font-weight: 600;
|
|
1852
1847
|
margin-left: 4px;
|
|
1853
|
-
}[data-v-
|
|
1854
|
-
min-width: 20px;
|
|
1855
|
-
}
|
|
1856
|
-
.svg-icon[data-v-019891df] {
|
|
1857
|
-
width: 1.2em;
|
|
1858
|
-
height: 1.2em;
|
|
1859
|
-
vertical-align: -0.25em;
|
|
1860
|
-
fill: currentColor;
|
|
1861
|
-
overflow: initial;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
1865
|
-
display: flex;
|
|
1866
|
-
align-items: center;
|
|
1867
|
-
flex-shrink: 0;
|
|
1868
|
-
min-width: max-content;
|
|
1869
|
-
margin-left: auto;
|
|
1870
|
-
gap: 10px;
|
|
1871
|
-
}
|
|
1872
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
1873
|
-
display: flex;
|
|
1874
|
-
align-items: center;
|
|
1875
|
-
justify-content: center;
|
|
1876
|
-
margin-top: 10px;
|
|
1877
|
-
gap: 10px;
|
|
1878
|
-
}
|
|
1879
|
-
[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 {
|
|
1880
|
-
user-select: text !important;
|
|
1881
|
-
-webkit-user-select: text !important;
|
|
1882
|
-
-moz-user-select: text !important;
|
|
1883
|
-
-ms-user-select: text !important;
|
|
1884
|
-
}
|
|
1885
|
-
.slide-up-enter-active[data-v-45fbaf17],
|
|
1886
|
-
.slide-up-leave-active[data-v-45fbaf17] {
|
|
1887
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1888
|
-
}
|
|
1889
|
-
.slide-up-enter-from[data-v-45fbaf17],
|
|
1890
|
-
.slide-up-leave-to[data-v-45fbaf17] {
|
|
1891
|
-
transform: translateY(100%);
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
/**
|
|
1895
|
-
* 聊天窗口的样式设置
|
|
1896
|
-
*/
|
|
1897
|
-
.chat-container[data-v-45fbaf17] {
|
|
1898
|
-
--header-height: 56px;
|
|
1899
|
-
--chat-padding: 12px;
|
|
1900
|
-
--bubble-content-max-width: 0px;
|
|
1901
|
-
position: fixed;
|
|
1902
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1903
|
-
|
|
1904
|
-
overflow: hidden;
|
|
1905
|
-
z-index: 100;
|
|
1906
|
-
flex-direction: row; /* 横向排列 */
|
|
1907
|
-
height: 100%; /* 父容器高度 */
|
|
1908
|
-
}
|
|
1909
|
-
.small-window[data-v-45fbaf17] {
|
|
1910
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1911
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1912
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1913
|
-
border-radius: 8px;
|
|
1914
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1915
|
-
}
|
|
1916
|
-
.full-screen[data-v-45fbaf17] {
|
|
1917
|
-
right: 0;
|
|
1918
|
-
bottom: 0;
|
|
1919
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
1920
|
-
}
|
|
1921
|
-
.chat-container > *[data-v-45fbaf17] {
|
|
1922
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
/* 聊天窗口的头部样式设置
|
|
1926
|
-
*/
|
|
1927
|
-
.chat-embed__header_container[data-v-45fbaf17] {
|
|
1928
|
-
/* border-bottom: 1px solid #ddd; */
|
|
1929
|
-
display: flex;
|
|
1930
|
-
align-items: center;
|
|
1931
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1932
|
-
height: var(--header-height);
|
|
1933
|
-
line-height: var(--header-height);
|
|
1934
|
-
overflow: hidden;
|
|
1935
|
-
position: relative;
|
|
1936
|
-
}
|
|
1937
|
-
.session-subject[data-v-45fbaf17] {
|
|
1938
|
-
display: block;
|
|
1939
|
-
margin: 0 auto;
|
|
1940
|
-
text-align: center;
|
|
1941
|
-
font-family: PingFang SC, PingFang SC;
|
|
1942
|
-
font-weight: 500;
|
|
1943
|
-
font-size: 16px;
|
|
1944
|
-
color: #181818;
|
|
1945
|
-
text-align: left;
|
|
1946
|
-
font-style: normal;
|
|
1947
|
-
text-transform: none;
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
/* 聊天窗口的头部图标样式设置
|
|
1951
|
-
*/
|
|
1952
|
-
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
1953
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
1954
|
-
margin-right: var(--chat-padding);
|
|
1955
|
-
}
|
|
1956
|
-
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
1957
|
-
right: 20px;
|
|
1958
|
-
position: absolute;
|
|
1959
|
-
gap: 28px;
|
|
1960
|
-
display: flex;
|
|
1961
|
-
}
|
|
1962
|
-
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
1963
|
-
background: #f6f7fa;
|
|
1964
|
-
display: flex;
|
|
1965
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
1966
|
-
border-right: 1px solid #ddd;
|
|
1967
|
-
padding: 20px 12px;
|
|
1968
|
-
width: 260px;
|
|
1969
|
-
height: 100%;
|
|
1970
|
-
}
|
|
1971
|
-
.chat-embed__main[data-v-45fbaf17] {
|
|
1972
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1973
|
-
box-sizing: border-box;
|
|
1974
|
-
overflow: hidden;
|
|
1975
|
-
position: relative;
|
|
1976
|
-
display: flex;
|
|
1977
|
-
flex-direction: column;
|
|
1978
|
-
height: var(--main-content-height);
|
|
1979
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1980
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
1981
|
-
}
|
|
1982
|
-
.chat-embed__main_content[data-v-45fbaf17] {
|
|
1983
|
-
flex: 1;
|
|
1984
|
-
box-sizing: border-box;
|
|
1985
|
-
min-height: 0;
|
|
1986
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1987
|
-
/* overflow-y: auto;
|
|
1988
|
-
margin-bottom: 12px; */
|
|
1989
|
-
}
|
|
1990
|
-
.chat-embed__input_container[data-v-45fbaf17] {
|
|
1991
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
1992
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
1993
|
-
}
|
|
1994
|
-
.header-icon[data-v-45fbaf17] {
|
|
1995
|
-
cursor: pointer;
|
|
1996
|
-
font-size: 20px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
/* 聊天默认推荐内容样式
|
|
2000
|
-
*/
|
|
2001
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2002
|
-
margin-top: 5px;
|
|
2003
|
-
}
|
|
2004
|
-
.content-container[data-v-45fbaf17] {
|
|
2005
|
-
padding: 16px;
|
|
2006
|
-
border-radius: 4px;
|
|
2007
|
-
background: #ffffff;
|
|
2008
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2009
|
-
border-radius: 0px 30px 30px 30px;
|
|
2010
|
-
/* opacity: 0.6; */
|
|
2011
|
-
}
|
|
2012
|
-
.chat-content-font[data-v-45fbaf17] {
|
|
2013
|
-
font-family: PingFang SC, PingFang SC;
|
|
2014
|
-
font-weight: 500;
|
|
2015
|
-
font-size: 16px;
|
|
2016
|
-
color: #181818;
|
|
2017
|
-
line-height: 32px;
|
|
2018
|
-
text-align: justified;
|
|
2019
|
-
font-style: normal;
|
|
2020
|
-
text-transform: none;
|
|
2021
|
-
}
|
|
2022
|
-
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2023
|
-
border: none !important;
|
|
2024
|
-
}
|
|
2025
|
-
.content-container-header[data-v-45fbaf17] {
|
|
2026
|
-
font-size: 12px;
|
|
2027
|
-
color: #909399;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
/**
|
|
2031
|
-
// 用户消息
|
|
2032
|
-
*/
|
|
2033
|
-
.content-borderless-container[data-v-45fbaf17] {
|
|
2034
|
-
background: #e1ecfd;
|
|
2035
|
-
border-radius: 20px 0px 20px 20px;
|
|
2036
|
-
user-select: none;
|
|
2037
|
-
padding: 12px;
|
|
2038
|
-
cursor: pointer;
|
|
2039
|
-
transition: background-color 0.3s;
|
|
2040
|
-
&[data-v-45fbaf17]:hover {
|
|
2041
|
-
background-color: #ebeef5;
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
.footer-container[data-v-45fbaf17] {
|
|
2045
|
-
[data-v-45fbaf17] .el-button + .el-button {
|
|
2046
|
-
margin-left: 8px;
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2050
|
-
padding: 0;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
/* 引用文件样式 */
|
|
2054
|
-
.doc-agg-item[data-v-45fbaf17] {
|
|
2055
|
-
width: 100%;
|
|
2056
|
-
padding: 10px;
|
|
2057
|
-
margin-bottom: 5px;
|
|
2058
|
-
border: 1px solid #eee;
|
|
2059
|
-
border-radius: 4px;
|
|
2060
|
-
cursor: pointer;
|
|
2061
|
-
font-size: 12px;
|
|
2062
|
-
color: var(--el-color-primary);
|
|
2063
|
-
}
|
|
2064
|
-
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2065
|
-
padding: 0;
|
|
2066
|
-
}
|
|
2067
|
-
[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 {
|
|
1848
|
+
}[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 {
|
|
2068
1849
|
user-select: text !important;
|
|
2069
1850
|
-webkit-user-select: text !important;
|
|
2070
1851
|
-moz-user-select: text !important;
|
|
@@ -2253,14 +2034,35 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2253
2034
|
padding: 0;
|
|
2254
2035
|
}
|
|
2255
2036
|
|
|
2256
|
-
.
|
|
2037
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2038
|
+
display: flex;
|
|
2039
|
+
align-items: center;
|
|
2040
|
+
flex-shrink: 0;
|
|
2041
|
+
min-width: max-content;
|
|
2042
|
+
margin-left: auto;
|
|
2043
|
+
gap: 10px;
|
|
2044
|
+
}
|
|
2045
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2046
|
+
display: flex;
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
justify-content: center;
|
|
2049
|
+
margin-top: 10px;
|
|
2050
|
+
gap: 10px;
|
|
2051
|
+
}
|
|
2052
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2053
|
+
margin-right: 5px;
|
|
2054
|
+
}
|
|
2055
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2056
|
+
margin-left: 5px;
|
|
2057
|
+
}
|
|
2058
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2257
2059
|
width: 100%;
|
|
2258
2060
|
height: 100%;
|
|
2259
2061
|
border: none;
|
|
2260
2062
|
opacity: 1;
|
|
2261
2063
|
}
|
|
2262
2064
|
|
|
2263
|
-
.home-chart-iframe[data-v-
|
|
2065
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2264
2066
|
width: 100%;
|
|
2265
2067
|
height: 100%;
|
|
2266
2068
|
border: none;
|
|
@@ -2725,26 +2527,200 @@ h4[data-v-0b0c189e] {
|
|
|
2725
2527
|
}
|
|
2726
2528
|
.el-divider--vertical[data-v-0b0c189e] {
|
|
2727
2529
|
margin: 0 0;
|
|
2530
|
+
}[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 {
|
|
2531
|
+
user-select: text !important;
|
|
2532
|
+
-webkit-user-select: text !important;
|
|
2533
|
+
-moz-user-select: text !important;
|
|
2534
|
+
-ms-user-select: text !important;
|
|
2728
2535
|
}
|
|
2729
|
-
.
|
|
2536
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2537
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2538
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2539
|
+
}
|
|
2540
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2541
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2542
|
+
transform: translateY(100%);
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
/**
|
|
2546
|
+
* 聊天窗口的样式设置
|
|
2547
|
+
*/
|
|
2548
|
+
.chat-container[data-v-45fbaf17] {
|
|
2549
|
+
--header-height: 56px;
|
|
2550
|
+
--chat-padding: 12px;
|
|
2551
|
+
--bubble-content-max-width: 0px;
|
|
2552
|
+
position: fixed;
|
|
2553
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
2554
|
+
|
|
2555
|
+
overflow: hidden;
|
|
2556
|
+
z-index: 100;
|
|
2557
|
+
flex-direction: row; /* 横向排列 */
|
|
2558
|
+
height: 100%; /* 父容器高度 */
|
|
2559
|
+
}
|
|
2560
|
+
.small-window[data-v-45fbaf17] {
|
|
2561
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2562
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2563
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2564
|
+
border-radius: 8px;
|
|
2565
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2566
|
+
}
|
|
2567
|
+
.full-screen[data-v-45fbaf17] {
|
|
2568
|
+
right: 0;
|
|
2569
|
+
bottom: 0;
|
|
2570
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
2571
|
+
}
|
|
2572
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2573
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
/* 聊天窗口的头部样式设置
|
|
2577
|
+
*/
|
|
2578
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2579
|
+
/* border-bottom: 1px solid #ddd; */
|
|
2730
2580
|
display: flex;
|
|
2731
2581
|
align-items: center;
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2582
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
2583
|
+
height: var(--header-height);
|
|
2584
|
+
line-height: var(--header-height);
|
|
2585
|
+
overflow: hidden;
|
|
2586
|
+
position: relative;
|
|
2587
|
+
}
|
|
2588
|
+
.session-subject[data-v-45fbaf17] {
|
|
2589
|
+
display: block;
|
|
2590
|
+
margin: 0 auto;
|
|
2591
|
+
text-align: center;
|
|
2592
|
+
font-family: PingFang SC, PingFang SC;
|
|
2593
|
+
font-weight: 500;
|
|
2594
|
+
font-size: 16px;
|
|
2595
|
+
color: #181818;
|
|
2596
|
+
text-align: left;
|
|
2597
|
+
font-style: normal;
|
|
2598
|
+
text-transform: none;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
/* 聊天窗口的头部图标样式设置
|
|
2602
|
+
*/
|
|
2603
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2604
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
2605
|
+
margin-right: var(--chat-padding);
|
|
2740
2606
|
}
|
|
2607
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2608
|
+
right: 20px;
|
|
2609
|
+
position: absolute;
|
|
2610
|
+
gap: 28px;
|
|
2611
|
+
display: flex;
|
|
2741
2612
|
}
|
|
2742
|
-
.
|
|
2613
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2614
|
+
background: #f6f7fa;
|
|
2743
2615
|
display: flex;
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2616
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
2617
|
+
border-right: 1px solid #ddd;
|
|
2618
|
+
padding: 20px 12px;
|
|
2619
|
+
width: 260px;
|
|
2620
|
+
height: 100%;
|
|
2621
|
+
}
|
|
2622
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2623
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2624
|
+
box-sizing: border-box;
|
|
2625
|
+
overflow: hidden;
|
|
2626
|
+
position: relative;
|
|
2627
|
+
display: flex;
|
|
2628
|
+
flex-direction: column;
|
|
2629
|
+
height: var(--main-content-height);
|
|
2630
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2631
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
2632
|
+
}
|
|
2633
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2634
|
+
flex: 1;
|
|
2635
|
+
box-sizing: border-box;
|
|
2636
|
+
min-height: 0;
|
|
2637
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
2638
|
+
/* overflow-y: auto;
|
|
2639
|
+
margin-bottom: 12px; */
|
|
2640
|
+
}
|
|
2641
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2642
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
2643
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
2644
|
+
}
|
|
2645
|
+
.header-icon[data-v-45fbaf17] {
|
|
2646
|
+
cursor: pointer;
|
|
2647
|
+
font-size: 20px;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
/* 聊天默认推荐内容样式
|
|
2651
|
+
*/
|
|
2652
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2653
|
+
margin-top: 5px;
|
|
2654
|
+
}
|
|
2655
|
+
.content-container[data-v-45fbaf17] {
|
|
2656
|
+
padding: 16px;
|
|
2657
|
+
border-radius: 4px;
|
|
2658
|
+
background: #ffffff;
|
|
2659
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
2660
|
+
border-radius: 0px 30px 30px 30px;
|
|
2661
|
+
/* opacity: 0.6; */
|
|
2662
|
+
}
|
|
2663
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2664
|
+
font-family: PingFang SC, PingFang SC;
|
|
2665
|
+
font-weight: 500;
|
|
2666
|
+
font-size: 16px;
|
|
2667
|
+
color: #181818;
|
|
2668
|
+
line-height: 32px;
|
|
2669
|
+
text-align: justified;
|
|
2670
|
+
font-style: normal;
|
|
2671
|
+
text-transform: none;
|
|
2672
|
+
}
|
|
2673
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2674
|
+
border: none !important;
|
|
2675
|
+
}
|
|
2676
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2677
|
+
font-size: 12px;
|
|
2678
|
+
color: #909399;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
/**
|
|
2682
|
+
// 用户消息
|
|
2683
|
+
*/
|
|
2684
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2685
|
+
background: #e1ecfd;
|
|
2686
|
+
border-radius: 20px 0px 20px 20px;
|
|
2687
|
+
user-select: none;
|
|
2688
|
+
padding: 12px;
|
|
2689
|
+
cursor: pointer;
|
|
2690
|
+
transition: background-color 0.3s;
|
|
2691
|
+
&[data-v-45fbaf17]:hover {
|
|
2692
|
+
background-color: #ebeef5;
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
.footer-container[data-v-45fbaf17] {
|
|
2696
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2697
|
+
margin-left: 8px;
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2701
|
+
padding: 0;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
/* 引用文件样式 */
|
|
2705
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2706
|
+
width: 100%;
|
|
2707
|
+
padding: 10px;
|
|
2708
|
+
margin-bottom: 5px;
|
|
2709
|
+
border: 1px solid #eee;
|
|
2710
|
+
border-radius: 4px;
|
|
2711
|
+
cursor: pointer;
|
|
2712
|
+
font-size: 12px;
|
|
2713
|
+
color: var(--el-color-primary);
|
|
2747
2714
|
}
|
|
2715
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2716
|
+
padding: 0;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2720
|
+
width: 100%;
|
|
2721
|
+
height: 100%;
|
|
2722
|
+
border: none;
|
|
2723
|
+
opacity: 1;
|
|
2748
2724
|
}
|
|
2749
2725
|
[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 {
|
|
2750
2726
|
user-select: text !important;
|
|
@@ -3036,11 +3012,35 @@ h4[data-v-0b0c189e] {
|
|
|
3036
3012
|
background-color: #f5f5f5;
|
|
3037
3013
|
}
|
|
3038
3014
|
|
|
3039
|
-
.
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3015
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
3016
|
+
display: flex;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
justify-content: space-between;
|
|
3019
|
+
gap: 10px;
|
|
3020
|
+
width: 100%;
|
|
3021
|
+
.footer-time[data-v-ffbde6f9] {
|
|
3022
|
+
font-size: 10px;
|
|
3023
|
+
color: #999;
|
|
3024
|
+
margin-top: 3px;
|
|
3025
|
+
flex-shrink: 0;
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
.footer-container[data-v-ffbde6f9] {
|
|
3029
|
+
display: flex;
|
|
3030
|
+
gap: 8px;
|
|
3031
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
3032
|
+
margin-left: 0;
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
[data-v-90635647] .el-range-separator {
|
|
3036
|
+
min-width: 20px;
|
|
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
3044
|
}
|
|
3045
3045
|
|
|
3046
3046
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|