giime 0.7.10 → 0.7.11
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 +119 -116
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/composite/fileComponent/FileComponent.vue.d.ts +3 -3
- package/es/components/src/composite/fileComponent/fileComponent.d.ts +1 -1
- package/es/components/src/composite/fileComponent/fileComponent.mjs.map +1 -1
- package/es/components/src/composite/fileComponent/index.d.ts +3 -3
- package/es/components/src/composite/fileList2/FileList.vue.d.ts +95 -0
- package/es/components/src/composite/fileList2/FileList.vue.mjs +6 -0
- package/es/components/src/composite/fileList2/FileList.vue.mjs.map +1 -0
- package/es/components/src/composite/fileList2/FileList.vue2.mjs +62 -0
- package/es/components/src/composite/fileList2/FileList.vue2.mjs.map +1 -0
- package/es/components/src/composite/fileList2/fileList.d.ts +47 -0
- package/es/components/src/composite/fileList2/fileList.mjs +24 -0
- package/es/components/src/composite/fileList2/fileList.mjs.map +1 -0
- package/es/components/src/composite/fileList2/index.d.ts +98 -0
- package/es/components/src/composite/fileList2/index.mjs +10 -0
- package/es/components/src/composite/fileList2/index.mjs.map +1 -0
- package/es/components/src/composite/index.d.ts +1 -0
- package/es/components/src/composite/index.mjs +2 -0
- package/es/components/src/composite/index.mjs.map +1 -1
- package/es/components/src/composite/previewFile/PreviewFile.vue.d.ts +3 -3
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs +3 -2
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs.map +1 -1
- package/es/components/src/composite/previewFile/index.d.ts +3 -3
- package/es/components/src/composite/previewFile/previewFile.d.ts +1 -1
- package/es/components/src/composite/uploadFile/UploadFile.vue.d.ts +3 -3
- package/es/components/src/composite/uploadFile/index.d.ts +7 -7
- package/es/components/src/composite/uploadFile/uploadFile.d.ts +1 -1
- package/es/giime/component.mjs +4 -0
- package/es/giime/component.mjs.map +1 -1
- package/es/giime/index.mjs +2 -0
- package/es/giime/index.mjs.map +1 -1
- 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 +119 -116
- package/global.d.ts +2 -0
- package/lib/components/index.js +18 -14
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/composite/fileComponent/FileComponent.vue.d.ts +3 -3
- package/lib/components/src/composite/fileComponent/fileComponent.d.ts +1 -1
- package/lib/components/src/composite/fileComponent/fileComponent.js.map +1 -1
- package/lib/components/src/composite/fileComponent/index.d.ts +3 -3
- package/lib/components/src/composite/fileList2/FileList.vue.d.ts +95 -0
- package/lib/components/src/composite/fileList2/FileList.vue.js +10 -0
- package/lib/components/src/composite/fileList2/FileList.vue.js.map +1 -0
- package/lib/components/src/composite/fileList2/FileList.vue2.js +66 -0
- package/lib/components/src/composite/fileList2/FileList.vue2.js.map +1 -0
- package/lib/components/src/composite/fileList2/fileList.d.ts +47 -0
- package/lib/components/src/composite/fileList2/fileList.js +26 -0
- package/lib/components/src/composite/fileList2/fileList.js.map +1 -0
- package/lib/components/src/composite/fileList2/index.d.ts +98 -0
- package/lib/components/src/composite/fileList2/index.js +16 -0
- package/lib/components/src/composite/fileList2/index.js.map +1 -0
- package/lib/components/src/composite/index.d.ts +1 -0
- package/lib/components/src/composite/index.js +4 -0
- package/lib/components/src/composite/index.js.map +1 -1
- package/lib/components/src/composite/previewFile/PreviewFile.vue.d.ts +3 -3
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js +3 -2
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js.map +1 -1
- package/lib/components/src/composite/previewFile/index.d.ts +3 -3
- package/lib/components/src/composite/previewFile/previewFile.d.ts +1 -1
- package/lib/components/src/composite/uploadFile/UploadFile.vue.d.ts +3 -3
- package/lib/components/src/composite/uploadFile/index.d.ts +7 -7
- package/lib/components/src/composite/uploadFile/uploadFile.d.ts +1 -1
- package/lib/giime/component.js +32 -28
- package/lib/giime/component.js.map +1 -1
- package/lib/giime/index.js +80 -76
- package/lib/giime/index.js.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 +119 -116
- package/package.json +1 -1
package/lib/giime/index.js
CHANGED
|
@@ -307,47 +307,49 @@ var ruleEditor = require('../components/src/composite/ruleEditor/ruleEditor.js')
|
|
|
307
307
|
var index$2a = require('../components/src/composite/ruleEditor/index.js');
|
|
308
308
|
var uploadFile = require('../components/src/composite/uploadFile/uploadFile.js');
|
|
309
309
|
var index$2b = require('../components/src/composite/uploadFile/index.js');
|
|
310
|
+
var fileList = require('../components/src/composite/fileList2/fileList.js');
|
|
311
|
+
var index$2c = require('../components/src/composite/fileList2/index.js');
|
|
310
312
|
var method = require('../components/src/plugins/message/method.js');
|
|
311
|
-
var index$
|
|
312
|
-
var index$
|
|
313
|
-
var index$
|
|
314
|
-
var index$
|
|
315
|
-
var index$
|
|
313
|
+
var index$2d = require('../components/src/plugins/message/index.js');
|
|
314
|
+
var index$2e = require('../components/src/plugins/loading/index.js');
|
|
315
|
+
var index$2f = require('../components/src/plugins/messageBox/index.js');
|
|
316
|
+
var index$2g = require('../components/src/plugins/notification/index.js');
|
|
317
|
+
var index$2h = require('../components/src/plugins/copy/index.js');
|
|
316
318
|
var method$1 = require('../components/src/plugins/copy/method.js');
|
|
317
|
-
var index$
|
|
319
|
+
var index$2i = require('../components/src/plugins/confirmBox/index.js');
|
|
318
320
|
var directive = require('../components/src/directives/see/directive.js');
|
|
319
|
-
var index$
|
|
320
|
-
var index$
|
|
321
|
-
var index$
|
|
322
|
-
var index$
|
|
323
|
-
var index$
|
|
324
|
-
var index$
|
|
325
|
-
var index$
|
|
326
|
-
var index$
|
|
327
|
-
var index$
|
|
328
|
-
var index$
|
|
329
|
-
var index$
|
|
330
|
-
var index$
|
|
331
|
-
var index$
|
|
332
|
-
var index$
|
|
333
|
-
var index$
|
|
334
|
-
var index$
|
|
335
|
-
var index$
|
|
336
|
-
var index$
|
|
337
|
-
var index$
|
|
338
|
-
var index$
|
|
339
|
-
var index$
|
|
340
|
-
var index$
|
|
341
|
-
var index$
|
|
342
|
-
var index$
|
|
343
|
-
var index$
|
|
344
|
-
var index$
|
|
345
|
-
var index$
|
|
346
|
-
var index$
|
|
347
|
-
var index$
|
|
348
|
-
var index$
|
|
349
|
-
var index$
|
|
350
|
-
var index$
|
|
321
|
+
var index$2j = require('../components/src/directives/see/index.js');
|
|
322
|
+
var index$2k = require('../hooks/base/useCheckAll/index.js');
|
|
323
|
+
var index$2l = require('../hooks/base/useIDBKeyval/index.js');
|
|
324
|
+
var index$2m = require('../hooks/base/useDownload/index.js');
|
|
325
|
+
var index$2n = require('../hooks/base/useLoading/index.js');
|
|
326
|
+
var index$2o = require('../hooks/base/useTimeout/index.js');
|
|
327
|
+
var index$2p = require('../hooks/base/useRectSelect/index.js');
|
|
328
|
+
var index$2q = require('../hooks/base/usePageHtmlClass/index.js');
|
|
329
|
+
var index$2r = require('../hooks/base/useComputedFields/index.js');
|
|
330
|
+
var index$2s = require('../hooks/base/useAxios/index.js');
|
|
331
|
+
var index$2t = require('../hooks/base/useElementRemainingHeight/index.js');
|
|
332
|
+
var index$2u = require('../hooks/base/useUploadFile/index.js');
|
|
333
|
+
var index$2v = require('../hooks/store/useLogin/index.js');
|
|
334
|
+
var index$2w = require('../hooks/store/useCustomSettings/index.js');
|
|
335
|
+
var index$2x = require('../hooks/store/useLineList/index.js');
|
|
336
|
+
var index$2y = require('../hooks/store/usePlatformLineList/index.js');
|
|
337
|
+
var index$2z = require('../hooks/store/useOrgUserList/index.js');
|
|
338
|
+
var index$2A = require('../hooks/store/useAliCategoryList/index.js');
|
|
339
|
+
var index$2B = require('../hooks/store/useCompanyCategoryList/index.js');
|
|
340
|
+
var index$2C = require('../hooks/store/useRepiteFilter/index.js');
|
|
341
|
+
var index$2D = require('../hooks/store/common/useCurrencyList/index.js');
|
|
342
|
+
var index$2E = require('../hooks/store/common/useCountryList/index.js');
|
|
343
|
+
var index$2F = require('../hooks/store/common/useSystemList/index.js');
|
|
344
|
+
var index$2G = require('../hooks/store/common/useLangList/index.js');
|
|
345
|
+
var index$2H = require('../hooks/store/userCenter/useOrgList/index.js');
|
|
346
|
+
var index$2I = require('../hooks/store/userCenter/useAreaList/index.js');
|
|
347
|
+
var index$2J = require('../hooks/store/userCenter/useRoleList/index.js');
|
|
348
|
+
var index$2K = require('../hooks/store/userCenter/useOrgTreeList/index.js');
|
|
349
|
+
var index$2L = require('../hooks/store/userCenter/useCurrentUser/index.js');
|
|
350
|
+
var index$2M = require('../hooks/store/usePlatformList/index.js');
|
|
351
|
+
var index$2N = require('../hooks/store/useAliOssConfigs/index.js');
|
|
352
|
+
var index$2O = require('../hooks/store/useUploadTask/index.js');
|
|
351
353
|
|
|
352
354
|
const install = defaults.default.install;
|
|
353
355
|
const version = defaults.default.version;
|
|
@@ -844,48 +846,50 @@ exports.ruleEditorProps = ruleEditor.ruleEditorProps;
|
|
|
844
846
|
exports.GmRuleEditor = index$2a.GmRuleEditor;
|
|
845
847
|
exports.uploadFileProps = uploadFile.uploadFileProps;
|
|
846
848
|
exports.GmUploadFile = index$2b.GmUploadFile;
|
|
849
|
+
exports.fileProProps = fileList.fileProProps;
|
|
850
|
+
exports.GmFileList = index$2c.GmFileList;
|
|
847
851
|
exports.messageTypes = method.messageTypes;
|
|
848
852
|
exports.normalizeMessageOptions = method.normalizeMessageOptions;
|
|
849
|
-
exports.GmMessage = index$
|
|
850
|
-
exports.GmLoading = index$
|
|
851
|
-
exports.GmMessageBox = index$
|
|
852
|
-
exports.GmNotification = index$
|
|
853
|
-
exports.GmCopy = index$
|
|
853
|
+
exports.GmMessage = index$2d.GmMessage;
|
|
854
|
+
exports.GmLoading = index$2e.GmLoading;
|
|
855
|
+
exports.GmMessageBox = index$2f.GmMessageBox;
|
|
856
|
+
exports.GmNotification = index$2g.GmNotification;
|
|
857
|
+
exports.GmCopy = index$2h.GmCopy;
|
|
854
858
|
exports.useClipboard = method$1.useClipboard;
|
|
855
|
-
exports.GmConfirmBox = index$
|
|
859
|
+
exports.GmConfirmBox = index$2i.GmConfirmBox;
|
|
856
860
|
exports.vSee = directive.vSee;
|
|
857
|
-
exports.GmVSeeDirective = index$
|
|
858
|
-
exports.useCheckAll = index$
|
|
859
|
-
exports.useIDBKeyval = index$
|
|
860
|
-
exports.useDownload = index$
|
|
861
|
-
exports.useLoading = index$
|
|
862
|
-
exports.useTimeoutPromise = index$
|
|
863
|
-
exports.useRectSelect = index$
|
|
864
|
-
exports.usePageHtmlClass = index$
|
|
865
|
-
exports.useComputedFields = index$
|
|
866
|
-
exports.useAxios = index$
|
|
867
|
-
exports.useElementRemainingHeight = index$
|
|
868
|
-
exports.useUploadFile = index$
|
|
869
|
-
exports.useLoginStore = index$
|
|
870
|
-
exports.useCustomSettingsStore = index$
|
|
871
|
-
exports.useLineListStore = index$
|
|
872
|
-
exports.usePlatformLineListStore = index$
|
|
873
|
-
exports.useOrgUserListStore = index$
|
|
874
|
-
exports.useAliCategoryListStore = index$
|
|
875
|
-
exports.useCompanyCategoryListStore = index$
|
|
876
|
-
exports.useRepiteFilterStore = index$
|
|
877
|
-
exports.useCurrencyListStore = index$
|
|
878
|
-
exports.useCountryListStore = index$
|
|
879
|
-
exports.useSystemListStore = index$
|
|
880
|
-
exports.useLangListStore = index$
|
|
881
|
-
exports.useOrgListStore = index$
|
|
882
|
-
exports.useAreaListStore = index$
|
|
883
|
-
exports.useRoleListStore = index$
|
|
884
|
-
exports.useOrgTreeListStore = index$
|
|
885
|
-
exports.useCurrentUserStore = index$
|
|
886
|
-
exports.usePlatformListStore = index$
|
|
887
|
-
exports.useAliOssConfigsStore = index$
|
|
888
|
-
exports.useUploadTaskStore = index$
|
|
861
|
+
exports.GmVSeeDirective = index$2j.GmVSeeDirective;
|
|
862
|
+
exports.useCheckAll = index$2k.useCheckAll;
|
|
863
|
+
exports.useIDBKeyval = index$2l.useIDBKeyval;
|
|
864
|
+
exports.useDownload = index$2m.useDownload;
|
|
865
|
+
exports.useLoading = index$2n.useLoading;
|
|
866
|
+
exports.useTimeoutPromise = index$2o.useTimeoutPromise;
|
|
867
|
+
exports.useRectSelect = index$2p.useRectSelect;
|
|
868
|
+
exports.usePageHtmlClass = index$2q.usePageHtmlClass;
|
|
869
|
+
exports.useComputedFields = index$2r.useComputedFields;
|
|
870
|
+
exports.useAxios = index$2s.useAxios;
|
|
871
|
+
exports.useElementRemainingHeight = index$2t.useElementRemainingHeight;
|
|
872
|
+
exports.useUploadFile = index$2u.useUploadFile;
|
|
873
|
+
exports.useLoginStore = index$2v.useLoginStore;
|
|
874
|
+
exports.useCustomSettingsStore = index$2w.useCustomSettingsStore;
|
|
875
|
+
exports.useLineListStore = index$2x.useLineListStore;
|
|
876
|
+
exports.usePlatformLineListStore = index$2y.usePlatformLineListStore;
|
|
877
|
+
exports.useOrgUserListStore = index$2z.useOrgUserListStore;
|
|
878
|
+
exports.useAliCategoryListStore = index$2A.useAliCategoryListStore;
|
|
879
|
+
exports.useCompanyCategoryListStore = index$2B.useCompanyCategoryListStore;
|
|
880
|
+
exports.useRepiteFilterStore = index$2C.useRepiteFilterStore;
|
|
881
|
+
exports.useCurrencyListStore = index$2D.useCurrencyListStore;
|
|
882
|
+
exports.useCountryListStore = index$2E.useCountryListStore;
|
|
883
|
+
exports.useSystemListStore = index$2F.useSystemListStore;
|
|
884
|
+
exports.useLangListStore = index$2G.useLangListStore;
|
|
885
|
+
exports.useOrgListStore = index$2H.useOrgListStore;
|
|
886
|
+
exports.useAreaListStore = index$2I.useAreaListStore;
|
|
887
|
+
exports.useRoleListStore = index$2J.useRoleListStore;
|
|
888
|
+
exports.useOrgTreeListStore = index$2K.useOrgTreeListStore;
|
|
889
|
+
exports.useCurrentUserStore = index$2L.useCurrentUserStore;
|
|
890
|
+
exports.usePlatformListStore = index$2M.usePlatformListStore;
|
|
891
|
+
exports.useAliOssConfigsStore = index$2N.useAliOssConfigsStore;
|
|
892
|
+
exports.useUploadTaskStore = index$2O.useUploadTaskStore;
|
|
889
893
|
exports.install = install;
|
|
890
894
|
exports.version = version;
|
|
891
895
|
//# sourceMappingURL=index.js.map
|
package/lib/giime/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\nimport './tailwind.css';\nexport * from '@giime/utils';\nexport * from '@giime/components';\nexport * from '@giime/hooks';\n// export * from '@giime/api'; // 用户通过giime/es/api 导入类型\nexport const install = installer.install;\nexport const version = installer.version;\nexport default installer;\n"],"names":["installer"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\nimport './tailwind.css';\nexport * from '@giime/utils';\nexport * from '@giime/components';\nexport * from '@giime/hooks';\n// export * from '@giime/api'; // 用户通过giime/es/api 导入类型\nexport const install = installer.install;\nexport const version = installer.version;\nexport default installer;\n"],"names":["installer"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,UAAUA,gBAAU,CAAA,QAAA;AAC1B,MAAM,UAAUA,gBAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.7.
|
|
1
|
+
export declare const version = "0.7.11";
|
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.7.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.7.11';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|
package/lib/index.css
CHANGED
|
@@ -590,6 +590,9 @@ video {
|
|
|
590
590
|
.gm-h-1 {
|
|
591
591
|
height: 0.25rem;
|
|
592
592
|
}
|
|
593
|
+
.gm-h-32 {
|
|
594
|
+
height: 8rem;
|
|
595
|
+
}
|
|
593
596
|
.gm-h-\[30px\] {
|
|
594
597
|
height: 30px;
|
|
595
598
|
}
|
|
@@ -873,13 +876,11 @@ video {
|
|
|
873
876
|
.gm-group:hover .group-hover\:gm-block {
|
|
874
877
|
display: block;
|
|
875
878
|
}
|
|
876
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
877
|
-
align-items: center;
|
|
878
|
-
}
|
|
879
879
|
|
|
880
|
-
.gm-
|
|
881
|
-
|
|
880
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
881
|
+
margin: 0;
|
|
882
882
|
}
|
|
883
|
+
|
|
883
884
|
.circular[data-v-d7b04fae] {
|
|
884
885
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
885
886
|
}
|
|
@@ -911,19 +912,6 @@ video {
|
|
|
911
912
|
stroke-dashoffset: -120px;
|
|
912
913
|
}
|
|
913
914
|
}
|
|
914
|
-
|
|
915
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
916
|
-
margin: 0;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
.gm-upload-pro-preview-dialog[data-v-9ac30390] [data-v-9ac30390] .el-dialog__body {
|
|
920
|
-
padding: 0;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
.gm-upload-pro-file-picture-card[data-v-9ac30390] [data-v-9ac30390] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-9ac30390] [data-v-9ac30390] .el-upload--picture-card {
|
|
924
|
-
width: auto;
|
|
925
|
-
height: auto;
|
|
926
|
-
}
|
|
927
915
|
.gm-upload-pro-file {
|
|
928
916
|
line-height: normal;
|
|
929
917
|
}
|
|
@@ -962,9 +950,20 @@ video {
|
|
|
962
950
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
963
951
|
display: none;
|
|
964
952
|
}
|
|
965
|
-
[data-v-
|
|
966
|
-
|
|
967
|
-
|
|
953
|
+
.gm-upload-pro-preview-dialog[data-v-9ac30390] [data-v-9ac30390] .el-dialog__body {
|
|
954
|
+
padding: 0;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.gm-upload-pro-file-picture-card[data-v-9ac30390] [data-v-9ac30390] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-9ac30390] [data-v-9ac30390] .el-upload--picture-card {
|
|
958
|
+
width: auto;
|
|
959
|
+
height: auto;
|
|
960
|
+
}
|
|
961
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
962
|
+
align-items: center;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
966
|
+
justify-content: space-between;
|
|
968
967
|
}
|
|
969
968
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
970
969
|
border-right: none;
|
|
@@ -989,15 +988,6 @@ video {
|
|
|
989
988
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
990
989
|
height: 0;
|
|
991
990
|
}
|
|
992
|
-
|
|
993
|
-
.pagination-container[data-v-47d35e7b] {
|
|
994
|
-
background: #fff;
|
|
995
|
-
padding-top: 12px;
|
|
996
|
-
}
|
|
997
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
998
|
-
display: none;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
991
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1002
992
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1003
993
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1016,61 +1006,9 @@ video {
|
|
|
1016
1006
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1017
1007
|
display: flex;
|
|
1018
1008
|
}
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
margin: 0;
|
|
1023
|
-
border-bottom: 1px solid #ebeef5;
|
|
1024
|
-
}
|
|
1025
|
-
.custom-operate-drawer .el-drawer__title {
|
|
1026
|
-
font-size: 14px;
|
|
1027
|
-
color: #333;
|
|
1028
|
-
}
|
|
1029
|
-
.custom-operate-drawer .el-drawer__body {
|
|
1030
|
-
padding: 15px;
|
|
1031
|
-
}
|
|
1032
|
-
.custom-operate-drawer .el-drawer__footer {
|
|
1033
|
-
padding: 10px 15px;
|
|
1034
|
-
border-top: 1px solid #ebeef5;
|
|
1035
|
-
}
|
|
1036
|
-
.custom-operate-drawer .el-checkbox {
|
|
1037
|
-
display: flex;
|
|
1038
|
-
align-items: center;
|
|
1039
|
-
}
|
|
1040
|
-
.custom-operate-drawer .el-input__inner {
|
|
1041
|
-
text-align: center;
|
|
1042
|
-
}
|
|
1043
|
-
.custom-operate-drawer .el-input__suffix {
|
|
1044
|
-
position: absolute;
|
|
1045
|
-
right: 10px;
|
|
1046
|
-
}
|
|
1047
|
-
.custom-operate-drawer .custom-content li {
|
|
1048
|
-
display: flex;
|
|
1049
|
-
align-items: center;
|
|
1050
|
-
justify-content: center;
|
|
1051
|
-
height: 44px;
|
|
1052
|
-
}
|
|
1053
|
-
.custom-operate-drawer .custom-group {
|
|
1054
|
-
max-height: calc(100vh - 226px);
|
|
1055
|
-
overflow-y: auto;
|
|
1056
|
-
}
|
|
1057
|
-
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1058
|
-
/*滚动条整体样式*/
|
|
1059
|
-
width: 4px;
|
|
1060
|
-
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1061
|
-
height: 1px;
|
|
1062
|
-
}
|
|
1063
|
-
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1064
|
-
/*滚动条里面小方块*/
|
|
1065
|
-
border-radius: 10px;
|
|
1066
|
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1067
|
-
background: #999;
|
|
1068
|
-
}
|
|
1069
|
-
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1070
|
-
/*滚动条里面轨道*/
|
|
1071
|
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1072
|
-
border-radius: 10px;
|
|
1073
|
-
background: #eee;
|
|
1009
|
+
[data-v-488ca110] .gmSearchForm .el-form-item {
|
|
1010
|
+
margin-right: 0;
|
|
1011
|
+
margin-bottom: 4px;
|
|
1074
1012
|
}
|
|
1075
1013
|
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1076
1014
|
border-right: none;
|
|
@@ -1095,6 +1033,58 @@ video {
|
|
|
1095
1033
|
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1096
1034
|
height: 0;
|
|
1097
1035
|
}
|
|
1036
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1037
|
+
padding: 0;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.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 {
|
|
1041
|
+
width: auto;
|
|
1042
|
+
height: auto;
|
|
1043
|
+
}
|
|
1044
|
+
.gm-upload-file {
|
|
1045
|
+
line-height: normal;
|
|
1046
|
+
}
|
|
1047
|
+
.gm-upload-file .el-checkbox {
|
|
1048
|
+
position: absolute;
|
|
1049
|
+
left: 10px;
|
|
1050
|
+
top: 0;
|
|
1051
|
+
z-index: 9;
|
|
1052
|
+
}
|
|
1053
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1054
|
+
gap: 10px;
|
|
1055
|
+
}
|
|
1056
|
+
.gm-upload-file .el-upload-list__item {
|
|
1057
|
+
margin: 0;
|
|
1058
|
+
}
|
|
1059
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1060
|
+
line-height: normal;
|
|
1061
|
+
}
|
|
1062
|
+
.gm-upload-file .el-upload-dragger {
|
|
1063
|
+
padding: 0;
|
|
1064
|
+
border: none;
|
|
1065
|
+
width: 100%;
|
|
1066
|
+
height: 100%;
|
|
1067
|
+
display: flex;
|
|
1068
|
+
}
|
|
1069
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1070
|
+
border: none;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1074
|
+
display: none;
|
|
1075
|
+
}
|
|
1076
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1077
|
+
display: none;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1081
|
+
background: #fff;
|
|
1082
|
+
padding-top: 12px;
|
|
1083
|
+
}
|
|
1084
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1085
|
+
display: none;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1098
1088
|
@charset "UTF-8";
|
|
1099
1089
|
.table-custom-header-drawer .el-drawer__header {
|
|
1100
1090
|
padding: 10px 15px;
|
|
@@ -1151,46 +1141,59 @@ video {
|
|
|
1151
1141
|
border-radius: 10px;
|
|
1152
1142
|
background: #eee;
|
|
1153
1143
|
}
|
|
1154
|
-
|
|
1155
|
-
|
|
1144
|
+
@charset "UTF-8";
|
|
1145
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1146
|
+
padding: 10px 15px;
|
|
1147
|
+
margin: 0;
|
|
1148
|
+
border-bottom: 1px solid #ebeef5;
|
|
1156
1149
|
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
height: auto;
|
|
1150
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1151
|
+
font-size: 14px;
|
|
1152
|
+
color: #333;
|
|
1161
1153
|
}
|
|
1162
|
-
.
|
|
1163
|
-
|
|
1154
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1155
|
+
padding: 15px;
|
|
1164
1156
|
}
|
|
1165
|
-
.
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
top: 0;
|
|
1169
|
-
z-index: 9;
|
|
1157
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1158
|
+
padding: 10px 15px;
|
|
1159
|
+
border-top: 1px solid #ebeef5;
|
|
1170
1160
|
}
|
|
1171
|
-
.
|
|
1172
|
-
|
|
1161
|
+
.custom-operate-drawer .el-checkbox {
|
|
1162
|
+
display: flex;
|
|
1163
|
+
align-items: center;
|
|
1173
1164
|
}
|
|
1174
|
-
.
|
|
1175
|
-
|
|
1165
|
+
.custom-operate-drawer .el-input__inner {
|
|
1166
|
+
text-align: center;
|
|
1176
1167
|
}
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1168
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1169
|
+
position: absolute;
|
|
1170
|
+
right: 10px;
|
|
1179
1171
|
}
|
|
1180
|
-
.
|
|
1181
|
-
padding: 0;
|
|
1182
|
-
border: none;
|
|
1183
|
-
width: 100%;
|
|
1184
|
-
height: 100%;
|
|
1172
|
+
.custom-operate-drawer .custom-content li {
|
|
1185
1173
|
display: flex;
|
|
1174
|
+
align-items: center;
|
|
1175
|
+
justify-content: center;
|
|
1176
|
+
height: 44px;
|
|
1186
1177
|
}
|
|
1187
|
-
.
|
|
1188
|
-
|
|
1178
|
+
.custom-operate-drawer .custom-group {
|
|
1179
|
+
max-height: calc(100vh - 226px);
|
|
1180
|
+
overflow-y: auto;
|
|
1189
1181
|
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1182
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1183
|
+
/*滚动条整体样式*/
|
|
1184
|
+
width: 4px;
|
|
1185
|
+
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1186
|
+
height: 1px;
|
|
1193
1187
|
}
|
|
1194
|
-
.
|
|
1195
|
-
|
|
1188
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1189
|
+
/*滚动条里面小方块*/
|
|
1190
|
+
border-radius: 10px;
|
|
1191
|
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1192
|
+
background: #999;
|
|
1193
|
+
}
|
|
1194
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1195
|
+
/*滚动条里面轨道*/
|
|
1196
|
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1197
|
+
border-radius: 10px;
|
|
1198
|
+
background: #eee;
|
|
1196
1199
|
}
|