giime 0.8.5 → 0.8.6
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.css +118 -119
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/index.css +118 -119
- package/es/utils/src/http/createAxios.d.ts +2 -1
- package/es/utils/src/http/createAxios.mjs +1 -0
- package/es/utils/src/http/createAxios.mjs.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/index.css +118 -119
- package/lib/utils/src/http/createAxios.d.ts +2 -1
- package/lib/utils/src/http/createAxios.js +1 -0
- package/lib/utils/src/http/createAxios.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -883,13 +883,11 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
886
|
|
|
890
|
-
.gm-
|
|
891
|
-
|
|
887
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
888
|
+
margin: 0;
|
|
892
889
|
}
|
|
890
|
+
|
|
893
891
|
.circular[data-v-d7b04fae] {
|
|
894
892
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
893
|
}
|
|
@@ -921,11 +919,6 @@ video {
|
|
|
921
919
|
stroke-dashoffset: -120px;
|
|
922
920
|
}
|
|
923
921
|
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
922
|
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
923
|
padding: 0;
|
|
931
924
|
}
|
|
@@ -972,42 +965,6 @@ video {
|
|
|
972
965
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
966
|
display: none;
|
|
974
967
|
}
|
|
975
|
-
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
976
|
-
margin-right: 0;
|
|
977
|
-
margin-bottom: 4px;
|
|
978
|
-
}
|
|
979
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
980
|
-
border-right: none;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
984
|
-
height: 0;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
988
|
-
height: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
992
|
-
height: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
996
|
-
height: 0;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1000
|
-
height: 0;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.pagination-container[data-v-47d35e7b] {
|
|
1004
|
-
background: #fff;
|
|
1005
|
-
padding-top: 12px;
|
|
1006
|
-
}
|
|
1007
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1008
|
-
display: none;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
968
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1012
969
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1013
970
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1026,61 +983,59 @@ video {
|
|
|
1026
983
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1027
984
|
display: flex;
|
|
1028
985
|
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
margin: 0;
|
|
1033
|
-
border-bottom: 1px solid #ebeef5;
|
|
986
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
987
|
+
margin-right: 0;
|
|
988
|
+
margin-bottom: 4px;
|
|
1034
989
|
}
|
|
1035
|
-
.
|
|
1036
|
-
|
|
1037
|
-
color: #333;
|
|
990
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
991
|
+
padding: 0;
|
|
1038
992
|
}
|
|
1039
|
-
|
|
1040
|
-
|
|
993
|
+
|
|
994
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
995
|
+
width: auto;
|
|
996
|
+
height: auto;
|
|
1041
997
|
}
|
|
1042
|
-
.
|
|
1043
|
-
|
|
1044
|
-
border-top: 1px solid #ebeef5;
|
|
998
|
+
.gm-upload-file {
|
|
999
|
+
line-height: normal;
|
|
1045
1000
|
}
|
|
1046
|
-
.
|
|
1047
|
-
|
|
1048
|
-
|
|
1001
|
+
.gm-upload-file .el-checkbox {
|
|
1002
|
+
position: absolute;
|
|
1003
|
+
left: 10px;
|
|
1004
|
+
top: 0;
|
|
1005
|
+
z-index: 9;
|
|
1049
1006
|
}
|
|
1050
|
-
.
|
|
1051
|
-
|
|
1007
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1008
|
+
gap: 10px;
|
|
1052
1009
|
}
|
|
1053
|
-
.
|
|
1054
|
-
|
|
1055
|
-
right: 10px;
|
|
1010
|
+
.gm-upload-file .el-upload-list__item {
|
|
1011
|
+
margin: 0;
|
|
1056
1012
|
}
|
|
1057
|
-
.
|
|
1013
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1014
|
+
line-height: normal;
|
|
1015
|
+
}
|
|
1016
|
+
.gm-upload-file .el-upload-dragger {
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
border: none;
|
|
1019
|
+
width: 100%;
|
|
1020
|
+
height: 100%;
|
|
1058
1021
|
display: flex;
|
|
1059
|
-
align-items: center;
|
|
1060
|
-
justify-content: center;
|
|
1061
|
-
height: 44px;
|
|
1062
1022
|
}
|
|
1063
|
-
.
|
|
1064
|
-
|
|
1065
|
-
overflow-y: auto;
|
|
1023
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1024
|
+
border: none;
|
|
1066
1025
|
}
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1071
|
-
height: 1px;
|
|
1026
|
+
|
|
1027
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1028
|
+
display: none;
|
|
1072
1029
|
}
|
|
1073
|
-
.
|
|
1074
|
-
|
|
1075
|
-
border-radius: 10px;
|
|
1076
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1077
|
-
background: #999;
|
|
1030
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1031
|
+
display: none;
|
|
1078
1032
|
}
|
|
1079
|
-
.
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1033
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1038
|
+
justify-content: space-between;
|
|
1084
1039
|
}
|
|
1085
1040
|
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
1041
|
border-right: none;
|
|
@@ -1105,6 +1060,29 @@ video {
|
|
|
1105
1060
|
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
1061
|
height: 0;
|
|
1107
1062
|
}
|
|
1063
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1064
|
+
border-right: none;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1068
|
+
height: 0;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1072
|
+
height: 0;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
1076
|
+
height: 0;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
1080
|
+
height: 0;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1084
|
+
height: 0;
|
|
1085
|
+
}
|
|
1108
1086
|
@charset "UTF-8";
|
|
1109
1087
|
.table-custom-header-drawer .el-drawer__header {
|
|
1110
1088
|
padding: 10px 15px;
|
|
@@ -1161,46 +1139,67 @@ video {
|
|
|
1161
1139
|
border-radius: 10px;
|
|
1162
1140
|
background: #eee;
|
|
1163
1141
|
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1142
|
+
@charset "UTF-8";
|
|
1143
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1144
|
+
padding: 10px 15px;
|
|
1145
|
+
margin: 0;
|
|
1146
|
+
border-bottom: 1px solid #ebeef5;
|
|
1166
1147
|
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
height: auto;
|
|
1148
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
color: #333;
|
|
1171
1151
|
}
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1152
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1153
|
+
padding: 15px;
|
|
1174
1154
|
}
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
top: 0;
|
|
1179
|
-
z-index: 9;
|
|
1155
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1156
|
+
padding: 10px 15px;
|
|
1157
|
+
border-top: 1px solid #ebeef5;
|
|
1180
1158
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1159
|
+
.custom-operate-drawer .el-checkbox {
|
|
1160
|
+
display: flex;
|
|
1161
|
+
align-items: center;
|
|
1183
1162
|
}
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1163
|
+
.custom-operate-drawer .el-input__inner {
|
|
1164
|
+
text-align: center;
|
|
1186
1165
|
}
|
|
1187
|
-
.
|
|
1188
|
-
|
|
1166
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1167
|
+
position: absolute;
|
|
1168
|
+
right: 10px;
|
|
1189
1169
|
}
|
|
1190
|
-
.
|
|
1191
|
-
padding: 0;
|
|
1192
|
-
border: none;
|
|
1193
|
-
width: 100%;
|
|
1194
|
-
height: 100%;
|
|
1170
|
+
.custom-operate-drawer .custom-content li {
|
|
1195
1171
|
display: flex;
|
|
1172
|
+
align-items: center;
|
|
1173
|
+
justify-content: center;
|
|
1174
|
+
height: 44px;
|
|
1196
1175
|
}
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1176
|
+
.custom-operate-drawer .custom-group {
|
|
1177
|
+
max-height: calc(100vh - 226px);
|
|
1178
|
+
overflow-y: auto;
|
|
1179
|
+
}
|
|
1180
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1181
|
+
/*滚动条整体样式*/
|
|
1182
|
+
width: 4px;
|
|
1183
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1184
|
+
height: 1px;
|
|
1185
|
+
}
|
|
1186
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1187
|
+
/*滚动条里面小方块*/
|
|
1188
|
+
border-radius: 10px;
|
|
1189
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1190
|
+
background: #999;
|
|
1191
|
+
}
|
|
1192
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1193
|
+
/*滚动条里面轨道*/
|
|
1194
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1195
|
+
border-radius: 10px;
|
|
1196
|
+
background: #eee;
|
|
1199
1197
|
}
|
|
1200
1198
|
|
|
1201
|
-
.
|
|
1202
|
-
|
|
1199
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1200
|
+
background: #fff;
|
|
1201
|
+
padding-top: 12px;
|
|
1203
1202
|
}
|
|
1204
|
-
.
|
|
1203
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1205
1204
|
display: none;
|
|
1206
|
-
}
|
|
1205
|
+
}
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.8.
|
|
1
|
+
export declare const version = "0.8.6";
|
package/es/giime/version.mjs
CHANGED
package/es/giime/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.6-beta.1';\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
|
package/es/index.css
CHANGED
|
@@ -883,13 +883,11 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
886
|
|
|
890
|
-
.gm-
|
|
891
|
-
|
|
887
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
888
|
+
margin: 0;
|
|
892
889
|
}
|
|
890
|
+
|
|
893
891
|
.circular[data-v-d7b04fae] {
|
|
894
892
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
893
|
}
|
|
@@ -921,11 +919,6 @@ video {
|
|
|
921
919
|
stroke-dashoffset: -120px;
|
|
922
920
|
}
|
|
923
921
|
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
922
|
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
923
|
padding: 0;
|
|
931
924
|
}
|
|
@@ -972,42 +965,6 @@ video {
|
|
|
972
965
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
966
|
display: none;
|
|
974
967
|
}
|
|
975
|
-
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
976
|
-
margin-right: 0;
|
|
977
|
-
margin-bottom: 4px;
|
|
978
|
-
}
|
|
979
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
980
|
-
border-right: none;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
984
|
-
height: 0;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
988
|
-
height: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
992
|
-
height: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
996
|
-
height: 0;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1000
|
-
height: 0;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.pagination-container[data-v-47d35e7b] {
|
|
1004
|
-
background: #fff;
|
|
1005
|
-
padding-top: 12px;
|
|
1006
|
-
}
|
|
1007
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1008
|
-
display: none;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
968
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1012
969
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1013
970
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1026,61 +983,59 @@ video {
|
|
|
1026
983
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1027
984
|
display: flex;
|
|
1028
985
|
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
margin: 0;
|
|
1033
|
-
border-bottom: 1px solid #ebeef5;
|
|
986
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
987
|
+
margin-right: 0;
|
|
988
|
+
margin-bottom: 4px;
|
|
1034
989
|
}
|
|
1035
|
-
.
|
|
1036
|
-
|
|
1037
|
-
color: #333;
|
|
990
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
991
|
+
padding: 0;
|
|
1038
992
|
}
|
|
1039
|
-
|
|
1040
|
-
|
|
993
|
+
|
|
994
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
995
|
+
width: auto;
|
|
996
|
+
height: auto;
|
|
1041
997
|
}
|
|
1042
|
-
.
|
|
1043
|
-
|
|
1044
|
-
border-top: 1px solid #ebeef5;
|
|
998
|
+
.gm-upload-file {
|
|
999
|
+
line-height: normal;
|
|
1045
1000
|
}
|
|
1046
|
-
.
|
|
1047
|
-
|
|
1048
|
-
|
|
1001
|
+
.gm-upload-file .el-checkbox {
|
|
1002
|
+
position: absolute;
|
|
1003
|
+
left: 10px;
|
|
1004
|
+
top: 0;
|
|
1005
|
+
z-index: 9;
|
|
1049
1006
|
}
|
|
1050
|
-
.
|
|
1051
|
-
|
|
1007
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1008
|
+
gap: 10px;
|
|
1052
1009
|
}
|
|
1053
|
-
.
|
|
1054
|
-
|
|
1055
|
-
right: 10px;
|
|
1010
|
+
.gm-upload-file .el-upload-list__item {
|
|
1011
|
+
margin: 0;
|
|
1056
1012
|
}
|
|
1057
|
-
.
|
|
1013
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1014
|
+
line-height: normal;
|
|
1015
|
+
}
|
|
1016
|
+
.gm-upload-file .el-upload-dragger {
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
border: none;
|
|
1019
|
+
width: 100%;
|
|
1020
|
+
height: 100%;
|
|
1058
1021
|
display: flex;
|
|
1059
|
-
align-items: center;
|
|
1060
|
-
justify-content: center;
|
|
1061
|
-
height: 44px;
|
|
1062
1022
|
}
|
|
1063
|
-
.
|
|
1064
|
-
|
|
1065
|
-
overflow-y: auto;
|
|
1023
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1024
|
+
border: none;
|
|
1066
1025
|
}
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1071
|
-
height: 1px;
|
|
1026
|
+
|
|
1027
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1028
|
+
display: none;
|
|
1072
1029
|
}
|
|
1073
|
-
.
|
|
1074
|
-
|
|
1075
|
-
border-radius: 10px;
|
|
1076
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1077
|
-
background: #999;
|
|
1030
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1031
|
+
display: none;
|
|
1078
1032
|
}
|
|
1079
|
-
.
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1033
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1038
|
+
justify-content: space-between;
|
|
1084
1039
|
}
|
|
1085
1040
|
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
1041
|
border-right: none;
|
|
@@ -1105,6 +1060,29 @@ video {
|
|
|
1105
1060
|
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
1061
|
height: 0;
|
|
1107
1062
|
}
|
|
1063
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1064
|
+
border-right: none;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1068
|
+
height: 0;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1072
|
+
height: 0;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
1076
|
+
height: 0;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
1080
|
+
height: 0;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1084
|
+
height: 0;
|
|
1085
|
+
}
|
|
1108
1086
|
@charset "UTF-8";
|
|
1109
1087
|
.table-custom-header-drawer .el-drawer__header {
|
|
1110
1088
|
padding: 10px 15px;
|
|
@@ -1161,46 +1139,67 @@ video {
|
|
|
1161
1139
|
border-radius: 10px;
|
|
1162
1140
|
background: #eee;
|
|
1163
1141
|
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1142
|
+
@charset "UTF-8";
|
|
1143
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1144
|
+
padding: 10px 15px;
|
|
1145
|
+
margin: 0;
|
|
1146
|
+
border-bottom: 1px solid #ebeef5;
|
|
1166
1147
|
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
height: auto;
|
|
1148
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
color: #333;
|
|
1171
1151
|
}
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1152
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1153
|
+
padding: 15px;
|
|
1174
1154
|
}
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
top: 0;
|
|
1179
|
-
z-index: 9;
|
|
1155
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1156
|
+
padding: 10px 15px;
|
|
1157
|
+
border-top: 1px solid #ebeef5;
|
|
1180
1158
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1159
|
+
.custom-operate-drawer .el-checkbox {
|
|
1160
|
+
display: flex;
|
|
1161
|
+
align-items: center;
|
|
1183
1162
|
}
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1163
|
+
.custom-operate-drawer .el-input__inner {
|
|
1164
|
+
text-align: center;
|
|
1186
1165
|
}
|
|
1187
|
-
.
|
|
1188
|
-
|
|
1166
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1167
|
+
position: absolute;
|
|
1168
|
+
right: 10px;
|
|
1189
1169
|
}
|
|
1190
|
-
.
|
|
1191
|
-
padding: 0;
|
|
1192
|
-
border: none;
|
|
1193
|
-
width: 100%;
|
|
1194
|
-
height: 100%;
|
|
1170
|
+
.custom-operate-drawer .custom-content li {
|
|
1195
1171
|
display: flex;
|
|
1172
|
+
align-items: center;
|
|
1173
|
+
justify-content: center;
|
|
1174
|
+
height: 44px;
|
|
1196
1175
|
}
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1176
|
+
.custom-operate-drawer .custom-group {
|
|
1177
|
+
max-height: calc(100vh - 226px);
|
|
1178
|
+
overflow-y: auto;
|
|
1179
|
+
}
|
|
1180
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1181
|
+
/*滚动条整体样式*/
|
|
1182
|
+
width: 4px;
|
|
1183
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1184
|
+
height: 1px;
|
|
1185
|
+
}
|
|
1186
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1187
|
+
/*滚动条里面小方块*/
|
|
1188
|
+
border-radius: 10px;
|
|
1189
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1190
|
+
background: #999;
|
|
1191
|
+
}
|
|
1192
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1193
|
+
/*滚动条里面轨道*/
|
|
1194
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1195
|
+
border-radius: 10px;
|
|
1196
|
+
background: #eee;
|
|
1199
1197
|
}
|
|
1200
1198
|
|
|
1201
|
-
.
|
|
1202
|
-
|
|
1199
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1200
|
+
background: #fff;
|
|
1201
|
+
padding-top: 12px;
|
|
1203
1202
|
}
|
|
1204
|
-
.
|
|
1203
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1205
1204
|
display: none;
|
|
1206
|
-
}
|
|
1205
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';
|
|
1
|
+
import type { AxiosResponse, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';
|
|
2
2
|
export interface CreateAxiosConfig extends CreateAxiosDefaults {
|
|
3
3
|
baseURL: string;
|
|
4
4
|
/**服务器调用成功的code 一般是 0 或 200 */
|
|
@@ -8,6 +8,7 @@ export interface CreateAxiosConfig extends CreateAxiosDefaults {
|
|
|
8
8
|
}
|
|
9
9
|
export declare function createAxios(config: CreateAxiosConfig, options?: {
|
|
10
10
|
requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;
|
|
11
|
+
responseInterceptors?: (response: AxiosResponse<any, any, {}>) => any;
|
|
11
12
|
}): {
|
|
12
13
|
service: import("axios").AxiosInstance;
|
|
13
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAxios.mjs","sources":["../../../../../../packages/utils/src/http/createAxios.ts"],"sourcesContent":["import axios from 'axios';\nimport { ElMessage } from 'element-plus';\nimport Cookies from 'js-cookie';\nimport { useLoginStore } from '@giime/hooks/store/useLogin';\nimport { isNumber } from '../is';\nimport { res401Interceptors } from './interceptors';\nimport { responseErrorMessage } from './errorMessage';\nimport { getHeaderValue } from './url';\nimport type { AxiosError, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';\nimport { useGlobalConfig } from '@giime/hooks/base/useGlobalConfig';\nexport interface CreateAxiosConfig extends CreateAxiosDefaults {\n baseURL: string;\n /**服务器调用成功的code 一般是 0 或 200 */\n successCode: number | number[];\n // 是否隐藏Authorization\n hideAuthorization?: boolean;\n // 是否使用params传递token\n isUseParamsToken?: boolean;\n}\n\nexport function createAxios(\n config: CreateAxiosConfig,\n options?: {\n requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;\n },\n) {\n const successCode = config.successCode ?? 0;\n const hideAuthorization = config.hideAuthorization ?? false;\n const isUseParamsToken = config.isUseParamsToken ?? false;\n\n const service = axios.create({\n withCredentials: true, // send cookies when cross-domain requests\n timeout: 120_000,\n headers: {\n 'content-type': 'application/json',\n Accept: '*/*',\n },\n ...config,\n });\n\n // 请求拦截器\n service.interceptors.request.use(\n async config => {\n const logingStore = useLoginStore();\n const _token = Cookies.get('token') ?? logingStore.userToken;\n const _user = Cookies.get('sso_user_id') ?? logingStore.userId;\n\n // 获取自定义配置的登录信息\n const loginEnvKey = 'VITE_GIIME_LOGIN_GK_SERVICE_USER';\n\n const importMetaEnv = useGlobalConfig('env');\n // 检查是否已存在 gk-service-user (不区分大小写)\n const gkServiceUser = getHeaderValue(config.headers, 'gk-service-user');\n if (!gkServiceUser) {\n config.headers['gk-service-user'] = importMetaEnv.value[loginEnvKey] || undefined;\n }\n\n if (!config.params) {\n config.params = {};\n }\n // 是否隐藏Authorization\n if (!hideAuthorization) {\n // 是否使用params传递token\n if (isUseParamsToken) {\n config.params._token = _token;\n config.params._user = _user;\n }\n\n if (_token) {\n config.headers.Authorization = `Bearer ${_token}`;\n }\n }\n\n await options?.requestInterceptors?.(config);\n return config;\n },\n error => {\n console.error('请求错误', error); // for debug\n return Promise.reject(error);\n },\n );\n // 添加响应拦截器\n service.interceptors.response.use(\n async response => {\n // 对响应数据做点什么\n const res = response.data;\n const msg = (res?.comment ?? res?.message ?? res?.errMsg ?? res?.msg) || '接口请求错误';\n if (!isNumber(res?.code)) {\n return response;\n }\n // 成功情况\n else if (res.code === successCode || res.errCode === successCode) {\n return response;\n }\n // 成功情况 successCode为数组\n else if (Array.isArray(successCode) && (successCode.includes(res.code) || successCode.includes(res.errCode))) {\n return response;\n }\n // 401\n else if (res.code === 401) {\n const res = await res401Interceptors(service, response.config);\n return res;\n }\n ElMessage({\n message: msg,\n type: 'error',\n grouping: true,\n duration: 5 * 1000,\n showClose: true,\n });\n return Promise.reject(response);\n // return response;\n },\n async (err: AxiosError) => {\n console.error(err);\n if (err?.response?.status === 401 && !err.message.includes('timeout')) {\n const res = await res401Interceptors(service, err.config!);\n return res;\n } else {\n // 对响应错误做点什么\n responseErrorMessage(err);\n return Promise.reject(err);\n }\n },\n );\n\n return {\n service,\n };\n}\n"],"names":["config","res"],"mappings":";;;;;;;;;;AAoBO,SAAS,WAAA,CACd,QACA,OAAA,
|
|
1
|
+
{"version":3,"file":"createAxios.mjs","sources":["../../../../../../packages/utils/src/http/createAxios.ts"],"sourcesContent":["import axios from 'axios';\nimport { ElMessage } from 'element-plus';\nimport Cookies from 'js-cookie';\nimport { useLoginStore } from '@giime/hooks/store/useLogin';\nimport { isNumber } from '../is';\nimport { res401Interceptors } from './interceptors';\nimport { responseErrorMessage } from './errorMessage';\nimport { getHeaderValue } from './url';\nimport type { AxiosError, AxiosResponse, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';\nimport { useGlobalConfig } from '@giime/hooks/base/useGlobalConfig';\nexport interface CreateAxiosConfig extends CreateAxiosDefaults {\n baseURL: string;\n /**服务器调用成功的code 一般是 0 或 200 */\n successCode: number | number[];\n // 是否隐藏Authorization\n hideAuthorization?: boolean;\n // 是否使用params传递token\n isUseParamsToken?: boolean;\n}\n\nexport function createAxios(\n config: CreateAxiosConfig,\n options?: {\n requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;\n responseInterceptors?: (response: AxiosResponse<any, any, {}>) => any;\n },\n) {\n const successCode = config.successCode ?? 0;\n const hideAuthorization = config.hideAuthorization ?? false;\n const isUseParamsToken = config.isUseParamsToken ?? false;\n\n const service = axios.create({\n withCredentials: true, // send cookies when cross-domain requests\n timeout: 120_000,\n headers: {\n 'content-type': 'application/json',\n Accept: '*/*',\n },\n ...config,\n });\n\n // 请求拦截器\n service.interceptors.request.use(\n async config => {\n const logingStore = useLoginStore();\n const _token = Cookies.get('token') ?? logingStore.userToken;\n const _user = Cookies.get('sso_user_id') ?? logingStore.userId;\n\n // 获取自定义配置的登录信息\n const loginEnvKey = 'VITE_GIIME_LOGIN_GK_SERVICE_USER';\n\n const importMetaEnv = useGlobalConfig('env');\n // 检查是否已存在 gk-service-user (不区分大小写)\n const gkServiceUser = getHeaderValue(config.headers, 'gk-service-user');\n if (!gkServiceUser) {\n config.headers['gk-service-user'] = importMetaEnv.value[loginEnvKey] || undefined;\n }\n\n if (!config.params) {\n config.params = {};\n }\n // 是否隐藏Authorization\n if (!hideAuthorization) {\n // 是否使用params传递token\n if (isUseParamsToken) {\n config.params._token = _token;\n config.params._user = _user;\n }\n\n if (_token) {\n config.headers.Authorization = `Bearer ${_token}`;\n }\n }\n\n await options?.requestInterceptors?.(config);\n return config;\n },\n error => {\n console.error('请求错误', error); // for debug\n return Promise.reject(error);\n },\n );\n // 添加响应拦截器\n service.interceptors.response.use(\n async response => {\n // 对响应数据做点什么\n const res = response.data;\n const msg = (res?.comment ?? res?.message ?? res?.errMsg ?? res?.msg) || '接口请求错误';\n if (!isNumber(res?.code)) {\n return response;\n }\n // 成功情况\n else if (res.code === successCode || res.errCode === successCode) {\n return response;\n }\n // 成功情况 successCode为数组\n else if (Array.isArray(successCode) && (successCode.includes(res.code) || successCode.includes(res.errCode))) {\n return response;\n }\n // 401\n else if (res.code === 401) {\n const res = await res401Interceptors(service, response.config);\n return res;\n }\n /** 自定义响应拦截器 */\n await options?.responseInterceptors?.(response);\n\n ElMessage({\n message: msg,\n type: 'error',\n grouping: true,\n duration: 5 * 1000,\n showClose: true,\n });\n return Promise.reject(response);\n // return response;\n },\n async (err: AxiosError) => {\n console.error(err);\n if (err?.response?.status === 401 && !err.message.includes('timeout')) {\n const res = await res401Interceptors(service, err.config!);\n return res;\n } else {\n // 对响应错误做点什么\n responseErrorMessage(err);\n return Promise.reject(err);\n }\n },\n );\n\n return {\n service,\n };\n}\n"],"names":["config","res"],"mappings":"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"}
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.8.
|
|
1
|
+
export declare const version = "0.8.6";
|
package/lib/giime/version.js
CHANGED
package/lib/giime/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.6-beta.1';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
|
package/lib/index.css
CHANGED
|
@@ -883,13 +883,11 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
886
|
|
|
890
|
-
.gm-
|
|
891
|
-
|
|
887
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
888
|
+
margin: 0;
|
|
892
889
|
}
|
|
890
|
+
|
|
893
891
|
.circular[data-v-d7b04fae] {
|
|
894
892
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
893
|
}
|
|
@@ -921,11 +919,6 @@ video {
|
|
|
921
919
|
stroke-dashoffset: -120px;
|
|
922
920
|
}
|
|
923
921
|
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
922
|
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
923
|
padding: 0;
|
|
931
924
|
}
|
|
@@ -972,42 +965,6 @@ video {
|
|
|
972
965
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
966
|
display: none;
|
|
974
967
|
}
|
|
975
|
-
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
976
|
-
margin-right: 0;
|
|
977
|
-
margin-bottom: 4px;
|
|
978
|
-
}
|
|
979
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
980
|
-
border-right: none;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
984
|
-
height: 0;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
988
|
-
height: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
992
|
-
height: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
996
|
-
height: 0;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1000
|
-
height: 0;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.pagination-container[data-v-47d35e7b] {
|
|
1004
|
-
background: #fff;
|
|
1005
|
-
padding-top: 12px;
|
|
1006
|
-
}
|
|
1007
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1008
|
-
display: none;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
968
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1012
969
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1013
970
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1026,61 +983,59 @@ video {
|
|
|
1026
983
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1027
984
|
display: flex;
|
|
1028
985
|
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
margin: 0;
|
|
1033
|
-
border-bottom: 1px solid #ebeef5;
|
|
986
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
987
|
+
margin-right: 0;
|
|
988
|
+
margin-bottom: 4px;
|
|
1034
989
|
}
|
|
1035
|
-
.
|
|
1036
|
-
|
|
1037
|
-
color: #333;
|
|
990
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
991
|
+
padding: 0;
|
|
1038
992
|
}
|
|
1039
|
-
|
|
1040
|
-
|
|
993
|
+
|
|
994
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
995
|
+
width: auto;
|
|
996
|
+
height: auto;
|
|
1041
997
|
}
|
|
1042
|
-
.
|
|
1043
|
-
|
|
1044
|
-
border-top: 1px solid #ebeef5;
|
|
998
|
+
.gm-upload-file {
|
|
999
|
+
line-height: normal;
|
|
1045
1000
|
}
|
|
1046
|
-
.
|
|
1047
|
-
|
|
1048
|
-
|
|
1001
|
+
.gm-upload-file .el-checkbox {
|
|
1002
|
+
position: absolute;
|
|
1003
|
+
left: 10px;
|
|
1004
|
+
top: 0;
|
|
1005
|
+
z-index: 9;
|
|
1049
1006
|
}
|
|
1050
|
-
.
|
|
1051
|
-
|
|
1007
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1008
|
+
gap: 10px;
|
|
1052
1009
|
}
|
|
1053
|
-
.
|
|
1054
|
-
|
|
1055
|
-
right: 10px;
|
|
1010
|
+
.gm-upload-file .el-upload-list__item {
|
|
1011
|
+
margin: 0;
|
|
1056
1012
|
}
|
|
1057
|
-
.
|
|
1013
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1014
|
+
line-height: normal;
|
|
1015
|
+
}
|
|
1016
|
+
.gm-upload-file .el-upload-dragger {
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
border: none;
|
|
1019
|
+
width: 100%;
|
|
1020
|
+
height: 100%;
|
|
1058
1021
|
display: flex;
|
|
1059
|
-
align-items: center;
|
|
1060
|
-
justify-content: center;
|
|
1061
|
-
height: 44px;
|
|
1062
1022
|
}
|
|
1063
|
-
.
|
|
1064
|
-
|
|
1065
|
-
overflow-y: auto;
|
|
1023
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1024
|
+
border: none;
|
|
1066
1025
|
}
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1071
|
-
height: 1px;
|
|
1026
|
+
|
|
1027
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1028
|
+
display: none;
|
|
1072
1029
|
}
|
|
1073
|
-
.
|
|
1074
|
-
|
|
1075
|
-
border-radius: 10px;
|
|
1076
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1077
|
-
background: #999;
|
|
1030
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1031
|
+
display: none;
|
|
1078
1032
|
}
|
|
1079
|
-
.
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1033
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1038
|
+
justify-content: space-between;
|
|
1084
1039
|
}
|
|
1085
1040
|
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
1041
|
border-right: none;
|
|
@@ -1105,6 +1060,29 @@ video {
|
|
|
1105
1060
|
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
1061
|
height: 0;
|
|
1107
1062
|
}
|
|
1063
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1064
|
+
border-right: none;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1068
|
+
height: 0;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1072
|
+
height: 0;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
1076
|
+
height: 0;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
|
|
1080
|
+
height: 0;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1084
|
+
height: 0;
|
|
1085
|
+
}
|
|
1108
1086
|
@charset "UTF-8";
|
|
1109
1087
|
.table-custom-header-drawer .el-drawer__header {
|
|
1110
1088
|
padding: 10px 15px;
|
|
@@ -1161,46 +1139,67 @@ video {
|
|
|
1161
1139
|
border-radius: 10px;
|
|
1162
1140
|
background: #eee;
|
|
1163
1141
|
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1142
|
+
@charset "UTF-8";
|
|
1143
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1144
|
+
padding: 10px 15px;
|
|
1145
|
+
margin: 0;
|
|
1146
|
+
border-bottom: 1px solid #ebeef5;
|
|
1166
1147
|
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
height: auto;
|
|
1148
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
color: #333;
|
|
1171
1151
|
}
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1152
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1153
|
+
padding: 15px;
|
|
1174
1154
|
}
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
top: 0;
|
|
1179
|
-
z-index: 9;
|
|
1155
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1156
|
+
padding: 10px 15px;
|
|
1157
|
+
border-top: 1px solid #ebeef5;
|
|
1180
1158
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1159
|
+
.custom-operate-drawer .el-checkbox {
|
|
1160
|
+
display: flex;
|
|
1161
|
+
align-items: center;
|
|
1183
1162
|
}
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1163
|
+
.custom-operate-drawer .el-input__inner {
|
|
1164
|
+
text-align: center;
|
|
1186
1165
|
}
|
|
1187
|
-
.
|
|
1188
|
-
|
|
1166
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1167
|
+
position: absolute;
|
|
1168
|
+
right: 10px;
|
|
1189
1169
|
}
|
|
1190
|
-
.
|
|
1191
|
-
padding: 0;
|
|
1192
|
-
border: none;
|
|
1193
|
-
width: 100%;
|
|
1194
|
-
height: 100%;
|
|
1170
|
+
.custom-operate-drawer .custom-content li {
|
|
1195
1171
|
display: flex;
|
|
1172
|
+
align-items: center;
|
|
1173
|
+
justify-content: center;
|
|
1174
|
+
height: 44px;
|
|
1196
1175
|
}
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1176
|
+
.custom-operate-drawer .custom-group {
|
|
1177
|
+
max-height: calc(100vh - 226px);
|
|
1178
|
+
overflow-y: auto;
|
|
1179
|
+
}
|
|
1180
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1181
|
+
/*滚动条整体样式*/
|
|
1182
|
+
width: 4px;
|
|
1183
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1184
|
+
height: 1px;
|
|
1185
|
+
}
|
|
1186
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1187
|
+
/*滚动条里面小方块*/
|
|
1188
|
+
border-radius: 10px;
|
|
1189
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1190
|
+
background: #999;
|
|
1191
|
+
}
|
|
1192
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1193
|
+
/*滚动条里面轨道*/
|
|
1194
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1195
|
+
border-radius: 10px;
|
|
1196
|
+
background: #eee;
|
|
1199
1197
|
}
|
|
1200
1198
|
|
|
1201
|
-
.
|
|
1202
|
-
|
|
1199
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1200
|
+
background: #fff;
|
|
1201
|
+
padding-top: 12px;
|
|
1203
1202
|
}
|
|
1204
|
-
.
|
|
1203
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1205
1204
|
display: none;
|
|
1206
|
-
}
|
|
1205
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';
|
|
1
|
+
import type { AxiosResponse, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';
|
|
2
2
|
export interface CreateAxiosConfig extends CreateAxiosDefaults {
|
|
3
3
|
baseURL: string;
|
|
4
4
|
/**服务器调用成功的code 一般是 0 或 200 */
|
|
@@ -8,6 +8,7 @@ export interface CreateAxiosConfig extends CreateAxiosDefaults {
|
|
|
8
8
|
}
|
|
9
9
|
export declare function createAxios(config: CreateAxiosConfig, options?: {
|
|
10
10
|
requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;
|
|
11
|
+
responseInterceptors?: (response: AxiosResponse<any, any, {}>) => any;
|
|
11
12
|
}): {
|
|
12
13
|
service: import("axios").AxiosInstance;
|
|
13
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAxios.js","sources":["../../../../../../packages/utils/src/http/createAxios.ts"],"sourcesContent":["import axios from 'axios';\nimport { ElMessage } from 'element-plus';\nimport Cookies from 'js-cookie';\nimport { useLoginStore } from '@giime/hooks/store/useLogin';\nimport { isNumber } from '../is';\nimport { res401Interceptors } from './interceptors';\nimport { responseErrorMessage } from './errorMessage';\nimport { getHeaderValue } from './url';\nimport type { AxiosError, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';\nimport { useGlobalConfig } from '@giime/hooks/base/useGlobalConfig';\nexport interface CreateAxiosConfig extends CreateAxiosDefaults {\n baseURL: string;\n /**服务器调用成功的code 一般是 0 或 200 */\n successCode: number | number[];\n // 是否隐藏Authorization\n hideAuthorization?: boolean;\n // 是否使用params传递token\n isUseParamsToken?: boolean;\n}\n\nexport function createAxios(\n config: CreateAxiosConfig,\n options?: {\n requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;\n },\n) {\n const successCode = config.successCode ?? 0;\n const hideAuthorization = config.hideAuthorization ?? false;\n const isUseParamsToken = config.isUseParamsToken ?? false;\n\n const service = axios.create({\n withCredentials: true, // send cookies when cross-domain requests\n timeout: 120_000,\n headers: {\n 'content-type': 'application/json',\n Accept: '*/*',\n },\n ...config,\n });\n\n // 请求拦截器\n service.interceptors.request.use(\n async config => {\n const logingStore = useLoginStore();\n const _token = Cookies.get('token') ?? logingStore.userToken;\n const _user = Cookies.get('sso_user_id') ?? logingStore.userId;\n\n // 获取自定义配置的登录信息\n const loginEnvKey = 'VITE_GIIME_LOGIN_GK_SERVICE_USER';\n\n const importMetaEnv = useGlobalConfig('env');\n // 检查是否已存在 gk-service-user (不区分大小写)\n const gkServiceUser = getHeaderValue(config.headers, 'gk-service-user');\n if (!gkServiceUser) {\n config.headers['gk-service-user'] = importMetaEnv.value[loginEnvKey] || undefined;\n }\n\n if (!config.params) {\n config.params = {};\n }\n // 是否隐藏Authorization\n if (!hideAuthorization) {\n // 是否使用params传递token\n if (isUseParamsToken) {\n config.params._token = _token;\n config.params._user = _user;\n }\n\n if (_token) {\n config.headers.Authorization = `Bearer ${_token}`;\n }\n }\n\n await options?.requestInterceptors?.(config);\n return config;\n },\n error => {\n console.error('请求错误', error); // for debug\n return Promise.reject(error);\n },\n );\n // 添加响应拦截器\n service.interceptors.response.use(\n async response => {\n // 对响应数据做点什么\n const res = response.data;\n const msg = (res?.comment ?? res?.message ?? res?.errMsg ?? res?.msg) || '接口请求错误';\n if (!isNumber(res?.code)) {\n return response;\n }\n // 成功情况\n else if (res.code === successCode || res.errCode === successCode) {\n return response;\n }\n // 成功情况 successCode为数组\n else if (Array.isArray(successCode) && (successCode.includes(res.code) || successCode.includes(res.errCode))) {\n return response;\n }\n // 401\n else if (res.code === 401) {\n const res = await res401Interceptors(service, response.config);\n return res;\n }\n ElMessage({\n message: msg,\n type: 'error',\n grouping: true,\n duration: 5 * 1000,\n showClose: true,\n });\n return Promise.reject(response);\n // return response;\n },\n async (err: AxiosError) => {\n console.error(err);\n if (err?.response?.status === 401 && !err.message.includes('timeout')) {\n const res = await res401Interceptors(service, err.config!);\n return res;\n } else {\n // 对响应错误做点什么\n responseErrorMessage(err);\n return Promise.reject(err);\n }\n },\n );\n\n return {\n service,\n };\n}\n"],"names":["config","useLoginStore","useGlobalConfig","getHeaderValue","isNumber","res","res401Interceptors","ElMessage","responseErrorMessage"],"mappings":";;;;;;;;;;;;AAoBO,SAAS,WAAA,CACd,QACA,OAAA,
|
|
1
|
+
{"version":3,"file":"createAxios.js","sources":["../../../../../../packages/utils/src/http/createAxios.ts"],"sourcesContent":["import axios from 'axios';\nimport { ElMessage } from 'element-plus';\nimport Cookies from 'js-cookie';\nimport { useLoginStore } from '@giime/hooks/store/useLogin';\nimport { isNumber } from '../is';\nimport { res401Interceptors } from './interceptors';\nimport { responseErrorMessage } from './errorMessage';\nimport { getHeaderValue } from './url';\nimport type { AxiosError, AxiosResponse, CreateAxiosDefaults, InternalAxiosRequestConfig } from 'axios';\nimport { useGlobalConfig } from '@giime/hooks/base/useGlobalConfig';\nexport interface CreateAxiosConfig extends CreateAxiosDefaults {\n baseURL: string;\n /**服务器调用成功的code 一般是 0 或 200 */\n successCode: number | number[];\n // 是否隐藏Authorization\n hideAuthorization?: boolean;\n // 是否使用params传递token\n isUseParamsToken?: boolean;\n}\n\nexport function createAxios(\n config: CreateAxiosConfig,\n options?: {\n requestInterceptors?: (config: InternalAxiosRequestConfig<any>) => any;\n responseInterceptors?: (response: AxiosResponse<any, any, {}>) => any;\n },\n) {\n const successCode = config.successCode ?? 0;\n const hideAuthorization = config.hideAuthorization ?? false;\n const isUseParamsToken = config.isUseParamsToken ?? false;\n\n const service = axios.create({\n withCredentials: true, // send cookies when cross-domain requests\n timeout: 120_000,\n headers: {\n 'content-type': 'application/json',\n Accept: '*/*',\n },\n ...config,\n });\n\n // 请求拦截器\n service.interceptors.request.use(\n async config => {\n const logingStore = useLoginStore();\n const _token = Cookies.get('token') ?? logingStore.userToken;\n const _user = Cookies.get('sso_user_id') ?? logingStore.userId;\n\n // 获取自定义配置的登录信息\n const loginEnvKey = 'VITE_GIIME_LOGIN_GK_SERVICE_USER';\n\n const importMetaEnv = useGlobalConfig('env');\n // 检查是否已存在 gk-service-user (不区分大小写)\n const gkServiceUser = getHeaderValue(config.headers, 'gk-service-user');\n if (!gkServiceUser) {\n config.headers['gk-service-user'] = importMetaEnv.value[loginEnvKey] || undefined;\n }\n\n if (!config.params) {\n config.params = {};\n }\n // 是否隐藏Authorization\n if (!hideAuthorization) {\n // 是否使用params传递token\n if (isUseParamsToken) {\n config.params._token = _token;\n config.params._user = _user;\n }\n\n if (_token) {\n config.headers.Authorization = `Bearer ${_token}`;\n }\n }\n\n await options?.requestInterceptors?.(config);\n return config;\n },\n error => {\n console.error('请求错误', error); // for debug\n return Promise.reject(error);\n },\n );\n // 添加响应拦截器\n service.interceptors.response.use(\n async response => {\n // 对响应数据做点什么\n const res = response.data;\n const msg = (res?.comment ?? res?.message ?? res?.errMsg ?? res?.msg) || '接口请求错误';\n if (!isNumber(res?.code)) {\n return response;\n }\n // 成功情况\n else if (res.code === successCode || res.errCode === successCode) {\n return response;\n }\n // 成功情况 successCode为数组\n else if (Array.isArray(successCode) && (successCode.includes(res.code) || successCode.includes(res.errCode))) {\n return response;\n }\n // 401\n else if (res.code === 401) {\n const res = await res401Interceptors(service, response.config);\n return res;\n }\n /** 自定义响应拦截器 */\n await options?.responseInterceptors?.(response);\n\n ElMessage({\n message: msg,\n type: 'error',\n grouping: true,\n duration: 5 * 1000,\n showClose: true,\n });\n return Promise.reject(response);\n // return response;\n },\n async (err: AxiosError) => {\n console.error(err);\n if (err?.response?.status === 401 && !err.message.includes('timeout')) {\n const res = await res401Interceptors(service, err.config!);\n return res;\n } else {\n // 对响应错误做点什么\n responseErrorMessage(err);\n return Promise.reject(err);\n }\n },\n );\n\n return {\n service,\n };\n}\n"],"names":["config","useLoginStore","useGlobalConfig","getHeaderValue","isNumber","res","res401Interceptors","ElMessage","responseErrorMessage"],"mappings":"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"}
|