n20-common-lib 1.2.39 → 1.2.42

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.
Files changed (188) hide show
  1. package/README.md +2 -2
  2. package/package.json +88 -88
  3. package/src/_qiankun/index.js +113 -113
  4. package/src/_qiankun/postMessage.js +48 -48
  5. package/src/assets/css/_coreLib.scss +35 -35
  6. package/src/assets/css/cl-anchor.scss +23 -23
  7. package/src/assets/css/cl-approve-card.scss +58 -58
  8. package/src/assets/css/cl-dialog.scss +99 -99
  9. package/src/assets/css/cl-drag-list.scss +22 -22
  10. package/src/assets/css/cl-empty.scss +10 -10
  11. package/src/assets/css/cl-expandable-pane.scss +26 -26
  12. package/src/assets/css/cl-expandable.scss +24 -24
  13. package/src/assets/css/cl-file-upload-table.scss +11 -11
  14. package/src/assets/css/cl-filter.scss +4 -4
  15. package/src/assets/css/cl-flow-step.scss +185 -185
  16. package/src/assets/css/cl-footer-box.scss +10 -10
  17. package/src/assets/css/cl-form-item.scss +612 -612
  18. package/src/assets/css/cl-general-card.scss +11 -11
  19. package/src/assets/css/cl-layout-aside.scss +92 -92
  20. package/src/assets/css/cl-layout-content.scss +16 -16
  21. package/src/assets/css/cl-layout-header.scss +73 -73
  22. package/src/assets/css/cl-layout-tabs.scss +87 -87
  23. package/src/assets/css/cl-layout.scss +97 -97
  24. package/src/assets/css/cl-login-temporary.scss +37 -37
  25. package/src/assets/css/cl-message.scss +75 -75
  26. package/src/assets/css/cl-more-tab.scss +98 -98
  27. package/src/assets/css/cl-nav-menu.scss +5 -5
  28. package/src/assets/css/cl-pagination.scss +128 -128
  29. package/src/assets/css/cl-secondary-tab.scss +53 -53
  30. package/src/assets/css/cl-showcolumn.scss +23 -23
  31. package/src/assets/css/cl-sifting.scss +51 -51
  32. package/src/assets/css/cl-statis.scss +42 -42
  33. package/src/assets/css/cl-step.scss +73 -73
  34. package/src/assets/css/cl-suspend.scss +19 -19
  35. package/src/assets/css/cl-tertiary-tab.scss +54 -54
  36. package/src/assets/css/cl-upload.scss +41 -41
  37. package/src/assets/css/cl-worn-pagination.scss +50 -50
  38. package/src/assets/css/el-button.scss +173 -173
  39. package/src/assets/css/el-table.scss +79 -79
  40. package/src/assets/css/element-variables.scss +1061 -1061
  41. package/src/assets/css/element.dev.scss +21 -21
  42. package/src/assets/css/font-icon.scss +27 -27
  43. package/src/assets/css/index.dev.scss +4 -4
  44. package/src/assets/css/index.scss +11 -11
  45. package/src/assets/css/normalize.scss +726 -726
  46. package/src/assets/css/rootvar.scss +139 -139
  47. package/src/assets/css/select.scss +25 -25
  48. package/src/assets/css/title-pop.scss +4 -4
  49. package/src/assets/getJsonc.js +50 -50
  50. package/src/assets/realUrl.js +12 -12
  51. package/src/components/Anchor/AnchorItem.vue +29 -29
  52. package/src/components/Anchor/index.vue +185 -185
  53. package/src/components/ApprovalButtons/index.vue +233 -233
  54. package/src/components/ApprovalCard/index.vue +128 -128
  55. package/src/components/ApprovalRecord/approvalImg.vue +44 -44
  56. package/src/components/ApprovalRecord/flowDialog.vue +45 -45
  57. package/src/components/ApprovalRecord/index.vue +59 -59
  58. package/src/components/Button/button-group.vue +150 -150
  59. package/src/components/Button/icon-group-button.vue +61 -61
  60. package/src/components/Button/index.vue +56 -56
  61. package/src/components/CascaderArea/index.vue +103 -103
  62. package/src/components/ContentLoading/index.vue +41 -41
  63. package/src/components/ContentNull/index.vue +19 -19
  64. package/src/components/DatePicker/index.vue +27 -27
  65. package/src/components/DatePicker/por.vue +169 -169
  66. package/src/components/Dialog/index.vue +26 -26
  67. package/src/components/Dialog/indexO.vue +116 -116
  68. package/src/components/DragList/index.vue +75 -75
  69. package/src/components/Empty/img/abnormal.svg +108 -108
  70. package/src/components/Empty/img/dispose.svg +71 -71
  71. package/src/components/Empty/img/empty.svg +57 -57
  72. package/src/components/Empty/img/general.svg +58 -58
  73. package/src/components/Empty/img/lock.svg +57 -57
  74. package/src/components/Empty/img/network.svg +59 -59
  75. package/src/components/Empty/img/relevant.svg +68 -68
  76. package/src/components/Empty/img/search.svg +72 -72
  77. package/src/components/Empty/index.vue +92 -92
  78. package/src/components/Expandable/index.vue +49 -49
  79. package/src/components/Expandable/main.vue +52 -52
  80. package/src/components/FileExportAsync/index.vue +178 -178
  81. package/src/components/FileUploadTable/index.vue +484 -484
  82. package/src/components/Filters/index.vue +371 -371
  83. package/src/components/Filters/indexO.vue +104 -104
  84. package/src/components/FlowStep/index.vue +68 -68
  85. package/src/components/FooterBox/index.vue +21 -21
  86. package/src/components/GeneralCard/index.vue +15 -15
  87. package/src/components/InputNumber/index.vue +169 -169
  88. package/src/components/InputNumber/numberRange.vue +47 -47
  89. package/src/components/InputSearch/index.vue +75 -75
  90. package/src/components/Layout/AsideNav/index.vue +120 -119
  91. package/src/components/Layout/AsideNav/menuItem.vue +34 -34
  92. package/src/components/Layout/AsideNav/submenuTitle.vue +26 -26
  93. package/src/components/Layout/HeaderWrap/changePwd.vue +215 -215
  94. package/src/components/Layout/HeaderWrap/index.vue +371 -371
  95. package/src/components/Layout/HeaderWrap/noticePop.vue +316 -316
  96. package/src/components/Layout/SubContent/index.vue +127 -127
  97. package/src/components/Layout/TabsNav/index.vue +170 -170
  98. package/src/components/Layout/index.vue +518 -518
  99. package/src/components/Layout/utils.js +12 -12
  100. package/src/components/LoginTemporary/form.vue +570 -570
  101. package/src/components/LoginTemporary/index.vue +139 -139
  102. package/src/components/LoginTemporary/retrievePw.vue +372 -372
  103. package/src/components/MicroApp/index.js +67 -67
  104. package/src/components/MicroFrame/index.vue +95 -95
  105. package/src/components/MoreTab/index.vue +232 -232
  106. package/src/components/NavMenu/index.vue +60 -60
  107. package/src/components/PageLayout/page.vue +15 -15
  108. package/src/components/Pagination/index.vue +165 -165
  109. package/src/components/SecondaryTab/index.vue +58 -58
  110. package/src/components/SelectLazy/index.vue +75 -75
  111. package/src/components/SelectTree/SelectTreeLazy.vue +241 -241
  112. package/src/components/SelectTree/index.vue +205 -205
  113. package/src/components/ShowColumn/index.vue +213 -213
  114. package/src/components/Sifting/index.vue +99 -99
  115. package/src/components/Statis/index.vue +97 -97
  116. package/src/components/Statis/statisItem.vue +54 -54
  117. package/src/components/Statis/statisPopover.vue +55 -55
  118. package/src/components/Step/index.vue +38 -38
  119. package/src/components/Suspend/index.vue +72 -72
  120. package/src/components/Table/index.vue +209 -209
  121. package/src/components/Table/indexO.vue +149 -149
  122. package/src/components/Task/index.vue +26 -26
  123. package/src/components/TertiaryTab/index.vue +63 -63
  124. package/src/components/TimePicker/index.vue +28 -28
  125. package/src/components/Upload/index.vue +242 -242
  126. package/src/components/WornPagination/index.vue +73 -73
  127. package/src/directives/VClickOutside/index.js +19 -19
  128. package/src/directives/VHas/index.js +58 -58
  129. package/src/directives/VMove/index.js +42 -42
  130. package/src/directives/VTitle/index.js +69 -69
  131. package/src/directives/VTitle/tooltip.vue +21 -21
  132. package/src/index.js +232 -232
  133. package/src/plugins/CompatibleOld/index.js +57 -57
  134. package/src/plugins/Print/index.js +4 -4
  135. package/src/plugins/Print/print-js/.babelrc +12 -12
  136. package/src/plugins/Print/print-js/LICENSE +21 -21
  137. package/src/plugins/Print/print-js/README.md +98 -98
  138. package/src/plugins/Print/print-js/dist/print.css +96 -96
  139. package/src/plugins/Print/print-js/dist/print.js +990 -990
  140. package/src/plugins/Print/print-js/package.json +60 -60
  141. package/src/plugins/Print/print-js/src/index.d.ts +45 -45
  142. package/src/plugins/Print/print-js/src/index.js +10 -10
  143. package/src/plugins/Print/print-js/src/js/browser.js +33 -33
  144. package/src/plugins/Print/print-js/src/js/functions.js +103 -103
  145. package/src/plugins/Print/print-js/src/js/html.js +70 -70
  146. package/src/plugins/Print/print-js/src/js/image.js +48 -48
  147. package/src/plugins/Print/print-js/src/js/init.js +168 -168
  148. package/src/plugins/Print/print-js/src/js/json.js +109 -109
  149. package/src/plugins/Print/print-js/src/js/modal.js +62 -62
  150. package/src/plugins/Print/print-js/src/js/pdf.js +62 -62
  151. package/src/plugins/Print/print-js/src/js/print.js +102 -102
  152. package/src/plugins/Print/print-js/src/js/raw-html.js +15 -15
  153. package/src/plugins/Print/print-js/src/sass/index.scss +13 -13
  154. package/src/plugins/Print/print-js/src/sass/modules/_colors.scss +9 -9
  155. package/src/plugins/Print/print-js/src/sass/partials/_modal.scss +40 -40
  156. package/src/plugins/Print/print-js/src/sass/partials/_spinner.scss +45 -45
  157. package/src/plugins/Print/print.js +2 -2
  158. package/src/plugins/Print/print.scss +1 -1
  159. package/src/plugins/SetMenuTree/index.vue +41 -41
  160. package/src/plugins/SetMenuTree/logoIcon.vue +37 -37
  161. package/src/plugins/SetMenuTree/setmenutree.vue +427 -427
  162. package/src/plugins/SetMenuTree/utils.js +74 -74
  163. package/src/plugins/Sign/InfosecNetSignCNGAgent.min.js +2000 -2000
  164. package/src/plugins/Sign/index.js +65 -65
  165. package/src/plugins/Sign/sign.js +1 -1
  166. package/src/plugins/setTabsForSub.js +2 -2
  167. package/src/utils/auth.js +53 -53
  168. package/src/utils/axios.js +203 -203
  169. package/src/utils/downloadBlob.js +19 -19
  170. package/src/utils/forEachs.js +16 -16
  171. package/src/utils/getScrollContainer.js +43 -43
  172. package/src/utils/i18n/cn2hk.json +1270 -1270
  173. package/src/utils/i18n/index.js +50 -50
  174. package/src/utils/list2tree.js +36 -36
  175. package/src/utils/msgboxPor.js +26 -26
  176. package/src/utils/print.js +161 -161
  177. package/src/utils/relaNo.js +72 -72
  178. package/src/utils/repairElementUI.js +95 -66
  179. package/src/utils/urlToGo.js +82 -82
  180. package/style/css/normalize.scss +726 -0
  181. package/style/index.css +3 -3
  182. package/style/index.css.map +1 -1
  183. package/style/pageDemo/demo-1.vue +131 -0
  184. package/style/pageDemo/demo-2.vue +35 -0
  185. package/style/pageDemo/demo-3.vue +22 -0
  186. package/style/pageDemo/seeCode.js +20 -0
  187. package/style/server-config.jsonc +606 -0
  188. package/src/components/NstcG6Components/NstcDialog/NstcDialog.vue +0 -185
