n20-common-lib 1.3.46 → 1.3.49
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/README.md +2 -2
- package/g6.js +2 -2
- package/nstc-g6/assets/svg/addFile.svg +31 -31
- package/nstc-g6/assets/svg/deleteFile.svg +27 -27
- package/nstc-g6/assets/svg/filter.svg +15 -15
- package/nstc-g6/assets/svg/filterActive.svg +16 -16
- package/nstc-g6/assets/svg/hourglass.svg +18 -18
- package/nstc-g6/assets/svg/newsearch.svg +18 -18
- package/nstc-g6/assets/svg/searchActive.svg +18 -18
- package/nstc-g6/components/Calendar/index.js +8 -8
- package/nstc-g6/components/Calendar/src/basic/month-table.vue +129 -129
- package/nstc-g6/components/Calendar/src/basic/year-table.vue +126 -126
- package/nstc-g6/components/Calendar/src/main.vue +442 -442
- package/nstc-g6/components/DialogForm/index.js +8 -8
- package/nstc-g6/components/DialogForm/src/demo/index.vue +56 -56
- package/nstc-g6/components/DialogForm/src/main.vue +189 -189
- package/nstc-g6/components/Form/A_DEMO/component/originalForm.vue +280 -280
- package/nstc-g6/components/Form/A_DEMO/config/config_3.js +1222 -1222
- package/nstc-g6/components/Form/A_DEMO/index.vue +803 -803
- package/nstc-g6/components/Form/AutocompleteCustom/index.vue +72 -72
- package/nstc-g6/components/Form/BusinessSpecific/InputMultiple.vue +191 -191
- package/nstc-g6/components/Form/BusinessSpecific/InputWithUnit.vue +128 -128
- package/nstc-g6/components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -233
- package/nstc-g6/components/Form/BusinessSpecific/readme.md +7 -7
- package/nstc-g6/components/Form/CascaderCustom/index.vue +101 -101
- package/nstc-g6/components/Form/CheckboxCustom/index.vue +84 -84
- package/nstc-g6/components/Form/Component.vue +661 -661
- package/nstc-g6/components/Form/ComponentSecond.vue +650 -650
- package/nstc-g6/components/Form/DatepickerCustom/index.vue +130 -130
- package/nstc-g6/components/Form/InputAndDialog/index.js +15 -15
- package/nstc-g6/components/Form/InputAndDialog/src/main.vue +394 -394
- package/nstc-g6/components/Form/InputCustom/demo/index.vue +65 -65
- package/nstc-g6/components/Form/InputCustom/index.vue +307 -307
- package/nstc-g6/components/Form/IntervalinputCustom/demo/index.vue +31 -31
- package/nstc-g6/components/Form/IntervalinputCustom/index.vue +118 -118
- package/nstc-g6/components/Form/Item.vue +330 -330
- package/nstc-g6/components/Form/ItemSecond.vue +269 -269
- package/nstc-g6/components/Form/List.vue +146 -146
- package/nstc-g6/components/Form/ListSecond.vue +130 -130
- package/nstc-g6/components/Form/RadioCustom/index.vue +73 -73
- package/nstc-g6/components/Form/SelectAccount/index.js +15 -15
- package/nstc-g6/components/Form/SelectAccount/src/demo/index.vue +57 -57
- package/nstc-g6/components/Form/SelectAccount/src/main.vue +282 -282
- package/nstc-g6/components/Form/SelectAndDialog/index.js +15 -15
- package/nstc-g6/components/Form/SelectAndDialog/src/main.vue +383 -383
- package/nstc-g6/components/Form/SelectCashFlow/index.js +15 -15
- package/nstc-g6/components/Form/SelectCashFlow/src/demo/index.vue +41 -41
- package/nstc-g6/components/Form/SelectCashFlow/src/main.vue +125 -125
- package/nstc-g6/components/Form/SelectCustom/demo/index.vue +82 -82
- package/nstc-g6/components/Form/SelectCustom/index.vue +488 -488
- package/nstc-g6/components/Form/SelectSubject/index.js +15 -15
- package/nstc-g6/components/Form/SelectSubject/src/demo/index.vue +84 -84
- package/nstc-g6/components/Form/SelectSubject/src/main.vue +181 -181
- package/nstc-g6/components/Form/SelectindialogCustom/demo/index.vue +188 -188
- package/nstc-g6/components/Form/SelectindialogCustom/index.vue +650 -650
- package/nstc-g6/components/Form/SelectindialogCustom/install.js +6 -6
- package/nstc-g6/components/Form/TableRadioCustom/demo/index.vue +53 -53
- package/nstc-g6/components/Form/TableRadioCustom/index.vue +183 -183
- package/nstc-g6/components/Form/TextCustom/index.vue +38 -38
- package/nstc-g6/components/Form/UploadCustom/demo/index.vue +31 -31
- package/nstc-g6/components/Form/UploadCustom/index.vue +506 -506
- package/nstc-g6/components/Form/configs.js +191 -191
- package/nstc-g6/components/Form/configsSecond.js +161 -161
- package/nstc-g6/components/Form/index.js +8 -8
- package/nstc-g6/components/Form/index.scss +29 -29
- package/nstc-g6/components/Form/payeePersonSelect/index.js +15 -15
- package/nstc-g6/components/Form/payeePersonSelect/src/demo/index.vue +163 -163
- package/nstc-g6/components/Form/payeePersonSelect/src/main.vue +184 -184
- package/nstc-g6/components/Form/readme.txt +4 -4
- package/nstc-g6/components/FormGroup/index.js +8 -8
- package/nstc-g6/components/FormGroup/src/demo/config.js +23 -23
- package/nstc-g6/components/FormGroup/src/demo/index.vue +85 -85
- package/nstc-g6/components/FormGroup/src/main.vue +639 -639
- package/nstc-g6/components/FormGroup/src/validate.js +22 -22
- package/nstc-g6/components/InputTag/InputTag.vue +269 -269
- package/nstc-g6/components/NstcApprovel/NstcApprovel.vue +24 -24
- package/nstc-g6/components/NstcBackToTop/NstcBackToTop.vue +150 -150
- package/nstc-g6/components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +123 -123
- package/nstc-g6/components/NstcCharts/NstcCharts.vue +162 -162
- package/nstc-g6/components/NstcCharts/define.js +74 -74
- package/nstc-g6/components/NstcCharts/mixins/resize.js +56 -56
- package/nstc-g6/components/NstcConfirm/NstcConfirm.vue +152 -152
- package/nstc-g6/components/NstcConfirm/index.js +24 -24
- package/nstc-g6/components/NstcDialog/NstcDialog.vue +184 -184
- package/nstc-g6/components/NstcDialogForm/NstcDialogForm.vue +175 -175
- package/nstc-g6/components/NstcDialogTable/NstcDialogTable.vue +280 -280
- package/nstc-g6/components/NstcDropdown/NstcDropdown.vue +52 -52
- package/nstc-g6/components/NstcDropdownTree/NstcDropdownTree.vue +396 -396
- package/nstc-g6/components/NstcElectronicFile/NstcElectronicFile.vue +711 -711
- package/nstc-g6/components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -475
- package/nstc-g6/components/NstcExcelExport/NstcExcelExport.vue +145 -145
- package/nstc-g6/components/NstcExcelImport/NstcExcelImport.vue +1074 -1074
- package/nstc-g6/components/NstcExcelImportN/NstcExcelImportN.vue +1166 -1166
- package/nstc-g6/components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -130
- package/nstc-g6/components/NstcExpandCollapse/index.scss +77 -77
- package/nstc-g6/components/NstcFileUpload/NstcFileUpload.vue +989 -989
- package/nstc-g6/components/NstcFileUpload/img/addFile.svg +31 -31
- package/nstc-g6/components/NstcFileUpload/img/delete.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/deleteFile.svg +27 -27
- package/nstc-g6/components/NstcFileUpload/img/download.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/inputUpload.svg +29 -29
- package/nstc-g6/components/NstcFileUpload/img/look-diabled.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/look.svg +23 -23
- package/nstc-g6/components/NstcForm/A_DEMO/component/originalForm.vue +280 -280
- package/nstc-g6/components/NstcForm/A_DEMO/config/config_3.js +1222 -1222
- package/nstc-g6/components/NstcForm/A_DEMO/index.vue +796 -796
- package/nstc-g6/components/NstcForm/AutocompleteCustom/index.vue +68 -68
- package/nstc-g6/components/NstcForm/BusinessSpecific/InputMultiple.vue +189 -189
- package/nstc-g6/components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -128
- package/nstc-g6/components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -233
- package/nstc-g6/components/NstcForm/BusinessSpecific/readme.md +7 -7
- package/nstc-g6/components/NstcForm/CascaderCustom/index.vue +101 -101
- package/nstc-g6/components/NstcForm/CheckboxCustom/index.vue +84 -84
- package/nstc-g6/components/NstcForm/Component.vue +684 -684
- package/nstc-g6/components/NstcForm/ComponentSecond.vue +650 -650
- package/nstc-g6/components/NstcForm/DatepickerCustom/index.vue +130 -130
- package/nstc-g6/components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -389
- package/nstc-g6/components/NstcForm/InputCustom/index.vue +313 -313
- package/nstc-g6/components/NstcForm/IntervalInputCustom/index.vue +111 -111
- package/nstc-g6/components/NstcForm/Item.vue +327 -327
- package/nstc-g6/components/NstcForm/ItemSecond.vue +269 -269
- package/nstc-g6/components/NstcForm/List.vue +146 -146
- package/nstc-g6/components/NstcForm/ListSecond.vue +130 -130
- package/nstc-g6/components/NstcForm/RadioCustom/index.vue +73 -73
- package/nstc-g6/components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -334
- package/nstc-g6/components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +377 -377
- package/nstc-g6/components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +122 -122
- package/nstc-g6/components/NstcForm/SelectCustom/index.vue +460 -460
- package/nstc-g6/components/NstcForm/SelectSubject/NstcSelectSubject.vue +184 -184
- package/nstc-g6/components/NstcForm/SelectindialogCustom/index.vue +648 -648
- package/nstc-g6/components/NstcForm/TableRadioCustom/index.vue +183 -183
- package/nstc-g6/components/NstcForm/TextCustom/index.vue +38 -38
- package/nstc-g6/components/NstcForm/UploadCustom/index.vue +500 -500
- package/nstc-g6/components/NstcForm/configs.js +191 -191
- package/nstc-g6/components/NstcForm/configsSecond.js +161 -161
- package/nstc-g6/components/NstcForm/index.js +8 -8
- package/nstc-g6/components/NstcForm/index.scss +29 -29
- package/nstc-g6/components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +187 -187
- package/nstc-g6/components/NstcForm/readme.txt +4 -4
- package/nstc-g6/components/NstcPagination/NstcPagination.vue +428 -428
- package/nstc-g6/components/NstcScreenFull/NstcScreenFull.vue +70 -70
- package/nstc-g6/components/NstcSelectTree/NstcSelectTree.vue +730 -730
- package/nstc-g6/components/NstcSelectTreeList/NstcSelectTreeList.vue +677 -677
- package/nstc-g6/components/NstcSticky/NstcSticky.vue +97 -97
- package/nstc-g6/components/NstcSvgIcon/NstcSvgIcon.vue +72 -72
- package/nstc-g6/components/NstcTab/NstcTab.vue +80 -80
- package/nstc-g6/components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -45
- package/nstc-g6/components/NstcTabWithBadge/index.scss +31 -31
- package/nstc-g6/components/NstcTable/ElTableColumnCustom/index.vue +292 -292
- package/nstc-g6/components/NstcTable/NstcTable.vue +460 -460
- package/nstc-g6/components/NstcTableSet/NstcTableSet.vue +802 -802
- package/nstc-g6/components/NstcThemePicker/NstcThemePicker.vue +186 -186
- package/nstc-g6/components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +328 -328
- package/nstc-g6/components/NstcUploadExcel/NstcUploadExcel.vue +145 -145
- package/nstc-g6/components/NstcWorkBench/NstcWorkBench.vue +180 -180
- package/nstc-g6/components/Search/NstcSearch.vue +583 -583
- package/nstc-g6/components/Search/src/demo/index copy.vue +101 -101
- package/nstc-g6/components/Search/src/demo/index.vue +103 -103
- package/nstc-g6/components/Search/src/main copy.vue +607 -607
- package/nstc-g6/components/approvelTwo/main.vue +220 -220
- package/nstc-g6/components/approvelTwo/progress.vue +154 -154
- package/nstc-g6/directives/VCopy/index.js +59 -59
- package/nstc-g6/directives/VNstcNumber/index.js +14 -14
- package/nstc-g6/directives/VNstcNumber/temp.js +446 -446
- package/nstc-g6/index.js +193 -193
- package/nstc-g6/utils/auth.js +2 -2
- package/nstc-g6/utils/axios.js +2 -2
- package/nstc-g6/utils/dateAndValidator.js +649 -649
- package/nstc-g6/utils/debounce.js +40 -40
- package/nstc-g6/utils/mapper_aims.js +809 -809
- package/nstc-g6/utils/parseTime.js +48 -48
- package/nstc-g6/utils/validate/index.js +6 -6
- package/nstc-g6/utils/vendor/Export2Excel.js +229 -229
- package/nstc-g6/utils/vendor/Export2Zip.js +24 -24
- package/nstc-g6/utils/vue-bus.js +4 -4
- package/package.json +103 -103
- package/src/_qiankun/index.js +113 -113
- package/src/_qiankun/postMessage.js +24 -24
- package/src/assets/css/_coreLib.scss +43 -43
- package/src/assets/css/alert.scss +28 -28
- package/src/assets/css/cl-anchor.scss +70 -70
- package/src/assets/css/cl-approve-card.scss +68 -68
- package/src/assets/css/cl-dialog.scss +113 -113
- package/src/assets/css/cl-drag-list.scss +24 -24
- package/src/assets/css/cl-empty.scss +10 -10
- package/src/assets/css/cl-expandable-pane.scss +37 -37
- package/src/assets/css/cl-expandable.scss +27 -27
- package/src/assets/css/cl-file-upload-table.scss +31 -31
- package/src/assets/css/cl-filter.scss +4 -4
- package/src/assets/css/cl-flow-step.scss +185 -185
- package/src/assets/css/cl-footer-box.scss +10 -10
- package/src/assets/css/cl-form-item.scss +729 -729
- package/src/assets/css/cl-general-card.scss +11 -11
- package/src/assets/css/cl-layout-aside.scss +92 -92
- package/src/assets/css/cl-layout-content.scss +16 -16
- package/src/assets/css/cl-layout-header.scss +89 -89
- package/src/assets/css/cl-layout-tabs.scss +87 -87
- package/src/assets/css/cl-layout.scss +97 -97
- package/src/assets/css/cl-login-temporary.scss +37 -37
- package/src/assets/css/cl-message.scss +159 -159
- package/src/assets/css/cl-more-tab.scss +98 -98
- package/src/assets/css/cl-nav-menu.scss +5 -5
- package/src/assets/css/cl-pagination.scss +130 -130
- package/src/assets/css/cl-secondary-tab.scss +53 -53
- package/src/assets/css/cl-showcolumn.scss +40 -40
- package/src/assets/css/cl-sifting.scss +51 -51
- package/src/assets/css/cl-statis.scss +54 -54
- package/src/assets/css/cl-step.scss +73 -73
- package/src/assets/css/cl-suspend.scss +19 -19
- package/src/assets/css/cl-tertiary-tab.scss +56 -56
- package/src/assets/css/cl-upload.scss +52 -52
- package/src/assets/css/cl-worn-pagination.scss +50 -50
- package/src/assets/css/el-button.scss +186 -186
- package/src/assets/css/el-table.scss +88 -88
- package/src/assets/css/element-variables.scss +1061 -1061
- package/src/assets/css/element.dev.scss +22 -22
- package/src/assets/css/font-icon.scss +26 -26
- package/src/assets/css/index.dev.scss +4 -4
- package/src/assets/css/index.scss +11 -11
- package/src/assets/css/normalize.scss +845 -845
- package/src/assets/css/plain-text.scss +36 -36
- package/src/assets/css/rootvar.scss +143 -143
- package/src/assets/css/select.scss +25 -25
- package/src/assets/css/title-pop.scss +23 -23
- package/src/assets/getJsonc.js +53 -53
- package/src/assets/iconFont/demo.css +539 -539
- package/src/assets/iconFont/demo_index.html +1614 -1614
- package/src/assets/iconFont/iconfont.css +263 -263
- package/src/assets/iconFont/iconfont.json +443 -443
- package/src/assets/realUrl.js +13 -13
- package/src/components/Anchor/AnchorItem.vue +30 -30
- package/src/components/Anchor/index.vue +208 -208
- package/src/components/ApprovalButtons/index.vue +240 -240
- package/src/components/ApprovalCard/index.vue +132 -132
- package/src/components/ApprovalRecord/approvalImg.vue +39 -39
- package/src/components/ApprovalRecord/approvalImgPro.vue +424 -424
- package/src/components/ApprovalRecord/flowDialog.vue +47 -47
- package/src/components/ApprovalRecord/index.vue +63 -63
- package/src/components/Button/button-group.vue +148 -148
- package/src/components/Button/icon-group-button.vue +63 -63
- package/src/components/Button/index.vue +56 -56
- package/src/components/CascaderArea/index.vue +103 -103
- package/src/components/ChildRange/index.vue +169 -169
- package/src/components/ChildRange/style.scss +34 -34
- package/src/components/ContentLoading/index.vue +41 -41
- package/src/components/ContentNull/index.vue +19 -19
- package/src/components/DatePicker/index.vue +33 -33
- package/src/components/DatePicker/por.vue +171 -171
- package/src/components/Descriptions/index.vue +42 -42
- package/src/components/Dialog/index.vue +26 -26
- package/src/components/Dialog/indexO.vue +116 -116
- package/src/components/DragList/index.vue +79 -79
- package/src/components/ECharts/define.js +74 -74
- package/src/components/ECharts/index.vue +170 -170
- package/src/components/ECharts/mixins/resize.js +23 -23
- package/src/components/Empty/img/400.svg +101 -101
- package/src/components/Empty/img/401.svg +101 -101
- package/src/components/Empty/img/403.svg +101 -101
- package/src/components/Empty/img/405.svg +101 -101
- package/src/components/Empty/img/901.svg +95 -95
- package/src/components/Empty/img/902.svg +95 -95
- package/src/components/Empty/img/903.svg +95 -95
- package/src/components/Empty/img/904.svg +95 -95
- package/src/components/Empty/img/905.svg +95 -95
- package/src/components/Empty/img/906.svg +95 -95
- package/src/components/Empty/img/907.svg +95 -95
- package/src/components/Empty/img/abnormal.svg +108 -108
- package/src/components/Empty/img/dispose.svg +71 -71
- package/src/components/Empty/img/empty.svg +57 -57
- package/src/components/Empty/img/general.svg +58 -58
- package/src/components/Empty/img/lock.svg +57 -57
- package/src/components/Empty/img/network.svg +59 -59
- package/src/components/Empty/img/relevant.svg +68 -68
- package/src/components/Empty/img/search.svg +72 -72
- package/src/components/Empty/index.vue +147 -147
- package/src/components/EventBubble/demo/a.vue +29 -29
- package/src/components/EventBubble/demo/b.vue +12 -12
- package/src/components/EventBubble/demo/c.vue +18 -18
- package/src/components/EventBubble/index.vue +57 -57
- package/src/components/Expandable/index.vue +49 -49
- package/src/components/Expandable/main.vue +64 -64
- package/src/components/FileExportAsync/index.vue +191 -191
- package/src/components/FileImport/index.vue +108 -108
- package/src/components/FileUploadTable/index.vue +583 -583
- package/src/components/Filters/form-item-input.vue +185 -185
- package/src/components/Filters/index.vue +216 -216
- package/src/components/Filters/indexO.vue +106 -106
- package/src/components/FlowStep/index.vue +92 -92
- package/src/components/FooterBox/index.vue +21 -21
- package/src/components/GeneralCard/index.vue +15 -15
- package/src/components/InputNumber/index.vue +184 -184
- package/src/components/InputNumber/numberRange.vue +62 -62
- package/src/components/InputSearch/index.vue +79 -75
- package/src/components/Layout/AsideNav/index.vue +120 -120
- package/src/components/Layout/AsideNav/menuItem.vue +34 -34
- package/src/components/Layout/AsideNav/submenuTitle.vue +26 -26
- package/src/components/Layout/HeaderWrap/changePwd.vue +215 -215
- package/src/components/Layout/HeaderWrap/index.vue +412 -412
- package/src/components/Layout/HeaderWrap/noticePop.vue +316 -316
- package/src/components/Layout/SubContent/index.vue +127 -127
- package/src/components/Layout/TabsNav/index.vue +169 -169
- package/src/components/Layout/index.vue +518 -518
- package/src/components/Layout/utils.js +12 -12
- package/src/components/LoginTemporary/form.vue +581 -581
- package/src/components/LoginTemporary/index.vue +198 -198
- package/src/components/LoginTemporary/qrcode.vue +92 -92
- package/src/components/LoginTemporary/retrievePw.vue +375 -375
- package/src/components/LoginTemporary/utils.js +73 -73
- package/src/components/MicroApp/index.js +67 -67
- package/src/components/MicroFrame/index.vue +95 -95
- package/src/components/MoreTab/index.vue +229 -229
- package/src/components/NavMenu/index.vue +60 -60
- package/src/components/PageHeader/index.vue +39 -39
- package/src/components/PageHeader/style.scss +44 -44
- package/src/components/PageLayout/page.vue +15 -15
- package/src/components/Pagination/index.vue +165 -165
- package/src/components/SecondaryTab/index.vue +57 -57
- package/src/components/SelectLazy/index.vue +75 -75
- package/src/components/SelectTree/SelectTreeLazy.vue +241 -241
- package/src/components/SelectTree/index.vue +206 -206
- package/src/components/ShowColumn/index.vue +252 -252
- package/src/components/Sifting/index.vue +98 -98
- package/src/components/Stamp/index.vue +75 -75
- package/src/components/Statis/index.vue +113 -113
- package/src/components/Statis/statisItem.vue +65 -65
- package/src/components/Statis/statisPopover.vue +63 -63
- package/src/components/Step/index.vue +37 -37
- package/src/components/Suspend/index.vue +72 -72
- package/src/components/Table/filters.js +60 -60
- package/src/components/Table/index.vue +89 -89
- package/src/components/Table/indexO.vue +149 -149
- package/src/components/TableOperateColumn/OperateBtns.vue +86 -86
- package/src/components/TableOperateColumn/index.vue +26 -26
- package/src/components/Task/index.vue +26 -26
- package/src/components/TertiaryTab/index.vue +62 -62
- package/src/components/TimePicker/index.vue +28 -28
- package/src/components/Upload/index.vue +280 -280
- package/src/components/Upload/uploadMsg.vue +114 -114
- package/src/components/WornPagination/index.vue +73 -73
- package/src/directives/VClickOutside/index.js +27 -27
- package/src/directives/VHas/index.js +58 -58
- package/src/directives/VMove/index.js +42 -42
- package/src/directives/VRuleKey/index.js +201 -201
- package/src/directives/VTitle/index.js +109 -109
- package/src/index.js +265 -265
- package/src/plugins/CompatibleOld/index.js +11 -11
- package/src/plugins/Print/index.js +4 -4
- package/src/plugins/Print/print-js/.babelrc +12 -12
- package/src/plugins/Print/print-js/LICENSE +21 -21
- package/src/plugins/Print/print-js/README.md +98 -98
- package/src/plugins/Print/print-js/dist/print.css +96 -96
- package/src/plugins/Print/print-js/dist/print.js +990 -990
- package/src/plugins/Print/print-js/package.json +60 -60
- package/src/plugins/Print/print-js/src/index.d.ts +45 -45
- package/src/plugins/Print/print-js/src/index.js +10 -10
- package/src/plugins/Print/print-js/src/js/browser.js +33 -33
- package/src/plugins/Print/print-js/src/js/functions.js +103 -103
- package/src/plugins/Print/print-js/src/js/html.js +70 -70
- package/src/plugins/Print/print-js/src/js/image.js +48 -48
- package/src/plugins/Print/print-js/src/js/init.js +168 -168
- package/src/plugins/Print/print-js/src/js/json.js +109 -109
- package/src/plugins/Print/print-js/src/js/modal.js +62 -62
- package/src/plugins/Print/print-js/src/js/pdf.js +62 -62
- package/src/plugins/Print/print-js/src/js/print.js +102 -102
- package/src/plugins/Print/print-js/src/js/raw-html.js +15 -15
- package/src/plugins/Print/print-js/src/sass/index.scss +13 -13
- package/src/plugins/Print/print-js/src/sass/modules/_colors.scss +9 -9
- package/src/plugins/Print/print-js/src/sass/partials/_modal.scss +40 -40
- package/src/plugins/Print/print-js/src/sass/partials/_spinner.scss +45 -45
- package/src/plugins/Print/print.js +2 -2
- package/src/plugins/Print/print.scss +1 -1
- package/src/plugins/SetMenuTree/index.vue +41 -41
- package/src/plugins/SetMenuTree/logoIcon.vue +37 -37
- package/src/plugins/SetMenuTree/setmenutree.vue +427 -427
- package/src/plugins/SetMenuTree/utils.js +74 -74
- package/src/plugins/Sign/InfosecNetSignCNGAgent.min.js +2000 -2000
- package/src/plugins/Sign/bjca/XTXSAB.js +2395 -2395
- package/src/plugins/Sign/bjca/index.js +129 -129
- package/src/plugins/Sign/index.js +28 -28
- package/src/plugins/Sign/sign.js +108 -64
- package/src/plugins/setTabsForSub.js +2 -2
- package/src/utils/auth.js +56 -56
- package/src/utils/axios.js +205 -205
- package/src/utils/downloadBlob.js +19 -19
- package/src/utils/forEachs.js +16 -16
- package/src/utils/getScrollContainer.js +43 -43
- package/src/utils/handleTab.js +109 -109
- package/src/utils/i18n/cn2hk.json +1270 -1270
- package/src/utils/i18n/index.js +50 -50
- package/src/utils/importGlobal.js +16 -16
- package/src/utils/list2tree.js +36 -36
- package/src/utils/msgboxPor.js +26 -26
- package/src/utils/print.js +161 -161
- package/src/utils/relaNo.js +72 -72
- package/src/utils/repairElementUI.js +169 -169
- package/src/utils/tableheaderFilterpanel.vue +248 -248
- package/src/utils/theme.config.js +22 -22
- package/src/utils/theme.js +31 -31
- package/src/utils/toExcel.js +103 -103
- package/src/utils/urlToGo.js +82 -82
- package/src/utils/xls2json.js +44 -44
- package/src/utils/xlsx2json.js +28 -28
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="100%" y1="48.4751822%" x2="0%" y2="48.6248526%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
<linearGradient x1="100%" y1="49.0328741%" x2="0%" y2="49.1278035%" id="linearGradient-6">
|
|
27
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
28
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
29
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
30
|
-
</linearGradient>
|
|
31
|
-
<path d="M172.227712,31.693294 L217.428751,166.009418 C218.309504,168.626615 216.901843,171.462266 214.284648,172.343024 C214.26552,172.349461 214.246354,172.355782 214.227151,172.361987 C200.468771,176.807337 183.309721,179.030012 162.75,179.030012 C142.190276,179.030012 125.031223,176.807336 111.272843,172.361984 C108.645178,171.512975 107.203285,168.694577 108.052288,166.06691 C108.058493,166.047706 108.064814,166.028541 108.071251,166.009413 L153.272288,31.693294 C155.033805,26.4588979 160.705113,23.6435731 165.939509,25.4050902 C168.903538,26.4025668 171.230236,28.7292647 172.227712,31.693294 Z" id="path-7"></path>
|
|
32
|
-
<path d="M40.2960179,9.41620834 L62.7933376,46.2033566 C64.7382875,49.3836982 63.7368047,53.5385679 60.5564631,55.4835179 C59.4962381,56.1319025 58.2775907,56.475 57.0348198,56.475 L12.0401802,56.475 C8.31225818,56.475 5.29018024,53.4529221 5.29018024,49.725 C5.29018024,48.482229 5.63327778,47.2635816 6.28166239,46.2033566 L28.7789821,9.41620834 C30.7239321,6.23586675 34.8788018,5.23438394 38.0591434,7.17933388 C38.9714286,7.73724536 39.7381064,8.50392312 40.2960179,9.41620834 Z" id="path-9"></path>
|
|
33
|
-
</defs>
|
|
34
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
35
|
-
<g id="反馈:6" transform="translate(-480.000000, -7503.000000)">
|
|
36
|
-
<g id="系统报错" transform="translate(480.062500, 7503.500000)">
|
|
37
|
-
<rect id="矩形备份-7" x="0" y="0" width="350" height="350"></rect>
|
|
38
|
-
<g id="编组-18" transform="translate(0.000000, 73.484994)">
|
|
39
|
-
<path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
|
|
40
|
-
<path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
|
|
41
|
-
<path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
|
|
42
|
-
<path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
43
|
-
<path d="M185.180392,198.961774 C185.180392,198.961774 262.701165,174.970065 262.701165,174.970065 C262.701165,174.970065 228.157407,169.530012 175,169.530012 C121.842593,169.530012 85.2304758,172.868984 85.2304758,180.562374 C85.2304758,188.255765 185.180392,198.961774 185.180392,198.961774 Z" id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
44
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="280.5" cy="199.530012" rx="26.5" ry="3.5"></ellipse>
|
|
45
|
-
<path d="M166.900018,157.426431 L240.530198,161.855532 C242.184062,161.955018 243.444136,163.376389 243.34465,165.030254 C243.274976,166.188537 242.543576,167.202772 241.466553,167.634621 L182.05652,191.456002 C179.100032,192.641452 175.903159,193.103599 172.731986,192.803979 L85.3090405,184.544046 C83.9344504,184.414171 82.9254092,183.194562 83.0552838,181.819972 C83.1521665,180.794568 83.8680014,179.933527 84.8584687,179.651014 L160.213277,158.157417 C162.384937,157.53799 164.64582,157.290833 166.900018,157.426431 Z" id="矩形" fill="#B4B8BF" transform="translate(162.980827, 175.240740) rotate(4.000000) translate(-162.980827, -175.240740) "></path>
|
|
46
|
-
<path d="M166.900018,154.926431 L240.530198,159.355532 C242.184062,159.455018 243.444136,160.876389 243.34465,162.530254 C243.274976,163.688537 242.543576,164.702772 241.466553,165.134621 L182.05652,188.956002 C179.100032,190.141452 175.903159,190.603599 172.731986,190.303979 L85.3090405,182.044046 C83.9344504,181.914171 82.9254092,180.694562 83.0552838,179.319972 C83.1521665,178.294568 83.8680014,177.433527 84.8584687,177.151014 L160.213277,155.657417 C162.384937,155.03799 164.64582,154.790833 166.900018,154.926431 Z" id="矩形" fill="#C9CDD4" transform="translate(162.980827, 172.740740) rotate(4.000000) translate(-162.980827, -172.740740) "></path>
|
|
47
|
-
<mask id="mask-8" fill="white">
|
|
48
|
-
<use xlink:href="#path-7"></use>
|
|
49
|
-
</mask>
|
|
50
|
-
<use id="蒙版" fill="#E6E8ED" xlink:href="#path-7"></use>
|
|
51
|
-
<path d="M139.14054,38.0300117 C154.428127,51.5835358 174.497586,57.6215769 199.348915,56.1441349 C199.348915,57.3420204 208,85.9567506 208,85.9567506 C184.823459,86.3521804 155.365254,85.9567506 129.5,63.0295277 C129.5,63.0295277 132.713513,54.6963557 139.14054,38.0300117 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
52
|
-
<path d="M127.28245,86.0300117 C147.965168,99.7261313 172.448073,106.574191 200.731165,106.574191 C200.731165,107.779053 212,138.482703 212,138.482703 C184.87619,138.880436 150.722996,137.34058 116,111.175126 C116,111.175126 119.760817,102.793421 127.28245,86.0300117 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
53
|
-
<path d="M108.19332,134.530012 C137.106503,152.968441 173.113388,162.187655 216.213976,162.187655 C216.213976,163.579606 231,190.221183 231,190.221183 C189.666041,190.680675 143.914355,193.807975 91,163.579606 C91,163.579606 96.7311066,153.896408 108.19332,134.530012 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
54
|
-
<g id="objects/element/error" mask="url(#mask-8)">
|
|
55
|
-
<g transform="translate(281.638247, 163.558194) rotate(10.000000) translate(-281.638247, -163.558194) translate(247.100747, 125.870694)">
|
|
56
|
-
<rect id="矩形" fill="#C9CDD4" x="31.05" y="53.775" width="7.2" height="21.6" rx="1.575"></rect>
|
|
57
|
-
<g id="三角形" stroke-width="1" fill="none">
|
|
58
|
-
<mask id="mask-10" fill="white">
|
|
59
|
-
<use xlink:href="#path-9"></use>
|
|
60
|
-
</mask>
|
|
61
|
-
<use id="蒙版" fill="#D7DAE0" xlink:href="#path-9"></use>
|
|
62
|
-
<path d="M37.5960179,9.41620834 L60.0933376,46.2033566 C62.0382875,49.3836982 61.0368047,53.5385679 57.8564631,55.4835179 C56.7962381,56.1319025 55.5775907,56.475 54.3348198,56.475 L9.34018024,56.475 C5.61225818,56.475 2.59018024,53.4529221 2.59018024,49.725 C2.59018024,48.482229 2.93327778,47.2635816 3.58166239,46.2033566 L26.0789821,9.41620834 C28.0239321,6.23586675 32.1788018,5.23438394 35.3591434,7.17933388 C36.2714286,7.73724536 37.0381064,8.50392312 37.5960179,9.41620834 Z" fill="#E6E8ED" mask="url(#mask-10)"></path>
|
|
63
|
-
</g>
|
|
64
|
-
<rect id="矩形" fill="#C9CDD4" x="32.175" y="18.675" width="4.5" height="22.05" rx="2.25"></rect>
|
|
65
|
-
<rect id="矩形" fill="#C9CDD4" transform="translate(34.425000, 46.800000) scale(1, -1) translate(-34.425000, -46.800000) " x="32.175" y="44.55" width="4.5" height="4.5" rx="2.25"></rect>
|
|
66
|
-
</g>
|
|
67
|
-
</g>
|
|
68
|
-
</g>
|
|
69
|
-
</g>
|
|
70
|
-
</g>
|
|
71
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="100%" y1="48.4751822%" x2="0%" y2="48.6248526%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient x1="100%" y1="49.0328741%" x2="0%" y2="49.1278035%" id="linearGradient-6">
|
|
27
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
28
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
29
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<path d="M172.227712,31.693294 L217.428751,166.009418 C218.309504,168.626615 216.901843,171.462266 214.284648,172.343024 C214.26552,172.349461 214.246354,172.355782 214.227151,172.361987 C200.468771,176.807337 183.309721,179.030012 162.75,179.030012 C142.190276,179.030012 125.031223,176.807336 111.272843,172.361984 C108.645178,171.512975 107.203285,168.694577 108.052288,166.06691 C108.058493,166.047706 108.064814,166.028541 108.071251,166.009413 L153.272288,31.693294 C155.033805,26.4588979 160.705113,23.6435731 165.939509,25.4050902 C168.903538,26.4025668 171.230236,28.7292647 172.227712,31.693294 Z" id="path-7"></path>
|
|
32
|
+
<path d="M40.2960179,9.41620834 L62.7933376,46.2033566 C64.7382875,49.3836982 63.7368047,53.5385679 60.5564631,55.4835179 C59.4962381,56.1319025 58.2775907,56.475 57.0348198,56.475 L12.0401802,56.475 C8.31225818,56.475 5.29018024,53.4529221 5.29018024,49.725 C5.29018024,48.482229 5.63327778,47.2635816 6.28166239,46.2033566 L28.7789821,9.41620834 C30.7239321,6.23586675 34.8788018,5.23438394 38.0591434,7.17933388 C38.9714286,7.73724536 39.7381064,8.50392312 40.2960179,9.41620834 Z" id="path-9"></path>
|
|
33
|
+
</defs>
|
|
34
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
35
|
+
<g id="反馈:6" transform="translate(-480.000000, -7503.000000)">
|
|
36
|
+
<g id="系统报错" transform="translate(480.062500, 7503.500000)">
|
|
37
|
+
<rect id="矩形备份-7" x="0" y="0" width="350" height="350"></rect>
|
|
38
|
+
<g id="编组-18" transform="translate(0.000000, 73.484994)">
|
|
39
|
+
<path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
|
|
40
|
+
<path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
|
|
41
|
+
<path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
|
|
42
|
+
<path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
43
|
+
<path d="M185.180392,198.961774 C185.180392,198.961774 262.701165,174.970065 262.701165,174.970065 C262.701165,174.970065 228.157407,169.530012 175,169.530012 C121.842593,169.530012 85.2304758,172.868984 85.2304758,180.562374 C85.2304758,188.255765 185.180392,198.961774 185.180392,198.961774 Z" id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
44
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="280.5" cy="199.530012" rx="26.5" ry="3.5"></ellipse>
|
|
45
|
+
<path d="M166.900018,157.426431 L240.530198,161.855532 C242.184062,161.955018 243.444136,163.376389 243.34465,165.030254 C243.274976,166.188537 242.543576,167.202772 241.466553,167.634621 L182.05652,191.456002 C179.100032,192.641452 175.903159,193.103599 172.731986,192.803979 L85.3090405,184.544046 C83.9344504,184.414171 82.9254092,183.194562 83.0552838,181.819972 C83.1521665,180.794568 83.8680014,179.933527 84.8584687,179.651014 L160.213277,158.157417 C162.384937,157.53799 164.64582,157.290833 166.900018,157.426431 Z" id="矩形" fill="#B4B8BF" transform="translate(162.980827, 175.240740) rotate(4.000000) translate(-162.980827, -175.240740) "></path>
|
|
46
|
+
<path d="M166.900018,154.926431 L240.530198,159.355532 C242.184062,159.455018 243.444136,160.876389 243.34465,162.530254 C243.274976,163.688537 242.543576,164.702772 241.466553,165.134621 L182.05652,188.956002 C179.100032,190.141452 175.903159,190.603599 172.731986,190.303979 L85.3090405,182.044046 C83.9344504,181.914171 82.9254092,180.694562 83.0552838,179.319972 C83.1521665,178.294568 83.8680014,177.433527 84.8584687,177.151014 L160.213277,155.657417 C162.384937,155.03799 164.64582,154.790833 166.900018,154.926431 Z" id="矩形" fill="#C9CDD4" transform="translate(162.980827, 172.740740) rotate(4.000000) translate(-162.980827, -172.740740) "></path>
|
|
47
|
+
<mask id="mask-8" fill="white">
|
|
48
|
+
<use xlink:href="#path-7"></use>
|
|
49
|
+
</mask>
|
|
50
|
+
<use id="蒙版" fill="#E6E8ED" xlink:href="#path-7"></use>
|
|
51
|
+
<path d="M139.14054,38.0300117 C154.428127,51.5835358 174.497586,57.6215769 199.348915,56.1441349 C199.348915,57.3420204 208,85.9567506 208,85.9567506 C184.823459,86.3521804 155.365254,85.9567506 129.5,63.0295277 C129.5,63.0295277 132.713513,54.6963557 139.14054,38.0300117 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
52
|
+
<path d="M127.28245,86.0300117 C147.965168,99.7261313 172.448073,106.574191 200.731165,106.574191 C200.731165,107.779053 212,138.482703 212,138.482703 C184.87619,138.880436 150.722996,137.34058 116,111.175126 C116,111.175126 119.760817,102.793421 127.28245,86.0300117 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
53
|
+
<path d="M108.19332,134.530012 C137.106503,152.968441 173.113388,162.187655 216.213976,162.187655 C216.213976,163.579606 231,190.221183 231,190.221183 C189.666041,190.680675 143.914355,193.807975 91,163.579606 C91,163.579606 96.7311066,153.896408 108.19332,134.530012 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-8)"></path>
|
|
54
|
+
<g id="objects/element/error" mask="url(#mask-8)">
|
|
55
|
+
<g transform="translate(281.638247, 163.558194) rotate(10.000000) translate(-281.638247, -163.558194) translate(247.100747, 125.870694)">
|
|
56
|
+
<rect id="矩形" fill="#C9CDD4" x="31.05" y="53.775" width="7.2" height="21.6" rx="1.575"></rect>
|
|
57
|
+
<g id="三角形" stroke-width="1" fill="none">
|
|
58
|
+
<mask id="mask-10" fill="white">
|
|
59
|
+
<use xlink:href="#path-9"></use>
|
|
60
|
+
</mask>
|
|
61
|
+
<use id="蒙版" fill="#D7DAE0" xlink:href="#path-9"></use>
|
|
62
|
+
<path d="M37.5960179,9.41620834 L60.0933376,46.2033566 C62.0382875,49.3836982 61.0368047,53.5385679 57.8564631,55.4835179 C56.7962381,56.1319025 55.5775907,56.475 54.3348198,56.475 L9.34018024,56.475 C5.61225818,56.475 2.59018024,53.4529221 2.59018024,49.725 C2.59018024,48.482229 2.93327778,47.2635816 3.58166239,46.2033566 L26.0789821,9.41620834 C28.0239321,6.23586675 32.1788018,5.23438394 35.3591434,7.17933388 C36.2714286,7.73724536 37.0381064,8.50392312 37.5960179,9.41620834 Z" fill="#E6E8ED" mask="url(#mask-10)"></path>
|
|
63
|
+
</g>
|
|
64
|
+
<rect id="矩形" fill="#C9CDD4" x="32.175" y="18.675" width="4.5" height="22.05" rx="2.25"></rect>
|
|
65
|
+
<rect id="矩形" fill="#C9CDD4" transform="translate(34.425000, 46.800000) scale(1, -1) translate(-34.425000, -46.800000) " x="32.175" y="44.55" width="4.5" height="4.5" rx="2.25"></rect>
|
|
66
|
+
</g>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
</g>
|
|
71
|
+
</g>
|
|
72
72
|
</svg>
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
27
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
28
|
-
<g id="反馈:6" transform="translate(-92.000000, -7503.000000)">
|
|
29
|
-
<g id="空状态" transform="translate(92.500000, 7503.500000)">
|
|
30
|
-
<rect id="矩形备份-6" x="0" y="0" width="350" height="350"></rect>
|
|
31
|
-
<g id="编组-15" transform="translate(0.000000, 66.322710)">
|
|
32
|
-
<g id="background/default/hill" transform="translate(0.000000, 49.354579)">
|
|
33
|
-
<path d="M0,160 C43.3705512,142.333333 101.703885,133.5 175,133.5 C248.296115,133.5 306.629449,142.333333 350,160" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
34
|
-
<path d="M242,85.5 L276.428932,51.0710678 C280.334175,47.1658249 286.665825,47.1658249 290.571068,51.0710678 L325,85.5 L325,85.5" id="路径-22备份-2" fill="url(#linearGradient-2)" opacity="0.26"></path>
|
|
35
|
-
<path d="M49,34 L75.9289322,7.07106781 C79.8341751,3.16582489 86.1658249,3.16582489 90.0710678,7.07106781 L117,34 L117,34" id="路径-22" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
36
|
-
<path d="M24,64.5 L41.9289322,46.5710678 C45.8341751,42.6658249 52.1658249,42.6658249 56.0710678,46.5710678 L74,64.5 L74,64.5" id="路径-22备份" fill="url(#linearGradient-4)" opacity="0.26"></path>
|
|
37
|
-
</g>
|
|
38
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="174.5" cy="213.854579" rx="75" ry="3.5"></ellipse>
|
|
39
|
-
<path d="M94.191478,197.354579 C52.3536856,195.509065 32.8837173,190.614689 35.781573,182.67145 C40.1283567,170.756591 244.324529,169.753637 272.681281,150.023973 C301.038032,130.294309 194.982523,110.775084 194.982523,93.8574584 C194.982523,82.5790415 220.882109,70.4114152 272.681281,57.3545794" id="路径-20" stroke="#E6E8ED" stroke-width="3.5" stroke-linecap="round" stroke-dasharray="7" transform="translate(156.500000, 127.354579) rotate(-4.000000) translate(-156.500000, -127.354579) "></path>
|
|
40
|
-
<g id="objects/element/mail" transform="translate(105.000000, 59.354579)">
|
|
41
|
-
<rect id="矩形" fill="#C9CDD4" x="0" y="56.5" width="140" height="84" rx="8.12903226"></rect>
|
|
42
|
-
<rect id="矩形" fill="#E6E8ED" x="17" y="0" width="105.5" height="122" rx="9.03225806"></rect>
|
|
43
|
-
<rect id="矩形" fill="#F0F2F5" x="27" y="26" width="55.5" height="7.5" rx="3.75"></rect>
|
|
44
|
-
<rect id="矩形备份" fill="#F0F2F5" x="27" y="42.5" width="55.5" height="7.5" rx="3.75"></rect>
|
|
45
|
-
<rect id="矩形备份-2" fill="#F0F2F5" x="27" y="60" width="77" height="7.5" rx="3.75"></rect>
|
|
46
|
-
<path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#D7DAE0" transform="translate(70.000000, 109.500000) scale(-1, 1) translate(-70.000000, -109.500000) "></path>
|
|
47
|
-
<path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#DFE2E8"></path>
|
|
48
|
-
</g>
|
|
49
|
-
<g id="objects/element/paperairplane" transform="translate(280.025492, 35.267013) scale(-1, 1) rotate(-29.000000) translate(-280.025492, -35.267013) translate(254.125619, 9.300864)">
|
|
50
|
-
<path d="M30.7635491,48.1792238 L34.7692339,31.9336595 L1.3402508,1.23094782 C1.24362269,1.14220014 1.09334592,1.14858848 1.00459824,1.24521658 C0.93173786,1.32454666 0.921370202,1.44297074 0.979337657,1.53375438 L30.7635491,48.1792238 L30.7635491,48.1792238 Z" id="路径-17" fill="#C9CDD4"></path>
|
|
51
|
-
<polygon id="路径-14" fill="#B4B8BF" points="23.8936171 40.6728456 31.6868729 36.140627 30.7635491 48.1792238"></polygon>
|
|
52
|
-
<path d="M0.912853356,0.611544993 C1.11292014,0.441763219 1.41274164,0.466314071 1.58252341,0.666380857 L1.58252341,0.666380857 L1.59914717,0.685675103 L51.3450646,22.0114387 C51.7257697,22.1746455 51.9020869,22.6155733 51.73888,22.9962784 C51.6702309,23.156413 51.5479718,23.2876511 51.3930957,23.3674581 L34.9166234,31.8577104 C34.8280809,31.9033359 34.7204772,31.8888792 34.6471169,31.8215017 L4.61214717,4.2356751 L31.5249346,35.9498026 C31.5262702,35.9513765 31.5275852,35.9529677 31.5288793,35.9545757 C31.612261,36.0637712 31.5921904,36.2128386 31.4878692,36.2924014 L31.4878692,36.2924014 L11.2634055,51.7170169 C11.1301392,51.8186553 10.9744786,51.8869153 10.809436,51.9160908 C10.2383909,52.0170378 9.69363365,51.6359479 9.59268669,51.0649028 L9.59268669,51.0649028 L0.752411321,1.05650413 C0.723014737,0.890211113 0.784096355,0.720811467 0.912853356,0.611544993 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
28
|
+
<g id="反馈:6" transform="translate(-92.000000, -7503.000000)">
|
|
29
|
+
<g id="空状态" transform="translate(92.500000, 7503.500000)">
|
|
30
|
+
<rect id="矩形备份-6" x="0" y="0" width="350" height="350"></rect>
|
|
31
|
+
<g id="编组-15" transform="translate(0.000000, 66.322710)">
|
|
32
|
+
<g id="background/default/hill" transform="translate(0.000000, 49.354579)">
|
|
33
|
+
<path d="M0,160 C43.3705512,142.333333 101.703885,133.5 175,133.5 C248.296115,133.5 306.629449,142.333333 350,160" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
34
|
+
<path d="M242,85.5 L276.428932,51.0710678 C280.334175,47.1658249 286.665825,47.1658249 290.571068,51.0710678 L325,85.5 L325,85.5" id="路径-22备份-2" fill="url(#linearGradient-2)" opacity="0.26"></path>
|
|
35
|
+
<path d="M49,34 L75.9289322,7.07106781 C79.8341751,3.16582489 86.1658249,3.16582489 90.0710678,7.07106781 L117,34 L117,34" id="路径-22" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
36
|
+
<path d="M24,64.5 L41.9289322,46.5710678 C45.8341751,42.6658249 52.1658249,42.6658249 56.0710678,46.5710678 L74,64.5 L74,64.5" id="路径-22备份" fill="url(#linearGradient-4)" opacity="0.26"></path>
|
|
37
|
+
</g>
|
|
38
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="174.5" cy="213.854579" rx="75" ry="3.5"></ellipse>
|
|
39
|
+
<path d="M94.191478,197.354579 C52.3536856,195.509065 32.8837173,190.614689 35.781573,182.67145 C40.1283567,170.756591 244.324529,169.753637 272.681281,150.023973 C301.038032,130.294309 194.982523,110.775084 194.982523,93.8574584 C194.982523,82.5790415 220.882109,70.4114152 272.681281,57.3545794" id="路径-20" stroke="#E6E8ED" stroke-width="3.5" stroke-linecap="round" stroke-dasharray="7" transform="translate(156.500000, 127.354579) rotate(-4.000000) translate(-156.500000, -127.354579) "></path>
|
|
40
|
+
<g id="objects/element/mail" transform="translate(105.000000, 59.354579)">
|
|
41
|
+
<rect id="矩形" fill="#C9CDD4" x="0" y="56.5" width="140" height="84" rx="8.12903226"></rect>
|
|
42
|
+
<rect id="矩形" fill="#E6E8ED" x="17" y="0" width="105.5" height="122" rx="9.03225806"></rect>
|
|
43
|
+
<rect id="矩形" fill="#F0F2F5" x="27" y="26" width="55.5" height="7.5" rx="3.75"></rect>
|
|
44
|
+
<rect id="矩形备份" fill="#F0F2F5" x="27" y="42.5" width="55.5" height="7.5" rx="3.75"></rect>
|
|
45
|
+
<rect id="矩形备份-2" fill="#F0F2F5" x="27" y="60" width="77" height="7.5" rx="3.75"></rect>
|
|
46
|
+
<path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#D7DAE0" transform="translate(70.000000, 109.500000) scale(-1, 1) translate(-70.000000, -109.500000) "></path>
|
|
47
|
+
<path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#DFE2E8"></path>
|
|
48
|
+
</g>
|
|
49
|
+
<g id="objects/element/paperairplane" transform="translate(280.025492, 35.267013) scale(-1, 1) rotate(-29.000000) translate(-280.025492, -35.267013) translate(254.125619, 9.300864)">
|
|
50
|
+
<path d="M30.7635491,48.1792238 L34.7692339,31.9336595 L1.3402508,1.23094782 C1.24362269,1.14220014 1.09334592,1.14858848 1.00459824,1.24521658 C0.93173786,1.32454666 0.921370202,1.44297074 0.979337657,1.53375438 L30.7635491,48.1792238 L30.7635491,48.1792238 Z" id="路径-17" fill="#C9CDD4"></path>
|
|
51
|
+
<polygon id="路径-14" fill="#B4B8BF" points="23.8936171 40.6728456 31.6868729 36.140627 30.7635491 48.1792238"></polygon>
|
|
52
|
+
<path d="M0.912853356,0.611544993 C1.11292014,0.441763219 1.41274164,0.466314071 1.58252341,0.666380857 L1.58252341,0.666380857 L1.59914717,0.685675103 L51.3450646,22.0114387 C51.7257697,22.1746455 51.9020869,22.6155733 51.73888,22.9962784 C51.6702309,23.156413 51.5479718,23.2876511 51.3930957,23.3674581 L34.9166234,31.8577104 C34.8280809,31.9033359 34.7204772,31.8888792 34.6471169,31.8215017 L4.61214717,4.2356751 L31.5249346,35.9498026 C31.5262702,35.9513765 31.5275852,35.9529677 31.5288793,35.9545757 C31.612261,36.0637712 31.5921904,36.2128386 31.4878692,36.2924014 L31.4878692,36.2924014 L11.2634055,51.7170169 C11.1301392,51.8186553 10.9744786,51.8869153 10.809436,51.9160908 C10.2383909,52.0170378 9.69363365,51.6359479 9.59268669,51.0649028 L9.59268669,51.0649028 L0.752411321,1.05650413 C0.723014737,0.890211113 0.784096355,0.720811467 0.912853356,0.611544993 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
58
|
</svg>
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient x1="100%" y1="49.9276112%" x2="0%" y2="49.9347166%" id="linearGradient-6">
|
|
26
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
27
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
28
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
29
|
-
</linearGradient>
|
|
30
|
-
<linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-7">
|
|
31
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
32
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
33
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
</defs>
|
|
36
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
37
|
-
<g id="反馈:6" transform="translate(-480.000000, -7983.000000)">
|
|
38
|
-
<g id="通用类" transform="translate(480.062500, 7983.000000)">
|
|
39
|
-
<rect id="矩形备份-12" x="0" y="0" width="350" height="350"></rect>
|
|
40
|
-
<g id="编组-19" transform="translate(0.000000, 45.500000)">
|
|
41
|
-
<path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
42
|
-
<path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
|
|
43
|
-
<path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
44
|
-
<path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
45
|
-
<path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
46
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="187.232525" cy="230" rx="96.8616262" ry="3.5"></ellipse>
|
|
47
|
-
<path d="M101.368046,229.5 C96.3974829,229.5 92.3680456,225.470563 92.3680456,220.5 L92.3680456,86 C92.3680456,81.0294373 96.3974829,77 101.368046,77 L197.704708,77 C202.67527,77 206.704708,81.0294373 206.704708,86 L206.704046,200.5 L219.186876,200.5 L219.186876,229.5 L101.368046,229.5 Z" id="形状结合" fill="#E6E8ED"></path>
|
|
48
|
-
<path d="M184.480385,154.5 C186.827595,154.5 188.730385,156.40279 188.730385,158.75 C188.730385,161.09721 186.827595,163 184.480385,163 L108.101641,163 C105.75443,163 103.851641,161.09721 103.851641,158.75 C103.851641,156.40279 105.75443,154.5 108.101641,154.5 L184.480385,154.5 Z M184.480385,131 C186.827595,131 188.730385,132.90279 188.730385,135.25 C188.730385,137.59721 186.827595,139.5 184.480385,139.5 L108.101641,139.5 C105.75443,139.5 103.851641,137.59721 103.851641,135.25 C103.851641,132.90279 105.75443,131 108.101641,131 L184.480385,131 Z M137.547432,107.5 C139.894642,107.5 141.797432,109.40279 141.797432,111.75 C141.797432,114.09721 139.894642,116 137.547432,116 L108.101641,116 C105.75443,116 103.851641,114.09721 103.851641,111.75 C103.851641,109.40279 105.75443,107.5 108.101641,107.5 L137.547432,107.5 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
49
|
-
<path d="M232.168331,216.768188 C232.168331,223.799774 226.468105,229.5 219.436519,229.5 C212.404934,229.5 206.704708,223.799774 206.704708,216.768188 L206.704708,216.768188 L206.704708,153 L244.650499,153 L244.650499,172.5 L232.168331,172.5 Z" id="形状结合" fill="#DFE2E8"></path>
|
|
50
|
-
<path d="M244.650499,153 C251.544211,153 257.132668,158.588457 257.132668,165.482168 L257.132668,181.5 L257.132668,181.5 L232.168331,181.5 L232.168331,165.482168 C232.168331,158.588457 237.756788,153 244.650499,153 Z" id="矩形" fill="#D7DAE0" transform="translate(244.650499, 167.250000) scale(-1, 1) translate(-244.650499, -167.250000) "></path>
|
|
51
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="217.689016" cy="255.5" rx="26.4621969" ry="3.5"></ellipse>
|
|
52
|
-
<path d="M217.689016,203.75 C203.234665,203.75 191.476462,215.525 191.476462,230 C191.476462,244.475 203.234665,256.25 217.689016,256.25 C232.143367,256.25 243.901569,244.475 243.901569,230 C243.901569,215.525 232.143367,203.75 217.689016,203.75 Z" id="形状" fill="#C9CDD4"></path>
|
|
53
|
-
<path d="M217.689016,248.77125 C216.685194,248.770803 215.757862,248.234093 215.256337,247.363293 C214.754812,246.492492 214.755288,245.419896 215.257585,244.549542 C215.759882,243.679188 216.68769,243.143303 217.691512,243.14375 C219.243286,243.14444 220.500689,244.404759 220.5,245.95875 C220.499311,247.512741 219.24079,248.77194 217.689016,248.77125 Z" id="路径" fill="#FFFFFF"></path>
|
|
54
|
-
<path d="M222.871612,229.6 C221.242689,231.23 219.561341,232.91375 219.561341,234.42625 L219.561341,237.5975 C219.561341,238.633034 218.723072,239.4725 217.689016,239.4725 C216.654959,239.4725 215.81669,238.633034 215.81669,237.5975 L215.81669,234.42625 C215.81669,231.35875 218.157097,229.015 220.224144,226.9475 C221.738231,225.43125 223.305991,223.8625 223.305991,222.6125 C223.305991,219.4875 220.785842,216.945 217.689016,216.945 C214.539765,216.945 212.07204,219.37875 212.07204,222.485 C212.07204,223.520534 211.233771,224.36 210.199715,224.36 C209.165658,224.36 208.327389,223.520534 208.327389,222.485 C208.327389,217.3625 212.526391,213.195 217.689016,213.195 C222.851641,213.195 227.050642,217.41875 227.050642,222.6125 C227.050642,225.4175 224.924929,227.54375 222.871612,229.6 Z" id="路径" fill="#FFFFFF"></path>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</g>
|
|
58
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient x1="100%" y1="49.9276112%" x2="0%" y2="49.9347166%" id="linearGradient-6">
|
|
26
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
27
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
28
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-7">
|
|
31
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
32
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
33
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
37
|
+
<g id="反馈:6" transform="translate(-480.000000, -7983.000000)">
|
|
38
|
+
<g id="通用类" transform="translate(480.062500, 7983.000000)">
|
|
39
|
+
<rect id="矩形备份-12" x="0" y="0" width="350" height="350"></rect>
|
|
40
|
+
<g id="编组-19" transform="translate(0.000000, 45.500000)">
|
|
41
|
+
<path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
42
|
+
<path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
|
|
43
|
+
<path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
44
|
+
<path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
45
|
+
<path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
46
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="187.232525" cy="230" rx="96.8616262" ry="3.5"></ellipse>
|
|
47
|
+
<path d="M101.368046,229.5 C96.3974829,229.5 92.3680456,225.470563 92.3680456,220.5 L92.3680456,86 C92.3680456,81.0294373 96.3974829,77 101.368046,77 L197.704708,77 C202.67527,77 206.704708,81.0294373 206.704708,86 L206.704046,200.5 L219.186876,200.5 L219.186876,229.5 L101.368046,229.5 Z" id="形状结合" fill="#E6E8ED"></path>
|
|
48
|
+
<path d="M184.480385,154.5 C186.827595,154.5 188.730385,156.40279 188.730385,158.75 C188.730385,161.09721 186.827595,163 184.480385,163 L108.101641,163 C105.75443,163 103.851641,161.09721 103.851641,158.75 C103.851641,156.40279 105.75443,154.5 108.101641,154.5 L184.480385,154.5 Z M184.480385,131 C186.827595,131 188.730385,132.90279 188.730385,135.25 C188.730385,137.59721 186.827595,139.5 184.480385,139.5 L108.101641,139.5 C105.75443,139.5 103.851641,137.59721 103.851641,135.25 C103.851641,132.90279 105.75443,131 108.101641,131 L184.480385,131 Z M137.547432,107.5 C139.894642,107.5 141.797432,109.40279 141.797432,111.75 C141.797432,114.09721 139.894642,116 137.547432,116 L108.101641,116 C105.75443,116 103.851641,114.09721 103.851641,111.75 C103.851641,109.40279 105.75443,107.5 108.101641,107.5 L137.547432,107.5 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
49
|
+
<path d="M232.168331,216.768188 C232.168331,223.799774 226.468105,229.5 219.436519,229.5 C212.404934,229.5 206.704708,223.799774 206.704708,216.768188 L206.704708,216.768188 L206.704708,153 L244.650499,153 L244.650499,172.5 L232.168331,172.5 Z" id="形状结合" fill="#DFE2E8"></path>
|
|
50
|
+
<path d="M244.650499,153 C251.544211,153 257.132668,158.588457 257.132668,165.482168 L257.132668,181.5 L257.132668,181.5 L232.168331,181.5 L232.168331,165.482168 C232.168331,158.588457 237.756788,153 244.650499,153 Z" id="矩形" fill="#D7DAE0" transform="translate(244.650499, 167.250000) scale(-1, 1) translate(-244.650499, -167.250000) "></path>
|
|
51
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="217.689016" cy="255.5" rx="26.4621969" ry="3.5"></ellipse>
|
|
52
|
+
<path d="M217.689016,203.75 C203.234665,203.75 191.476462,215.525 191.476462,230 C191.476462,244.475 203.234665,256.25 217.689016,256.25 C232.143367,256.25 243.901569,244.475 243.901569,230 C243.901569,215.525 232.143367,203.75 217.689016,203.75 Z" id="形状" fill="#C9CDD4"></path>
|
|
53
|
+
<path d="M217.689016,248.77125 C216.685194,248.770803 215.757862,248.234093 215.256337,247.363293 C214.754812,246.492492 214.755288,245.419896 215.257585,244.549542 C215.759882,243.679188 216.68769,243.143303 217.691512,243.14375 C219.243286,243.14444 220.500689,244.404759 220.5,245.95875 C220.499311,247.512741 219.24079,248.77194 217.689016,248.77125 Z" id="路径" fill="#FFFFFF"></path>
|
|
54
|
+
<path d="M222.871612,229.6 C221.242689,231.23 219.561341,232.91375 219.561341,234.42625 L219.561341,237.5975 C219.561341,238.633034 218.723072,239.4725 217.689016,239.4725 C216.654959,239.4725 215.81669,238.633034 215.81669,237.5975 L215.81669,234.42625 C215.81669,231.35875 218.157097,229.015 220.224144,226.9475 C221.738231,225.43125 223.305991,223.8625 223.305991,222.6125 C223.305991,219.4875 220.785842,216.945 217.689016,216.945 C214.539765,216.945 212.07204,219.37875 212.07204,222.485 C212.07204,223.520534 211.233771,224.36 210.199715,224.36 C209.165658,224.36 208.327389,223.520534 208.327389,222.485 C208.327389,217.3625 212.526391,213.195 217.689016,213.195 C222.851641,213.195 227.050642,217.41875 227.050642,222.6125 C227.050642,225.4175 224.924929,227.54375 222.871612,229.6 Z" id="路径" fill="#FFFFFF"></path>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
|
+
</g>
|
|
59
59
|
</svg>
|