agilebuilder-ui 1.1.65-tmp21 → 1.1.65-tmp23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +5 -5
- package/es/index.mjs +6 -5
- package/es/style.css +460 -460
- package/lib/index.cjs +6 -6
- package/lib/style.css +448 -448
- package/package.json +1 -1
- package/vite.config.js +1 -73
package/es/style.css
CHANGED
|
@@ -119,24 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
119
119
|
height: 100%;
|
|
120
120
|
position: absolute;
|
|
121
121
|
z-index: 999;
|
|
122
|
-
}.
|
|
123
|
-
display: inline-block;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
}
|
|
128
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
-
color: #97a8be;
|
|
130
|
-
cursor: text;
|
|
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] {
|
|
122
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
123
|
padding: 0;
|
|
141
124
|
display: flex;
|
|
142
125
|
align-items: center;
|
|
@@ -149,21 +132,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
149
132
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
150
133
|
font-size: 18px;
|
|
151
134
|
cursor: pointer;
|
|
135
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
136
|
+
display: inline-block;
|
|
137
|
+
font-size: 14px;
|
|
138
|
+
line-height: 50px;
|
|
139
|
+
margin-left: 10px;
|
|
152
140
|
}
|
|
153
|
-
.
|
|
154
|
-
color:
|
|
155
|
-
|
|
156
|
-
.
|
|
157
|
-
width: 90%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.searchResult[data-v-22410ec9] {
|
|
161
|
-
color: red;
|
|
162
|
-
}
|
|
163
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
164
|
-
width: 90%;
|
|
165
|
-
}
|
|
166
|
-
.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
141
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
142
|
+
color: #97a8be;
|
|
143
|
+
cursor: text;
|
|
144
|
+
}.grid-area .elTable th[data-v-2eb1c8ec] {
|
|
167
145
|
padding: 2px 0 !important;
|
|
168
146
|
}
|
|
169
147
|
.grid-area .elTable td[data-v-2eb1c8ec] {
|
|
@@ -306,16 +284,22 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
306
284
|
.super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
307
285
|
flex-wrap: wrap;
|
|
308
286
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
309
|
-
}.ValidCode[data-v-aa77e3bd] {
|
|
310
|
-
display: flex;
|
|
311
|
-
background-color: #fff;
|
|
312
|
-
justify-content: center;
|
|
313
|
-
align-items: center;
|
|
314
|
-
cursor: pointer;
|
|
315
287
|
}
|
|
316
|
-
.
|
|
317
|
-
|
|
288
|
+
.svg-icon[data-v-67e4e504] {
|
|
289
|
+
width: 1.2em;
|
|
290
|
+
height: 1.2em;
|
|
291
|
+
vertical-align: -0.25em;
|
|
292
|
+
fill: currentColor;
|
|
293
|
+
overflow: initial;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.searchResult[data-v-22410ec9] {
|
|
297
|
+
color: red;
|
|
318
298
|
}
|
|
299
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
+
width: 90%;
|
|
301
|
+
}
|
|
302
|
+
|
|
319
303
|
.red-circle[data-v-998f4283] {
|
|
320
304
|
width: 20px; /* 圆圈的宽度 */
|
|
321
305
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -330,13 +314,27 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
330
314
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
331
315
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
316
|
}
|
|
317
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
318
|
+
display: flex;
|
|
319
|
+
background-color: #fff;
|
|
320
|
+
justify-content: center;
|
|
321
|
+
align-items: center;
|
|
322
|
+
cursor: pointer;
|
|
323
|
+
}
|
|
324
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
325
|
+
display: inline-block;
|
|
326
|
+
}
|
|
327
|
+
.searchResult {
|
|
328
|
+
color: red;
|
|
329
|
+
}
|
|
330
|
+
.inline-input-custom {
|
|
331
|
+
width: 90%;
|
|
332
|
+
}
|
|
333
333
|
|
|
334
|
-
.
|
|
335
|
-
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
336
|
}
|
|
337
|
-
[data-v-
|
|
338
|
-
display: inline-block;
|
|
339
|
-
}.nine-grid-area[data-v-80f6a26f] {
|
|
337
|
+
.nine-grid-area[data-v-80f6a26f] {
|
|
340
338
|
padding: 10px;
|
|
341
339
|
}
|
|
342
340
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -446,11 +444,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
446
444
|
font-size: 14px;
|
|
447
445
|
display: grid;
|
|
448
446
|
grid-template-columns: 20% 80%;
|
|
449
|
-
}
|
|
450
|
-
.organization-input .el-input-group__append {
|
|
451
|
-
padding: 0 10px 0 0;
|
|
452
|
-
}
|
|
453
|
-
.amb-color-iconfont[data-v-5254701d] {
|
|
447
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
454
448
|
width: 30px;
|
|
455
449
|
height: 30px;
|
|
456
450
|
}
|
|
@@ -566,9 +560,12 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
560
|
width: 100%;
|
|
567
561
|
height: 100%;
|
|
568
562
|
text-align: center;
|
|
569
|
-
}
|
|
563
|
+
}
|
|
564
|
+
.select-top-span {
|
|
570
565
|
width: 100%;
|
|
571
|
-
|
|
566
|
+
}
|
|
567
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
568
|
+
display: inline-block;
|
|
572
569
|
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
570
|
transform: translate(-50%, -50%);
|
|
574
571
|
position: absolute;
|
|
@@ -760,6 +757,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
757
|
transform: translateY(0);
|
|
761
758
|
opacity: 1;
|
|
762
759
|
}
|
|
760
|
+
}iframe[data-v-e5fb3b56] {
|
|
761
|
+
width: 100%;
|
|
762
|
+
height: calc(100vh - 50px);
|
|
763
763
|
}.errPage-container[data-v-6bef0241] {
|
|
764
764
|
width: 800px;
|
|
765
765
|
max-width: 100%;
|
|
@@ -854,12 +854,136 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
854
854
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
855
855
|
color: #409eff;
|
|
856
856
|
}
|
|
857
|
-
|
|
857
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
858
|
+
position: relative;
|
|
859
|
+
height: 100%;
|
|
860
|
+
width: 100%;
|
|
861
|
+
}
|
|
862
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
863
|
+
position: fixed;
|
|
864
|
+
top: 0;
|
|
865
|
+
}
|
|
866
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
867
|
+
background: #000;
|
|
868
|
+
opacity: 0.3;
|
|
869
|
+
width: 100%;
|
|
870
|
+
top: 0;
|
|
871
|
+
height: 100%;
|
|
872
|
+
position: absolute;
|
|
873
|
+
z-index: 999;
|
|
874
|
+
}
|
|
858
875
|
.graphDiv[data-v-a936569d] {
|
|
859
876
|
overflow: auto;
|
|
860
877
|
height: 100%;
|
|
861
878
|
height: calc(100vh - 20px);
|
|
862
879
|
}
|
|
880
|
+
iframe[data-v-20dccb82] {
|
|
881
|
+
width: 100%;
|
|
882
|
+
height: calc(100vh - 50px);
|
|
883
|
+
}.app-main[data-v-2d98e845] {
|
|
884
|
+
padding: var(--app-main-padding, 15px);
|
|
885
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
886
|
+
position: relative;
|
|
887
|
+
overflow: hidden;
|
|
888
|
+
}
|
|
889
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
890
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
891
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
892
|
+
overflow: auto;
|
|
893
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
894
|
+
position: relative;
|
|
895
|
+
--el-menu-item-height: 45px;
|
|
896
|
+
--el-menu-sub-item-height: 45px;
|
|
897
|
+
}
|
|
898
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
899
|
+
padding: 0 !important;
|
|
900
|
+
}
|
|
901
|
+
.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)) {
|
|
902
|
+
display: flex;
|
|
903
|
+
flex-direction: row;
|
|
904
|
+
}
|
|
905
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
906
|
+
display: flex;
|
|
907
|
+
flex-direction: row;
|
|
908
|
+
padding: 0 !important;
|
|
909
|
+
}
|
|
910
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
911
|
+
display: flex;
|
|
912
|
+
align-items: center;
|
|
913
|
+
justify-content: center;
|
|
914
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
915
|
+
font-size: 16px;
|
|
916
|
+
}
|
|
917
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
918
|
+
width: 20px;
|
|
919
|
+
}
|
|
920
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
921
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
922
|
+
overflow: hidden;
|
|
923
|
+
white-space: nowrap;
|
|
924
|
+
overflow: hidden;
|
|
925
|
+
text-overflow: ellipsis;
|
|
926
|
+
}
|
|
927
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
928
|
+
overflow: hidden;
|
|
929
|
+
white-space: nowrap;
|
|
930
|
+
overflow: hidden;
|
|
931
|
+
text-overflow: ellipsis;
|
|
932
|
+
}
|
|
933
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
934
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
935
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
936
|
+
position: relative;
|
|
937
|
+
--el-menu-item-height: 45px;
|
|
938
|
+
--el-menu-sub-item-height: 45px;
|
|
939
|
+
}
|
|
940
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
941
|
+
padding: 0 !important;
|
|
942
|
+
}
|
|
943
|
+
.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)) {
|
|
944
|
+
display: flex;
|
|
945
|
+
flex-direction: row;
|
|
946
|
+
}
|
|
947
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
948
|
+
display: flex;
|
|
949
|
+
flex-direction: row;
|
|
950
|
+
padding: 0 !important;
|
|
951
|
+
}
|
|
952
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
953
|
+
display: flex;
|
|
954
|
+
align-items: center;
|
|
955
|
+
justify-content: center;
|
|
956
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
957
|
+
font-size: 16px;
|
|
958
|
+
}
|
|
959
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
960
|
+
width: 20px;
|
|
961
|
+
}
|
|
962
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
963
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
964
|
+
overflow: hidden;
|
|
965
|
+
white-space: nowrap;
|
|
966
|
+
overflow: hidden;
|
|
967
|
+
text-overflow: ellipsis;
|
|
968
|
+
}
|
|
969
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
970
|
+
overflow: hidden;
|
|
971
|
+
white-space: nowrap;
|
|
972
|
+
overflow: hidden;
|
|
973
|
+
text-overflow: ellipsis;
|
|
974
|
+
}
|
|
975
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
976
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
977
|
+
}
|
|
978
|
+
.searchResult {
|
|
979
|
+
color: red;
|
|
980
|
+
}
|
|
981
|
+
.inline-select-custom {
|
|
982
|
+
width: 100px;
|
|
983
|
+
}
|
|
984
|
+
.inline-input-custom {
|
|
985
|
+
width: 98%;
|
|
986
|
+
}
|
|
863
987
|
|
|
864
988
|
.organization-tree,
|
|
865
989
|
.organization-tree .el-checkbox__label,
|
|
@@ -982,158 +1106,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
982
1106
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
983
1107
|
color: #409eff;
|
|
984
1108
|
}
|
|
985
|
-
.
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
991
|
-
position: fixed;
|
|
992
|
-
top: 0;
|
|
993
|
-
}
|
|
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;
|
|
1009
|
-
}
|
|
1010
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1011
|
-
padding: 0 !important;
|
|
1109
|
+
[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
|
+
user-select: text !important;
|
|
1111
|
+
-webkit-user-select: text !important;
|
|
1112
|
+
-moz-user-select: text !important;
|
|
1113
|
+
-ms-user-select: text !important;
|
|
1012
1114
|
}
|
|
1013
|
-
.
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1018
|
-
display: flex;
|
|
1019
|
-
flex-direction: row;
|
|
1020
|
-
padding: 0 !important;
|
|
1021
|
-
}
|
|
1022
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1023
|
-
display: flex;
|
|
1024
|
-
align-items: center;
|
|
1025
|
-
justify-content: center;
|
|
1026
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1027
|
-
font-size: 16px;
|
|
1028
|
-
}
|
|
1029
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1030
|
-
width: 20px;
|
|
1031
|
-
}
|
|
1032
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1033
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1034
|
-
overflow: hidden;
|
|
1035
|
-
white-space: nowrap;
|
|
1036
|
-
overflow: hidden;
|
|
1037
|
-
text-overflow: ellipsis;
|
|
1038
|
-
}
|
|
1039
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1040
|
-
overflow: hidden;
|
|
1041
|
-
white-space: nowrap;
|
|
1042
|
-
overflow: hidden;
|
|
1043
|
-
text-overflow: ellipsis;
|
|
1044
|
-
}
|
|
1045
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1046
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1047
|
-
}.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;
|
|
1052
|
-
}
|
|
1053
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1054
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1056
|
-
overflow: auto;
|
|
1057
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1058
|
-
position: relative;
|
|
1059
|
-
--el-menu-item-height: 45px;
|
|
1060
|
-
--el-menu-sub-item-height: 45px;
|
|
1061
|
-
}
|
|
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);
|
|
1099
|
-
}
|
|
1100
|
-
.searchResult {
|
|
1101
|
-
color: red;
|
|
1102
|
-
}
|
|
1103
|
-
.inline-select-custom {
|
|
1104
|
-
width: 100px;
|
|
1105
|
-
}
|
|
1106
|
-
.inline-input-custom {
|
|
1107
|
-
width: 98%;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.ab-date-range[data-v-2aeaa81d] {
|
|
1111
|
-
display: flex;
|
|
1112
|
-
align-items: center;
|
|
1113
|
-
width: 100%;
|
|
1114
|
-
gap: 8px;
|
|
1115
|
-
box-sizing: border-box;
|
|
1116
|
-
min-width: 0;
|
|
1117
|
-
}
|
|
1118
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1119
|
-
width: 100%;
|
|
1120
|
-
min-width: 0;
|
|
1121
|
-
}
|
|
1122
|
-
.sep[data-v-2aeaa81d] {
|
|
1123
|
-
padding: 0 8px;
|
|
1124
|
-
color: var(--el-text-color-secondary);
|
|
1125
|
-
white-space: nowrap;
|
|
1126
|
-
flex: 0 0 auto;
|
|
1127
|
-
}
|
|
1128
|
-
[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
|
|
1129
|
-
user-select: text !important;
|
|
1130
|
-
-webkit-user-select: text !important;
|
|
1131
|
-
-moz-user-select: text !important;
|
|
1132
|
-
-ms-user-select: text !important;
|
|
1133
|
-
}
|
|
1134
|
-
.slide-up-enter-active[data-v-e25b360d],
|
|
1135
|
-
.slide-up-leave-active[data-v-e25b360d] {
|
|
1136
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1115
|
+
.slide-up-enter-active[data-v-e25b360d],
|
|
1116
|
+
.slide-up-leave-active[data-v-e25b360d] {
|
|
1117
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1137
1118
|
}
|
|
1138
1119
|
.slide-up-enter-from[data-v-e25b360d],
|
|
1139
1120
|
.slide-up-leave-to[data-v-e25b360d] {
|
|
@@ -1343,78 +1324,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1343
1324
|
[data-v-e25b360d] .el-divider--horizontal {
|
|
1344
1325
|
margin: 5px 0;
|
|
1345
1326
|
}
|
|
1346
|
-
|
|
1347
|
-
.searchResult {
|
|
1348
|
-
color: red;
|
|
1349
|
-
}
|
|
1350
|
-
.inline-input-custom {
|
|
1351
|
-
width: 90%;
|
|
1352
|
-
}
|
|
1353
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1354
|
-
min-width: 300px;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.searchResult {
|
|
1358
|
-
color: red;
|
|
1359
|
-
}
|
|
1360
|
-
.inline-input-custom {
|
|
1361
|
-
width: 100% !important;
|
|
1362
|
-
}
|
|
1363
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1364
|
-
min-width: 300px;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.searchResult {
|
|
1368
|
-
color: red;
|
|
1369
|
-
}
|
|
1370
|
-
.inline-select-custom {
|
|
1371
|
-
width: 100px;
|
|
1372
|
-
}
|
|
1373
|
-
.inline-input-custom {
|
|
1374
|
-
width: 98%;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.searchResult {
|
|
1378
|
-
color: red;
|
|
1379
|
-
}
|
|
1380
|
-
.inline-select-custom {
|
|
1381
|
-
width: 100px;
|
|
1382
|
-
}
|
|
1383
|
-
.inline-input-custom {
|
|
1384
|
-
width: 98%;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
.searchResult {
|
|
1388
|
-
color: red;
|
|
1389
|
-
}
|
|
1390
|
-
.inline-select-custom {
|
|
1391
|
-
width: 100px;
|
|
1392
|
-
}
|
|
1393
|
-
.inline-input-custom {
|
|
1394
|
-
width: 98%;
|
|
1395
|
-
}
|
|
1396
|
-
.searchDepartmentUser {
|
|
1397
|
-
width: 250px;
|
|
1398
|
-
}
|
|
1399
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1400
|
-
min-width: 300px;
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
.searchResult {
|
|
1404
|
-
color: red;
|
|
1405
|
-
}
|
|
1406
|
-
.inline-select-custom {
|
|
1407
|
-
width: 100px;
|
|
1408
|
-
}
|
|
1409
|
-
.inline-input-custom {
|
|
1410
|
-
width: 98%;
|
|
1411
|
-
}
|
|
1412
|
-
.searchDepartmentUser {
|
|
1413
|
-
width: 250px;
|
|
1414
|
-
}
|
|
1415
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1416
|
-
min-width: 300px;
|
|
1417
|
-
}
|
|
1418
1327
|
.normal-column-header[data-v-562b2e0d] {
|
|
1419
1328
|
display: inline-flex;
|
|
1420
1329
|
vertical-align: middle;
|
|
@@ -1477,6 +1386,97 @@ li[data-v-040fcf55] {
|
|
|
1477
1386
|
li[data-v-040fcf55] {
|
|
1478
1387
|
list-style-type: none;
|
|
1479
1388
|
}
|
|
1389
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1390
|
+
display: flex;
|
|
1391
|
+
align-items: center;
|
|
1392
|
+
width: 100%;
|
|
1393
|
+
gap: 8px;
|
|
1394
|
+
box-sizing: border-box;
|
|
1395
|
+
min-width: 0;
|
|
1396
|
+
}
|
|
1397
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1398
|
+
width: 100%;
|
|
1399
|
+
min-width: 0;
|
|
1400
|
+
}
|
|
1401
|
+
.sep[data-v-2aeaa81d] {
|
|
1402
|
+
padding: 0 8px;
|
|
1403
|
+
color: var(--el-text-color-secondary);
|
|
1404
|
+
white-space: nowrap;
|
|
1405
|
+
flex: 0 0 auto;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.searchResult {
|
|
1409
|
+
color: red;
|
|
1410
|
+
}
|
|
1411
|
+
.inline-input-custom {
|
|
1412
|
+
width: 90%;
|
|
1413
|
+
}
|
|
1414
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1415
|
+
min-width: 300px;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.searchResult {
|
|
1419
|
+
color: red;
|
|
1420
|
+
}
|
|
1421
|
+
.inline-select-custom {
|
|
1422
|
+
width: 100px;
|
|
1423
|
+
}
|
|
1424
|
+
.inline-input-custom {
|
|
1425
|
+
width: 98%;
|
|
1426
|
+
}
|
|
1427
|
+
.searchDepartmentUser {
|
|
1428
|
+
width: 250px;
|
|
1429
|
+
}
|
|
1430
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1431
|
+
min-width: 300px;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.searchResult {
|
|
1435
|
+
color: red;
|
|
1436
|
+
}
|
|
1437
|
+
.inline-input-custom {
|
|
1438
|
+
width: 100% !important;
|
|
1439
|
+
}
|
|
1440
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1441
|
+
min-width: 300px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.searchResult {
|
|
1445
|
+
color: red;
|
|
1446
|
+
}
|
|
1447
|
+
.inline-select-custom {
|
|
1448
|
+
width: 100px;
|
|
1449
|
+
}
|
|
1450
|
+
.inline-input-custom {
|
|
1451
|
+
width: 98%;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.searchResult {
|
|
1455
|
+
color: red;
|
|
1456
|
+
}
|
|
1457
|
+
.inline-select-custom {
|
|
1458
|
+
width: 100px;
|
|
1459
|
+
}
|
|
1460
|
+
.inline-input-custom {
|
|
1461
|
+
width: 98%;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.searchResult {
|
|
1465
|
+
color: red;
|
|
1466
|
+
}
|
|
1467
|
+
.inline-select-custom {
|
|
1468
|
+
width: 100px;
|
|
1469
|
+
}
|
|
1470
|
+
.inline-input-custom {
|
|
1471
|
+
width: 98%;
|
|
1472
|
+
}
|
|
1473
|
+
.searchDepartmentUser {
|
|
1474
|
+
width: 250px;
|
|
1475
|
+
}
|
|
1476
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1477
|
+
min-width: 300px;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
1480
|
.grid-search-form[data-v-04817310] {
|
|
1481
1481
|
overflow: auto;
|
|
1482
1482
|
}
|
|
@@ -1608,6 +1608,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1608
1608
|
[data-v-455b2ba2] .super-icon {
|
|
1609
1609
|
width: 20px !important;
|
|
1610
1610
|
height: 20px !important;
|
|
1611
|
+
}[data-v-0fb85d6e] .super-icon {
|
|
1612
|
+
width: 20px !important;
|
|
1613
|
+
height: 20px !important;
|
|
1611
1614
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1612
1615
|
background-color: #eee;
|
|
1613
1616
|
width: 100%;
|
|
@@ -1627,30 +1630,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1627
1630
|
}
|
|
1628
1631
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1629
1632
|
margin: 0 5px;
|
|
1630
|
-
}[data-v-
|
|
1631
|
-
width: 20px !important;
|
|
1632
|
-
height: 20px !important;
|
|
1633
|
-
}
|
|
1634
|
-
.searchResult {
|
|
1635
|
-
color: red;
|
|
1636
|
-
}
|
|
1637
|
-
.inline-select-custom {
|
|
1638
|
-
width: 100px;
|
|
1639
|
-
}
|
|
1640
|
-
.inline-input-custom {
|
|
1641
|
-
width: 98%;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.searchResult {
|
|
1645
|
-
color: red;
|
|
1646
|
-
}
|
|
1647
|
-
.inline-select-custom {
|
|
1648
|
-
width: 100px;
|
|
1649
|
-
}
|
|
1650
|
-
.inline-input-custom {
|
|
1651
|
-
width: 98%;
|
|
1652
|
-
}
|
|
1653
|
-
.annex-cell[data-v-c44b1087] {
|
|
1633
|
+
}.annex-cell[data-v-c44b1087] {
|
|
1654
1634
|
padding-right: 5px;
|
|
1655
1635
|
cursor: pointer;
|
|
1656
1636
|
color: #409eff;
|
|
@@ -1770,6 +1750,31 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1770
1750
|
background-color: #ffffff;
|
|
1771
1751
|
width: 50%;
|
|
1772
1752
|
height: 40px;
|
|
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;
|
|
1773
1778
|
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1774
1779
|
position: relative;
|
|
1775
1780
|
--el-menu-item-height: 45px;
|
|
@@ -1806,24 +1811,16 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1806
1811
|
white-space: nowrap;
|
|
1807
1812
|
overflow: hidden;
|
|
1808
1813
|
text-overflow: ellipsis;
|
|
1809
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1810
|
-
border: 1px solid #dcdfe6;
|
|
1811
|
-
padding: 4px 8px;
|
|
1812
|
-
background-clip: padding-box;
|
|
1813
|
-
overflow: hidden;
|
|
1814
|
-
display: inline-flex;
|
|
1815
|
-
align-items: center;
|
|
1816
|
-
}
|
|
1817
|
-
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
1818
|
-
margin-right: 18px;
|
|
1819
|
-
max-width: 160px;
|
|
1820
|
-
overflow: hidden;
|
|
1821
|
-
text-overflow: ellipsis;
|
|
1822
|
-
white-space: nowrap;
|
|
1823
1814
|
}
|
|
1824
|
-
.
|
|
1825
|
-
|
|
1826
|
-
|
|
1815
|
+
.svg-icon[data-v-019891df] {
|
|
1816
|
+
width: 1.2em;
|
|
1817
|
+
height: 1.2em;
|
|
1818
|
+
vertical-align: -0.25em;
|
|
1819
|
+
fill: currentColor;
|
|
1820
|
+
overflow: initial;
|
|
1821
|
+
}
|
|
1822
|
+
[data-v-90635647] .el-range-separator {
|
|
1823
|
+
min-width: 20px;
|
|
1827
1824
|
}.el-button > span[data-v-5bb8bf7f] {
|
|
1828
1825
|
font-size: 12px;
|
|
1829
1826
|
}
|
|
@@ -1840,34 +1837,12 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1840
1837
|
max-width: 160px;
|
|
1841
1838
|
overflow: hidden;
|
|
1842
1839
|
text-overflow: ellipsis;
|
|
1843
|
-
white-space: nowrap;
|
|
1844
|
-
}
|
|
1845
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1846
|
-
font-weight: 600;
|
|
1847
|
-
margin-left: 4px;
|
|
1848
|
-
}
|
|
1849
|
-
.svg-icon[data-v-019891df] {
|
|
1850
|
-
width: 1.2em;
|
|
1851
|
-
height: 1.2em;
|
|
1852
|
-
vertical-align: -0.25em;
|
|
1853
|
-
fill: currentColor;
|
|
1854
|
-
overflow: initial;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
1858
|
-
width: 100%;
|
|
1859
|
-
height: 100%;
|
|
1860
|
-
border: none;
|
|
1861
|
-
opacity: 1;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
1865
|
-
width: 100%;
|
|
1866
|
-
height: 100%;
|
|
1867
|
-
border: none;
|
|
1868
|
-
opacity: 1;
|
|
1869
|
-
}
|
|
1870
|
-
[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 {
|
|
1840
|
+
white-space: nowrap;
|
|
1841
|
+
}
|
|
1842
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1843
|
+
font-weight: 600;
|
|
1844
|
+
margin-left: 4px;
|
|
1845
|
+
}[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 {
|
|
1871
1846
|
user-select: text !important;
|
|
1872
1847
|
-webkit-user-select: text !important;
|
|
1873
1848
|
-moz-user-select: text !important;
|
|
@@ -2138,51 +2113,7 @@ h4[data-v-0b0c189e] {
|
|
|
2138
2113
|
}
|
|
2139
2114
|
.el-divider--vertical[data-v-0b0c189e] {
|
|
2140
2115
|
margin: 0 0;
|
|
2141
|
-
}
|
|
2142
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2143
|
-
display: flex;
|
|
2144
|
-
align-items: center;
|
|
2145
|
-
flex-shrink: 0;
|
|
2146
|
-
min-width: max-content;
|
|
2147
|
-
margin-left: auto;
|
|
2148
|
-
gap: 10px;
|
|
2149
|
-
}
|
|
2150
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2151
|
-
display: flex;
|
|
2152
|
-
align-items: center;
|
|
2153
|
-
justify-content: center;
|
|
2154
|
-
margin-top: 10px;
|
|
2155
|
-
gap: 10px;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2159
|
-
display: flex;
|
|
2160
|
-
align-items: center;
|
|
2161
|
-
justify-content: space-between;
|
|
2162
|
-
gap: 10px;
|
|
2163
|
-
width: 100%;
|
|
2164
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2165
|
-
font-size: 10px;
|
|
2166
|
-
color: #999;
|
|
2167
|
-
margin-top: 3px;
|
|
2168
|
-
flex-shrink: 0;
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2172
|
-
display: flex;
|
|
2173
|
-
gap: 8px;
|
|
2174
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2175
|
-
margin-left: 0;
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
.home-chart-iframe[data-v-b9f40acf] {
|
|
2180
|
-
width: 100%;
|
|
2181
|
-
height: 100%;
|
|
2182
|
-
border: none;
|
|
2183
|
-
opacity: 1;
|
|
2184
|
-
}
|
|
2185
|
-
[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 {
|
|
2116
|
+
}[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 {
|
|
2186
2117
|
user-select: text !important;
|
|
2187
2118
|
-webkit-user-select: text !important;
|
|
2188
2119
|
-moz-user-select: text !important;
|
|
@@ -2370,25 +2301,25 @@ h4[data-v-0b0c189e] {
|
|
|
2370
2301
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2371
2302
|
padding: 0;
|
|
2372
2303
|
}
|
|
2373
|
-
[data-v-
|
|
2304
|
+
[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 {
|
|
2374
2305
|
user-select: text !important;
|
|
2375
2306
|
-webkit-user-select: text !important;
|
|
2376
2307
|
-moz-user-select: text !important;
|
|
2377
2308
|
-ms-user-select: text !important;
|
|
2378
2309
|
}
|
|
2379
|
-
.slide-up-enter-active[data-v-
|
|
2380
|
-
.slide-up-leave-active[data-v-
|
|
2310
|
+
.slide-up-enter-active[data-v-bc196b97],
|
|
2311
|
+
.slide-up-leave-active[data-v-bc196b97] {
|
|
2381
2312
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2382
2313
|
}
|
|
2383
|
-
.slide-up-enter-from[data-v-
|
|
2384
|
-
.slide-up-leave-to[data-v-
|
|
2314
|
+
.slide-up-enter-from[data-v-bc196b97],
|
|
2315
|
+
.slide-up-leave-to[data-v-bc196b97] {
|
|
2385
2316
|
transform: translateY(100%);
|
|
2386
2317
|
}
|
|
2387
2318
|
|
|
2388
2319
|
/**
|
|
2389
2320
|
* 聊天窗口的样式设置
|
|
2390
2321
|
*/
|
|
2391
|
-
.chat-container[data-v-
|
|
2322
|
+
.chat-container[data-v-bc196b97] {
|
|
2392
2323
|
--header-height: 56px;
|
|
2393
2324
|
--chat-padding: 12px;
|
|
2394
2325
|
--bubble-content-max-width: 0px;
|
|
@@ -2400,25 +2331,25 @@ h4[data-v-0b0c189e] {
|
|
|
2400
2331
|
flex-direction: row; /* 横向排列 */
|
|
2401
2332
|
height: 100%; /* 父容器高度 */
|
|
2402
2333
|
}
|
|
2403
|
-
.small-window[data-v-
|
|
2334
|
+
.small-window[data-v-bc196b97] {
|
|
2404
2335
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2405
2336
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2406
2337
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2407
2338
|
border-radius: 8px;
|
|
2408
2339
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2409
2340
|
}
|
|
2410
|
-
.full-screen[data-v-
|
|
2341
|
+
.full-screen[data-v-bc196b97] {
|
|
2411
2342
|
right: 0;
|
|
2412
2343
|
bottom: 0;
|
|
2413
2344
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2414
2345
|
}
|
|
2415
|
-
.chat-container > *[data-v-
|
|
2346
|
+
.chat-container > *[data-v-bc196b97] {
|
|
2416
2347
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2417
2348
|
}
|
|
2418
2349
|
|
|
2419
2350
|
/* 聊天窗口的头部样式设置
|
|
2420
2351
|
*/
|
|
2421
|
-
.chat-embed__header_container[data-v-
|
|
2352
|
+
.chat-embed__header_container[data-v-bc196b97] {
|
|
2422
2353
|
/* border-bottom: 1px solid #ddd; */
|
|
2423
2354
|
display: flex;
|
|
2424
2355
|
align-items: center;
|
|
@@ -2428,7 +2359,7 @@ h4[data-v-0b0c189e] {
|
|
|
2428
2359
|
overflow: hidden;
|
|
2429
2360
|
position: relative;
|
|
2430
2361
|
}
|
|
2431
|
-
.session-subject[data-v-
|
|
2362
|
+
.session-subject[data-v-bc196b97] {
|
|
2432
2363
|
display: block;
|
|
2433
2364
|
margin: 0 auto;
|
|
2434
2365
|
text-align: center;
|
|
@@ -2443,17 +2374,17 @@ h4[data-v-0b0c189e] {
|
|
|
2443
2374
|
|
|
2444
2375
|
/* 聊天窗口的头部图标样式设置
|
|
2445
2376
|
*/
|
|
2446
|
-
.chat-embed__header_avatar[data-v-
|
|
2377
|
+
.chat-embed__header_avatar[data-v-bc196b97] {
|
|
2447
2378
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2448
2379
|
margin-right: var(--chat-padding);
|
|
2449
2380
|
}
|
|
2450
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2381
|
+
.chat-embed__header_tool_icon[data-v-bc196b97] {
|
|
2451
2382
|
right: 20px;
|
|
2452
2383
|
position: absolute;
|
|
2453
2384
|
gap: 28px;
|
|
2454
2385
|
display: flex;
|
|
2455
2386
|
}
|
|
2456
|
-
.chat-embed__sidebar[data-v-
|
|
2387
|
+
.chat-embed__sidebar[data-v-bc196b97] {
|
|
2457
2388
|
background: #f6f7fa;
|
|
2458
2389
|
display: flex;
|
|
2459
2390
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2462,7 +2393,7 @@ h4[data-v-0b0c189e] {
|
|
|
2462
2393
|
width: 260px;
|
|
2463
2394
|
height: 100%;
|
|
2464
2395
|
}
|
|
2465
|
-
.chat-embed__main[data-v-
|
|
2396
|
+
.chat-embed__main[data-v-bc196b97] {
|
|
2466
2397
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2467
2398
|
box-sizing: border-box;
|
|
2468
2399
|
overflow: hidden;
|
|
@@ -2473,7 +2404,7 @@ h4[data-v-0b0c189e] {
|
|
|
2473
2404
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2474
2405
|
overflow: hidden; /* 防止内容溢出 */
|
|
2475
2406
|
}
|
|
2476
|
-
.chat-embed__main_content[data-v-
|
|
2407
|
+
.chat-embed__main_content[data-v-bc196b97] {
|
|
2477
2408
|
flex: 1;
|
|
2478
2409
|
box-sizing: border-box;
|
|
2479
2410
|
min-height: 0;
|
|
@@ -2481,21 +2412,21 @@ h4[data-v-0b0c189e] {
|
|
|
2481
2412
|
/* overflow-y: auto;
|
|
2482
2413
|
margin-bottom: 12px; */
|
|
2483
2414
|
}
|
|
2484
|
-
.chat-embed__input_container[data-v-
|
|
2415
|
+
.chat-embed__input_container[data-v-bc196b97] {
|
|
2485
2416
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2486
2417
|
/* margin-bottom: 50px; 距离底部 */
|
|
2487
2418
|
}
|
|
2488
|
-
.header-icon[data-v-
|
|
2419
|
+
.header-icon[data-v-bc196b97] {
|
|
2489
2420
|
cursor: pointer;
|
|
2490
2421
|
font-size: 20px;
|
|
2491
2422
|
}
|
|
2492
2423
|
|
|
2493
2424
|
/* 聊天默认推荐内容样式
|
|
2494
2425
|
*/
|
|
2495
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2426
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-bc196b97] {
|
|
2496
2427
|
margin-top: 5px;
|
|
2497
2428
|
}
|
|
2498
|
-
.content-container[data-v-
|
|
2429
|
+
.content-container[data-v-bc196b97] {
|
|
2499
2430
|
padding: 16px;
|
|
2500
2431
|
border-radius: 4px;
|
|
2501
2432
|
background: #ffffff;
|
|
@@ -2503,7 +2434,7 @@ h4[data-v-0b0c189e] {
|
|
|
2503
2434
|
border-radius: 0px 30px 30px 30px;
|
|
2504
2435
|
/* opacity: 0.6; */
|
|
2505
2436
|
}
|
|
2506
|
-
.chat-content-font[data-v-
|
|
2437
|
+
.chat-content-font[data-v-bc196b97] {
|
|
2507
2438
|
font-family: PingFang SC, PingFang SC;
|
|
2508
2439
|
font-weight: 500;
|
|
2509
2440
|
font-size: 16px;
|
|
@@ -2513,10 +2444,10 @@ h4[data-v-0b0c189e] {
|
|
|
2513
2444
|
font-style: normal;
|
|
2514
2445
|
text-transform: none;
|
|
2515
2446
|
}
|
|
2516
|
-
[data-v-
|
|
2447
|
+
[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2517
2448
|
border: none !important;
|
|
2518
2449
|
}
|
|
2519
|
-
.content-container-header[data-v-
|
|
2450
|
+
.content-container-header[data-v-bc196b97] {
|
|
2520
2451
|
font-size: 12px;
|
|
2521
2452
|
color: #909399;
|
|
2522
2453
|
}
|
|
@@ -2524,28 +2455,28 @@ h4[data-v-0b0c189e] {
|
|
|
2524
2455
|
/**
|
|
2525
2456
|
// 用户消息
|
|
2526
2457
|
*/
|
|
2527
|
-
.content-borderless-container[data-v-
|
|
2458
|
+
.content-borderless-container[data-v-bc196b97] {
|
|
2528
2459
|
background: #e1ecfd;
|
|
2529
2460
|
border-radius: 20px 0px 20px 20px;
|
|
2530
2461
|
user-select: none;
|
|
2531
2462
|
padding: 12px;
|
|
2532
2463
|
cursor: pointer;
|
|
2533
2464
|
transition: background-color 0.3s;
|
|
2534
|
-
&[data-v-
|
|
2465
|
+
&[data-v-bc196b97]:hover {
|
|
2535
2466
|
background-color: #ebeef5;
|
|
2536
2467
|
}
|
|
2537
2468
|
}
|
|
2538
|
-
.footer-container[data-v-
|
|
2539
|
-
[data-v-
|
|
2469
|
+
.footer-container[data-v-bc196b97] {
|
|
2470
|
+
[data-v-bc196b97] .el-button + .el-button {
|
|
2540
2471
|
margin-left: 8px;
|
|
2541
2472
|
}
|
|
2542
2473
|
}
|
|
2543
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2474
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-bc196b97] {
|
|
2544
2475
|
padding: 0;
|
|
2545
2476
|
}
|
|
2546
2477
|
|
|
2547
2478
|
/* 引用文件样式 */
|
|
2548
|
-
.doc-agg-item[data-v-
|
|
2479
|
+
.doc-agg-item[data-v-bc196b97] {
|
|
2549
2480
|
width: 100%;
|
|
2550
2481
|
padding: 10px;
|
|
2551
2482
|
margin-bottom: 5px;
|
|
@@ -2555,28 +2486,49 @@ h4[data-v-0b0c189e] {
|
|
|
2555
2486
|
font-size: 12px;
|
|
2556
2487
|
color: var(--el-color-primary);
|
|
2557
2488
|
}
|
|
2558
|
-
.elx-xmarkdown-container[data-v-
|
|
2489
|
+
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2559
2490
|
padding: 0;
|
|
2560
2491
|
}
|
|
2561
|
-
|
|
2492
|
+
|
|
2493
|
+
.footer-wrapper[data-v-ffbde6f9] {
|
|
2494
|
+
display: flex;
|
|
2495
|
+
align-items: center;
|
|
2496
|
+
justify-content: space-between;
|
|
2497
|
+
gap: 10px;
|
|
2498
|
+
width: 100%;
|
|
2499
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2500
|
+
font-size: 10px;
|
|
2501
|
+
color: #999;
|
|
2502
|
+
margin-top: 3px;
|
|
2503
|
+
flex-shrink: 0;
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
.footer-container[data-v-ffbde6f9] {
|
|
2507
|
+
display: flex;
|
|
2508
|
+
gap: 8px;
|
|
2509
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2510
|
+
margin-left: 0;
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
[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 {
|
|
2562
2514
|
user-select: text !important;
|
|
2563
2515
|
-webkit-user-select: text !important;
|
|
2564
2516
|
-moz-user-select: text !important;
|
|
2565
2517
|
-ms-user-select: text !important;
|
|
2566
2518
|
}
|
|
2567
|
-
.slide-up-enter-active[data-v-
|
|
2568
|
-
.slide-up-leave-active[data-v-
|
|
2519
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2520
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2569
2521
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2570
2522
|
}
|
|
2571
|
-
.slide-up-enter-from[data-v-
|
|
2572
|
-
.slide-up-leave-to[data-v-
|
|
2523
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2524
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2573
2525
|
transform: translateY(100%);
|
|
2574
2526
|
}
|
|
2575
2527
|
|
|
2576
2528
|
/**
|
|
2577
2529
|
* 聊天窗口的样式设置
|
|
2578
2530
|
*/
|
|
2579
|
-
.chat-container[data-v-
|
|
2531
|
+
.chat-container[data-v-45fbaf17] {
|
|
2580
2532
|
--header-height: 56px;
|
|
2581
2533
|
--chat-padding: 12px;
|
|
2582
2534
|
--bubble-content-max-width: 0px;
|
|
@@ -2588,25 +2540,25 @@ h4[data-v-0b0c189e] {
|
|
|
2588
2540
|
flex-direction: row; /* 横向排列 */
|
|
2589
2541
|
height: 100%; /* 父容器高度 */
|
|
2590
2542
|
}
|
|
2591
|
-
.small-window[data-v-
|
|
2543
|
+
.small-window[data-v-45fbaf17] {
|
|
2592
2544
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2593
2545
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2594
2546
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2595
2547
|
border-radius: 8px;
|
|
2596
2548
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2597
2549
|
}
|
|
2598
|
-
.full-screen[data-v-
|
|
2550
|
+
.full-screen[data-v-45fbaf17] {
|
|
2599
2551
|
right: 0;
|
|
2600
2552
|
bottom: 0;
|
|
2601
2553
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2602
2554
|
}
|
|
2603
|
-
.chat-container > *[data-v-
|
|
2555
|
+
.chat-container > *[data-v-45fbaf17] {
|
|
2604
2556
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2605
2557
|
}
|
|
2606
2558
|
|
|
2607
2559
|
/* 聊天窗口的头部样式设置
|
|
2608
2560
|
*/
|
|
2609
|
-
.chat-embed__header_container[data-v-
|
|
2561
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2610
2562
|
/* border-bottom: 1px solid #ddd; */
|
|
2611
2563
|
display: flex;
|
|
2612
2564
|
align-items: center;
|
|
@@ -2616,7 +2568,7 @@ h4[data-v-0b0c189e] {
|
|
|
2616
2568
|
overflow: hidden;
|
|
2617
2569
|
position: relative;
|
|
2618
2570
|
}
|
|
2619
|
-
.session-subject[data-v-
|
|
2571
|
+
.session-subject[data-v-45fbaf17] {
|
|
2620
2572
|
display: block;
|
|
2621
2573
|
margin: 0 auto;
|
|
2622
2574
|
text-align: center;
|
|
@@ -2631,17 +2583,17 @@ h4[data-v-0b0c189e] {
|
|
|
2631
2583
|
|
|
2632
2584
|
/* 聊天窗口的头部图标样式设置
|
|
2633
2585
|
*/
|
|
2634
|
-
.chat-embed__header_avatar[data-v-
|
|
2586
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2635
2587
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2636
2588
|
margin-right: var(--chat-padding);
|
|
2637
2589
|
}
|
|
2638
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2590
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2639
2591
|
right: 20px;
|
|
2640
2592
|
position: absolute;
|
|
2641
2593
|
gap: 28px;
|
|
2642
2594
|
display: flex;
|
|
2643
2595
|
}
|
|
2644
|
-
.chat-embed__sidebar[data-v-
|
|
2596
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2645
2597
|
background: #f6f7fa;
|
|
2646
2598
|
display: flex;
|
|
2647
2599
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2650,7 +2602,7 @@ h4[data-v-0b0c189e] {
|
|
|
2650
2602
|
width: 260px;
|
|
2651
2603
|
height: 100%;
|
|
2652
2604
|
}
|
|
2653
|
-
.chat-embed__main[data-v-
|
|
2605
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2654
2606
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2655
2607
|
box-sizing: border-box;
|
|
2656
2608
|
overflow: hidden;
|
|
@@ -2661,7 +2613,7 @@ h4[data-v-0b0c189e] {
|
|
|
2661
2613
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2662
2614
|
overflow: hidden; /* 防止内容溢出 */
|
|
2663
2615
|
}
|
|
2664
|
-
.chat-embed__main_content[data-v-
|
|
2616
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2665
2617
|
flex: 1;
|
|
2666
2618
|
box-sizing: border-box;
|
|
2667
2619
|
min-height: 0;
|
|
@@ -2669,21 +2621,21 @@ h4[data-v-0b0c189e] {
|
|
|
2669
2621
|
/* overflow-y: auto;
|
|
2670
2622
|
margin-bottom: 12px; */
|
|
2671
2623
|
}
|
|
2672
|
-
.chat-embed__input_container[data-v-
|
|
2624
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2673
2625
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2674
2626
|
/* margin-bottom: 50px; 距离底部 */
|
|
2675
2627
|
}
|
|
2676
|
-
.header-icon[data-v-
|
|
2628
|
+
.header-icon[data-v-45fbaf17] {
|
|
2677
2629
|
cursor: pointer;
|
|
2678
2630
|
font-size: 20px;
|
|
2679
2631
|
}
|
|
2680
2632
|
|
|
2681
2633
|
/* 聊天默认推荐内容样式
|
|
2682
2634
|
*/
|
|
2683
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2635
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2684
2636
|
margin-top: 5px;
|
|
2685
2637
|
}
|
|
2686
|
-
.content-container[data-v-
|
|
2638
|
+
.content-container[data-v-45fbaf17] {
|
|
2687
2639
|
padding: 16px;
|
|
2688
2640
|
border-radius: 4px;
|
|
2689
2641
|
background: #ffffff;
|
|
@@ -2691,7 +2643,7 @@ h4[data-v-0b0c189e] {
|
|
|
2691
2643
|
border-radius: 0px 30px 30px 30px;
|
|
2692
2644
|
/* opacity: 0.6; */
|
|
2693
2645
|
}
|
|
2694
|
-
.chat-content-font[data-v-
|
|
2646
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2695
2647
|
font-family: PingFang SC, PingFang SC;
|
|
2696
2648
|
font-weight: 500;
|
|
2697
2649
|
font-size: 16px;
|
|
@@ -2701,10 +2653,10 @@ h4[data-v-0b0c189e] {
|
|
|
2701
2653
|
font-style: normal;
|
|
2702
2654
|
text-transform: none;
|
|
2703
2655
|
}
|
|
2704
|
-
[data-v-
|
|
2656
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2705
2657
|
border: none !important;
|
|
2706
2658
|
}
|
|
2707
|
-
.content-container-header[data-v-
|
|
2659
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2708
2660
|
font-size: 12px;
|
|
2709
2661
|
color: #909399;
|
|
2710
2662
|
}
|
|
@@ -2712,28 +2664,28 @@ h4[data-v-0b0c189e] {
|
|
|
2712
2664
|
/**
|
|
2713
2665
|
// 用户消息
|
|
2714
2666
|
*/
|
|
2715
|
-
.content-borderless-container[data-v-
|
|
2667
|
+
.content-borderless-container[data-v-45fbaf17] {
|
|
2716
2668
|
background: #e1ecfd;
|
|
2717
2669
|
border-radius: 20px 0px 20px 20px;
|
|
2718
2670
|
user-select: none;
|
|
2719
2671
|
padding: 12px;
|
|
2720
2672
|
cursor: pointer;
|
|
2721
2673
|
transition: background-color 0.3s;
|
|
2722
|
-
&[data-v-
|
|
2674
|
+
&[data-v-45fbaf17]:hover {
|
|
2723
2675
|
background-color: #ebeef5;
|
|
2724
2676
|
}
|
|
2725
2677
|
}
|
|
2726
|
-
.footer-container[data-v-
|
|
2727
|
-
[data-v-
|
|
2678
|
+
.footer-container[data-v-45fbaf17] {
|
|
2679
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2728
2680
|
margin-left: 8px;
|
|
2729
2681
|
}
|
|
2730
2682
|
}
|
|
2731
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2683
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2732
2684
|
padding: 0;
|
|
2733
2685
|
}
|
|
2734
2686
|
|
|
2735
2687
|
/* 引用文件样式 */
|
|
2736
|
-
.doc-agg-item[data-v-
|
|
2688
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2737
2689
|
width: 100%;
|
|
2738
2690
|
padding: 10px;
|
|
2739
2691
|
margin-bottom: 5px;
|
|
@@ -2743,16 +2695,27 @@ h4[data-v-0b0c189e] {
|
|
|
2743
2695
|
font-size: 12px;
|
|
2744
2696
|
color: var(--el-color-primary);
|
|
2745
2697
|
}
|
|
2746
|
-
.elx-xmarkdown-container[data-v-
|
|
2698
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2747
2699
|
padding: 0;
|
|
2748
2700
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2701
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
2702
|
+
border: 1px solid #dcdfe6;
|
|
2703
|
+
padding: 4px 8px;
|
|
2704
|
+
background-clip: padding-box;
|
|
2705
|
+
overflow: hidden;
|
|
2706
|
+
display: inline-flex;
|
|
2707
|
+
align-items: center;
|
|
2751
2708
|
}
|
|
2752
|
-
.
|
|
2753
|
-
margin-
|
|
2754
|
-
|
|
2755
|
-
|
|
2709
|
+
.fs-upload-tag-text[data-v-e5cde7de] {
|
|
2710
|
+
margin-right: 18px;
|
|
2711
|
+
max-width: 160px;
|
|
2712
|
+
overflow: hidden;
|
|
2713
|
+
text-overflow: ellipsis;
|
|
2714
|
+
white-space: nowrap;
|
|
2715
|
+
}
|
|
2716
|
+
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
2717
|
+
font-weight: 600;
|
|
2718
|
+
margin-left: 4px;
|
|
2756
2719
|
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2757
2720
|
user-select: text !important;
|
|
2758
2721
|
-webkit-user-select: text !important;
|
|
@@ -3042,6 +3005,47 @@ h4[data-v-0b0c189e] {
|
|
|
3042
3005
|
.history-item[data-v-1e62eff8]:hover {
|
|
3043
3006
|
background-color: #f5f5f5;
|
|
3044
3007
|
}
|
|
3008
|
+
|
|
3009
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
3010
|
+
width: 100%;
|
|
3011
|
+
height: 100%;
|
|
3012
|
+
border: none;
|
|
3013
|
+
opacity: 1;
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
3017
|
+
display: flex;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
flex-shrink: 0;
|
|
3020
|
+
min-width: max-content;
|
|
3021
|
+
margin-left: auto;
|
|
3022
|
+
gap: 10px;
|
|
3023
|
+
}
|
|
3024
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
3025
|
+
display: flex;
|
|
3026
|
+
align-items: center;
|
|
3027
|
+
justify-content: center;
|
|
3028
|
+
margin-top: 10px;
|
|
3029
|
+
gap: 10px;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3033
|
+
width: 100%;
|
|
3034
|
+
height: 100%;
|
|
3035
|
+
border: none;
|
|
3036
|
+
opacity: 1;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
3040
|
+
width: 100%;
|
|
3041
|
+
height: 100%;
|
|
3042
|
+
border: none;
|
|
3043
|
+
opacity: 1;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
.el-dialog__header[data-v-44f1d9d6] {
|
|
3047
|
+
padding-bottom: 0px;
|
|
3048
|
+
}
|
|
3045
3049
|
|
|
3046
3050
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3047
3051
|
.mobile-item-action[data-v-13b41596] {
|
|
@@ -3065,10 +3069,6 @@ h4[data-v-0b0c189e] {
|
|
|
3065
3069
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3066
3070
|
margin-left: 5px;
|
|
3067
3071
|
}
|
|
3068
|
-
.el-dialog__header[data-v-44f1d9d6] {
|
|
3069
|
-
padding-bottom: 0px;
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
3072
|
.file-name-container[data-v-adb74276] {
|
|
3073
3073
|
display: flex;
|
|
3074
3074
|
align-items: center; /* 垂直居中 */
|