@@ -1,75 +1,75 @@
1
- <template>
2
- <vue-draggable
3
- :list="list"
4
- :animation="200"
5
- :group="group"
6
- :disabled="disabled"
7
- :handle="'.n20-icon-tuodong'"
8
- @change="change"
9
- >
10
- <div v-for="(item, index) in list" :key="index" class="n20-drag-list-item">
11
- <i class="n20-drag-icon n20-icon-tuodong"></i>
12
- <slot :item="item" :index="index">
13
- <span>{{ item[labelKey] || item }}</span>
14
- </slot>
15
- <el-link
16
- v-if="!disabled"
17
- class="n20-icon-shanchu"
18
- :underline="false"
19
- :disabled="inSC && item.checked"
20
- @click="remove(index)"
21
- />
22
- </div>
23
- </vue-draggable>
24
- </template>
25
-
26
- <script>
27
- export default {
28
- name: 'DragList',
29
- components: {
30
- vueDraggable: () => import('vuedraggable')
31
- },
32
- props: {
33
- list: {
34
- type: Array,
35
- default: () => []
36
- },
37
- group: {
38
- type: String,
39
- default: 'dragBox'
40
- },
41
- disabled: {
42
- type: Boolean,
43
- default: false
44
- },
45
- labelKey: {
46
- type: String,
47
- default: 'label'
48
- }
49
- },
50
- computed: {
51
- inSC() {
52
- return !!this.$attrs['in-show-column']
53
- }
54
- },
55
- methods: {
56
- change() {
57
- this.$emit('change', this.list)
58
- },
59
- remove(index) {
60
- let item = this.list[index]
61
- if (this.$listeners.remove) {
62
- this.$emit('remove', { index, item }, () => {
63
- this.list.splice(index, 1)
64
-
65
- this.$emit('change', this.list)
66
- })
67
- } else {
68
- this.list.splice(index, 1)
69
-
70
- this.$emit('change', this.list)
71
- }
72
- }
73
- }
74
- }
75
- </script>
1
+ <template>
2
+ <vue-draggable
3
+ :list="list"
4
+ :animation="200"
5
+ :group="group"
6
+ :disabled="disabled"
7
+ :handle="'.n20-icon-tuodong'"
8
+ @change="change"
9
+ >
10
+ <div v-for="(item, index) in list" :key="index" class="n20-drag-list-item">
11
+ <i class="n20-drag-icon n20-icon-tuodong"></i>
12
+ <slot :item="item" :index="index">
13
+ <span>{{ item[labelKey] || item }}</span>
14
+ </slot>
15
+ <el-link
16
+ v-if="!disabled"
17
+ class="n20-icon-shanchu"
18
+ :underline="false"
19
+ :disabled="inSC && item.checked"
20
+ @click="remove(index)"
21
+ />
22
+ </div>
23
+ </vue-draggable>
24
+ </template>
25
+
26
+ <script>
27
+ export default {
28
+ name: 'DragList',
29
+ components: {
30
+ vueDraggable: () => import('vuedraggable')
31
+ },
32
+ props: {
33
+ list: {
34
+ type: Array,
35
+ default: () => []
36
+ },
37
+ group: {
38
+ type: String,
39
+ default: 'dragBox'
40
+ },
41
+ disabled: {
42
+ type: Boolean,
43
+ default: false
44
+ },
45
+ labelKey: {
46
+ type: String,
47
+ default: 'label'
48
+ }
49
+ },
50
+ computed: {
51
+ inSC() {
52
+ return !!this.$attrs['in-show-column']
53
+ }
54
+ },
55
+ methods: {
56
+ change() {
57
+ this.$emit('change', this.list)
58
+ },
59
+ remove(index) {
60
+ let item = this.list[index]
61
+ if (this.$listeners.remove) {
62
+ this.$emit('remove', { index, item }, () => {
63
+ this.list.splice(index, 1)
64
+
65
+ this.$emit('change', this.list)
66
+ })
67
+ } else {
68
+ this.list.splice(index, 1)
69
+
70
+ this.$emit('change', this.list)
71
+ }
72
+ }
73
+ }
74
+ }
75
+ </script>
@@ -1,109 +1,109 @@
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="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="48.2424392%" x2="0%" y2="48.4149547%" 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
- <path d="M44.7210941,10.4814679 L69.6733277,51.3411278 C71.8321382,54.8762127 70.7164474,59.4920268 67.1813626,61.6508373 C66.0042585,62.3696729 64.6517288,62.75 63.2724904,62.75 L13.3680232,62.75 C9.22588753,62.75 5.86802315,59.3921356 5.86802315,55.25 C5.86802315,53.8707616 6.24835029,52.5182319 6.96718584,51.3411278 L31.9194195,10.4814679 C34.07823,6.94638307 38.6940441,5.83069227 42.229129,7.98950277 C43.2459216,8.6104391 44.1001578,9.46467526 44.7210941,10.4814679 Z" id="path-7"></path>
31
- <linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-9">
32
- <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
33
- <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
34
- <stop stop-color="#B4B8BF" offset="100%"></stop>
35
- </linearGradient>
36
- <path d="M22.9770957,9.87266225 L38.7700788,56.8689861 C39.0779329,57.7851353 38.5848272,58.7773935 37.6686826,59.0852613 C37.6624435,59.0873579 37.6561926,59.0894193 37.6499303,59.0914454 C32.8414993,60.6471485 26.8446609,61.425 19.6594151,61.425 C12.4741756,61.425 6.47734143,60.6471498 1.66891251,59.0914495 C0.749334475,58.7939458 0.245056212,57.8072997 0.542571672,56.8877254 C0.544597862,56.8814628 0.546659369,56.8752116 0.548756095,56.8689723 L16.3417346,9.87266225 C16.9574753,8.04035789 18.942008,7.05413823 20.7743124,7.66987898 C21.8128795,8.01888657 22.6280881,8.83409509 22.9770957,9.87266225 Z" id="path-10"></path>
37
- </defs>
38
- <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
39
- <g id="反馈:6" transform="translate(-848.000000, -7503.000000)">
40
- <g id="操作异常" transform="translate(848.062500, 7503.500000)">
41
- <rect id="矩形备份-8" x="0" y="0" width="350" height="350"></rect>
42
- <g id="编组-21" transform="translate(0.000000, 54.579224)">
43
- <g id="background/default/mountain" transform="translate(0.000000, 35.032236)">
44
- <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>
45
- <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>
46
- <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>
47
- <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>
48
- <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>
49
- </g>
50
- <path d="M110.612127,214.4892 L152.611338,225.133632 C152.809117,225.183758 153.015043,225.193008 153.21652,225.160816 L243.932731,210.666198 C244.750781,210.53549 245.307983,209.766369 245.177275,208.948318 C245.076488,208.317534 244.587275,207.81978 243.958329,207.708092 L193.166317,198.688492 C193.002711,198.659439 192.835415,198.657772 192.671263,198.68356 L110.747853,211.553345 C109.929463,211.68191 109.370249,212.44957 109.498814,213.26796 C109.592008,213.861191 110.030024,214.341669 110.612127,214.4892 Z" id="路径-34" fill="url(#linearGradient-6)" opacity="0.16"></path>
51
- <g id="objects/element/paper" transform="translate(96.362340, 50.134042)">
52
- <polygon id="路径-32" fill="#D7DAE0" points="21.3673886 82.8271714 56.4194009 89.3981937 143.794579 81.2561491 93.7817382 75.8981937"></polygon>
53
- <polygon id="路径-33" fill="#C9CDD4" points="93.7817382 75.8981937 93.7817382 88.3981937 143.794579 81.1778915"></polygon>
54
- <path d="M81.4429108,68.3488572 C85.1926503,65.1579989 132.70409,64.9936459 139.674822,59.8762466 C146.645553,54.7588472 120.577109,49.6993077 120.577545,45.3118777 C120.577835,42.3869243 126.944389,39.2307298 139.677207,35.8432941" id="路径-20" stroke="#E6E8ED" stroke-width="2" stroke-linecap="round" stroke-dasharray="3.5" transform="translate(111.151188, 52.096076) rotate(-4.000000) translate(-111.151188, -52.096076) "></path>
55
- <g id="objects/element/paperairplane" transform="translate(146.453216, 21.989100) scale(-1, 1) rotate(-19.000000) translate(-146.453216, -21.989100) translate(129.211265, 4.678334)">
56
- <path d="M20.4797759,32.1194825 L23.1464229,21.2891063 L0.89313901,0.821471698 C0.82876237,0.762260772 0.728574852,0.766448411 0.669363927,0.83082505 C0.62075019,0.883679975 0.613784364,0.962629486 0.652392171,1.02318009 L20.4797759,32.1194825 L20.4797759,32.1194825 Z" id="路径-17" fill="#C9CDD4"></path>
57
- <polygon id="路径-14" fill="#B4B8BF" points="15.9063547 27.1152304 21.094447 24.0937513 20.4797759 32.1194825"></polygon>
58
- <path d="M0.608231216,0.408729297 C0.741688746,0.295635398 0.941558169,0.312143382 1.05465207,0.445600912 L1.05465207,0.445600912 L1.06305613,0.456450069 L34.1814253,14.6743837 C34.4351724,14.7833195 34.5525651,15.0773322 34.4436293,15.3310793 C34.3978825,15.4376385 34.3165189,15.5249833 34.2134668,15.5781614 L23.2447885,21.2383466 C23.1857112,21.2688323 23.1138829,21.2591773 23.0649527,21.2141734 L3.06805613,2.82145007 L20.986728,23.9666365 C20.987594,23.9676583 20.9884469,23.9686911 20.9892865,23.9697345 C21.0448553,24.0424073 21.0315433,24.1417947 20.9620323,24.1948844 L20.9620323,24.1948844 L7.50000849,34.4766493 C7.41103546,34.5446034 7.30706108,34.5902256 7.19681047,34.6096874 C6.81609727,34.6768923 6.45298792,34.4227436 6.38578304,34.0420304 L6.38578304,34.0420304 L0.501086272,0.705436705 C0.481506625,0.594518715 0.522302285,0.481546753 0.608231216,0.408729297 Z" id="形状结合" fill="#D7DAE0"></path>
59
- </g>
60
- <g id="objects/element/error" transform="translate(67.877302, 76.544642) scale(-1, 1) rotate(15.000000) translate(-67.877302, -76.544642) translate(29.557045, 34.669642)">
61
- <rect id="矩形" fill="#8CB3FF" x="34.4507846" y="59.75" width="7.98858773" height="24" rx="1.75"></rect>
62
- <g id="三角形" transform="translate(0.000000, 0.000000)">
63
- <mask id="mask-8" fill="white">
64
- <use xlink:href="#path-7"></use>
65
- </mask>
66
- <use id="蒙版" fill="#B4B8BF" xlink:href="#path-7"></use>
67
- <path d="M41.7253737,10.4814679 L66.6776073,51.3411278 C68.8364178,54.8762127 67.720727,59.4920268 64.1856422,61.6508373 C63.0085381,62.3696729 61.6560084,62.75 60.27677,62.75 L10.3723028,62.75 C6.23016713,62.75 2.87230275,59.3921356 2.87230275,55.25 C2.87230275,53.8707616 3.25262989,52.5182319 3.97146544,51.3411278 L28.9236991,10.4814679 C31.0825096,6.94638307 35.6983237,5.83069227 39.2334086,7.98950277 C40.2502012,8.6104391 41.1044374,9.46467526 41.7253737,10.4814679 Z" fill="#D7DAE0" mask="url(#mask-8)"></path>
68
- </g>
69
- <rect id="矩形" fill="#C9CDD4" x="35.6990014" y="20.75" width="4.99286733" height="24.5" rx="2.49643367"></rect>
70
- <rect id="矩形" fill="#C9CDD4" transform="translate(38.195435, 52.000000) scale(1, -1) translate(-38.195435, -52.000000) " x="35.6990014" y="49.5" width="4.99286733" height="5" rx="2.49643367"></rect>
71
- </g>
72
- <path d="M56.4194009,89.1376303 L141.606813,81.1044989 C142.706504,81.0007986 143.682045,81.8082085 143.785746,82.9078994 C143.791631,82.970315 143.794579,83.0329729 143.794579,83.0956654 L143.794579,159.838483 C143.794579,160.870312 143.009617,161.732779 141.982345,161.82965 L56.4194009,169.898194 L56.4194009,169.898194 L56.4194009,89.1376303 Z" id="矩形" fill="#DFE2E8"></path>
73
- <path d="M19.4721826,89.4891027 L54.0424405,82.8543798 C55.1272128,82.6461904 56.1753654,83.3568011 56.3835548,84.4415734 C56.4073984,84.5658104 56.4194009,84.6920295 56.4194009,84.8185338 L56.4194009,161.632486 C56.4194009,162.601566 55.7246496,163.431219 54.7706305,163.601404 L19.4721826,169.898194 L19.4721826,169.898194 L19.4721826,89.4891027 Z" id="矩形" fill="#D7DAE0" transform="translate(37.945792, 126.148194) scale(-1, 1) translate(-37.945792, -126.148194) "></path>
74
- <path d="M56.4194009,89.4737546 L37.1135492,111.155314 C35.0751802,113.444517 31.9080099,114.367784 28.9588203,113.532511 L3.88147954,106.43008 C2.55302063,106.053833 1.78110079,104.671895 2.15734832,103.343436 C2.26255257,102.97198 2.45235653,102.629936 2.71188283,102.344115 L20.3688151,82.8981937 L20.3688151,82.8981937 L56.4194009,89.4737546 Z" id="路径-31" fill="#DFE2E8"></path>
75
- <path d="M56.4194009,89.2813114 L72.6284073,113.617667 C74.381142,116.24924 77.4497149,117.690456 80.5941292,117.358927 L158.635015,109.13074 C160.282737,108.957013 161.477646,107.480438 161.303919,105.832717 C161.249358,105.315226 161.061132,104.820826 160.757727,104.398074 L143.892124,80.8981937 L143.892124,80.8981937 L56.4194009,89.2813114 Z" id="路径-30" fill="#E6E8ED"></path>
76
- <path d="M62.7403072,146.41395 L87.2010775,143.59114 C88.0240429,143.496169 88.7681776,144.086325 88.8631491,144.90929 C88.8697366,144.966374 88.8730385,145.023789 88.8730385,145.081251 L88.8730385,161.392327 C88.8730385,162.154224 88.3018738,162.795093 87.5449995,162.882437 L63.0842292,165.705247 C62.2612639,165.800218 61.5171291,165.210063 61.4221576,164.387097 C61.4155701,164.330014 61.4122682,164.272599 61.4122682,164.215136 L61.4122682,147.904061 C61.4122682,147.142163 61.9834329,146.501294 62.7403072,146.41395 Z" id="矩形" fill="#D7DAE0"></path>
77
- <path d="M62.7403072,139.41395 L87.2010775,136.59114 C88.0240429,136.496169 88.7681776,137.086325 88.8631491,137.90929 C88.8697366,137.966374 88.8730385,138.023789 88.8730385,138.081251 L88.8730385,139.392327 C88.8730385,140.154224 88.3018738,140.795093 87.5449995,140.882437 L63.0842292,143.705247 C62.2612639,143.800218 61.5171291,143.210063 61.4221576,142.387097 C61.4155701,142.330014 61.4122682,142.272599 61.4122682,142.215136 L61.4122682,140.904061 C61.4122682,140.142163 61.9834329,139.501294 62.7403072,139.41395 Z" id="矩形" fill="#D7DAE0"></path>
78
- </g>
79
- <g id="编组-2" transform="translate(163.247500, 0.000000)">
80
- <g id="编组" transform="translate(28.350825, 30.018205) rotate(-39.000000) translate(-28.350825, -30.018205) translate(13.110657, 3.750868)">
81
- <path d="M16.9271678,29.2667748 C17.0137803,35.1526238 18.7069278,39.678259 22.0066105,42.8436804 C25.3062932,46.0091019 28.1308686,47.9348376 30.4803368,48.6208874 C21.9515317,53.5533565 15.4827158,53.8236059 11.073889,49.4316357 C6.66506228,45.0396655 8.61615521,38.3180452 16.9271678,29.2667748 Z" id="路径-7" fill="#DFE2E8"></path>
82
- <path d="M18.0413828,9.09494702e-13 C17.2266761,5.49741605 17.5479606,10.0475784 19.0052363,13.650487 C20.4625121,17.2533956 23.1128115,22.0334322 26.9561345,27.990597 C20.8601089,30.1880418 16.352508,33.3461648 13.4333315,37.4649662 C10.5141551,41.5837676 9.72767426,45.5726575 11.073889,49.4316357 C0.946116889,35.4896014 -2.23478896,24.5749446 1.53117148,16.6876651 C5.29713191,8.80038563 10.8005357,3.2378306 18.0413828,9.09494702e-13 Z" id="路径-6" fill="#E6E8ED"></path>
83
- </g>
84
- </g>
85
- <g id="编组-3" transform="translate(22.237527, 124.361705)">
86
- <g id="编组-2" transform="translate(26.188343, 25.638209) rotate(42.000000) translate(-26.188343, -25.638209) translate(3.889216, 11.245503)">
87
- <path d="M9.08197277e-13,8.95632788 C2.83454713,16.6673225 6.69170707,22.0521098 11.5714798,25.1106898 C18.8911389,29.6985598 27.7557146,29.686447 34.1077919,25.8830633 C38.3425101,23.3474742 41.8393307,19.9371172 44.5982536,15.6519923 C39.9639448,16.3106281 35.0888465,14.5723171 29.9729586,10.4370595 C24.8570707,6.30180178 21.7060491,2.82278196 20.5198938,9.09494702e-13 C14.1344244,3.76437538 9.74169589,6.02084246 7.34170831,6.76940123 C4.94172072,7.51796 2.49448462,8.24693555 9.08197277e-13,8.95632788 Z" id="路径-8" fill="#E6E8ED"></path>
88
- <path d="M24.5436728,17.9494053 C27.5012666,20.223599 30.8281405,21.1464947 34.5242945,20.7180921 C38.2204486,20.2896896 41.5784349,18.6009897 44.5982536,15.6519923 C39.2583855,22.7037572 34.3805835,26.7975894 29.9648477,27.9334887 C25.5491119,29.0693881 21.6226048,29.0693881 18.1853266,27.9334887 C21.4399869,27.7471206 23.5594356,26.5017934 24.5436728,24.1975069 C25.52791,21.8932205 25.52791,19.8105199 24.5436728,17.9494053 Z" id="路径-9" fill="#DFE2E8"></path>
89
- </g>
90
- </g>
91
- <ellipse id="椭圆形备份-8" fill="url(#linearGradient-9)" opacity="0.16" cx="247.64622" cy="236.532236" rx="26.4621969" ry="3.5"></ellipse>
92
- <g id="objects/-element/warrant" transform="translate(215.684017, 172.232236)">
93
- <path d="M33.5027641,53.864136 L59.2335195,55.4166652 C59.8123658,55.4515913 60.2533002,55.9491522 60.2183741,56.5279984 C60.1939273,56.9331655 59.9381415,57.2879523 59.5614576,57.4391718 L38.8020739,65.7730147 C37.7660535,66.1889245 36.6455823,66.3510088 35.5341697,66.2457408 L4.98415195,63.3521802 C4.50305594,63.306613 4.14999012,62.879668 4.19555737,62.398572 C4.22953346,62.0398548 4.47993357,61.738643 4.82640773,61.6397082 L31.1591602,54.120464 C31.9202513,53.9031365 32.7126892,53.8164649 33.5027641,53.864136 Z" id="矩形" fill="#B4B8BF" transform="translate(32.130328, 60.099023) rotate(4.000000) translate(-32.130328, -60.099023) "></path>
94
- <path d="M33.5027641,52.989136 L59.2335195,54.5416652 C59.8123658,54.5765913 60.2533002,55.0741522 60.2183741,55.6529984 C60.1939273,56.0581655 59.9381415,56.4129523 59.5614576,56.5641718 L38.8020739,64.8980147 C37.7660535,65.3139245 36.6455823,65.4760088 35.5341697,65.3707408 L4.98415195,62.4771802 C4.50305594,62.431613 4.14999012,62.004668 4.19555737,61.523572 C4.22953346,61.1648548 4.47993357,60.863643 4.82640773,60.7647082 L31.1591602,53.245464 C31.9202513,53.0281365 32.7126892,52.9414649 33.5027641,52.989136 Z" id="矩形" fill="#C9CDD4" transform="translate(32.130328, 59.224023) rotate(4.000000) translate(-32.130328, -59.224023) "></path>
95
- <g id="路径-25-+-路径-25备份-+-路径-25备份-2-蒙版" transform="translate(12.390163, 0.000000)">
96
- <mask id="mask-11" fill="white">
97
- <use xlink:href="#path-10"></use>
98
- </mask>
99
- <use id="蒙版" fill="#E6E8ED" xlink:href="#path-10"></use>
100
- <path d="M11.407892,12.075 C16.7509146,16.8187334 23.7652047,18.9320478 32.4507621,18.4149431 C32.4507621,18.834203 35.4743224,28.8493586 35.4743224,28.8493586 C27.3741048,28.9877591 17.0784411,28.8493586 8.03851641,20.8248306 C8.03851641,20.8248306 9.16164161,17.9082204 11.407892,12.075 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-11)"></path>
101
- <path d="M7.26348122,28.875 C14.4921058,33.6686419 23.0488984,36.0654628 32.9338592,36.0654628 C32.9338592,36.4871645 36.8723252,47.2334419 36.8723252,47.2334419 C27.3925344,47.3726484 15.4559688,46.8336988 3.32025678,37.67579 C3.32025678,37.67579 4.63466492,34.7421934 7.26348122,28.875 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-11)"></path>
102
- <path d="M0.591816472,45.85 C10.6969945,52.3034502 23.2814266,55.5301753 38.3451128,55.5301753 C38.3451128,56.017358 43.5128388,65.3419098 43.5128388,65.3419098 C29.0665908,65.502732 13.0763437,66.5972873 -5.41726106,56.017358 C-5.41726106,56.017358 -3.41423521,52.6282386 0.591816472,45.85 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-11)"></path>
103
- </g>
104
- </g>
105
- </g>
106
- </g>
107
- </g>
108
- </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="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="48.2424392%" x2="0%" y2="48.4149547%" 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
+ <path d="M44.7210941,10.4814679 L69.6733277,51.3411278 C71.8321382,54.8762127 70.7164474,59.4920268 67.1813626,61.6508373 C66.0042585,62.3696729 64.6517288,62.75 63.2724904,62.75 L13.3680232,62.75 C9.22588753,62.75 5.86802315,59.3921356 5.86802315,55.25 C5.86802315,53.8707616 6.24835029,52.5182319 6.96718584,51.3411278 L31.9194195,10.4814679 C34.07823,6.94638307 38.6940441,5.83069227 42.229129,7.98950277 C43.2459216,8.6104391 44.1001578,9.46467526 44.7210941,10.4814679 Z" id="path-7"></path>
31
+ <linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-9">
32
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
33
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
34
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
35
+ </linearGradient>
36
+ <path d="M22.9770957,9.87266225 L38.7700788,56.8689861 C39.0779329,57.7851353 38.5848272,58.7773935 37.6686826,59.0852613 C37.6624435,59.0873579 37.6561926,59.0894193 37.6499303,59.0914454 C32.8414993,60.6471485 26.8446609,61.425 19.6594151,61.425 C12.4741756,61.425 6.47734143,60.6471498 1.66891251,59.0914495 C0.749334475,58.7939458 0.245056212,57.8072997 0.542571672,56.8877254 C0.544597862,56.8814628 0.546659369,56.8752116 0.548756095,56.8689723 L16.3417346,9.87266225 C16.9574753,8.04035789 18.942008,7.05413823 20.7743124,7.66987898 C21.8128795,8.01888657 22.6280881,8.83409509 22.9770957,9.87266225 Z" id="path-10"></path>
37
+ </defs>
38
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
39
+ <g id="反馈:6" transform="translate(-848.000000, -7503.000000)">
40
+ <g id="操作异常" transform="translate(848.062500, 7503.500000)">
41
+ <rect id="矩形备份-8" x="0" y="0" width="350" height="350"></rect>
42
+ <g id="编组-21" transform="translate(0.000000, 54.579224)">
43
+ <g id="background/default/mountain" transform="translate(0.000000, 35.032236)">
44
+ <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>
45
+ <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>
46
+ <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>
47
+ <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>
48
+ <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>
49
+ </g>
50
+ <path d="M110.612127,214.4892 L152.611338,225.133632 C152.809117,225.183758 153.015043,225.193008 153.21652,225.160816 L243.932731,210.666198 C244.750781,210.53549 245.307983,209.766369 245.177275,208.948318 C245.076488,208.317534 244.587275,207.81978 243.958329,207.708092 L193.166317,198.688492 C193.002711,198.659439 192.835415,198.657772 192.671263,198.68356 L110.747853,211.553345 C109.929463,211.68191 109.370249,212.44957 109.498814,213.26796 C109.592008,213.861191 110.030024,214.341669 110.612127,214.4892 Z" id="路径-34" fill="url(#linearGradient-6)" opacity="0.16"></path>
51
+ <g id="objects/element/paper" transform="translate(96.362340, 50.134042)">
52
+ <polygon id="路径-32" fill="#D7DAE0" points="21.3673886 82.8271714 56.4194009 89.3981937 143.794579 81.2561491 93.7817382 75.8981937"></polygon>
53
+ <polygon id="路径-33" fill="#C9CDD4" points="93.7817382 75.8981937 93.7817382 88.3981937 143.794579 81.1778915"></polygon>
54
+ <path d="M81.4429108,68.3488572 C85.1926503,65.1579989 132.70409,64.9936459 139.674822,59.8762466 C146.645553,54.7588472 120.577109,49.6993077 120.577545,45.3118777 C120.577835,42.3869243 126.944389,39.2307298 139.677207,35.8432941" id="路径-20" stroke="#E6E8ED" stroke-width="2" stroke-linecap="round" stroke-dasharray="3.5" transform="translate(111.151188, 52.096076) rotate(-4.000000) translate(-111.151188, -52.096076) "></path>
55
+ <g id="objects/element/paperairplane" transform="translate(146.453216, 21.989100) scale(-1, 1) rotate(-19.000000) translate(-146.453216, -21.989100) translate(129.211265, 4.678334)">
56
+ <path d="M20.4797759,32.1194825 L23.1464229,21.2891063 L0.89313901,0.821471698 C0.82876237,0.762260772 0.728574852,0.766448411 0.669363927,0.83082505 C0.62075019,0.883679975 0.613784364,0.962629486 0.652392171,1.02318009 L20.4797759,32.1194825 L20.4797759,32.1194825 Z" id="路径-17" fill="#C9CDD4"></path>
57
+ <polygon id="路径-14" fill="#B4B8BF" points="15.9063547 27.1152304 21.094447 24.0937513 20.4797759 32.1194825"></polygon>
58
+ <path d="M0.608231216,0.408729297 C0.741688746,0.295635398 0.941558169,0.312143382 1.05465207,0.445600912 L1.05465207,0.445600912 L1.06305613,0.456450069 L34.1814253,14.6743837 C34.4351724,14.7833195 34.5525651,15.0773322 34.4436293,15.3310793 C34.3978825,15.4376385 34.3165189,15.5249833 34.2134668,15.5781614 L23.2447885,21.2383466 C23.1857112,21.2688323 23.1138829,21.2591773 23.0649527,21.2141734 L3.06805613,2.82145007 L20.986728,23.9666365 C20.987594,23.9676583 20.9884469,23.9686911 20.9892865,23.9697345 C21.0448553,24.0424073 21.0315433,24.1417947 20.9620323,24.1948844 L20.9620323,24.1948844 L7.50000849,34.4766493 C7.41103546,34.5446034 7.30706108,34.5902256 7.19681047,34.6096874 C6.81609727,34.6768923 6.45298792,34.4227436 6.38578304,34.0420304 L6.38578304,34.0420304 L0.501086272,0.705436705 C0.481506625,0.594518715 0.522302285,0.481546753 0.608231216,0.408729297 Z" id="形状结合" fill="#D7DAE0"></path>
59
+ </g>
60
+ <g id="objects/element/error" transform="translate(67.877302, 76.544642) scale(-1, 1) rotate(15.000000) translate(-67.877302, -76.544642) translate(29.557045, 34.669642)">
61
+ <rect id="矩形" fill="#8CB3FF" x="34.4507846" y="59.75" width="7.98858773" height="24" rx="1.75"></rect>
62
+ <g id="三角形" transform="translate(0.000000, 0.000000)">
63
+ <mask id="mask-8" fill="white">
64
+ <use xlink:href="#path-7"></use>
65
+ </mask>
66
+ <use id="蒙版" fill="#B4B8BF" xlink:href="#path-7"></use>
67
+ <path d="M41.7253737,10.4814679 L66.6776073,51.3411278 C68.8364178,54.8762127 67.720727,59.4920268 64.1856422,61.6508373 C63.0085381,62.3696729 61.6560084,62.75 60.27677,62.75 L10.3723028,62.75 C6.23016713,62.75 2.87230275,59.3921356 2.87230275,55.25 C2.87230275,53.8707616 3.25262989,52.5182319 3.97146544,51.3411278 L28.9236991,10.4814679 C31.0825096,6.94638307 35.6983237,5.83069227 39.2334086,7.98950277 C40.2502012,8.6104391 41.1044374,9.46467526 41.7253737,10.4814679 Z" fill="#D7DAE0" mask="url(#mask-8)"></path>
68
+ </g>
69
+ <rect id="矩形" fill="#C9CDD4" x="35.6990014" y="20.75" width="4.99286733" height="24.5" rx="2.49643367"></rect>
70
+ <rect id="矩形" fill="#C9CDD4" transform="translate(38.195435, 52.000000) scale(1, -1) translate(-38.195435, -52.000000) " x="35.6990014" y="49.5" width="4.99286733" height="5" rx="2.49643367"></rect>
71
+ </g>
72
+ <path d="M56.4194009,89.1376303 L141.606813,81.1044989 C142.706504,81.0007986 143.682045,81.8082085 143.785746,82.9078994 C143.791631,82.970315 143.794579,83.0329729 143.794579,83.0956654 L143.794579,159.838483 C143.794579,160.870312 143.009617,161.732779 141.982345,161.82965 L56.4194009,169.898194 L56.4194009,169.898194 L56.4194009,89.1376303 Z" id="矩形" fill="#DFE2E8"></path>
73
+ <path d="M19.4721826,89.4891027 L54.0424405,82.8543798 C55.1272128,82.6461904 56.1753654,83.3568011 56.3835548,84.4415734 C56.4073984,84.5658104 56.4194009,84.6920295 56.4194009,84.8185338 L56.4194009,161.632486 C56.4194009,162.601566 55.7246496,163.431219 54.7706305,163.601404 L19.4721826,169.898194 L19.4721826,169.898194 L19.4721826,89.4891027 Z" id="矩形" fill="#D7DAE0" transform="translate(37.945792, 126.148194) scale(-1, 1) translate(-37.945792, -126.148194) "></path>
74
+ <path d="M56.4194009,89.4737546 L37.1135492,111.155314 C35.0751802,113.444517 31.9080099,114.367784 28.9588203,113.532511 L3.88147954,106.43008 C2.55302063,106.053833 1.78110079,104.671895 2.15734832,103.343436 C2.26255257,102.97198 2.45235653,102.629936 2.71188283,102.344115 L20.3688151,82.8981937 L20.3688151,82.8981937 L56.4194009,89.4737546 Z" id="路径-31" fill="#DFE2E8"></path>
75
+ <path d="M56.4194009,89.2813114 L72.6284073,113.617667 C74.381142,116.24924 77.4497149,117.690456 80.5941292,117.358927 L158.635015,109.13074 C160.282737,108.957013 161.477646,107.480438 161.303919,105.832717 C161.249358,105.315226 161.061132,104.820826 160.757727,104.398074 L143.892124,80.8981937 L143.892124,80.8981937 L56.4194009,89.2813114 Z" id="路径-30" fill="#E6E8ED"></path>
76
+ <path d="M62.7403072,146.41395 L87.2010775,143.59114 C88.0240429,143.496169 88.7681776,144.086325 88.8631491,144.90929 C88.8697366,144.966374 88.8730385,145.023789 88.8730385,145.081251 L88.8730385,161.392327 C88.8730385,162.154224 88.3018738,162.795093 87.5449995,162.882437 L63.0842292,165.705247 C62.2612639,165.800218 61.5171291,165.210063 61.4221576,164.387097 C61.4155701,164.330014 61.4122682,164.272599 61.4122682,164.215136 L61.4122682,147.904061 C61.4122682,147.142163 61.9834329,146.501294 62.7403072,146.41395 Z" id="矩形" fill="#D7DAE0"></path>
77
+ <path d="M62.7403072,139.41395 L87.2010775,136.59114 C88.0240429,136.496169 88.7681776,137.086325 88.8631491,137.90929 C88.8697366,137.966374 88.8730385,138.023789 88.8730385,138.081251 L88.8730385,139.392327 C88.8730385,140.154224 88.3018738,140.795093 87.5449995,140.882437 L63.0842292,143.705247 C62.2612639,143.800218 61.5171291,143.210063 61.4221576,142.387097 C61.4155701,142.330014 61.4122682,142.272599 61.4122682,142.215136 L61.4122682,140.904061 C61.4122682,140.142163 61.9834329,139.501294 62.7403072,139.41395 Z" id="矩形" fill="#D7DAE0"></path>
78
+ </g>
79
+ <g id="编组-2" transform="translate(163.247500, 0.000000)">
80
+ <g id="编组" transform="translate(28.350825, 30.018205) rotate(-39.000000) translate(-28.350825, -30.018205) translate(13.110657, 3.750868)">
81
+ <path d="M16.9271678,29.2667748 C17.0137803,35.1526238 18.7069278,39.678259 22.0066105,42.8436804 C25.3062932,46.0091019 28.1308686,47.9348376 30.4803368,48.6208874 C21.9515317,53.5533565 15.4827158,53.8236059 11.073889,49.4316357 C6.66506228,45.0396655 8.61615521,38.3180452 16.9271678,29.2667748 Z" id="路径-7" fill="#DFE2E8"></path>
82
+ <path d="M18.0413828,9.09494702e-13 C17.2266761,5.49741605 17.5479606,10.0475784 19.0052363,13.650487 C20.4625121,17.2533956 23.1128115,22.0334322 26.9561345,27.990597 C20.8601089,30.1880418 16.352508,33.3461648 13.4333315,37.4649662 C10.5141551,41.5837676 9.72767426,45.5726575 11.073889,49.4316357 C0.946116889,35.4896014 -2.23478896,24.5749446 1.53117148,16.6876651 C5.29713191,8.80038563 10.8005357,3.2378306 18.0413828,9.09494702e-13 Z" id="路径-6" fill="#E6E8ED"></path>
83
+ </g>
84
+ </g>
85
+ <g id="编组-3" transform="translate(22.237527, 124.361705)">
86
+ <g id="编组-2" transform="translate(26.188343, 25.638209) rotate(42.000000) translate(-26.188343, -25.638209) translate(3.889216, 11.245503)">
87
+ <path d="M9.08197277e-13,8.95632788 C2.83454713,16.6673225 6.69170707,22.0521098 11.5714798,25.1106898 C18.8911389,29.6985598 27.7557146,29.686447 34.1077919,25.8830633 C38.3425101,23.3474742 41.8393307,19.9371172 44.5982536,15.6519923 C39.9639448,16.3106281 35.0888465,14.5723171 29.9729586,10.4370595 C24.8570707,6.30180178 21.7060491,2.82278196 20.5198938,9.09494702e-13 C14.1344244,3.76437538 9.74169589,6.02084246 7.34170831,6.76940123 C4.94172072,7.51796 2.49448462,8.24693555 9.08197277e-13,8.95632788 Z" id="路径-8" fill="#E6E8ED"></path>
88
+ <path d="M24.5436728,17.9494053 C27.5012666,20.223599 30.8281405,21.1464947 34.5242945,20.7180921 C38.2204486,20.2896896 41.5784349,18.6009897 44.5982536,15.6519923 C39.2583855,22.7037572 34.3805835,26.7975894 29.9648477,27.9334887 C25.5491119,29.0693881 21.6226048,29.0693881 18.1853266,27.9334887 C21.4399869,27.7471206 23.5594356,26.5017934 24.5436728,24.1975069 C25.52791,21.8932205 25.52791,19.8105199 24.5436728,17.9494053 Z" id="路径-9" fill="#DFE2E8"></path>
89
+ </g>
90
+ </g>
91
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-9)" opacity="0.16" cx="247.64622" cy="236.532236" rx="26.4621969" ry="3.5"></ellipse>
92
+ <g id="objects/-element/warrant" transform="translate(215.684017, 172.232236)">
93
+ <path d="M33.5027641,53.864136 L59.2335195,55.4166652 C59.8123658,55.4515913 60.2533002,55.9491522 60.2183741,56.5279984 C60.1939273,56.9331655 59.9381415,57.2879523 59.5614576,57.4391718 L38.8020739,65.7730147 C37.7660535,66.1889245 36.6455823,66.3510088 35.5341697,66.2457408 L4.98415195,63.3521802 C4.50305594,63.306613 4.14999012,62.879668 4.19555737,62.398572 C4.22953346,62.0398548 4.47993357,61.738643 4.82640773,61.6397082 L31.1591602,54.120464 C31.9202513,53.9031365 32.7126892,53.8164649 33.5027641,53.864136 Z" id="矩形" fill="#B4B8BF" transform="translate(32.130328, 60.099023) rotate(4.000000) translate(-32.130328, -60.099023) "></path>
94
+ <path d="M33.5027641,52.989136 L59.2335195,54.5416652 C59.8123658,54.5765913 60.2533002,55.0741522 60.2183741,55.6529984 C60.1939273,56.0581655 59.9381415,56.4129523 59.5614576,56.5641718 L38.8020739,64.8980147 C37.7660535,65.3139245 36.6455823,65.4760088 35.5341697,65.3707408 L4.98415195,62.4771802 C4.50305594,62.431613 4.14999012,62.004668 4.19555737,61.523572 C4.22953346,61.1648548 4.47993357,60.863643 4.82640773,60.7647082 L31.1591602,53.245464 C31.9202513,53.0281365 32.7126892,52.9414649 33.5027641,52.989136 Z" id="矩形" fill="#C9CDD4" transform="translate(32.130328, 59.224023) rotate(4.000000) translate(-32.130328, -59.224023) "></path>
95
+ <g id="路径-25-+-路径-25备份-+-路径-25备份-2-蒙版" transform="translate(12.390163, 0.000000)">
96
+ <mask id="mask-11" fill="white">
97
+ <use xlink:href="#path-10"></use>
98
+ </mask>
99
+ <use id="蒙版" fill="#E6E8ED" xlink:href="#path-10"></use>
100
+ <path d="M11.407892,12.075 C16.7509146,16.8187334 23.7652047,18.9320478 32.4507621,18.4149431 C32.4507621,18.834203 35.4743224,28.8493586 35.4743224,28.8493586 C27.3741048,28.9877591 17.0784411,28.8493586 8.03851641,20.8248306 C8.03851641,20.8248306 9.16164161,17.9082204 11.407892,12.075 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-11)"></path>
101
+ <path d="M7.26348122,28.875 C14.4921058,33.6686419 23.0488984,36.0654628 32.9338592,36.0654628 C32.9338592,36.4871645 36.8723252,47.2334419 36.8723252,47.2334419 C27.3925344,47.3726484 15.4559688,46.8336988 3.32025678,37.67579 C3.32025678,37.67579 4.63466492,34.7421934 7.26348122,28.875 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-11)"></path>
102
+ <path d="M0.591816472,45.85 C10.6969945,52.3034502 23.2814266,55.5301753 38.3451128,55.5301753 C38.3451128,56.017358 43.5128388,65.3419098 43.5128388,65.3419098 C29.0665908,65.502732 13.0763437,66.5972873 -5.41726106,56.017358 C-5.41726106,56.017358 -3.41423521,52.6282386 0.591816472,45.85 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-11)"></path>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </g>
107
+ </g>
108
+ </g>
109
109
  </svg>
@@ -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>