n20-common-lib 1.2.46 → 1.3.2
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/package.json +17 -2
- package/src/assets/css/_coreLib.scss +1 -0
- package/src/assets/css/alert.scss +31 -0
- package/src/assets/css/cl-anchor.scss +18 -9
- package/src/assets/css/cl-approve-card.scss +12 -2
- package/src/assets/css/cl-dialog.scss +16 -1
- package/src/assets/css/cl-drag-list.scss +4 -2
- package/src/assets/css/cl-expandable-pane.scss +15 -3
- package/src/assets/css/cl-expandable.scss +5 -2
- package/src/assets/css/cl-file-upload-table.scss +22 -1
- package/src/assets/css/cl-form-item.scss +102 -8
- package/src/assets/css/cl-message.scss +87 -2
- package/src/assets/css/cl-pagination.scss +3 -1
- package/src/assets/css/cl-showcolumn.scss +18 -1
- package/src/assets/css/cl-statis.scss +14 -1
- package/src/assets/css/cl-tertiary-tab.scss +4 -2
- package/src/assets/css/cl-upload.scss +7 -0
- package/src/assets/css/el-button.scss +24 -9
- package/src/assets/css/el-table.scss +18 -0
- package/src/assets/css/element.dev.scss +1 -0
- package/src/assets/css/font-icon.scss +0 -1
- package/src/assets/css/normalize.scss +6 -6
- package/src/assets/css/plain-text.scss +138 -0
- package/src/assets/css/title-pop.scss +20 -1
- package/src/assets/svg/404.svg +1 -0
- package/src/assets/svg/addFile.svg +32 -0
- package/src/assets/svg/bug.svg +1 -0
- package/src/assets/svg/chart.svg +1 -0
- package/src/assets/svg/clipboard.svg +1 -0
- package/src/assets/svg/component.svg +1 -0
- package/src/assets/svg/dashboard.svg +1 -0
- package/src/assets/svg/deleteFile.svg +28 -0
- package/src/assets/svg/documentation.svg +1 -0
- package/src/assets/svg/drag.svg +1 -0
- package/src/assets/svg/edit.svg +1 -0
- package/src/assets/svg/education.svg +1 -0
- package/src/assets/svg/email.svg +1 -0
- package/src/assets/svg/example.svg +1 -0
- package/src/assets/svg/excel.svg +1 -0
- package/src/assets/svg/exit-fullscreen.svg +1 -0
- package/src/assets/svg/eye-open.svg +1 -0
- package/src/assets/svg/eye.svg +1 -0
- package/src/assets/svg/favorite.svg +1 -0
- package/src/assets/svg/favorite_active.svg +1 -0
- package/src/assets/svg/favorite_x400.svg +1 -0
- package/src/assets/svg/favorite_x400_active.svg +1 -0
- package/src/assets/svg/favorite_x400_blank.svg +1 -0
- package/src/assets/svg/filter.svg +16 -0
- package/src/assets/svg/filter@2x.png +0 -0
- package/src/assets/svg/filterActive.svg +16 -0
- package/src/assets/svg/filterClose@2x.png +0 -0
- package/src/assets/svg/form.svg +1 -0
- package/src/assets/svg/fullscreen.svg +1 -0
- package/src/assets/svg/guide.svg +1 -0
- package/src/assets/svg/hourglass.svg +19 -0
- package/src/assets/svg/icon.svg +1 -0
- package/src/assets/svg/international.svg +1 -0
- package/src/assets/svg/language.svg +1 -0
- package/src/assets/svg/left-dis.svg +1 -0
- package/src/assets/svg/left.svg +1 -0
- package/src/assets/svg/link.svg +1 -0
- package/src/assets/svg/list.svg +1 -0
- package/src/assets/svg/lock.svg +1 -0
- package/src/assets/svg/message-t.svg +1 -0
- package/src/assets/svg/money.svg +1 -0
- package/src/assets/svg/money3.svg +1 -0
- package/src/assets/svg/money4.svg +1 -0
- package/src/assets/svg/moneyTwo.svg +1 -0
- package/src/assets/svg/msg_white.svg +1 -0
- package/src/assets/svg/nested.svg +1 -0
- package/src/assets/svg/newsearch.svg +19 -0
- package/src/assets/svg/password.svg +1 -0
- package/src/assets/svg/pdf.svg +1 -0
- package/src/assets/svg/people.svg +1 -0
- package/src/assets/svg/peoples.svg +1 -0
- package/src/assets/svg/phone.svg +1 -0
- package/src/assets/svg/phone_msg.svg +1 -0
- package/src/assets/svg/qq.svg +1 -0
- package/src/assets/svg/right-dis.svg +1 -0
- package/src/assets/svg/right.svg +1 -0
- package/src/assets/svg/search.svg +1 -0
- package/src/assets/svg/searchActive.svg +19 -0
- package/src/assets/svg/shopping.svg +1 -0
- package/src/assets/svg/size.svg +1 -0
- package/src/assets/svg/skill.svg +1 -0
- package/src/assets/svg/star.svg +1 -0
- package/src/assets/svg/steam.svg +1 -0
- package/src/assets/svg/tab.svg +1 -0
- package/src/assets/svg/table.svg +1 -0
- package/src/assets/svg/theme.svg +1 -0
- package/src/assets/svg/tree-table.svg +1 -0
- package/src/assets/svg/tree.svg +1 -0
- package/src/assets/svg/user.svg +1 -0
- package/src/assets/svg/wechat.svg +1 -0
- package/src/assets/svg/z-left-2-dis.svg +1 -0
- package/src/assets/svg/z-left-2.svg +1 -0
- package/src/assets/svg/z-right-2-dis.svg +1 -0
- package/src/assets/svg/z-right-2.svg +1 -0
- package/src/assets/svg/z-right.svg +1 -0
- package/src/assets/svg/zip.svg +1 -0
- package/src/components/ApprovalButtons/index.vue +16 -9
- package/src/components/ApprovalCard/index.vue +18 -14
- package/src/components/Button/button-group.vue +52 -48
- package/src/components/Button/icon-group-button.vue +2 -0
- package/src/components/ChildRange/index.vue +202 -0
- package/src/components/ECharts/define.js +74 -0
- package/src/components/ECharts/index.vue +163 -0
- package/src/components/ECharts/mixins/resize.js +56 -0
- package/src/components/Empty/img/400.svg +102 -0
- package/src/components/Empty/img/401.svg +102 -0
- package/src/components/Empty/img/403.svg +102 -0
- package/src/components/Empty/img/405.svg +102 -0
- package/src/components/Empty/img/901.svg +96 -0
- package/src/components/Empty/img/902.svg +96 -0
- package/src/components/Empty/img/903.svg +96 -0
- package/src/components/Empty/img/904.svg +96 -0
- package/src/components/Empty/img/905.svg +96 -0
- package/src/components/Empty/img/906.svg +96 -0
- package/src/components/Empty/img/907.svg +96 -0
- package/src/components/Empty/index.vue +55 -0
- package/src/components/Expandable/main.vue +4 -1
- package/src/components/FileImport/index.vue +201 -0
- package/src/components/FileUploadTable/index.vue +15 -10
- package/src/components/Filters/index.vue +2 -2
- package/src/components/Filters/indexO.vue +1 -1
- package/src/components/InputSearch/index.vue +1 -1
- package/src/components/LoginTemporary/index.vue +3 -3
- package/src/components/NstcG6Components/Calendar/index.js +8 -0
- package/src/components/NstcG6Components/Calendar/src/basic/month-table.vue +129 -0
- package/src/components/NstcG6Components/Calendar/src/basic/year-table.vue +126 -0
- package/src/components/NstcG6Components/Calendar/src/main.vue +442 -0
- package/src/components/NstcG6Components/DialogForm/index.js +8 -0
- package/src/components/NstcG6Components/DialogForm/src/demo/index.vue +56 -0
- package/src/components/NstcG6Components/DialogForm/src/main.vue +189 -0
- package/src/components/NstcG6Components/Form/A_DEMO/component/originalForm.vue +281 -0
- package/src/components/NstcG6Components/Form/A_DEMO/config/config_3.js +1222 -0
- package/src/components/NstcG6Components/Form/A_DEMO/index.vue +803 -0
- package/src/components/NstcG6Components/Form/AutocompleteCustom/index.vue +72 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/InputMultiple.vue +191 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/InputWithUnit.vue +128 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/readme.md +7 -0
- package/src/components/NstcG6Components/Form/CascaderCustom/index.vue +101 -0
- package/src/components/NstcG6Components/Form/CheckboxCustom/index.vue +84 -0
- package/src/components/NstcG6Components/Form/Component.vue +661 -0
- package/src/components/NstcG6Components/Form/ComponentSecond.vue +650 -0
- package/src/components/NstcG6Components/Form/DatepickerCustom/index.vue +130 -0
- package/src/components/NstcG6Components/Form/InputAndDialog/index.js +15 -0
- package/src/components/NstcG6Components/Form/InputAndDialog/src/main.vue +395 -0
- package/src/components/NstcG6Components/Form/InputCustom/demo/index.vue +65 -0
- package/src/components/NstcG6Components/Form/InputCustom/index.vue +307 -0
- package/src/components/NstcG6Components/Form/IntervalinputCustom/demo/index.vue +31 -0
- package/src/components/NstcG6Components/Form/IntervalinputCustom/index.vue +118 -0
- package/src/components/NstcG6Components/Form/Item.vue +330 -0
- package/src/components/NstcG6Components/Form/ItemSecond.vue +269 -0
- package/src/components/NstcG6Components/Form/List.vue +146 -0
- package/src/components/NstcG6Components/Form/ListSecond.vue +130 -0
- package/src/components/NstcG6Components/Form/RadioCustom/index.vue +73 -0
- package/src/components/NstcG6Components/Form/SelectAccount/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectAccount/src/demo/index.vue +58 -0
- package/src/components/NstcG6Components/Form/SelectAccount/src/main.vue +283 -0
- package/src/components/NstcG6Components/Form/SelectAndDialog/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectAndDialog/src/main.vue +384 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/src/demo/index.vue +42 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/src/main.vue +126 -0
- package/src/components/NstcG6Components/Form/SelectCustom/demo/index.vue +82 -0
- package/src/components/NstcG6Components/Form/SelectCustom/index.vue +488 -0
- package/src/components/NstcG6Components/Form/SelectSubject/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectSubject/src/demo/index.vue +85 -0
- package/src/components/NstcG6Components/Form/SelectSubject/src/main.vue +182 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/demo/index.vue +188 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/index.vue +650 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/install.js +7 -0
- package/src/components/NstcG6Components/Form/TableRadioCustom/demo/index.vue +53 -0
- package/src/components/NstcG6Components/Form/TableRadioCustom/index.vue +183 -0
- package/src/components/NstcG6Components/Form/TextCustom/index.vue +38 -0
- package/src/components/NstcG6Components/Form/UploadCustom/demo/index.vue +31 -0
- package/src/components/NstcG6Components/Form/UploadCustom/iconxitongshezhi-yichu.png +0 -0
- package/src/components/NstcG6Components/Form/UploadCustom/index.vue +506 -0
- package/src/components/NstcG6Components/Form/configs.js +191 -0
- package/src/components/NstcG6Components/Form/configsSecond.js +161 -0
- package/src/components/NstcG6Components/Form/index.js +8 -0
- package/src/components/NstcG6Components/Form/index.scss +29 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/index.js +15 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/src/demo/index.vue +164 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/src/main.vue +185 -0
- package/src/components/NstcG6Components/Form/readme.txt +4 -0
- package/src/components/NstcG6Components/FormGroup/index.js +8 -0
- package/src/components/NstcG6Components/FormGroup/src/demo/config.js +23 -0
- package/src/components/NstcG6Components/FormGroup/src/demo/index.vue +85 -0
- package/src/components/NstcG6Components/FormGroup/src/main.vue +639 -0
- package/src/components/NstcG6Components/FormGroup/src/validate.js +23 -0
- package/src/components/NstcG6Components/InputTag/InputTag.vue +270 -0
- package/src/components/NstcG6Components/NstcApprovel/NstcApprovel.vue +25 -0
- package/src/components/NstcG6Components/NstcBackToTop/NstcBackToTop.vue +150 -0
- package/src/components/NstcG6Components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +119 -0
- package/src/components/NstcG6Components/NstcCharts/NstcCharts.vue +162 -0
- package/src/components/NstcG6Components/NstcCharts/define.js +74 -0
- package/src/components/NstcG6Components/NstcCharts/mixins/resize.js +56 -0
- package/src/components/NstcG6Components/NstcConfirm/NstcConfirm.vue +153 -0
- package/src/components/NstcG6Components/NstcConfirm/index.js +25 -0
- package/src/components/NstcG6Components/NstcDialog/NstcDialog.vue +185 -0
- package/src/components/NstcG6Components/NstcDialogForm/NstcDialogForm.vue +176 -0
- package/src/components/NstcG6Components/NstcDialogTable/NstcDialogTable.vue +282 -0
- package/src/components/NstcG6Components/NstcDropdown/NstcDropdown.vue +52 -0
- package/src/components/NstcG6Components/NstcDropdownTree/NstcDropdownTree.vue +392 -0
- package/src/components/NstcG6Components/NstcElectronicFile/NstcElectronicFile.vue +591 -0
- package/src/components/NstcG6Components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -0
- package/src/components/NstcG6Components/NstcExcelCustomImport/img/upload@2x.png +0 -0
- package/src/components/NstcG6Components/NstcExcelExport/NstcExcelExport.vue +145 -0
- package/src/components/NstcG6Components/NstcExcelImport/NstcExcelImport.vue +1051 -0
- package/src/components/NstcG6Components/NstcExcelImport/img/upload@2x.png +0 -0
- package/src/components/NstcG6Components/NstcExcelImportN/NstcExcelImportN.vue +1168 -0
- package/src/components/NstcG6Components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -0
- package/src/components/NstcG6Components/NstcExpandCollapse/index.scss +77 -0
- package/src/components/NstcG6Components/NstcFileUpload/NstcFileUpload.vue +1011 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/addFile.svg +32 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/delete.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/deleteFile.svg +28 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/download.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/inputUpload.svg +30 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/look-diabled.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/look.svg +24 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/component/originalForm.vue +281 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/config/config_3.js +1222 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/index.vue +796 -0
- package/src/components/NstcG6Components/NstcForm/AutocompleteCustom/index.vue +68 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputMultiple.vue +191 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/readme.md +7 -0
- package/src/components/NstcG6Components/NstcForm/CascaderCustom/index.vue +101 -0
- package/src/components/NstcG6Components/NstcForm/CheckboxCustom/index.vue +84 -0
- package/src/components/NstcG6Components/NstcForm/Component.vue +684 -0
- package/src/components/NstcG6Components/NstcForm/ComponentSecond.vue +650 -0
- package/src/components/NstcG6Components/NstcForm/DatepickerCustom/index.vue +130 -0
- package/src/components/NstcG6Components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -0
- package/src/components/NstcG6Components/NstcForm/InputCustom/index.vue +314 -0
- package/src/components/NstcG6Components/NstcForm/IntervalInputCustom/index.vue +116 -0
- package/src/components/NstcG6Components/NstcForm/Item.vue +327 -0
- package/src/components/NstcG6Components/NstcForm/ItemSecond.vue +269 -0
- package/src/components/NstcG6Components/NstcForm/List.vue +146 -0
- package/src/components/NstcG6Components/NstcForm/ListSecond.vue +130 -0
- package/src/components/NstcG6Components/NstcForm/RadioCustom/index.vue +73 -0
- package/src/components/NstcG6Components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -0
- package/src/components/NstcG6Components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +382 -0
- package/src/components/NstcG6Components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +123 -0
- package/src/components/NstcG6Components/NstcForm/SelectCustom/index.vue +460 -0
- package/src/components/NstcG6Components/NstcForm/SelectSubject/NstcSelectSubject.vue +185 -0
- package/src/components/NstcG6Components/NstcForm/SelectindialogCustom/index.vue +650 -0
- package/src/components/NstcG6Components/NstcForm/TableRadioCustom/index.vue +183 -0
- package/src/components/NstcG6Components/NstcForm/TextCustom/index.vue +38 -0
- package/src/components/NstcG6Components/NstcForm/UploadCustom/iconxitongshezhi-yichu.png +0 -0
- package/src/components/NstcG6Components/NstcForm/UploadCustom/index.vue +483 -0
- package/src/components/NstcG6Components/NstcForm/configs.js +191 -0
- package/src/components/NstcG6Components/NstcForm/configsSecond.js +161 -0
- package/src/components/NstcG6Components/NstcForm/index.js +8 -0
- package/src/components/NstcG6Components/NstcForm/index.scss +29 -0
- package/src/components/NstcG6Components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +188 -0
- package/src/components/NstcG6Components/NstcForm/readme.txt +4 -0
- package/src/components/NstcG6Components/NstcPagination/NstcPagination.vue +430 -0
- package/src/components/NstcG6Components/NstcPagination/setPageNum.png +0 -0
- package/src/components/NstcG6Components/NstcPagination/setpagedefault.png +0 -0
- package/src/components/NstcG6Components/NstcScreenFull/NstcScreenFull.vue +70 -0
- package/src/components/NstcG6Components/NstcSelectTree/NstcSelectTree.vue +729 -0
- package/src/components/NstcG6Components/NstcSelectTreeList/NstcSelectTreeList.vue +676 -0
- package/src/components/NstcG6Components/NstcSticky/NstcSticky.vue +97 -0
- package/src/components/NstcG6Components/NstcSvgIcon/NstcSvgIcon.vue +77 -0
- package/src/components/NstcG6Components/NstcTab/NstcTab.vue +80 -0
- package/src/components/NstcG6Components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -0
- package/src/components/NstcG6Components/NstcTabWithBadge/index.scss +31 -0
- package/src/components/NstcG6Components/NstcTable/ElTableColumnCustom/index.vue +292 -0
- package/src/components/NstcG6Components/NstcTable/NstcTable.vue +460 -0
- package/src/components/NstcG6Components/NstcTableSet/NstcTableSet.vue +801 -0
- package/src/components/NstcG6Components/NstcThemePicker/NstcThemePicker.vue +186 -0
- package/src/components/NstcG6Components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +330 -0
- package/src/components/NstcG6Components/NstcUploadExcel/NstcUploadExcel.vue +145 -0
- package/src/components/NstcG6Components/NstcWorkBench/NstcWorkBench.vue +167 -0
- package/src/components/NstcG6Components/Search/NstcSearch.vue +591 -0
- package/src/components/NstcG6Components/Search/src/demo/index copy.vue +101 -0
- package/src/components/NstcG6Components/Search/src/demo/index.vue +103 -0
- package/src/components/NstcG6Components/Search/src/main copy.vue +607 -0
- package/src/components/NstcG6Components/approvelTwo/main.vue +220 -0
- package/src/components/NstcG6Components/approvelTwo/progress.vue +154 -0
- package/src/components/PageHeader/index.vue +80 -0
- package/src/components/PlainText/PlainTextItem.vue +17 -0
- package/src/components/PlainText/index.vue +12 -0
- package/src/components/Search/index.vue +593 -0
- package/src/components/SelectTree/index.vue +1 -0
- package/src/components/ShowColumn/index.vue +1 -1
- package/src/components/Stamp/images/accounts.png +0 -0
- package/src/components/Stamp/images/cancellation.png +0 -0
- package/src/components/Stamp/images/clinch.png +0 -0
- package/src/components/Stamp/images/conclude.png +0 -0
- package/src/components/Stamp/images/efficacy.png +0 -0
- package/src/components/Stamp/images/termination.png +0 -0
- package/src/components/Stamp/index.vue +75 -0
- package/src/components/Statis/statisPopover.vue +1 -0
- package/src/components/Table/ThSelectHeader.vue +133 -0
- package/src/components/Table/index.vue +53 -3
- package/src/components/Upload/index.vue +6 -2
- package/src/directives/VCopy/index.js +60 -0
- package/src/directives/VNstcNumber/index.js +14 -0
- package/src/directives/VNstcNumber/temp.js +446 -0
- package/src/index.js +28 -1
- package/src/utils/dateAndValidator.js +629 -0
- package/src/utils/debounce.js +40 -0
- package/src/utils/mapper_aims.js +810 -0
- package/src/utils/parseTime.js +48 -0
- package/src/utils/validate/index.js +7 -0
- package/src/utils/vendor/Export2Excel.js +229 -0
- package/src/utils/vendor/Export2Zip.js +24 -0
- package/src/utils/vue-bus.js +5 -0
- package/style/index.css +1 -1
- package/style/index.css.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599646058173" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7461" data-spm-anchor-id="a313x.7781069.0.i17" width="710.9375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M1202.441481 75.093333c-3.887407-1.991111-8.154074-2.939259-12.325925-2.939259-5.688889 0-11.377778 1.801481-16.213334 5.30963L612.977778 490.002963c-7.016296 5.12-11.188148 13.368889-11.093334 22.091852 0 8.722963 4.266667 16.877037 11.282963 21.997037l560.924445 405.807407c4.740741 3.413333 10.334815 5.214815 16.023704 5.214815 4.266667 0 8.533333-0.948148 12.42074-3.034074 9.102222-4.645926 14.885926-14.032593 14.885926-24.272593V99.365926c0-10.24-5.783704-19.626667-14.980741-24.272593z" p-id="7462"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M115.625 127.937H.063V12.375h57.781v12.374H12.438v90.813h90.813V70.156h12.374z"/><path d="M116.426 2.821l8.753 8.753-56.734 56.734-8.753-8.745z"/><path d="M127.893 37.982h-12.375V12.375H88.706V0h39.187z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M1.585 12.087c0 6.616 3.974 11.98 8.877 11.98 4.902 0 8.877-5.364 8.877-11.98 0-6.616-3.975-11.98-8.877-11.98-4.903 0-8.877 5.364-8.877 11.98zM125.86.107H35.613c-1.268 0-2.114 1.426-2.114 2.852v18.255c0 1.712 1.057 2.853 2.114 2.853h90.247c1.268 0 2.114-1.426 2.114-2.853V2.96c0-1.711-1.057-2.852-2.114-2.852zM.106 62.86c0 6.615 3.974 11.979 8.876 11.979 4.903 0 8.877-5.364 8.877-11.98 0-6.616-3.974-11.98-8.877-11.98-4.902 0-8.876 5.364-8.876 11.98zM124.17 50.88H33.921c-1.268 0-2.114 1.425-2.114 2.851v18.256c0 1.711 1.057 2.852 2.114 2.852h90.247c1.268 0 2.114-1.426 2.114-2.852V53.73c0-1.426-.846-2.852-2.114-2.852zM.106 115.913c0 6.616 3.974 11.98 8.876 11.98 4.903 0 8.877-5.364 8.877-11.98 0-6.616-3.974-11.98-8.877-11.98-4.902 0-8.876 5.364-8.876 11.98zm124.064-11.98H33.921c-1.268 0-2.114 1.426-2.114 2.853v18.255c0 1.711 1.057 2.852 2.114 2.852h90.247c1.268 0 2.114-1.426 2.114-2.852v-18.255c0-1.427-.846-2.853-2.114-2.853z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M119.88 49.674h-7.987V39.52C111.893 17.738 90.45.08 63.996.08 37.543.08 16.1 17.738 16.1 39.52v10.154H8.113c-4.408 0-7.987 2.94-7.987 6.577v65.13c0 3.637 3.57 6.577 7.987 6.577H119.88c4.407 0 7.987-2.94 7.987-6.577v-65.13c-.008-3.636-3.58-6.577-7.987-6.577zm-23.953 0H32.065V39.52c0-14.524 14.301-26.295 31.931-26.295 17.63 0 31.932 11.777 31.932 26.295v10.153z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599619604971" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4359" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M700.243353 153.002696c-0.035817-0.618077-0.072658-1.236154-0.146339-1.845021-0.072658-0.587378-0.170899-1.172709-0.268117-1.760087-0.121778-0.76441-0.243557-1.52575-0.414456-2.27481-0.084938-0.397043-0.206716-0.792039-0.303934-1.188058-0.2323-0.934279-0.488137-1.856277-0.791048-2.76395-0.085961-0.249687-0.183179-0.493234-0.280397-0.743944-0.364312-1.035586-0.766488-2.052752-1.217784-3.042289-0.023537-0.072655-0.048097-0.146333-0.084938-0.218988-0.061401-0.152473-0.157596-0.289596-0.231277-0.438998-0.451297-0.959861-0.93841-1.902326-1.462364-2.820232-0.183179-0.316202-0.377615-0.623193-0.573075-0.937348-0.474834-0.76748-0.961947-1.51961-1.485901-2.25025-0.279374-0.402159-0.584332-0.788969-0.875986-1.177825-0.475857-0.608867-0.95069-1.206478-1.450084-1.787716-0.376592-0.425695-0.754208-0.840134-1.144103-1.251503-0.488137-0.517793-0.987531-1.023306-1.499205-1.51347-0.413433-0.39295-0.839145-0.773619-1.265882-1.14508-0.548515-0.484024-1.108286-0.950651-1.692618-1.400906-0.403199-0.316202-0.816632-0.623193-1.230064-0.925069-0.658013-0.468674-1.315002-0.916882-1.997576-1.345648-0.365335-0.231267-0.742951-0.456395-1.108286-0.675382-0.755231-0.445138-1.535022-0.861624-2.314813-1.257643-0.328495-0.160659-0.658013-0.319272-0.986508-0.474814-0.840169-0.38988-1.692618-0.751107-2.55837-1.087774-0.317238-0.121773-0.644709-0.236384-0.974227-0.353041-0.864729-0.308015-1.728435-0.587378-2.630005-0.833995-0.377615-0.104377-0.755231-0.197498-1.132846-0.291642-0.827889-0.201591-1.656801-0.38681-2.508226-0.536212-0.499394-0.091074-1.011068-0.160659-1.511485-0.231267-0.730671-0.101307-1.461341-0.194428-2.204292-0.255827-0.658013-0.055259-1.315002-0.075725-1.973015-0.101307-0.439016-0.01228-0.865753-0.064468-1.291465-0.064468-0.20774 0-0.414456 0.027629-0.621172 0.030699-0.694853 0.01228-1.400964 0.058328-2.107074 0.106424-0.633452 0.042979-1.266905 0.079818-1.889101 0.152473-0.608892 0.069585-1.216761 0.179079-1.826676 0.279363-0.730671 0.118704-1.449061 0.234337-2.155171 0.38988-0.474834 0.106424-0.95069 0.240477-1.425524 0.36532-0.840169 0.215918-1.669081 0.441045-2.472409 0.709151-0.389896 0.127913-0.767511 0.277316-1.145127 0.416486-0.875986 0.322341-1.754019 0.661056-2.594188 1.041726-0.134059 0.055259-0.255837 0.095167-0.389896 0.151449L280.668574 278.147928l-101.011624 0L140.679667 278.147928l-26.503693 0c-27.558765 0-49.890268 22.334681-49.890268 49.888224l0 367.927697c0 27.551496 22.331503 49.889247 49.890268 49.889247l65.480977 0 0-0.779759 3.118142 0c21.954911 0 39.757075-17.801435 39.757075-39.755446s-17.802164-39.755446-39.757075-39.755446l-8.27684 0c-18.01502-7.521301-30.700444-25.249057-30.700444-45.99045L143.797809 401.309992c0-22.679535 15.140436-41.789779 35.859142-47.851844l0-0.804319 3.118142 0c3.520318-0.785899 7.162414-1.233084 10.914008-1.233084l117.832397 0 309.356092-134.939295 0 589.837786L354.895084 684.587754c-19.933798-9.207709-43.556766-0.517793-52.770993 19.408025-9.214227 19.932981-0.530094 43.554982 19.409844 52.768831l322.400711 147.547451c0.146339 0.061398 0.279374 0.109494 0.425713 0.169869 0.828912 0.37146 1.669081 0.700965 2.534833 1.017166 0.402176 0.151449 0.803328 0.311085 1.205504 0.445138 0.791048 0.261966 1.596423 0.480954 2.399751 0.694825 0.499394 0.134053 0.998788 0.274246 1.510462 0.38374 0.682573 0.151449 1.388683 0.268106 2.083537 0.38374 0.632429 0.10847 1.265882 0.218988 1.899334 0.291642 0.609915 0.072655 1.217784 0.109494 1.826676 0.151449 0.731694 0.049119 1.449061 0.098237 2.180755 0.109494 0.206716 0 0.413433 0.030699 0.633452 0.030699 0.402176 0 0.803328-0.049119 1.216761-0.061398 0.670293-0.024559 1.340586-0.049119 2.010879-0.104377 0.730671-0.055259 1.449061-0.146333 2.155171-0.243547 0.523954-0.072655 1.046885-0.146333 1.570839-0.236384 0.828912-0.147356 1.643497-0.322341 2.460129-0.523933 0.389896-0.098237 0.779791-0.194428 1.169687-0.298805 0.877009-0.243547 1.754019-0.517793 2.606468-0.822738 0.328495-0.11461 0.659036-0.236384 0.986508-0.35918 0.865753-0.334621 1.705921-0.688685 2.54609-1.078565 0.328495-0.157589 0.66927-0.317225 0.998788-0.480954 0.779791-0.38988 1.559583-0.804319 2.314813-1.249457 0.377615-0.218988 0.742951-0.450255 1.120566-0.681522 0.670293-0.426719 1.340586-0.871857 1.985295-1.334391 0.426736-0.303922 0.840169-0.620124 1.254625-0.937348 0.573075-0.445138 1.12159-0.907673 1.669081-1.38351 0.439016-0.376577 0.877009-0.772596 1.291465-1.174756 0.511674-0.474814 0.999811-0.968048 1.473621-1.473561 0.402176-0.419556 0.791048-0.846274 1.180944-1.290389 0.474834-0.560772 0.93841-1.1328 1.400964-1.718131 0.317238-0.413416 0.632429-0.828878 0.937387-1.25969 0.488137-0.688685 0.95069-1.394766 1.400964-2.119267 0.218996-0.354064 0.450273-0.706081 0.658013-1.072425 0.487114-0.852414 0.93841-1.723248 1.364123-2.612501 0.098241-0.194428 0.206716-0.37146 0.304958-0.566912 0.049121-0.103354 0.072658-0.206708 0.121778-0.311085 0.425713-0.931209 0.803328-1.888 1.144103-2.856048 0.109498-0.297782 0.2323-0.596588 0.329518-0.89437 0.303934-0.883113 0.547491-1.790786 0.779791-2.704598 0.108475-0.402159 0.218996-0.804319 0.316215-1.212618 0.170899-0.773619 0.304958-1.558495 0.426736-2.350534 0.097218-0.548492 0.194436-1.095961 0.255837-1.650593 0.084938-0.669242 0.121778-1.351787 0.170899-2.033309 0.035817-0.663102 0.084938-1.322112 0.097218-1.980097 0-0.231267 0.036841-0.450255 0.036841-0.681522L700.391738 155.7646c0-0.189312-0.02456-0.37146-0.036841-0.563842C700.352851 154.470117 700.303731 153.73743 700.243353 153.002696z" p-id="4360"></path><path d="M870.378049 296.316729l-0.69383 0.694825c-6.735677-4.679579-14.909159-7.441483-23.73963-7.441483-23.014076 0-41.674829 18.653849-41.674829 41.671075 0 8.830109 2.764063 17.002232 7.446904 23.743774l-0.370452 0.36839c40.085569 40.093137 64.877201 95.474468 64.877201 156.647713 0 56.55711-21.229357 108.138906-56.108131 147.290601-9.640963 7.630794-15.845522 19.415189-15.845522 32.667004 0 23.019273 18.65973 41.673122 41.674829 41.673122 9.018767 0 17.344727-2.892887 24.165343-7.764847l1.023348 1.023306c54.744008-55.137785 88.582037-131.054825 88.582037-214.888162C959.715317 427.773713 925.57233 351.518982 870.378049 296.316729z" p-id="4361"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M54.122 127.892v-28.68H7.513V87.274h46.609v-12.4H7.513v-12.86h38.003L.099 0h22.6l32.556 45.07c3.617 5.144 6.44 9.611 8.487 13.385 1.788-3.05 4.89-7.779 9.301-14.186L103.93 0h24.01L82.385 62.013h38.34v12.862h-46.41v12.4h46.41v11.937h-46.41v28.68H54.123z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1600671148018" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3463" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M355.413333 181.333333c121.898667 0 225.237333 53.888 228.906667 132.608l0.064 4.330667v401.066667c0 81.066667-104.853333 136.938667-228.992 136.938666-124.117333 0-228.992-55.872-228.992-136.938666V586.24 452.266667 318.272v0.021333c0-81.066667 104.874667-136.938667 228.992-136.938666z m311.466667 230.037334c121.898667 0 225.237333 53.888 228.906667 132.629333l0.064 4.309333v133.12c0 81.066667-104.853333 136.917333-228.992 136.917334-16.469333 0-32.597333-0.981333-48.213334-2.88v-64.597334c15.146667 2.24 31.338667 3.477333 48.213334 3.477334 91.328 0 161.749333-36.394667 164.906666-70.549334l0.106667-2.389333v-36.608c-26.176 15.893333-58.986667 27.690667-95.829333 34.368-22.165333 4.010667-45.44 6.08-69.184 6.08-16.362667 0-32.512-0.981333-48.213334-2.901333v-64.576c15.488 2.304 31.701333 3.477333 48.213334 3.477333 19.946667 0 39.402667-1.706667 57.770666-5.056 65.834667-11.925333 107.242667-42.218667 107.242667-67.882667 0-34.816-71.552-72.938667-165.013333-72.938666-16.874667 0-33.066667 1.258667-48.213334 3.498666v-64.618666a399.914667 399.914667 0 0 1 48.213334-2.88z m-146.453333 271.36c-26.197333 15.893333-59.008 27.690667-95.850667 34.368-22.165333 4.010667-45.44 6.08-69.184 6.08a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.677333-69.653333-18.474667-95.829333-34.346667v36.586667l0.106667 2.389333c3.157333 34.154667 73.557333 70.549333 164.906666 70.549333 93.44 0 164.992-38.101333 164.992-72.938666z m0-133.973334c-26.197333 15.872-59.008 27.690667-95.850667 34.346667-22.165333 4.032-45.44 6.08-69.184 6.08a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.656-69.653333-18.474667-95.829333-34.346667v37.482667l0.128 2.496c2.56 25.109333 43.392 53.845333 107.093333 65.386667 18.368 3.328 37.845333 5.056 57.770667 5.056 19.946667 0 39.402667-1.706667 57.770667-5.056 65.834667-11.946667 107.242667-42.218667 107.242666-67.882667v-0.874667z m-330.026667-133.994666v37.482666l0.128 2.517334c2.56 25.109333 43.392 53.824 107.093333 65.386666 18.368 3.328 37.845333 5.034667 57.770667 5.034667 19.946667 0 39.402667-1.706667 57.770667-5.034667 65.834667-11.946667 107.242667-42.24 107.242666-67.882666v-37.504c-26.176 15.872-58.986667 27.690667-95.829333 34.346666-22.165333 4.053333-45.44 6.101333-69.184 6.101334a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.677333-69.653333-18.474667-95.829333-34.368z m164.992-169.429334c-93.44 0-164.992 38.101333-164.992 72.938667 0 25.664 41.386667 55.957333 107.242667 67.882667 18.346667 3.328 37.824 5.056 57.749333 5.056 19.946667 0 39.402667-1.728 57.770667-5.056 65.834667-11.946667 107.242667-42.218667 107.242666-67.882667 0-34.837333-71.552-72.938667-165.013333-72.938667z" p-id="3464" fill="#ffffff"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1600671148018" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3463" width="128" height="128" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M355.413333 181.333333c121.898667 0 225.237333 53.888 228.906667 132.608l0.064 4.330667v401.066667c0 81.066667-104.853333 136.938667-228.992 136.938666-124.117333 0-228.992-55.872-228.992-136.938666V586.24 452.266667 318.272v0.021333c0-81.066667 104.874667-136.938667 228.992-136.938666z m311.466667 230.037334c121.898667 0 225.237333 53.888 228.906667 132.629333l0.064 4.309333v133.12c0 81.066667-104.853333 136.917333-228.992 136.917334-16.469333 0-32.597333-0.981333-48.213334-2.88v-64.597334c15.146667 2.24 31.338667 3.477333 48.213334 3.477334 91.328 0 161.749333-36.394667 164.906666-70.549334l0.106667-2.389333v-36.608c-26.176 15.893333-58.986667 27.690667-95.829333 34.368-22.165333 4.010667-45.44 6.08-69.184 6.08-16.362667 0-32.512-0.981333-48.213334-2.901333v-64.576c15.488 2.304 31.701333 3.477333 48.213334 3.477333 19.946667 0 39.402667-1.706667 57.770666-5.056 65.834667-11.925333 107.242667-42.218667 107.242667-67.882667 0-34.816-71.552-72.938667-165.013333-72.938666-16.874667 0-33.066667 1.258667-48.213334 3.498666v-64.618666a399.914667 399.914667 0 0 1 48.213334-2.88z m-146.453333 271.36c-26.197333 15.893333-59.008 27.690667-95.850667 34.368-22.165333 4.010667-45.44 6.08-69.184 6.08a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.677333-69.653333-18.474667-95.829333-34.346667v36.586667l0.106667 2.389333c3.157333 34.154667 73.557333 70.549333 164.906666 70.549333 93.44 0 164.992-38.101333 164.992-72.938666z m0-133.973334c-26.197333 15.872-59.008 27.690667-95.850667 34.346667-22.165333 4.032-45.44 6.08-69.184 6.08a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.656-69.653333-18.474667-95.829333-34.346667v37.482667l0.128 2.496c2.56 25.109333 43.392 53.845333 107.093333 65.386667 18.368 3.328 37.845333 5.056 57.770667 5.056 19.946667 0 39.402667-1.706667 57.770667-5.056 65.834667-11.946667 107.242667-42.218667 107.242666-67.882667v-0.874667z m-330.026667-133.994666v37.482666l0.128 2.517334c2.56 25.109333 43.392 53.824 107.093333 65.386666 18.368 3.328 37.845333 5.034667 57.770667 5.034667 19.946667 0 39.402667-1.706667 57.770667-5.034667 65.834667-11.946667 107.242667-42.24 107.242666-67.882666v-37.504c-26.176 15.872-58.986667 27.690667-95.829333 34.346666-22.165333 4.053333-45.44 6.101333-69.184 6.101334a389.12 389.12 0 0 1-69.162667-6.08c-36.842667-6.677333-69.653333-18.474667-95.829333-34.368z m164.992-169.429334c-93.44 0-164.992 38.101333-164.992 72.938667 0 25.664 41.386667 55.957333 107.242667 67.882667 18.346667 3.328 37.824 5.056 57.749333 5.056 19.946667 0 39.402667-1.728 57.770667-5.056 65.834667-11.946667 107.242667-42.218667 107.242666-67.882667 0-34.837333-71.552-72.938667-165.013333-72.938667z" p-id="3464" fill="#ffffff"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1600670534995" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3171" width="400" height="400" data-spm-anchor-id="a313x.7781069.0.i4" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M639.414168 336.899827H588.780264a16.618153 16.618153 0 0 0-14.739492 8.733774L511.795146 463.669454l-62.235633-118.035853a16.618153 16.618153 0 0 0-14.739492-8.733774h-50.643897a7.994301 7.994301 0 0 0-7.374742 11.621715l73.947284 140.270003h-50.873733a15.988602 15.988602 0 0 0-15.988602 15.988602v23.982903a15.988602 15.988602 0 0 0 15.988602 15.988602h79.943009v47.965805h-79.943009a15.988602 15.988602 0 0 0-15.988602 15.988602v23.982903a15.988602 15.988602 0 0 0 15.988602 15.988602h79.943009v63.954407a15.988602 15.988602 0 0 0 15.988602 15.988602h31.977204a15.988602 15.988602 0 0 0 15.988602-15.988602v-63.954407h79.943009a15.988602 15.988602 0 0 0 15.988602-15.988602v-23.982903a15.988602 15.988602 0 0 0-15.988602-15.988602h-79.943009v-47.965805h79.943009a15.988602 15.988602 0 0 0 15.988602-15.988602v-23.982903a15.988602 15.988602 0 0 0-15.988602-15.988602h-50.883725l73.947283-140.270003a7.994301 7.994301 0 0 0-7.364749-11.621715z" p-id="3172" fill="#ffffff"></path><path d="M511.405424 113.059401c-220.752628 0-399.715047 178.962419-399.715047 399.715047s178.962419 399.715047 399.715047 399.715047 399.715047-178.962419 399.715047-399.715047-178.962419-399.715047-399.715047-399.715047zM754.462151 755.851161A342.505831 342.505831 0 1 1 828.169606 646.539088 342.67571 342.67571 0 0 1 754.462151 755.851161z" p-id="3173" fill="#ffffff"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1598262447372" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2147" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M221.41155555 964.096l14.56355556-198.20088888C133.00622222 690.688 74.06933333 580.55111112 74.06933333 462.336c0-216.74666667 198.88355555-393.10222222 443.16444445-393.10222222s443.16444445 176.35555555 443.16444444 393.10222222-198.76977778 393.216-443.16444444 393.216a528.49777778 528.49777778 0 0 1-59.61955556-3.52711111z m295.82222223-868.01066666c-229.48977778 0-416.31288889 164.29511111-416.31288889 366.25066666 0 111.72977778 57.11644445 215.95022222 156.78577778 286.03733334l6.144 4.43733333-12.288 167.25333333 201.61422222-95.68711111 3.86844444 0.45511111a468.65066667 468.65066667 0 0 0 60.18844445 3.86844445c229.60355555 0 416.31288889-164.29511111 416.31288889-366.36444445S746.83733333 96.08533334 517.23377778 96.08533334z" fill="#333333" p-id="2148"></path><path d="M334.848 522.29688889c-35.72622222 0-64.73955555-28.44444445-64.73955555-63.37422222s29.01333333-63.488 64.73955555-63.488 64.73955555 28.44444445 64.73955555 63.488-29.01333333 63.37422222-64.73955555 63.37422222z m0-111.72977777c-27.19288889 0-49.37955555 21.61777778-49.37955555 48.35555555s22.18666667 48.35555555 49.37955555 48.35555555 49.37955555-21.73155555 49.37955555-48.35555555-22.18666667-48.35555555-49.37955555-48.35555555zM517.23377778 522.29688889c-35.61244445 0-64.73955555-28.44444445-64.73955556-63.37422222s29.12711111-63.488 64.73955556-63.488 64.85333333 28.44444445 64.85333333 63.488-29.12711111 63.37422222-64.85333333 63.37422222z m0-111.72977777c-27.19288889 0-49.37955555 21.61777778-49.37955556 48.35555555s22.18666667 48.35555555 49.37955556 48.35555555 49.37955555-21.73155555 49.37955555-48.35555555-22.07288889-48.35555555-49.37955555-48.35555555zM699.73333333 522.29688889c-35.72622222 0-64.73955555-28.44444445-64.73955555-63.37422222s29.01333333-63.488 64.73955555-63.488 64.73955555 28.44444445 64.73955556 63.488-29.01333333 63.37422222-64.73955556 63.37422222z m0-111.72977777c-27.30666667 0-49.37955555 21.61777778-49.37955555 48.35555555s22.07288889 48.35555555 49.37955555 48.35555555 49.37955555-21.73155555 49.37955556-48.35555555-22.18666667-48.35555555-49.37955556-48.35555555z" fill="#333333" p-id="2149"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M.002 9.2c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-5.043-3.58-9.132-7.997-9.132S.002 4.157.002 9.2zM31.997.066h95.981V18.33H31.997V.066zm0 45.669c0 5.044 3.58 9.132 7.998 9.132 4.417 0 7.997-4.088 7.997-9.132 0-3.263-1.524-6.278-3.998-7.91-2.475-1.63-5.524-1.63-7.998 0-2.475 1.632-4 4.647-4 7.91zM63.992 36.6h63.986v18.265H63.992V36.6zm-31.995 82.2c0 5.043 3.58 9.132 7.998 9.132 4.417 0 7.997-4.089 7.997-9.132 0-5.044-3.58-9.133-7.997-9.133s-7.998 4.089-7.998 9.133zm31.995-9.131h63.986v18.265H63.992V109.67zm0-27.404c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-3.263-1.524-6.277-3.998-7.909-2.475-1.631-5.524-1.631-7.998 0-2.475 1.632-4 4.646-4 7.91zm31.995-9.13h31.991V91.4H95.987V73.135z"/></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>筛选</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="导航" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">
|
|
7
|
+
<g id="举例-主导视图" transform="translate(-976.000000, -490.000000)" fill="#333333" fill-rule="nonzero">
|
|
8
|
+
<g id="-mockplus-" transform="translate(970.000000, 484.000000)">
|
|
9
|
+
<g id="筛选备份-2">
|
|
10
|
+
<g id="筛选" transform="translate(6.000000, 6.000000)">
|
|
11
|
+
<g id="filter">
|
|
12
|
+
<path d="M13.1625,0.300000006 C12.9375,0.1125 12.6375,0 12.3,0 L1.31250001,0 C0.600000012,0 0,0.600000012 0,1.31250001 C0,1.61250001 0.1125,1.9125 0.300000006,2.17500001 L4.80000001,7.5 L4.80000001,11.925 C4.80000001,12.15 4.91250001,12.3375 5.10000001,12.4125 L7.95000001,13.8375 C8.02500001,13.875 8.1,13.9125 8.2125,13.9125 C8.325,13.9125 8.40000001,13.875 8.51250001,13.8375 C8.6625,13.725 8.775,13.5375 8.775,13.35 L8.775,7.46250001 L13.275,2.1375 C13.5,1.87500001 13.6125,1.53750001 13.575,1.20000001 C13.6125,0.862500006 13.4625,0.525000006 13.1625,0.300000006 Z M12.4875,1.42500001 L7.83750001,6.90000001 C7.7625,7.01250001 7.68750001,7.125 7.68750001,7.27500001 L7.68750001,12.4125 L5.9625,11.55 L5.9625,7.27500001 C5.9625,7.125 5.92500001,7.01250001 5.81250001,6.90000001 L1.16250001,1.42500001 C1.16250001,1.38750001 1.125,1.35 1.125,1.31250001 C1.125,1.20000001 1.20000001,1.125 1.31250001,1.125 L12.3,1.125 C12.3375,1.125 12.375,1.125 12.4125,1.16250001 C12.45,1.20000001 12.4875,1.27500001 12.4875,1.27500001 C12.525,1.31250001 12.525,1.38750001 12.4875,1.42500001 Z" id="形状"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M108.8 44.322H89.6v-5.36c0-9.04-3.308-24.163-25.6-24.163-23.145 0-25.6 16.881-25.6 24.162v5.361H19.2v-5.36C19.2 15.281 36.798 0 64 0c27.202 0 44.8 15.281 44.8 38.961v5.361zm-32 39.356c0-5.44-5.763-9.832-12.8-9.832-7.037 0-12.8 4.392-12.8 9.832 0 3.682 2.567 6.808 6.407 8.477v11.205c0 2.718 2.875 4.962 6.4 4.962 3.524 0 6.4-2.244 6.4-4.962V92.155c3.833-1.669 6.393-4.795 6.393-8.477zM128 64v49.201c0 8.158-8.645 14.799-19.2 14.799H19.2C8.651 128 0 121.359 0 113.201V64c0-8.153 8.645-14.799 19.2-14.799h89.6c10.555 0 19.2 6.646 19.2 14.799z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="128" height="128"><path d="M869.073 277.307H657.111V65.344l211.962 211.963zm-238.232 26.27V65.344l-476.498-.054v416.957h714.73v-178.67H630.841zm-335.836 360.57c-5.07-3.064-10.944-5.133-17.61-6.201-6.67-1.064-13.603-1.6-20.81-1.6h-48.821v85.641h48.822c7.206 0 14.14-.532 20.81-1.6 6.665-1.065 12.54-3.133 17.609-6.202 5.064-3.063 9.134-7.406 12.208-13.007 3.065-5.602 4.6-12.937 4.6-22.011 0-9.07-1.535-16.408-4.6-22.01-3.074-5.603-7.144-9.94-12.208-13.01zM35.82 541.805v416.904h952.358V541.805H35.821zm331.421 191.179c-3.6 11.071-9.343 20.879-17.209 29.413-7.874 8.542-18.078 15.408-30.617 20.61-12.544 5.206-27.747 7.807-45.621 7.807h-66.036v102.45h-62.831V607.517h128.867c17.874 0 33.077 2.6 45.62 7.802 12.541 5.207 22.745 12.076 30.618 20.615 7.866 8.538 13.604 18.277 17.21 29.212 3.6 10.943 5.401 22.278 5.401 34.018 0 11.477-1.8 22.752-5.402 33.819zM644.9 806.417c-5.343 17.61-13.408 32.818-24.212 45.627-10.807 12.803-24.283 22.879-40.423 30.213-16.146 7.343-35.155 11.007-57.03 11.007h-123.26V607.518h123.26c18.41 0 35.552 2.941 51.428 8.808 15.873 5.869 29.618 14.671 41.22 26.412 11.608 11.744 20.674 26.411 27.217 44.02 6.535 17.61 9.803 38.288 9.803 62.035 0 20.81-2.67 40.02-8.003 57.624zm245.362-146.07h-138.07v66.03h119.66v48.829h-119.66v118.058h-62.83V607.518h200.9v52.829h-.001zm-318.2 25.611c-6.402-8.266-14.877-14.604-25.412-19.01-10.544-4.402-23.551-6.602-39.019-6.602h-44.825v180.088h56.029c9.07 0 17.872-1.463 26.415-4.401 8.535-2.932 16.14-7.802 22.812-14.609 6.665-6.8 12.007-15.667 16.007-26.61 4.003-10.94 6.003-24.275 6.003-40.021 0-14.408-1.4-27.416-4.202-39.019-2.8-11.607-7.406-21.542-13.808-29.816zm0 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M104.185 95.254c8.161 7.574 13.145 17.441 13.145 28.28 0 1.508-.098 2.998-.285 4.466h-10.784c.238-1.465.403-2.948.403-4.465 0-8.983-4.36-17.115-11.419-23.216C86 104.66 75.355 107.162 64 107.162c-11.344 0-21.98-2.495-31.22-6.83-7.064 6.099-11.444 14.218-11.444 23.203 0 1.517.165 3 .403 4.465H10.955a35.444 35.444 0 0 1-.285-4.465c0-10.838 4.974-20.713 13.127-28.291C9.294 85.42.003 70.417.003 53.58.003 23.99 28.656.001 64 .001s63.997 23.988 63.997 53.58c0 16.842-9.299 31.85-23.812 41.673zM64 36.867c-29.454 0-53.33-10.077-53.33 15.342 0 25.418 23.876 46.023 53.33 46.023 29.454 0 53.33-20.605 53.33-46.023 0-25.419-23.876-15.342-53.33-15.342zm24.888 25.644c-3.927 0-7.111-2.665-7.111-5.953 0-3.288 3.184-5.954 7.11-5.954 3.928 0 7.111 2.666 7.111 5.954s-3.183 5.953-7.11 5.953zm-3.556 16.372c0 4.11-9.55 7.442-21.332 7.442-11.781 0-21.332-3.332-21.332-7.442 0-1.06.656-2.064 1.8-2.976 3.295 2.626 10.79 4.465 19.532 4.465 8.743 0 16.237-1.84 19.531-4.465 1.145.912 1.801 1.916 1.801 2.976zm-46.22-16.372c-3.927 0-7.11-2.665-7.11-5.953 0-3.288 3.183-5.954 7.11-5.954 3.927 0 7.111 2.666 7.111 5.954s-3.184 5.953-7.11 5.953z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M95.648 118.762c0 5.035-3.563 9.121-7.979 9.121H7.98c-4.416 0-7.979-4.086-7.979-9.121C0 100.519 15.408 83.47 31.152 76.75c-9.099-6.43-15.216-17.863-15.216-30.987v-9.128c0-20.16 14.293-36.518 31.893-36.518s31.894 16.358 31.894 36.518v9.122c0 13.137-6.123 24.556-15.216 30.993 15.738 6.726 31.141 23.769 31.141 42.012z"/><path d="M106.032 118.252h15.867c3.376 0 6.101-3.125 6.101-6.972 0-13.957-11.787-26.984-23.819-32.123 6.955-4.919 11.638-13.66 11.638-23.704v-6.985c0-15.416-10.928-27.926-24.39-27.926-1.674 0-3.306.193-4.89.561 1.936 4.713 3.018 9.974 3.018 15.526v9.121c0 13.137-3.056 23.111-11.066 30.993 14.842 4.41 27.312 23.42 27.541 41.509z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1598237545524" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1219" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M614.22 699.934c1.746-1.084 20.9-13.07 26.503-16.444 10.36-6.265 18.914-10.963 27.467-14.818 60.115-27.347 113.122-8.011 183.236 73.909 43.37 50.718 56.2 95.714 39.454 135.77-12.469 29.937-36.503 50.598-79.27 76.137-2.77 1.627-27.407 15.963-33.731 19.878-99.57 61.44-327.8-79.21-491.942-319.548C121.374 413.877 78.787 156.973 179.682 94.63l13.312-8.433L207.45 76.8c51.02-33.009 83.667-46.2 122.398-39.635 38.672 6.626 71.56 35.238 99.389 87.341 58.669 110.23 45.718 162.515-29.757 210.04-5.42 3.494-24.696 15.12-26.503 16.264-18.492 11.445 12.83 88.125 85.655 194.741C532.36 653.372 593.98 712.343 614.159 699.934z" p-id="1220"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1598237681041" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3298" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M955.733333 204.8H68.266667a68.266667 68.266667 0 0 0-68.266667 68.266667v477.866666a68.266667 68.266667 0 0 0 68.266667 68.266667h887.466666a68.266667 68.266667 0 0 0 68.266667-68.266667V273.066667a68.266667 68.266667 0 0 0-68.266667-68.266667z m-287.061333 251.221333l317.44-197.632A34.133333 34.133333 0 0 1 989.866667 273.066667v473.429333zM36.181333 760.490667A34.133333 34.133333 0 0 1 34.133333 750.933333V273.066667a34.133333 34.133333 0 0 1 3.754667-15.018667l327.68 204.8zM71.68 238.933333h880.64L512 512zM68.266667 785.066667a34.133333 34.133333 0 0 1-7.168 0l334.506666-302.762667L512 553.301333l126.293333-78.848 335.872 304.128A34.133333 34.133333 0 0 1 955.733333 785.066667z" p-id="3299"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M18.448 57.545l-.244-.744-.198-.968-.132-.53v-2.181l.236-.859.24-.908.317-.953.428-1.06.561-1.103.794-1.104v-.773l.077-.724.123-.984.34-1.106.313-1.194.25-.548.289-.511.371-.569.405-.423v-2.73l.234-1.407.236-1.633.42-1.955.577-2.035.43-1.118.426-1.217.468-1.135.559-1.216.57-1.332.655-1.247.737-1.331.929-1.33.43-.762.457-.624.995-1.406 1.025-1.403 1.163-1.444 1.246-1.405 1.352-1.384 1.41-1.423 1.708-1.536 1.083-.934 1.322-1.008 1.34-.89 1.448-.855 1.392-.76 1.57-.63 1.667-.775 1.657-.532 1.653-.552 1.787-.548 1.785-.417 1.876-.347L59.128.68l1.879-.245 1.876-.252 2.002-.106h5.912l1.97.243 1.981.231 2.019.207 1.874.441 1.979.413 1.857.475 2.035.53 1.862.646 1.782.738 1.904.78 1.736.853 1.689.95 1.655 1.044 1.425.971.662.548.693.401 1.323 1.1 1.115 1.064 1.112 1.1 1.083 1.214.894 1.178 1.064 1.217.74 1.306.752 1.162.798 1.352.661 1.175 1.113 2.489.546 1.286.428 1.192.428 1.294.384 1.217.267 1.047.347 1.231.607 2.198.388 1.924.253 1.861.217 1.497.342 2.28.077.362.274.41.737 1.18.473.8.42.832.534.892.472 1.07.307 1.093.334 1.2.252 1.232.115.605.106.746v.648l-.106.643v.8l-.192.774-.35 1.5-.403.76-.299.852v.213l.142.264.4.623 1.746 2.53 1.377 1.9.66 1.267.889 1.389.774 1.52.893 1.627.894 1.828 1.006 2.069.567 1.268.518 1.239.447 1.307.44 1.175.336 1.235.342 1.16.432 2.261.343 2.31.235 2.05v2.891l-.158 1.025-.226 1.768-.308 1.59-.48 1.44-.18.588-.336.707-.28.493-.375.607-.33.383-.42.494-.375.4-.401.34-.48.207-.432.207-.355.114h-.543l-.346-.114-.66-.32-.302-.212-.317-.223-.347-.304-.35-.342-.579-.63-.684-.89-.539-.917-.538-.734-.526-.855-.741-1.517-.833-1.579-.098-.055h-.138l-.338.247-.196.415-.326.516-.567 1.533-.856 2.182-1.096 2.626-.824 1.308-.864 1.366-1.027 1.536-1.09 1.503-.557.68-.676.743-1.555 1.497.136.135.21.214.777.446 3.235 1.524 1.41.779 1.347.756 1.332.953 1.187.982.574.443.432.511.445.593.367.643.198.533.242.64.105.554.115.647-.115.433v.44l-.105.454-.242.415-.092.325-.22.394-.587.784-.543.627-.42.47-.35.348-.893.638-1.01.556-1.077.532-1.155.511-1.287.495-.693.207-.608.167-1.496.342-1.545.325-1.552.323-1.689.27-1.74.072-1.785.21h-5.539l-1.998-.114-1.86-.168-2.005-.27-1.99-.209-2.095-.286-2.03-.495-1.981-.374-1.968-.552-2.019-.707-1.98-.585-1.044-.342-.927-.323-.586-.223-.582-.12h-1.647l-1.904-.131-.962-.096-1.24-.135-.795.705-1.085.665-1.471.701-1.628.875-.99.475-1.033.376-2.281.914-1.24.305-1.3.343-1.803.344-1.13.086-1.193.1-1.246.135-1.45.053h-5.926l-3.346-.053-3.25-.321-1.644-.23-1.589-.23-1.546-.227-1.547-.305-1.442-.456-1.434-.325-1.294-.51-1.223-.474-1.142-.533-.99-.583-.984-.71-.336-.343-.44-.415-.334-.362-.3-.417-.278-.415-.215-.42-.311-.89-.109-.46-.138-.51v-.473l.138-.533v-.53l.109-.53v-1.069l.052-.564.259-.647.215-.646.39-.779.286-.3.236-.348.615-.738.49-.38.464-.266.428-.338.676-.21.543-.324.676-.341.77-.227.775-.231.897-.192.85-.11 1.008-.13 1.093-.081.284-.092h.063l.137-.115v-.13l-.2-.266-.58-.27-1.45-1.231-.975-.761-1.127-.967-1.136-1.082-1.181-1.382-1.36-1.558-.508-.843-.672-.87-.58-1.007-.522-1.1-.704-1.047-.459-1.194-.547-1.192-.546-1.33-.397-1.273-.378-1.575-.112-.057h-.115l-.059-.113h-.14l-.23.113-.114.057-.158.264-.057.321-.119.286-.206.477-.664 1.157-.345.701-.546.612-.58.736-.641.816-.677.724-.795.701-.734.658-.814.524-.89.546-.855.325-1.008.247-.99.095h-.233l-.228-.095-.18-.384-.29-.188-.38-.912-.237-.493-.255-.707-.21-.734-.113-.724-.313-1.648-.12-.972v-3.185l.12-2.379.196-1.214.23-1.252.21-1.347.374-1.254.42-1.443.431-1.407.578-1.448.545-1.38.754-1.4.699-1.52.855-1.425 1.006-1.538 1.023-1.382 1.069-1.538.891-1.071 1.142-1.227 1.202-1.237.56-.59.678-.662.985-.836 1.012-.853 1.647-1.446 1.242-.889z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599646243801" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9824" data-spm-anchor-id="a313x.7781069.0.i30" width="710.9375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M1206.423704 493.416296L646.447407 80.497778c-4.835556-3.508148-10.524444-5.30963-16.213333-5.30963-4.171852 0-8.438519 0.948148-12.325926 2.939259-9.197037 4.645926-14.980741 14.032593-14.980741 24.367408V921.6c0 10.24 5.783704 19.626667 14.885926 24.367407 3.887407 1.991111 8.154074 2.939259 12.420741 2.93926 5.688889 0 11.282963-1.801481 16.023704-5.214815l559.976296-406.186667c7.016296-5.12 11.282963-13.274074 11.282963-21.997037 0.094815-8.722963-4.077037-16.877037-11.093333-22.091852z" p-id="9825" fill="#cdcdcd"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599646187630" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9643" data-spm-anchor-id="a313x.7781069.0.i27" width="710.9375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M1206.423704 493.416296L646.447407 80.497778c-4.835556-3.508148-10.524444-5.30963-16.213333-5.30963-4.171852 0-8.438519 0.948148-12.325926 2.939259-9.197037 4.645926-14.980741 14.032593-14.980741 24.367408V921.6c0 10.24 5.783704 19.626667 14.885926 24.367407 3.887407 1.991111 8.154074 2.939259 12.420741 2.93926 5.688889 0 11.282963-1.801481 16.023704-5.214815l559.976296-406.186667c7.016296-5.12 11.282963-13.274074 11.282963-21.997037 0.094815-8.722963-4.077037-16.877037-11.093333-22.091852z" p-id="9644"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M124.884 109.812L94.256 79.166c-.357-.357-.757-.629-1.129-.914a50.366 50.366 0 0 0 8.186-27.59C101.327 22.689 78.656 0 50.67 0 22.685 0 0 22.688 0 50.663c0 27.989 22.685 50.663 50.656 50.663 10.186 0 19.643-3.03 27.6-8.201.286.385.557.771.9 1.114l30.628 30.632a10.633 10.633 0 0 0 7.543 3.129c2.728 0 5.457-1.043 7.543-3.115 4.171-4.157 4.171-10.915.014-15.073M50.671 85.338C31.557 85.338 16 69.78 16 50.663c0-19.102 15.557-34.661 34.67-34.661 19.115 0 34.657 15.559 34.657 34.675 0 19.102-15.557 34.661-34.656 34.661"/></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>筛选</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="导航" stroke="none" stroke-width="1" fill="#007aff" fill-rule="evenodd" fill-opacity="0.8">
|
|
7
|
+
<g id="举例-主导视图" transform="translate(-976.000000, -490.000000)" fill="#007aff" fill-rule="nonzero">
|
|
8
|
+
<g id="-mockplus-" transform="translate(970.000000, 484.000000)">
|
|
9
|
+
<g id="筛选备份-2">
|
|
10
|
+
<g id="筛选" transform="translate(6.000000, 6.000000)">
|
|
11
|
+
<g id="filter">
|
|
12
|
+
<path d="M13.1625,0.300000006 C12.9375,0.1125 12.6375,0 12.3,0 L1.31250001,0 C0.600000012,0 0,0.600000012 0,1.31250001 C0,1.61250001 0.1125,1.9125 0.300000006,2.17500001 L4.80000001,7.5 L4.80000001,11.925 C4.80000001,12.15 4.91250001,12.3375 5.10000001,12.4125 L7.95000001,13.8375 C8.02500001,13.875 8.1,13.9125 8.2125,13.9125 C8.325,13.9125 8.40000001,13.875 8.51250001,13.8375 C8.6625,13.725 8.775,13.5375 8.775,13.35 L8.775,7.46250001 L13.275,2.1375 C13.5,1.87500001 13.6125,1.53750001 13.575,1.20000001 C13.6125,0.862500006 13.4625,0.525000006 13.1625,0.300000006 Z M12.4875,1.42500001 L7.83750001,6.90000001 C7.7625,7.01250001 7.68750001,7.125 7.68750001,7.27500001 L7.68750001,12.4125 L5.9625,11.55 L5.9625,7.27500001 C5.9625,7.125 5.92500001,7.01250001 5.81250001,6.90000001 L1.16250001,1.42500001 C1.16250001,1.38750001 1.125,1.35 1.125,1.31250001 C1.125,1.20000001 1.20000001,1.125 1.31250001,1.125 L12.3,1.125 C12.3375,1.125 12.375,1.125 12.4125,1.16250001 C12.45,1.20000001 12.4875,1.27500001 12.4875,1.27500001 C12.525,1.31250001 12.525,1.38750001 12.4875,1.42500001 Z" id="形状"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M42.913 101.36c1.642 0 3.198.332 4.667.996a12.28 12.28 0 0 1 3.89 2.772c1.123 1.184 1.987 2.582 2.592 4.193.605 1.612.908 3.318.908 5.118 0 1.8-.303 3.507-.908 5.118-.605 1.611-1.469 3.01-2.593 4.194a13.3 13.3 0 0 1-3.889 2.843 10.582 10.582 0 0 1-4.667 1.066c-1.729 0-3.306-.355-4.732-1.066a13.604 13.604 0 0 1-3.825-2.843c-1.123-1.185-1.988-2.583-2.593-4.194a14.437 14.437 0 0 1-.907-5.118c0-1.8.302-3.506.907-5.118.605-1.61 1.47-3.009 2.593-4.193a12.515 12.515 0 0 1 3.825-2.772c1.426-.664 3.003-.996 4.732-.996zm53.932.285c1.643 0 3.22.331 4.733.995a11.386 11.386 0 0 1 3.889 2.772c1.08 1.185 1.945 2.583 2.593 4.194.648 1.61.972 3.317.972 5.118 0 1.8-.324 3.506-.972 5.117-.648 1.611-1.513 3.01-2.593 4.194a12.253 12.253 0 0 1-3.89 2.843 11 11 0 0 1-4.732 1.066 10.58 10.58 0 0 1-4.667-1.066 12.478 12.478 0 0 1-3.824-2.843c-1.08-1.185-1.945-2.583-2.593-4.194a13.581 13.581 0 0 1-.973-5.117c0-1.801.325-3.507.973-5.118.648-1.611 1.512-3.01 2.593-4.194a11.559 11.559 0 0 1 3.824-2.772 11.212 11.212 0 0 1 4.667-.995zm21.781-80.747c2.42 0 4.3.355 5.64 1.066 1.34.71 2.29 1.587 2.852 2.63a6.427 6.427 0 0 1 .778 3.34c-.044 1.185-.195 2.204-.454 3.057-.26.853-.8 2.606-1.62 5.26a589.268 589.268 0 0 1-2.788 8.743 1236.373 1236.373 0 0 0-3.047 9.453c-.994 3.128-1.75 5.592-2.269 7.393-1.123 3.79-2.55 6.42-4.278 7.89-1.728 1.469-3.846 2.203-6.352 2.203H39.023l1.945 12.795h65.342c4.148 0 6.223 1.943 6.223 5.828 0 1.896-.41 3.53-1.232 4.905-.821 1.374-2.442 2.061-4.862 2.061H38.505c-1.729 0-3.176-.426-4.343-1.28-1.167-.852-2.14-1.966-2.917-3.34a21.277 21.277 0 0 1-1.88-4.478 44.128 44.128 0 0 1-1.102-4.55c-.087-.568-.324-1.942-.713-4.122-.39-2.18-.865-4.904-1.426-8.174l-1.88-10.947c-.692-4.027-1.383-8.079-2.075-12.154-1.642-9.572-3.5-20.234-5.574-31.986H6.87c-1.296 0-2.377-.356-3.24-1.067a9.024 9.024 0 0 1-2.14-2.558 10.416 10.416 0 0 1-1.167-3.2C.108 8.53 0 7.488 0 6.54c0-1.896.583-3.46 1.75-4.69C2.917.615 4.494 0 6.482 0h13.095c1.728 0 3.111.284 4.148.853 1.037.569 1.858 1.28 2.463 2.132a8.548 8.548 0 0 1 1.297 2.701c.26.948.475 1.754.648 2.417.173.758.346 1.825.519 3.199.173 1.374.345 2.772.518 4.193.26 1.706.519 3.507.778 5.403h88.678z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M0 54.857h54.796v18.286H36.531V128H18.265V73.143H0V54.857zm127.857-36.571H91.935V128H72.456V18.286H36.534V0h91.326l-.003 18.286z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M31.652 93.206h33.401c1.44 2.418 3.077 4.663 4.93 6.692h-38.33v-6.692zm0-10.586h28.914a44.8 44.8 0 0 1-1.264-6.688h-27.65v6.688zm0-17.27H59.39c.288-2.286.714-4.532 1.34-6.687H31.65v6.687h.003zm53.913 44.84v5.85c0 2.798-2.095 5.075-4.667 5.075h-70.07c-2.576 0-4.663-2.277-4.663-5.075V31.26l23.22-20.96v22.25H17.16v6.688h18.39V6.688h45.348c2.576 0 4.667 2.277 4.667 5.066v20.009c1.987-.675 4.053-1.128 6.17-1.445v-18.56C91.738 5.28 86.874 0 80.902 0H31.15L0 28.118v87.917c0 6.48 4.859 11.759 10.832 11.759h70.07c5.974 0 10.837-5.27 10.837-11.759v-4.41c-2.117-.312-4.183-.765-6.17-1.435h-.004zM23.279 58.667h-7.96v6.688h7.96v-6.688zm-7.956 41.23h7.96v-6.691h-7.96v6.692zm7.956-23.96h-7.96v6.687h7.96v-6.688zm89.718-15.042l-4.896-4.07-12.447 17.613-11.19-9.305-3.762 5.311 16.091 13.38 16.204-22.929zM128 70.978c0-18.632-13.97-33.782-31.147-33.782-17.168 0-31.135 15.155-31.135 33.782 0 18.628 13.97 33.783 31.135 33.783 17.172 0 31.143-15.15 31.143-33.783H128zm-6.17 0c0 14.933-11.203 27.1-24.981 27.1-13.77 0-24.987-12.158-24.987-27.1 0-14.941 11.195-27.099 24.987-27.099 13.778 0 24.982 12.158 24.982 27.1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M70.66 4.328l14.01 29.693c1.088 2.29 3.177 3.882 5.603 4.25l31.347 4.76c6.087.926 8.528 8.756 4.117 13.247L103.05 79.395c-1.75 1.78-2.544 4.352-2.132 6.867l5.352 32.641c1.043 6.337-5.33 11.182-10.778 8.19l-28.039-15.409a7.13 7.13 0 0 0-6.91 0l-28.039 15.41c-5.448 2.99-11.821-1.854-10.777-8.19l5.352-32.642c.415-2.515-.387-5.088-2.136-6.867L2.264 56.278C-2.146 51.787.286 43.957 6.38 43.031l31.343-4.76c2.419-.368 4.51-1.96 5.595-4.25L57.334 4.328c2.728-5.77 10.605-5.77 13.325 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599123365610" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2444" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M501.5 336.9c-65.8 0-119.3-53.5-119.3-119.4S435.6 98.3 501.5 98.3s119.4 53.5 119.4 119.3-53.6 119.3-119.4 119.3z m0-189c-38.4 0-69.7 31.3-69.7 69.7 0 38.4 31.3 69.7 69.7 69.7 38.4 0 69.7-31.3 69.7-69.7-0.1-38.4-31.3-69.7-69.7-69.7z" fill="#D6473B" p-id="2445"></path><path d="M794.5 472.3c-11.2 0-21.4-7.7-24.1-19.1-16.5-69.8-58.7-130.3-118.8-170.2-11.4-7.6-14.5-23-6.9-34.4 7.6-11.4 23-14.5 34.4-6.9 70.6 47 120.1 118.1 139.6 200.1 3.2 13.3-5.1 26.7-18.4 29.9-2 0.4-3.9 0.6-5.8 0.6zM187.2 543.6c-13.7 0-24.8-11.1-24.8-24.8C162.4 408.1 217.2 305 309 243c11.4-7.7 26.8-4.7 34.5 6.7 7.7 11.4 4.7 26.8-6.7 34.5A282.542 282.542 0 0 0 212 518.7c0 13.7-11.1 24.9-24.8 24.9zM446.1 876.4c-1.9 0-3.9-0.2-5.8-0.7-25.7-6.2-75.6-21.6-100.8-34.9-12.1-6.4-16.7-21.5-10.3-33.6 6.4-12.1 21.4-16.8 33.6-10.3 20.2 10.7 65.5 24.8 89.1 30.5 13.3 3.2 21.5 16.6 18.3 29.9-2.8 11.5-12.9 19.1-24.1 19.1z" fill="#D6473B" opacity=".5" p-id="2446"></path><path d="M235.8 806.2c-65.8 0-119.4-53.5-119.4-119.4S170 567.4 235.8 567.4 355.2 621 355.2 686.8s-53.6 119.4-119.4 119.4z m0-189.1c-38.4 0-69.7 31.3-69.7 69.7 0 38.4 31.3 69.7 69.7 69.7 38.4 0 69.7-31.3 69.7-69.7 0-38.4-31.2-69.7-69.7-69.7zM613.6 898.3h-69.2c-7.1 0-13.9-3.1-18.6-8.4-4.7-5.3-6.9-12.4-6-19.5l7.9-64.3c0.7-5.7 3.3-10.9 7.5-14.9l246.7-235.9c9.9-9.4 25.5-9.1 35 0.6l60.9 62.7c4.6 4.7 7.1 11.1 7 17.7-0.1 6.6-2.8 12.9-7.6 17.5L630.8 891.4c-4.6 4.4-10.8 6.9-17.2 6.9z m-41.1-49.6h31.1l221.2-213.3-26.4-27.1L575.9 821l-3.4 27.7zM909.3 625.6L816 527.2c-0.4-0.4-0.4-1.1 0-1.5l41.5-39.4c0.4-0.4 1.1-0.4 1.5 0l93.2 98.3c0.4 0.4 0.4 1.1 0 1.5l-41.5 39.4c-0.4 0.5-1 0.5-1.4 0.1z" fill="#D6473B" p-id="2447"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M78.921.052H49.08c-1.865 0-3.198 1.599-3.198 3.464v6.661c0 1.865 1.6 3.464 3.198 3.464h29.84c1.865 0 3.198-1.599 3.198-3.464V3.516C82.385 1.65 80.786.052 78.92.052zm45.563 0H94.642c-1.865 0-3.464 1.599-3.464 3.464v6.661c0 1.865 1.599 3.464 3.464 3.464h29.842c1.865-.266 3.464-1.599 3.464-3.464V3.516c0-1.865-1.599-3.464-3.464-3.464zm0 22.382H40.02c-1.866 0-3.464-1.599-3.464-3.464V3.516c0-1.865-1.599-3.464-3.464-3.464H3.516C1.65.052.052 1.651.052 3.516V124.75c0 1.598 1.599 3.197 3.464 3.197h120.968c1.865 0 3.464-1.599 3.464-3.464V25.898c0-1.865-1.599-3.464-3.464-3.464z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M.006.064h127.988v31.104H.006V.064zm0 38.016h38.396v41.472H.006V38.08zm0 48.384h38.396v41.472H.006V86.464zM44.802 38.08h38.396v41.472H44.802V38.08zm0 48.384h38.396v41.472H44.802V86.464zM89.598 38.08h38.396v41.472H89.598zm0 48.384h38.396v41.472H89.598z"/><path d="M.006.064h127.988v31.104H.006V.064zm0 38.016h38.396v41.472H.006V38.08zm0 48.384h38.396v41.472H.006V86.464zM44.802 38.08h38.396v41.472H44.802V38.08zm0 48.384h38.396v41.472H44.802V86.464zM89.598 38.08h38.396v41.472H89.598zm0 48.384h38.396v41.472H89.598z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M125.5 36.984L95.336 2.83C93.735 1.018 91.565 0 89.3 0c-2.263 0-4.433 1.018-6.033 2.83l-3.786 4.286c-1.6 1.812-3.77 2.83-6.032 2.831H54.553c-2.263 0-4.434-1.018-6.033-2.83L44.734 2.83C43.134 1.018 40.964 0 38.701 0c-2.263 0-4.434 1.018-6.034 2.83L2.5 36.984C.9 38.796 0 41.254 0 43.815c0 2.562.899 5.02 2.5 6.831L14.565 64.31c2.178 2.468 5.367 3.403 8.33 2.444 1.35-.435 2.709.592 2.709 2.18v49.407c0 5.313 3.84 9.66 8.532 9.66h59.726c4.693 0 8.532-4.347 8.532-9.66V68.934c0-1.59 1.36-2.616 2.71-2.181 2.962.96 6.15.024 8.329-2.444L125.5 50.646c1.6-1.811 2.499-4.269 2.499-6.83 0-2.563-.899-5.02-2.5-6.832z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M44.8 0h79.543C126.78 0 128 1.422 128 4.267v23.466c0 2.845-1.219 4.267-3.657 4.267H44.8c-2.438 0-3.657-1.422-3.657-4.267V4.267C41.143 1.422 42.362 0 44.8 0zm22.857 48h56.686c2.438 0 3.657 1.422 3.657 4.267v23.466c0 2.845-1.219 4.267-3.657 4.267H67.657C65.22 80 64 78.578 64 75.733V52.267C64 49.422 65.219 48 67.657 48zm0 48h56.686c2.438 0 3.657 1.422 3.657 4.267v23.466c0 2.845-1.219 4.267-3.657 4.267H67.657C65.22 128 64 126.578 64 123.733v-23.466C64 97.422 65.219 96 67.657 96zM50.286 68.267c2.02 0 3.657-1.91 3.657-4.267 0-2.356-1.638-4.267-3.657-4.267H17.37V32h6.4c2.02 0 3.658-1.91 3.658-4.267V4.267C27.429 1.91 25.79 0 23.77 0H3.657C1.637 0 0 1.91 0 4.267v23.466C0 30.09 1.637 32 3.657 32h6.4v80c0 2.356 1.638 4.267 3.657 4.267h36.572c2.02 0 3.657-1.91 3.657-4.267 0-2.356-1.638-4.267-3.657-4.267H17.37V68.267h32.915z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M126.713 90.023c.858.985 1.287 2.134 1.287 3.447v29.553c0 1.423-.429 2.6-1.287 3.53-.858.93-1.907 1.395-3.146 1.395H97.824c-1.145 0-2.146-.465-3.004-1.395-.858-.93-1.287-2.107-1.287-3.53V93.47c0-.875.19-1.696.572-2.462.382-.766.906-1.368 1.573-1.806a3.84 3.84 0 0 1 2.146-.657h9.725V69.007a3.84 3.84 0 0 0-.43-1.806 3.569 3.569 0 0 0-1.143-1.313 2.714 2.714 0 0 0-1.573-.492h-36.47v23.149h9.725c1.144 0 2.145.492 3.004 1.478.858.985 1.287 2.134 1.287 3.447v29.553c0 .876-.191 1.696-.573 2.463-.38.766-.905 1.368-1.573 1.806a3.84 3.84 0 0 1-2.145.656H51.915a3.84 3.84 0 0 1-2.145-.656c-.668-.438-1.216-1.04-1.645-1.806a4.96 4.96 0 0 1-.644-2.463V93.47c0-1.313.43-2.462 1.288-3.447.858-.986 1.907-1.478 3.146-1.478h9.582v-23.15h-37.9c-.953 0-1.74.356-2.359 1.068-.62.711-.93 1.56-.93 2.544v19.538h9.726c1.239 0 2.264.492 3.074 1.478.81.985 1.216 2.134 1.216 3.447v29.553c0 1.423-.405 2.6-1.216 3.53-.81.93-1.835 1.395-3.074 1.395H4.29c-.476 0-.93-.082-1.358-.246a4.1 4.1 0 0 1-1.144-.657 4.658 4.658 0 0 1-.93-1.067 5.186 5.186 0 0 1-.643-1.395 5.566 5.566 0 0 1-.215-1.56V93.47c0-.437.048-.875.143-1.313a3.95 3.95 0 0 1 .429-1.15c.19-.328.429-.656.715-.984.286-.329.572-.602.858-.821.286-.22.62-.383 1.001-.493.382-.11.763-.164 1.144-.164h9.726V61.619c0-.985.31-1.833.93-2.544.619-.712 1.358-1.068 2.216-1.068h44.335V39.62h-9.582c-1.24 0-2.288-.492-3.146-1.477a5.09 5.09 0 0 1-1.287-3.448V5.14c0-1.423.429-2.627 1.287-3.612.858-.985 1.907-1.477 3.146-1.477h25.743c.763 0 1.478.246 2.145.739a5.17 5.17 0 0 1 1.573 1.888c.382.766.573 1.587.573 2.462v29.553c0 1.313-.43 2.463-1.287 3.448-.859.985-1.86 1.477-3.004 1.477h-9.725v18.389h42.762c.954 0 1.74.355 2.36 1.067.62.711.93 1.56.93 2.545v26.925h9.582c1.239 0 2.288.492 3.146 1.478z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="130" height="130" xmlns="http://www.w3.org/2000/svg"><path d="M63.444 64.996c20.633 0 37.359-14.308 37.359-31.953 0-17.649-16.726-31.952-37.359-31.952-20.631 0-37.36 14.303-37.358 31.952 0 17.645 16.727 31.953 37.359 31.953zM80.57 75.65H49.434c-26.652 0-48.26 18.477-48.26 41.27v2.664c0 9.316 21.608 9.325 48.26 9.325H80.57c26.649 0 48.256-.344 48.256-9.325v-2.663c0-22.794-21.605-41.271-48.256-41.271z" stroke="#979797"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="110" xmlns="http://www.w3.org/2000/svg"><path d="M86.635 33.334c1.467 0 2.917.113 4.358.283C87.078 14.392 67.58.111 45.321.111 20.44.111.055 17.987.055 40.687c0 13.104 6.781 23.863 18.115 32.209l-4.527 14.352 15.82-8.364c5.666 1.182 10.207 2.395 15.858 2.395 1.42 0 2.829-.073 4.227-.189-.886-3.19-1.398-6.53-1.398-9.996 0-20.845 16.98-37.76 38.485-37.76zm-24.34-12.936c3.407 0 5.665 2.363 5.665 5.954 0 3.576-2.258 5.97-5.666 5.97-3.392 0-6.795-2.395-6.795-5.97 0-3.591 3.403-5.954 6.795-5.954zM30.616 32.323c-3.393 0-6.818-2.395-6.818-5.971 0-3.591 3.425-5.954 6.818-5.954 3.392 0 5.65 2.363 5.65 5.954 0 3.576-2.258 5.97-5.65 5.97z"/><path d="M127.945 70.52c0-19.075-18.108-34.623-38.448-34.623-21.537 0-38.5 15.548-38.5 34.623 0 19.108 16.963 34.622 38.5 34.622 4.508 0 9.058-1.2 13.584-2.395l12.414 7.167-3.404-11.923c9.087-7.184 15.854-16.712 15.854-27.471zm-50.928-5.97c-2.254 0-4.53-2.362-4.53-4.773 0-2.378 2.276-4.771 4.53-4.771 3.422 0 5.665 2.393 5.665 4.771 0 2.41-2.243 4.773-5.665 4.773zm24.897 0c-2.24 0-4.498-2.362-4.498-4.773 0-2.378 2.258-4.771 4.498-4.771 3.392 0 5.665 2.393 5.665 4.771 0 2.41-2.273 4.773-5.665 4.773z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599643075281" class="icon" viewBox="0 0 1366 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2359" width="533.59375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M796.444444 804.571428 796.444444 1024 0 512 796.444444 0 796.444444 219.428572 341.333333 512 796.444444 804.571428ZM1365.333333 1024 1365.333333 0 568.888889 512 1365.333333 1024Z" p-id="2360" data-spm-anchor-id="a313x.7781069.0.i11" class="selected" fill="#dbdbdb"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599643075281" class="icon" viewBox="0 0 1366 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2359" width="533.59375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M796.444444 804.571428 796.444444 1024 0 512 796.444444 0 796.444444 219.428572 341.333333 512 796.444444 804.571428ZM1365.333333 1024 1365.333333 0 568.888889 512 1365.333333 1024Z" p-id="2360" data-spm-anchor-id="a313x.7781069.0.i11" class="selected"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599646843234" class="icon" viewBox="0 0 1366 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10087" xmlns:xlink="http://www.w3.org/1999/xlink" width="533.59375" height="400"><defs><style type="text/css"></style></defs><path d="M568.888889 804.571428 568.888889 1024 1365.333333 512 568.888889 0 568.888889 219.428572 1024 512 568.888889 804.571428ZM0 1024 0 0 796.444444 512 0 1024Z" p-id="10088" fill="#cdcdcd"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599643014819" class="icon" viewBox="0 0 1366 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2196" xmlns:xlink="http://www.w3.org/1999/xlink" width="533.59375" height="400"><defs><style type="text/css"></style></defs><path d="M568.888889 804.571428 568.888889 1024 1365.333333 512 568.888889 0 568.888889 219.428572 1024 512 568.888889 804.571428ZM0 1024 0 0 796.444444 512 0 1024Z" p-id="2197"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599642895534" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2034" data-spm-anchor-id="a313x.7781069.0.i6" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M264.533333 337.066667c-8.533333-8.533333-12.8-21.333333-4.266666-29.866667 8.533333-8.533333 21.333333-8.533333 29.866666 0l213.333334 192c8.533333 8.533333 8.533333 21.333333 0 29.866667l-213.333334 192c-8.533333 8.533333-21.333333 8.533333-29.866666 0-8.533333-8.533333-8.533333-21.333333 0-29.866667l196.266666-174.933333-192-179.2z m256 0c-8.533333-8.533333-8.533333-21.333333 0-29.866667s21.333333-8.533333 29.866667 0l213.333333 192c8.533333 8.533333 8.533333 21.333333 0 29.866667l-213.333333 192c-8.533333 8.533333-21.333333 8.533333-29.866667 0-8.533333-8.533333-8.533333-21.333333 0-29.866667l196.266667-174.933333-196.266667-179.2z" p-id="2035"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M78.527 116.793c.178.008.348.024.527.024h40.233c4.711-.005 8.53-3.677 8.534-8.21V18.895c-.004-4.532-3.823-8.204-8.534-8.209H79.054c-.179 0-.353.016-.527.024V0L0 10.082v107.406l78.527 10.342v-11.037zm0-101.362c.174-.024.348-.052.527-.052h40.233c2.018 0 3.659 1.578 3.659 3.52v89.713c-.003 1.942-1.64 3.517-3.659 3.519H79.054c-.179 0-.353-.028-.527-.052V15.431zM30.262 75.757l-18.721-.46V72.37l11.3-16.673v-.148l-10.266.164v-4.51l17.504-.44v3.264L18.696 70.76v.144l11.566.176v4.678zm9.419.231l-5.823-.144V50.671l5.823-.144v25.461zm22.255-11.632c-2.168 1.922-5.353 2.76-9.02 2.736-.702.004-1.402-.04-2.097-.131v9.303l-5.997-.148V50.743c1.852-.352 4.473-.647 8.218-.743 3.838-.096 6.608.539 8.48 1.913 1.807 1.306 3.032 3.5 3.032 6.112s-.926 4.833-2.612 6.331h-.004zM53.36 54.45c-.856-.01-1.71.083-2.541.275v7.682c.523.116 1.167.152 2.06.152 3.301-.004 5.36-1.614 5.36-4.314 0-2.425-1.772-3.843-4.875-3.791l-.004-.004zm39.847-37.066h9.564v3.795h-9.564v-3.795zm-9.568 5.68h9.564v3.8h-9.564v-3.8zm9.568 6.216h9.564v3.799h-9.564V29.28zm0 12h9.564v3.794h-9.564V41.28zm-9.568-6.096h9.564v3.795h-9.564v-3.795zm9.472 47.064c2.512 0 4.921-.96 6.697-2.67 1.776-1.708 2.773-4.026 2.772-6.442l-1.748-15.263c0-5.033-2.492-9.112-7.725-9.112-5.232 0-7.72 4.079-7.72 9.112l-1.752 15.263c-.001 2.417.996 4.735 2.773 6.444 1.777 1.71 4.187 2.669 6.7 2.668h.003zm-3.135-16.75h6.27v12.743h-6.27V65.5z"/></svg>
|
|
@@ -15,7 +15,12 @@
|
|
|
15
15
|
</el-form>
|
|
16
16
|
|
|
17
17
|
<div class="text-c">
|
|
18
|
-
<el-button
|
|
18
|
+
<el-button
|
|
19
|
+
v-if="authList.includes('approval')"
|
|
20
|
+
type="primary"
|
|
21
|
+
@click="approvalFn"
|
|
22
|
+
>批 准</el-button
|
|
23
|
+
>
|
|
19
24
|
<el-button v-if="authList.includes('reject')" plain @click="rejectFn"
|
|
20
25
|
>驳回至发起人</el-button
|
|
21
26
|
>
|
|
@@ -25,12 +30,7 @@
|
|
|
25
30
|
@click="rejectPreFn"
|
|
26
31
|
>驳回至上一节点</el-button
|
|
27
32
|
>
|
|
28
|
-
|
|
29
|
-
v-if="authList.includes('approval')"
|
|
30
|
-
type="primary"
|
|
31
|
-
@click="approvalFn"
|
|
32
|
-
>批 准</el-button
|
|
33
|
-
>
|
|
33
|
+
|
|
34
34
|
<el-button
|
|
35
35
|
v-if="authList.includes('discard')"
|
|
36
36
|
type="danger"
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
@click="discardFn"
|
|
39
39
|
>作 废</el-button
|
|
40
40
|
>
|
|
41
|
+
<el-button plain @click="goFrom">返 回</el-button>
|
|
41
42
|
</div>
|
|
42
43
|
</div>
|
|
43
44
|
</template>
|
|
@@ -61,6 +62,12 @@ export default {
|
|
|
61
62
|
signText: {
|
|
62
63
|
type: String,
|
|
63
64
|
default: undefined
|
|
65
|
+
},
|
|
66
|
+
btnList: {
|
|
67
|
+
type: Array,
|
|
68
|
+
default: () => {
|
|
69
|
+
return ['reject', 'rejectPre', 'approval']
|
|
70
|
+
}
|
|
64
71
|
}
|
|
65
72
|
},
|
|
66
73
|
data() {
|
|
@@ -117,11 +124,11 @@ export default {
|
|
|
117
124
|
if (menuAuthority) {
|
|
118
125
|
this.authList = menuAuthority.split('|')
|
|
119
126
|
} else {
|
|
120
|
-
this.authList =
|
|
127
|
+
this.authList = this.btnList
|
|
121
128
|
}
|
|
122
129
|
})
|
|
123
130
|
.catch(() => {
|
|
124
|
-
this.authList =
|
|
131
|
+
this.authList = this.btnList
|
|
125
132
|
})
|
|
126
133
|
},
|
|
127
134
|
// 获取提交参数
|
|
@@ -12,20 +12,24 @@
|
|
|
12
12
|
<div>{{ item.endTime | dataF }}</div>
|
|
13
13
|
<div>{{ item.endTime | timeF }}</div>
|
|
14
14
|
</div>
|
|
15
|
-
<div class="
|
|
16
|
-
<div class="
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
15
|
+
<div class="">
|
|
16
|
+
<div class="flex-box flex-lr">
|
|
17
|
+
<div class="n20-worker m-r-s">
|
|
18
|
+
<span class="worker-icon cl-icon-user"></span>
|
|
19
|
+
<span>{{ item.assignee }}</span>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="n20-approval m-r-s">
|
|
22
|
+
<template v-if="item.result == status.submit">提交</template>
|
|
23
|
+
<template v-else-if="item.result == status.end">结束</template>
|
|
24
|
+
<template v-else-if="item.result == status.approval">
|
|
25
|
+
审批意见:<span class="color-primary">批准</span>
|
|
26
|
+
</template>
|
|
27
|
+
<template v-else-if="item.result == status.reject">
|
|
28
|
+
审批意见:<span class="n20-approval-reject"
|
|
29
|
+
>驳回</span
|
|
30
|
+
></template
|
|
31
|
+
>
|
|
32
|
+
</div>
|
|
29
33
|
</div>
|
|
30
34
|
<div v-if="item.suggestion" class="n20-description-c flex-item">
|
|
31
35
|
{{ item.suggestion }}
|
|
@@ -25,30 +25,27 @@ export default {
|
|
|
25
25
|
btns() {
|
|
26
26
|
let btns = []
|
|
27
27
|
let btnt = this.include || []
|
|
28
|
-
if (btnt.includes('back')) {
|
|
29
|
-
btns.push({ emit: 'back', label: '返回', plain: true })
|
|
30
|
-
}
|
|
31
28
|
|
|
32
|
-
if (btnt.includes('
|
|
29
|
+
if (btnt.includes('save')) {
|
|
33
30
|
btns.push({
|
|
34
|
-
emit: '
|
|
35
|
-
label: '
|
|
31
|
+
emit: 'save',
|
|
32
|
+
label: '保存',
|
|
36
33
|
type: 'primary',
|
|
37
34
|
plain: false
|
|
38
35
|
})
|
|
39
36
|
}
|
|
40
37
|
|
|
41
|
-
if (btnt.includes('
|
|
42
|
-
btns.push({
|
|
38
|
+
if (btnt.includes('submit')) {
|
|
39
|
+
btns.push({
|
|
40
|
+
emit: 'submit',
|
|
41
|
+
label: '提交',
|
|
42
|
+
type: 'primary',
|
|
43
|
+
plain: false
|
|
44
|
+
})
|
|
43
45
|
}
|
|
44
46
|
|
|
45
|
-
if (btnt.includes('copy')) {
|
|
46
|
-
btns.push({ emit: 'copy', label: '复制', plain: true })
|
|
47
|
-
}
|
|
48
47
|
|
|
49
|
-
|
|
50
|
-
btns.push({ emit: 'rejected', label: '拒绝', plain: true })
|
|
51
|
-
}
|
|
48
|
+
|
|
52
49
|
|
|
53
50
|
if (btnt.includes('pass')) {
|
|
54
51
|
btns.push({
|
|
@@ -68,73 +65,76 @@ export default {
|
|
|
68
65
|
})
|
|
69
66
|
}
|
|
70
67
|
|
|
71
|
-
if (btnt.includes('
|
|
72
|
-
btns.push({
|
|
73
|
-
emit: 'reset',
|
|
74
|
-
label: '重置',
|
|
75
|
-
type: 'warning',
|
|
76
|
-
plain: true
|
|
77
|
-
})
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
if (btnt.includes('stash')) {
|
|
68
|
+
if (btnt.includes('print')) {
|
|
81
69
|
btns.push({
|
|
82
|
-
emit: '
|
|
83
|
-
label: '
|
|
70
|
+
emit: 'print',
|
|
71
|
+
label: '打印',
|
|
84
72
|
type: 'primary',
|
|
85
|
-
plain:
|
|
73
|
+
plain: false
|
|
86
74
|
})
|
|
87
75
|
}
|
|
88
|
-
|
|
89
|
-
if (btnt.includes('save')) {
|
|
76
|
+
if (btnt.includes('preStep')) {
|
|
90
77
|
btns.push({
|
|
91
|
-
emit: '
|
|
92
|
-
label: '
|
|
78
|
+
emit: 'preStep',
|
|
79
|
+
label: '上一步',
|
|
93
80
|
type: 'primary',
|
|
94
81
|
plain: false
|
|
95
82
|
})
|
|
96
83
|
}
|
|
97
|
-
|
|
98
|
-
if (btnt.includes('submit')) {
|
|
84
|
+
if (btnt.includes('nextStep')) {
|
|
99
85
|
btns.push({
|
|
100
|
-
emit: '
|
|
101
|
-
label: '
|
|
86
|
+
emit: 'nextStep',
|
|
87
|
+
label: '下一步',
|
|
102
88
|
type: 'primary',
|
|
103
89
|
plain: false
|
|
104
90
|
})
|
|
105
91
|
}
|
|
106
92
|
|
|
107
|
-
if (btnt.includes('
|
|
108
|
-
btns.push({ emit: '
|
|
93
|
+
if (btnt.includes('refuse')) {
|
|
94
|
+
btns.push({ emit: 'refuse', label: '驳回', plain: true })
|
|
109
95
|
}
|
|
110
96
|
|
|
111
|
-
if (btnt.includes('
|
|
112
|
-
btns.push({ emit: '
|
|
97
|
+
if (btnt.includes('copy')) {
|
|
98
|
+
btns.push({ emit: 'copy', label: '复制', plain: true })
|
|
113
99
|
}
|
|
114
100
|
|
|
115
|
-
if (btnt.includes('
|
|
101
|
+
if (btnt.includes('rejected')) {
|
|
102
|
+
btns.push({ emit: 'rejected', label: '拒绝', plain: true })
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (btnt.includes('reset')) {
|
|
116
106
|
btns.push({
|
|
117
|
-
emit: '
|
|
118
|
-
label: '
|
|
107
|
+
emit: 'reset',
|
|
108
|
+
label: '重置',
|
|
119
109
|
type: 'primary',
|
|
120
|
-
plain:
|
|
110
|
+
plain: true
|
|
121
111
|
})
|
|
122
112
|
}
|
|
123
113
|
|
|
124
|
-
if (btnt.includes('
|
|
114
|
+
if (btnt.includes('stash')) {
|
|
125
115
|
btns.push({
|
|
126
|
-
emit: '
|
|
127
|
-
label: '
|
|
116
|
+
emit: 'stash',
|
|
117
|
+
label: '暂存',
|
|
128
118
|
type: 'primary',
|
|
129
|
-
plain:
|
|
119
|
+
plain: true
|
|
130
120
|
})
|
|
131
121
|
}
|
|
132
122
|
|
|
123
|
+
if (btnt.includes('fileInfo')) {
|
|
124
|
+
btns.push({ emit: 'fileInfo', label: '附件信息', plain: true })
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
if (btnt.includes('information')) {
|
|
128
|
+
btns.push({ emit: 'information', label: '附件信息', plain: true })
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
133
|
if (btnt.includes('orderCancel')) {
|
|
134
134
|
btns.push({
|
|
135
135
|
emit: 'orderCancel',
|
|
136
136
|
label: '预约取消',
|
|
137
|
-
type: '
|
|
137
|
+
type: 'primary',
|
|
138
138
|
plain: true
|
|
139
139
|
})
|
|
140
140
|
}
|
|
@@ -142,6 +142,10 @@ export default {
|
|
|
142
142
|
if (btnt.includes('cancle')) {
|
|
143
143
|
btns.push({ emit: 'cancle', label: '取消', plain: true })
|
|
144
144
|
}
|
|
145
|
+
if (btnt.includes('back')) {
|
|
146
|
+
btns.push({ emit: 'back', label: '返回', plain: true })
|
|
147
|
+
}
|
|
148
|
+
|
|
145
149
|
|
|
146
150
|
return btns
|
|
147
151
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
:plain="left === 'default'"
|
|
6
6
|
:type="left"
|
|
7
7
|
size="mini"
|
|
8
|
+
onlyicon
|
|
8
9
|
style="width: 31.5px"
|
|
9
10
|
@click="handleClick(active)"
|
|
10
11
|
/>
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
:plain="right === 'default'"
|
|
14
15
|
:type="right"
|
|
15
16
|
size="mini"
|
|
17
|
+
onlyicon
|
|
16
18
|
style="width: 31.5px"
|
|
17
19
|
@click="handleClick(!active)"
|
|
18
20
|
/>
|