Browse Source

init

master
mk 2 years ago
commit
716a9e60b9
  1. 23
      .editorconfig
  2. 23
      .env.development
  3. 24
      .env.production
  4. 4
      .eslintignore
  5. 8
      .eslintrc.js
  6. 18
      .gitignore
  7. 2
      .npmrc
  8. 5
      .travis.yml
  9. 21
      LICENSE
  10. 51
      README.md
  11. 24
      babel.config.js
  12. 14
      build-hzw.sh
  13. 14
      build.sh
  14. 35
      build/index.js
  15. 23
      jest.config.js
  16. 9
      jsconfig.json
  17. 102
      package.json
  18. 8
      postcss.config.js
  19. 45
      public/css/lowcode-mobile.css
  20. 21
      public/css/lowcode.css
  21. 17
      public/index.html
  22. 3
      public/js/drtest-url-map.json
  23. 3
      public/js/url-map.json
  24. 11
      src/App.vue
  25. 3
      src/api/bi.js
  26. 227
      src/api/cms.js
  27. 1
      src/api/demo.js
  28. 39
      src/api/lowcode.js
  29. BIN
      src/assets/404_images/404.png
  30. BIN
      src/assets/404_images/404_cloud.png
  31. BIN
      src/assets/datapre/icon01@3x.png
  32. BIN
      src/assets/datapre/icon02@3x.png
  33. BIN
      src/assets/datapre/icon03@3x.png
  34. BIN
      src/assets/datapre/icon04@3x.png
  35. BIN
      src/assets/datapre/icon05@3x.png
  36. BIN
      src/assets/datapre/icon06@3x.png
  37. BIN
      src/assets/exit-full-screen.png
  38. BIN
      src/assets/iphone_frame@3x.png
  39. 27
      src/assets/svgData/fill-drip-solid.svg
  40. 16
      src/assets/svgData/font-solid.svg
  41. 1
      src/assets/svgData/icon-bars-solid.svg
  42. 1
      src/assets/svgData/icon-d-solid.svg
  43. 1
      src/assets/svgData/icon-database-solid.svg
  44. 15
      src/assets/svgData/icon-down-filled.svg
  45. 16
      src/assets/svgData/icon-down-solid.svg
  46. 1
      src/assets/svgData/icon-download-solid.svg
  47. 1
      src/assets/svgData/icon-floppy-disk-solid.svg
  48. BIN
      src/assets/svgData/icon-green.png
  49. 15
      src/assets/svgData/icon-green.svg
  50. 1
      src/assets/svgData/icon-n-solid.svg
  51. 15
      src/assets/svgData/icon-orange.svg
  52. BIN
      src/assets/svgData/icon-org.png
  53. 5
      src/assets/svgData/icon-play-skip-forward.svg
  54. 1
      src/assets/svgData/icon-play-solid.svg
  55. BIN
      src/assets/svgData/icon-red.png
  56. 15
      src/assets/svgData/icon-right-filled.svg
  57. 16
      src/assets/svgData/icon-right-solid.svg
  58. 1
      src/assets/svgData/icon-s-solid.svg
  59. 18
      src/assets/svgData/icon-satisfied.svg
  60. 26
      src/assets/svgData/icon-solid.svg
  61. 1
      src/assets/svgData/icon-t-solid.svg
  62. 1
      src/assets/svgData/icon-table-cells-solid.svg
  63. 15
      src/assets/svgData/icon-top-filled.svg
  64. 16
      src/assets/svgData/icon-top-solid.svg
  65. 18
      src/assets/svgData/icon-un-satisfied.svg
  66. 18
      src/assets/svgData/icon_act_collect_data_inter.svg
  67. 23
      src/assets/svgData/icon_act_collect_datasource.svg
  68. 21
      src/assets/svgData/icon_act_datasource.svg
  69. 16
      src/assets/svgData/icon_act_meta.svg
  70. 17
      src/assets/svgData/icon_act_quota.svg
  71. 19
      src/assets/svgData/icon_act_service_list.svg
  72. 18
      src/assets/svgData/icon_act_service_monitor.svg
  73. 13
      src/assets/svgData/icon_act_set.svg
  74. 20
      src/assets/svgData/icon_act_system_authority.svg
  75. 22
      src/assets/svgData/icon_act_system_dataset.svg
  76. 25
      src/assets/svgData/icon_act_system_monitor.svg
  77. 26
      src/assets/svgData/icon_act_system_report.svg
  78. 20
      src/assets/svgData/icon_act_system_role.svg
  79. 19
      src/assets/svgData/icon_act_system_user.svg
  80. 15
      src/assets/svgData/icon_act_tag.svg
  81. 6
      src/assets/svgData/icon_cell_close.svg
  82. 6
      src/assets/svgData/icon_cell_open.svg
  83. 16
      src/assets/svgData/icon_collect_data_inter.svg
  84. 21
      src/assets/svgData/icon_collect_datasource.svg
  85. 23
      src/assets/svgData/icon_data_datasource.svg
  86. 18
      src/assets/svgData/icon_data_meta.svg
  87. 19
      src/assets/svgData/icon_data_quota.svg
  88. 16
      src/assets/svgData/icon_data_set.svg
  89. 17
      src/assets/svgData/icon_data_tag.svg
  90. 3
      src/assets/svgData/icon_file_close.svg
  91. 6
      src/assets/svgData/icon_file_open.svg
  92. 1
      src/assets/svgData/icon_info.svg
  93. 268
      src/assets/svgData/icon_no_datasource.svg
  94. 17
      src/assets/svgData/icon_service_list.svg
  95. 16
      src/assets/svgData/icon_service_monitor.svg
  96. 18
      src/assets/svgData/icon_system_authority.svg
  97. 22
      src/assets/svgData/icon_system_dataset.svg
  98. 23
      src/assets/svgData/icon_system_monitor.svg
  99. 24
      src/assets/svgData/icon_system_report.svg
  100. 18
      src/assets/svgData/icon_system_role.svg

23
.editorconfig

@ -0,0 +1,23 @@
root = true
[*]
charset = utf-8
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_size = 2
[*.vue]
indent_size = 2
[*.css]
indent_size = 2
[Makefile]
indent_style = tab

23
.env.development

@ -0,0 +1,23 @@
# just a flag
ENV='development'
port=3003
# vue enviroment
VUE_APP_ENVIRONMENT='development'
VUE_APP_CMS_INNER_BASE_URL='http://bipaas.elinkservice.cn/linkdata'
VUE_APP_BIPASS_API_SERVER='/linkdata/linkdata-gateway/route'
VUE_APP_CMS_BASE_URL='//store.linkkids.cn'
VUE_APP_OPTION_PAGE_URL='http://test.kiop.linkkids.cn/kiop-web/field/toRuleList.do'
VUE_APP_EXPORT_PAGE_URL='http://test.kiop.linkkids.cn/kiop-web/task/toTaskList.do'
VUE_APP_MINI_APP_URL='https://miniapi.linkkids.cn'
VUE_APP_BI_URL='http://49.234.48.41:3000'
VUE_APP_LAYOUT_URL='https://st.linkkids.cn'
VUE_APP_BI_DOMAIN='//linkdatatest.retailo2o.com'
VUE_APP_ST_DOMAIN='//st.retailo2o.com/p/h5-databi/'
VUE_APP_STORE_URL='//dev.retailo2o.com:3003'
VUE_APP_CSCS_URL='http://test.cscs.retailo2o.com'
VUE_APP_MINI_API_URL='//miniapi.retailo2o.com'
VUE_APP_LOWCODE_URL='//ams.retailo2o.com/api'
VUE_APP_LOWCODE_DESIGN='//ams.retailo2o.com/page-designer'
VUE_APP_LOWCODE_VIEWER='//ams.retailo2o.com/page-viewer'

24
.env.production

@ -0,0 +1,24 @@
# just a flag
ENV='production'
port=3003
# vue enviroment
VUE_APP_ENVIRONMENT='development'
VUE_APP_CMS_INNER_BASE_URL='http://bipaas.elinkservice.cn/linkdata'
VUE_APP_CMS_BASE_URL='//store.linkkids.cn'
VUE_APP_BIPASS_API_SERVER = 'https://epmet-preview.elinkservice.cn/linkdata/linkdata-gateway/route'
VUE_APP_OPTION_PAGE_URL='http://test.kiop.linkkids.cn/kiop-web/field/toRuleList.do'
VUE_APP_EXPORT_PAGE_URL='http://test.kiop.linkkids.cn/kiop-web/task/toTaskList.do'
VUE_APP_MINI_APP_URL='https://miniapi.linkkids.cn'
VUE_APP_BI_URL='http://49.234.48.41:3000'
VUE_APP_LAYOUT_URL='https://st.linkkids.cn'
VUE_APP_BI_DOMAIN='//linkdatatest.retailo2o.com'
VUE_APP_ST_DOMAIN='//st.retailo2o.com/p/h5-databi/'
VUE_APP_STORE_URL='//dev.retailo2o.com:3003'
VUE_APP_CSCS_URL='http://test.cscs.retailo2o.com'
VUE_APP_MINI_API_URL='//miniapi.retailo2o.com'
VUE_APP_LOWCODE_URL='//ams.retailo2o.com/api'
VUE_APP_LOWCODE_DESIGN='//ams.retailo2o.com/page-designer'
VUE_APP_LOWCODE_VIEWER='//ams.retailo2o.com/page-viewer'

4
.eslintignore

@ -0,0 +1,4 @@
build/*.js
src/assets
public
dist

8
.eslintrc.js

@ -0,0 +1,8 @@
module.exports = {
root: true,
extends: [],
// add your custom rules here
// it is base on https://github.com/vuejs/eslint-config-vue
rules: {},
}

18
.gitignore

@ -0,0 +1,18 @@
.DS_Store
node_modules/
dist
dist*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
tests/**/coverage/
.env.*.local
# Editor directories and files
.idea
.history
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln

2
.npmrc

@ -0,0 +1,2 @@
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=http://npmneibu.linkkids.cn/

5
.travis.yml

@ -0,0 +1,5 @@
language: node_js
node_js: 10
script: npm run test
notifications:
email: false

21
LICENSE

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2017-present PanJiaChen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

51
README.md

@ -0,0 +1,51 @@
# vue-admin-template
## 功能点
- 集成了友盟的上报js
- 请求axios集成了上报功能
## 构建
```bash
# 克隆项目
git clone http://code.linkkids.cn/fe_web_public/vue-admin-template.git
# 进入项目目录
cd vue-admin-template
# 安装依赖
npm install
npm install --registry=http://npmneibu.linkkids.cn
# 启动服务
npm run dev
```
浏览器访问 [http://localhost:9528](http://localhost:9528)
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
```
## 其它
```bash
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix
```

24
babel.config.js

@ -0,0 +1,24 @@
const prodPlugins = []
if (process.env.VUE_APP_CONSOLE_CLOSE === 'true') {
prodPlugins.push('transform-remove-console')
}
module.exports = {
presets: [
[
// https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app
'@vue/cli-plugin-babel/preset',
{
useBuiltIns: 'usage',
corejs: '3.5',
},
],
],
env: {
development: {
// babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
// https://panjiachen.github.io/vue-element-admin-site/guide/advanced/lazy-loading.html
plugins: ['dynamic-import-node', ...prodPlugins],
},
},
}

14
build-hzw.sh

@ -0,0 +1,14 @@
#!/bin/bash
NODE_HOME=/opt/nodejs/v11.6.1
export PATH=$NODE_HOME/bin:$PATH
export NODE_PATH=$NODE_HOME/lib/node_modules
node -v
npm -v
ls -al
npm set registry http://npmneibu.linkkids.cn
npm install
if [ "$SER_ENV" == "IDC" ]; then
npm run build:hzw
else
npm run build:hzw-stage
fi

14
build.sh

@ -0,0 +1,14 @@
#!/bin/bash
NODE_HOME=/opt/nodejs/v12.22.12
export PATH=$NODE_HOME/bin:$PATH
export NODE_PATH=$NODE_HOME/lib/node_modules
node -v
npm -v
ls -al
npm set registry http://npmneibu.linkkids.cn
npm install
if [ "$ENV" == "prod" ]; then
npm run build:prod
else
npm run build:stage
fi

35
build/index.js

@ -0,0 +1,35 @@
const { run } = require('runjs')
const chalk = require('chalk')
const config = require('../vue.config.js')
const rawArgv = process.argv.slice(2)
const args = rawArgv.join(' ')
if (process.env.npm_config_preview || rawArgv.includes('--preview')) {
const report = rawArgv.includes('--report')
run(`vue-cli-service build ${args}`)
const port = 9526
const publicPath = config.publicPath
var connect = require('connect')
var serveStatic = require('serve-static')
const app = connect()
app.use(
publicPath,
serveStatic('./dist', {
index: ['index.html', '/']
})
)
app.listen(port, function () {
console.log(chalk.green(`> Preview at http://localhost:${port}${publicPath}`))
if (report) {
console.log(chalk.green(`> Report at http://localhost:${port}${publicPath}report.html`))
}
})
} else {
run(`vue-cli-service build ${args}`)
}

23
jest.config.js

@ -0,0 +1,23 @@
module.exports = {
moduleFileExtensions: ['js', 'jsx', 'json', 'vue'],
transform: {
'^.+\\.vue$': 'vue-jest',
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
'^.+\\.jsx?$': 'babel-jest',
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
snapshotSerializers: ['jest-serializer-vue'],
testMatch: ['**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)'],
collectCoverageFrom: [
'src/utils/**/*.{js,vue}',
'!src/utils/auth.js',
'!src/utils/request.js',
'src/components/**/*.{js,vue}',
],
coverageDirectory: '<rootDir>/tests/unit/coverage',
// 'collectCoverage': true,
coverageReporters: ['lcov', 'text-summary'],
testURL: 'http://localhost/',
}

9
jsconfig.json

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}

102
package.json

@ -0,0 +1,102 @@
{
"name": "data-bi",
"version": "1.0.0",
"description": "A project named template-manage",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:prod": "vue-cli-service build",
"build:test": "vue-cli-service build --mode development",
"build:stage": "vue-cli-service build --mode staging",
"build:drtest": "vue-cli-service build --mode drtest",
"build:drprod": "vue-cli-service build --mode drprod",
"build:hzw": "vue-cli-service build --mode hzw",
"build:tm": "vue-cli-service build --mode tm",
"build:bx": "vue-cli-service build --mode bx",
"build:yl": "vue-cli-service build --mode yl",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"lint": "vue-cli-service lint",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"deploy:linkkids": "scp dist/index.html linkkids@10.250.14.5:/data/web/pc/linkbi && scp -r dist/* linkkids@10.250.14.5:/data/static/pc/linkbi/",
"deploy:elinkservice": "scp dist/index.html bizcent@10.254.0.144:/data/web/pc/linkbi && scp -r dist/* bizcent@10.254.0.144:/data/static/pc/linkbi/",
"deploylc:elinkservice": "scp dist/index.html bizcent@10.254.0.144:/data/web/pc/linkbi && scp -r dist/* bizcent@10.254.0.144:/data/static/pc/linkbi",
"deploy:bx": "scp -r dist/* root@10.0.2.13:/data/web/linkbi",
"deploy": "npm run deploy:linkkids && npm run deploy:elinkservice"
},
"dependencies": {
"@sweetjs/link-style": "1.0.0-beta.3",
"@sweetjs/post-message-tool": "^1.0.4",
"@sweetjs/request": "2.0.9",
"@formily/core": "2.0.11",
"@formily/element": "2.0.11",
"@formily/vue": "2.0.11",
"@riophae/vue-treeselect": "^0.4.0",
"@vue/composition-api": "^1.4.6",
"axios": "^0.19.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"clipboard": "^2.0.10",
"codemirror": "^5.63.3",
"core-js": "^3.37.1",
"crypto-js": "^4.1.1",
"dai-js": "^0.0.12",
"dayjs": "^1.11.3",
"echarts": "^5.4.1",
"element-theme-chalk": "^2.14.1",
"element-ui": "2.15.6",
"file-saver": "^2.0.5",
"js-cookie": "2.2.0",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"relation-graph": "^2.0.24",
"uuid": "^8.3.2",
"v-jsoneditor": "^1.4.4",
"vue": "2.6.13",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuex": "3.1.0",
"vxe-table": "^2.10.22",
"xe-utils": "3.1.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-plugin-unit-jest": "4.4.4",
"@vue/cli-service": "4.4.4",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "9.5.1",
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.0.1-beta3",
"prettier": "^2.2.1",
"runjs": "4.3.2",
"sass": "^1.52.1",
"sass-loader": "8.0.2",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-template-compiler": "2.6.13"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"license": "MIT"
}

8
postcss.config.js

@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: {
// to edit target browsers: use "browserslist" field in package.json
autoprefixer: {},
},
}

45
public/css/lowcode-mobile.css

@ -0,0 +1,45 @@
body,
html {
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #f0f4f7;
}
.page-root {
height: 100%;
display: flex;
flex-direction: column;
}
.page-root > [class^="page-node-"] {
margin: 5px 10px;
}
.page-node-form-filter,
.page-node-table {
background: #fff;
border-radius: 4px;
padding: 3px 6px;
margin: 6px;
box-shadow: 0 0 6px 0 #dfdfdf;
}
.page-node-table {
flex: 1;
overflow: hidden;
}
:root {
--el-color-primary: #3862fe;
--el-color-danger: #f56c6c;
--el-color-danger-light-3: #ff3a00;
--el-color-success: #36850f;
--el-text-color-primary: #121212;
--el-text-color-regular: #121212;
--el-font-size-base: 12px;
--grid-item-content-border-radius:18px;
}
.el-button--primary.is-link,
.el-button--primary.is-plain,
.el-button--primary.is-text {
--el-button-text-color: #274ffb;
}

21
public/css/lowcode.css

@ -0,0 +1,21 @@
body,html{height:100%; margin:0;padding:0}
body{background:#f0f2f5}
.page-root{height:100%;display:flex;flex-direction:column}
.page-node-form-filter,.page-node-table{background:#fff;border-radius:4px;padding:3px 6px;margin:6px;box-shadow:0 0 6px 0 #dfdfdf}
.page-node-table{flex:1;overflow:hidden}
:root{
--el-color-primary:#3862FE;
--el-color-danger:#F56C6C;
--el-color-danger-light-3:#FF3A00;
--el-color-success:#36850F;
--el-text-color-primary:#121212;
--el-text-color-regular:#121212;
--el-font-size-base:12px;
}
.el-button--primary.is-link, .el-button--primary.is-plain, .el-button--primary.is-text{
--el-button-text-color:#274FFB;
}
.el-button.el-button--small {
font-size: 12px;
padding: 5px 11px;
}

17
public/index.html

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="project-name" content="bi报表">
<title><%= webpackConfig.name %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

3
public/js/drtest-url-map.json

@ -0,0 +1,3 @@
{
"cjy-backend.darryring.com/linkdata-gateway":"cjy-testlinkdata.darryring.com/linkdata-gateway"
}

3
public/js/url-map.json

@ -0,0 +1,3 @@
{
}

11
src/App.vue

@ -0,0 +1,11 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App',
}
</script>

3
src/api/bi.js

@ -0,0 +1,3 @@
// const host = process.env.NODE_ENV === 'production' ? '10.250.14.114' : 'dev.linkkids.cn/_dev_proxy'
export const COMMON_API = `${process.env.VUE_APP_BI_DOMAIN}/${process.env.VUE_APP_LINKDATA_GATEWAY || 'linkdata-gateway'}/route`

227
src/api/cms.js

@ -0,0 +1,227 @@
/*
* @Descripttion:
* @version:
* @Author: 张齐
* @Date: 2021-07-12 19:33:47
* @LastEditors: 张齐
* @LastEditTime: 2021-07-28 18:57:42
*/
import request from '@/utils/request'
/**
* 新增CMS
* @param {*} elmentObj
*
*/
const addCMS = (elmentObj, site = 100996) => {
const addJson = {
type: 'add', // add/copy/link,默认add
page: {
// 初始化页面信息,type为add时可修改所有,type为copy/link时page字段可不传,如果修改,只能初始化page下name,outputPath,validityEnd
name: elmentObj.name || '新增页面', // 页面名,大于2字符
description: '描述',
category: elmentObj.category || 'activity', // 分类,channel/activity/config,默认channel
htmlPath: '', // 前端页面地址,原样返回,[siteId][pageId]需前台自行替换
outputPath: elmentObj.outputPath || '', // 自定义路径,默认为'' 只能是字母、数字、/、-、_,且最后文件名不能为纯数字,开头结尾不能为/
autoPublish: true, // 是否自动发布,页面内容会随时间变化的选true,默认false
validityStart: 0, // 开始时间,默认0,时间戳或字符串(返回到前台,后台无逻辑处理)
validityEnd: '2099/12/31 00:00:00', // 结束时间,时间戳或字符串,默认一个月后,超过结束时间页面不会自动发布
isV: false, // 是否可视化页面,默认false
outputType: 'json', // 输出类型 json/jsonp/html,默认json
template: {
// 输出类型为html,且isV为false时手动配置模板,默认可不填
engine: '', // 目前只支持hbs
source: '', // 模板文件,有值时tmpl不起作用
tmpl: '', // 模板内容
layout: '', // 模板layout
},
dataSchema: elmentObj.dataSchema, // type为add且isV为false时可初始化dataSchema,可不填
data: elmentObj.data, // type为add且isV为false时可初始化data,可不填
},
sourceSiteId: 0, // type为copy/link时许指定源页面siteId
sourcePageId: 0, // type为copy/link时许指定源页面pageId
source: 'cms',
platform: elmentObj.platform, // 如果没有指定租户,则是100100租户
}
return request.post(`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${site}`, addJson)
}
/**
* 添加CMS页面
* @param {*} initData
*/
const addCMSPage = (initData) => {
return addCMS({
platform: initData.platform || '100100',
dataSchema: initData.dataSchema,
data: initData.data,
name: initData.name,
outputPath: initData.outputPath,
category: 'config',
})
}
/**
* 导入Data和Dataschame
*/
const importschema = (elmentObj, siteId, pageId, platfrom = '100100') => {
return request.post(`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}/importschema`, {
dataSchema: elmentObj.dataSchema,
data: elmentObj.data,
source: 'cms',
platform: platfrom,
pageId,
})
}
/**
* 更新基础数据
* @param {*} elmentObj
* @param {*} siteId
* @param {*} pageId
*/
const updateBaseInfo = (elmentObj, siteId, pageId, platform = '100100') => {
elmentObj.autoPublish = true
elmentObj.validityEnd = '2099/12/31 00:00:00'
return request.put(`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}/baseinfo`, {
page: elmentObj,
source: 'cms',
platform,
pageId,
})
}
/**
* 更新CMS
* @param {*} elmentObj
* @param {*} sitId
* @param {*} pageId
*/
const updateCMS = async (elmentObj, sitId, pageId, pageDes, platform = '100100') => {
// 如果有页面描述,此字段作为记录页面冗余字段携带
if (pageDes) {
elmentObj.data.description.data = [{ value: JSON.stringify(pageDes) }]
}
const { code: inportCode } = await importschema(elmentObj, sitId, pageId, platform)
const { code: baseUpdateCode } = await updateBaseInfo(elmentObj, sitId, pageId, platform)
const importFlag = inportCode === 0
const baseUpdateFlag = baseUpdateCode === 0
return importFlag && baseUpdateFlag
}
/**
* 发布页面
*/
const publishCMS = (siteId, pageId, platform = '100100') => {
return request.post(`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}/publish`, {
source: 'cms',
platform,
pageId,
})
}
/**
* 添加模板页面
*/
const addCMSPage4Tem = async (name = '', outputPath = '') => {
const dataSchema = [
{
name: 'config',
description: 'config',
tips: '',
dataType: 'input',
typeName: '文本',
meta: null,
api: null,
uuid: '74089936-252f-42cf-a640-0abff3c527dd',
index: '0',
count: 1,
path: ['config'],
key: 'config',
lock: false,
fieldsInfo: {
returnType: 2,
fieldType: 2,
fields: [{ type: 'input', name: '', desc: '', defaultValue: '' }],
},
},
]
const data = {
config: {
data: [
{
value: '',
},
],
dataType: 'input',
},
}
return addCMSPage({ dataSchema, data, name, outputPath })
}
/**
* 服务端增加模板数据--增加
*/
const addCMSPage4TemService = (params) => {
return request.post(`${process.env.VUE_APP_CMS_BASE_URL}/template/templateAdd`, params)
}
/**
* 服务端模板数据--编辑
*/
const updateCMSPage4TemService = (params) => {
return request.post(`${process.env.VUE_APP_CMS_BASE_URL}/template/templateEdit`, params)
}
/**
* 根据 outputPath 获取pageId
* @param {*} outputPath
*/
const getPageId = (outputPath, siteId = '100996') => {
return request.get(
`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}/pageid?outputPath=${outputPath}&source=cms&_platform_num=100100`
)
}
/**
* 根据siteIdpageId获取CMS
* @param {*} siteId
* @param {*} pageId
*/
const getCMS = (siteId, pageId, platfrom = '100100') => {
return request.get(
`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}?platform=${platfrom}&source=cms&pageId=${pageId}`
)
}
/**
* 获取站点下页面列表
* @param {*} siteId
*/
const getPages = (siteId, platfrom = 100100) => {
return request.get(
`${process.env.VUE_APP_CMS_INNER_BASE_URL}/v4/api/third/pages/${siteId}/list?platform=${platfrom}&source=cms`
)
}
// 获取模板数据
const getTemsInfo = () => {
return request.get(
`${process.env.VUE_APP_MINI_APP_URL}/common/cms/publish/999/lowcode_templates.json?_platform_num=100100`,
{
withCredentials: false,
}
)
}
const getDynamicTabList = () => {
return request.get(
`${process.env.VUE_APP_MINI_API_URL}/common/cms/publish/999/dynamic-tab.json?_platform_num=100100`,
{
withCredentials: false,
}
)
}
export default {
addCMSPage, // 添加页面
addCMSPage4Tem, // 添加模板页面
updateBaseInfo, // 更新基础信息
updateCMS, // 更新cms
publishCMS, // 发布cms
getCMS, // 根据siteId,pageId获取CMS
getPageId, // 根据 outputPath 获取pageId
getPages, // 获取站点下页面列表
addCMSPage4TemService, // 服务端增加模板数据
updateCMSPage4TemService, // 服务端模板数据--编辑
getTemsInfo, // 获取模板数据
getDynamicTabList, // 获取CMS动态Tab栏配置信息
}

1
src/api/demo.js

@ -0,0 +1 @@
export const DEMO_MOCK = `//mockneibu.linkkids.cn/mock/10/api/list`

39
src/api/lowcode.js

@ -0,0 +1,39 @@
import request from '@/utils/request'
export function create(id, name, templateName = 'bireport', outputPath = '') {
if (!outputPath) {
outputPath = `${templateName}-${id}`
}
return request.axios.post(`${process.env.VUE_APP_LOWCODE_URL}/page`, {
targetType: '4',
name,
terminal: 'Web',
outputPath,
path: 'none',
visibility: 0,
canGrayscale: false,
templateName,
})
}
export function publish(id) {
return request.axios.post(`${process.env.VUE_APP_LOWCODE_URL}/page/publish`, {
id,
})
}
export function fetchDetail(id) {
return request.axios.post(
`${process.env.VUE_APP_BI_DOMAIN}/${
process.env.VUE_APP_LINKDATA_GATEWAY || 'linkdata-gateway'
}/route?/api/queryPageConf`,
{
apiCode: '/api/queryPageConf',
dispatcherSystem: 'lowcode',
param: {
lowcode_id: id,
is_publish: 0,
},
}
)
}

BIN
src/assets/404_images/404.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
src/assets/404_images/404_cloud.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
src/assets/datapre/icon01@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/datapre/icon02@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

BIN
src/assets/datapre/icon03@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/datapre/icon04@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

BIN
src/assets/datapre/icon05@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

BIN
src/assets/datapre/icon06@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

BIN
src/assets/exit-full-screen.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

BIN
src/assets/iphone_frame@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

27
src/assets/svgData/fill-drip-solid.svg

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_颜色@3x</title>
<defs>
<rect id="path-1" x="0" y="0" width="12" height="12"></rect>
</defs>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-103.000000, -39.000000)">
<g id="编组-12" transform="translate(103.000000, 39.000000)">
<rect id="矩形" x="0" y="0" width="18" height="18"></rect>
<g id="编组-7" transform="translate(3.000000, 1.000008)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="蒙版"></g>
<g mask="url(#mask-2)">
<g transform="translate(-0.500000, -0.199551)">
<path d="M9.29044386,2.24078632 L9.14711432,8.64711432 C9.14711432,9.06132788 8.9792211,9.43632788 8.70777449,9.70777449 C8.43632788,9.9792211 8.06132788,10.1471143 7.64711432,10.1471143 L4.64711432,10.1471143 C4.23290075,10.1471143 3.85790075,9.9792211 3.58645415,9.70777449 C3.31500754,9.43632788 3.14711432,9.06132788 3.14711431,8.64703098 L3.146,2.892 L9.29044386,2.24078632 Z" id="形状结合" stroke="#333333" stroke-width="1" fill="none" transform="translate(6.147114, 6.147114) rotate(30.000000) translate(-6.147114, -6.147114) "></path>
<path d="M11.25,8 L11.8363058,9.00701264 C11.9387525,9.13525779 12,9.29785638 12,9.47476009 L12,9.5 C12,9.91421356 11.6642136,10.25 11.25,10.25 C10.8357864,10.25 10.5,9.91421356 10.5,9.5 L10.5,9.47476009 C10.5,9.28826811 10.5680667,9.11767396 10.6807121,8.98646572 L11.25,8 Z" id="形状结合" stroke="none" fill="#333333" fill-rule="evenodd"></path>
<polygon id="矩形" stroke="none" fill="#333333" fill-rule="evenodd" points="2.5 5.62684631 9.5 5.62684631 9.5 6.62684631 2.5 6.62684631"></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

16
src/assets/svgData/font-solid.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_文字颜色@2x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-69.000000, -39.000000)">
<g id="编组-13" transform="translate(69.000000, 39.000000)">
<rect id="矩形" x="0" y="0" width="18" height="18"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 1.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<polyline id="路径-3" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" points="1 10 6 1 11 10"></polyline>
<polygon id="矩形" fill="#333333" points="3 6 9 6 9 7 3 7"></polygon>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1009 B

1
src/assets/svgData/icon-bars-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 543 B

1
src/assets/svgData/icon-d-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 60.7 28.7 32 64 32h96c123.7 0 224 100.3 224 224s-100.3 224-224 224H64c-35.3 0-64-28.7-64-64V96zm160 0H64V416h96c88.4 0 160-71.6 160-160s-71.6-160-160-160z"/></svg>

After

Width:  |  Height:  |  Size: 410 B

1
src/assets/svgData/icon-database-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 682 B

15
src/assets/svgData/icon-down-filled.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_下降@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-93.000000, -115.000000)">
<g id="箭头备份-20" transform="translate(93.000000, 115.000000)">
<rect id="矩形" x="1" y="1" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<path d="M6.79151853,2.43270363 L10.7957938,8.23154544 C11.0256416,8.56442967 11.0646821,9.01262716 10.8965154,9.3878625 C10.7283488,9.76309785 10.3821074,10.0003669 10.0032378,10 L1.99593205,10 C1.617212,10 1.27125936,9.76261559 1.10330053,9.38745116 C0.935341697,9.01228673 0.974449082,8.56429825 1.20420591,8.23154544 L5.2084812,2.43270363 C5.39688044,2.16000177 5.68956204,2 6,2 C6.31043769,2 6.60311928,2.16000177 6.79151853,2.43270363 Z" id="路径" fill="#00AE6D" transform="translate(6.000000, 6.000000) scale(1, -1) translate(-6.000000, -6.000000) "></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

16
src/assets/svgData/icon-down-solid.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_下降@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-104.000000, -88.000000)">
<g id="箭头备份-6" transform="translate(104.000000, 88.000000)">
<rect id="矩形" x="0" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<polyline id="路径-12" stroke="#00AE6D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(6.000000, 8.000000) scale(1, -1) translate(-6.000000, -8.000000) " points="2 10 6 6 10 10"></polyline>
<path d="M6,1 C6.55228475,1 7,1.44771525 7,2 L7,10 C7,10.5522847 6.55228475,11 6,11 C5.44771525,11 5,10.5522847 5,10 L5,2 C5,1.44771525 5.44771525,1 6,1 Z" id="矩形" fill="#00AE6D"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
src/assets/svgData/icon-download-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 670 B

1
src/assets/svgData/icon-floppy-disk-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 560 B

BIN
src/assets/svgData/icon-green.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

15
src/assets/svgData/icon-green.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_字体颜色备份 11@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-128.000000, -109.000000)">
<g id="箭头备份-10" transform="translate(128.000000, 109.000000)">
<rect id="矩形" x="1" y="1" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 2.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<rect id="矩形" fill="#00AE6D" x="0" y="1" width="12" height="12" rx="6"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 902 B

1
src/assets/svgData/icon-n-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V448c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 50.5 8.4 38.5 21.1 33.9z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 475 B

15
src/assets/svgData/icon-orange.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_字体颜色备份 12@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-153.000000, -109.000000)">
<g id="箭头备份-14" transform="translate(153.000000, 109.000000)">
<rect id="矩形" x="0" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(2.000000, 2.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<rect id="矩形" fill="#FF9C00" x="1" y="1" width="12" height="12" rx="6"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 902 B

BIN
src/assets/svgData/icon-org.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

5
src/assets/svgData/icon-play-skip-forward.svg

@ -0,0 +1,5 @@
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<path
d="M805.8 121c-1.2 0-2.2 0-3.4 0.2-1 0.2-2.2 0.2-3.2 0.4s-2.2 0.4-3.2 0.8-2 0.6-3.2 1.2c-1 0.4-2 0.8-3 1.4-1 0.6-2 1-2.8 1.8-1 0.6-1.8 1.2-2.6 2s-1.6 1.4-2.4 2.2c-0.8 0.8-1.6 1.6-2.2 2.4-0.8 0.8-1.4 1.8-2 2.6-0.6 1-1.2 1.8-1.8 2.8-0.6 1-1 2-1.4 3-0.4 1-0.8 2-1.2 3.2-0.4 1-0.6 2.2-0.8 3.2-0.2 1-0.4 2.2-0.4 3.2-0.2 1.2-0.2 2.2-0.2 3.4v287.8l-491-294c-2.8-1.8-5.8-3.2-8.8-4.6s-6.2-2.4-9.4-3.4-6.4-1.6-9.6-2c-3.2-0.4-6.6-0.8-9.8-0.8-3.4 0-6.6 0.2-9.8 0.6-3.2 0.4-6.6 1-9.8 1.8-3.2 0.8-6.4 1.8-9.4 3.2-3 1.2-6 2.6-8.8 4.4-25.4 14.2-41.2 42-41.2 72.4V832c0 30.4 15.8 58 41 72.4 2.8 1.6 5.8 3 8.8 4.4 3 1.2 6.2 2.2 9.4 3.2 3.2 0.8 6.4 1.4 9.8 1.8 3.2 0.4 6.6 0.6 9.8 0.6 3.4 0 6.6-0.4 9.8-0.8 3.2-0.4 6.4-1.2 9.6-2 3.2-1 6.2-2 9.4-3.4 3-1.4 6-2.8 8.8-4.6L772 609.4v287.8c0 1.2 0 2.2 0.2 3.4 0.2 1.2 0.2 2.2 0.4 3.2s0.4 2.2 0.8 3.2 0.6 2 1.2 3.2c0.4 1 0.8 2 1.4 3 0.6 1 1 2 1.8 2.8s1.2 1.8 2 2.6 1.4 1.6 2.2 2.4c0.8 0.8 1.6 1.6 2.4 2.2 0.8 0.8 1.8 1.4 2.6 2 1 0.6 1.8 1.2 2.8 1.8 1 0.6 2 1 3 1.4 1 0.4 2 0.8 3.2 1.2 1 0.4 2.2 0.6 3.2 0.8s2.2 0.4 3.2 0.4c1.2 0.2 2.2 0.2 3.4 0.2s2.2 0 3.4-0.2c1.2-0.2 2.2-0.2 3.2-0.4s2.2-0.4 3.2-0.8 2-0.6 3.2-1.2c1-0.4 2-0.8 3-1.4 1-0.6 2-1 2.8-1.8 1-0.6 1.8-1.2 2.6-2s1.6-1.4 2.4-2.2c0.8-0.8 1.6-1.6 2.2-2.4 0.8-0.8 1.4-1.8 2-2.6s1.2-1.8 1.8-2.8c0.6-1 1-2 1.4-3 0.4-1 0.8-2 1.2-3.2 0.4-1 0.6-2.2 0.8-3.2 0.2-1 0.4-2.2 0.4-3.2 0.2-1 0.2-2.2 0.2-3.4V154.8c0-1.2 0-2.2-0.2-3.4-0.2-1.2-0.2-2.2-0.4-3.2s-0.4-2.2-0.8-3.2-0.6-2-1.2-3.2c-0.4-1-0.8-2-1.4-3-0.6-1-1-2-1.8-2.8-0.6-1-1.2-1.8-2-2.6s-1.4-1.6-2.2-2.4c-0.8-0.8-1.6-1.6-2.4-2.2-0.8-0.8-1.8-1.4-2.6-2-1-0.6-1.8-1.2-2.8-1.8s-2-1-3-1.4c-1-0.4-2-0.8-3.2-1.2s-2.2-0.6-3.2-0.8c-1-0.2-2.2-0.4-3.2-0.4-1.2-0.2-2.4-0.2-3.4-0.2z"
fill="#00d6a7"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

1
src/assets/svgData/icon-play-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z" fill="#00d6a7"/></svg>

After

Width:  |  Height:  |  Size: 410 B

BIN
src/assets/svgData/icon-red.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

15
src/assets/svgData/icon-right-filled.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_向右@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-116.000000, -115.000000)">
<g id="箭头备份-21" transform="translate(116.000000, 115.000000)">
<rect id="矩形" x="1" y="1" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<path d="M6.79151853,2.43270363 L10.7957938,8.23154544 C11.0256416,8.56442967 11.0646821,9.01262716 10.8965154,9.3878625 C10.7283488,9.76309785 10.3821074,10.0003669 10.0032378,10 L1.99593205,10 C1.617212,10 1.27125936,9.76261559 1.10330053,9.38745116 C0.935341697,9.01228673 0.974449082,8.56429825 1.20420591,8.23154544 L5.2084812,2.43270363 C5.39688044,2.16000177 5.68956204,2 6,2 C6.31043769,2 6.60311928,2.16000177 6.79151853,2.43270363 Z" id="路径" fill="#FF9C00" transform="translate(6.000000, 6.000000) scale(1, -1) rotate(90.000000) translate(-6.000000, -6.000000) "></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

16
src/assets/svgData/icon-right-solid.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_向右@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-128.000000, -88.000000)">
<g id="箭头备份-7" transform="translate(128.000000, 88.000000)">
<rect id="矩形" x="0" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<polyline id="路径-12" stroke="#FF9C00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(8.000000, 6.000000) scale(1, -1) rotate(90.000000) translate(-8.000000, -6.000000) " points="4 8 8 4 12 8"></polyline>
<path d="M6,1 C6.55228475,1 7,1.44771525 7,2 L7,10 C7,10.5522847 6.55228475,11 6,11 C5.44771525,11 5,10.5522847 5,10 L5,2 C5,1.44771525 5.44771525,1 6,1 Z" id="矩形" fill="#FF9C00" transform="translate(6.000000, 6.000000) rotate(90.000000) translate(-6.000000, -6.000000) "></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
src/assets/svgData/icon-s-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

18
src/assets/svgData/icon-satisfied.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan3_满意@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-81.000000, -109.000000)">
<g id="箭头备份-8" transform="translate(81.000000, 109.000000)">
<rect id="矩形" x="0" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(2.000000, 2.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<rect id="矩形" fill-opacity="0.2" fill="#00AE6D" x="1" y="1" width="12" height="12" rx="6"></rect>
</g>
<rect id="矩形" fill="#00AE6D" x="7" y="7" width="1" height="2" rx="0.5"></rect>
<path d="M11,11 C11,12.1045695 10.1045695,13 9,13 C7.8954305,13 7,12.1045695 7,11 C7,9.8954305 11,9.8954305 11,11 Z" id="路径" fill="#00AE6D"></path>
<rect id="矩形备份-2" fill="#00AE6D" x="10" y="7" width="1" height="2" rx="0.5"></rect>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

26
src/assets/svgData/icon-solid.svg

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_图标@2x</title>
<defs>
<rect id="path-1" x="0" y="0" width="12" height="12"></rect>
</defs>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-137.000000, -39.000000)">
<g id="编组-12" transform="translate(137.000000, 39.000000)">
<rect id="矩形" x="0" y="0" width="18" height="18"></rect>
<g id="编组-7" transform="translate(3.000000, 3.000008)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="蒙版"></g>
<g id="yanse" mask="url(#mask-2)" fill-rule="nonzero">
<g transform="translate(0.000000, -0.000008)">
<path d="M5.99974099,0.5 C7.51845006,0.5 8.8933821,1.1156067 9.88863751,2.11090507 C10.8839007,3.10621126 11.499482,4.48121447 11.499555,6.00854727 C11.5136458,6.83271238 11.1924741,7.62727128 10.609641,8.21012956 C10.0268163,8.79297945 9.23230411,9.11416429 8.39963739,9.1 C7.32993918,9.1 6.77610232,9.30971618 6.48070459,9.55647113 C6.00907534,10.5772442 6.10699125,10.8828903 6.18109604,11.1725224 C4.48103192,11.5 3.10609988,10.8843933 2.11084447,9.88909493 C1.11558125,8.89378874 0.5,7.51878553 0.5,6 C0.5,4.48121447 1.11558125,3.10621126 2.11084447,2.11090507 C3.10609988,1.1156067 4.48103192,0.5 5.99974099,0.5 Z" id="路径" stroke="#333333" stroke-width="1" fill="none"></path>
<path d="M8.75,4.00000841 C9.16421356,4.00000841 9.5,4.33579485 9.5,4.75000841 C9.5,5.16422197 9.16421356,5.50000841 8.75,5.50000841 C8.33578644,5.50000841 8,5.16422197 8,4.75000841 C8,4.33579485 8.33578644,4.00000841 8.75,4.00000841 Z M6.75,2.00000841 C7.16421356,2.00000841 7.5,2.33579485 7.5,2.75000841 C7.5,3.16422197 7.16421356,3.50000841 6.75,3.50000841 C6.33578644,3.50000841 6,3.16422197 6,2.75000841 C6,2.33579485 6.33578644,2.00000841 6.75,2.00000841 Z M3.75,3.00000841 C4.16421356,3.00000841 4.5,3.33579485 4.5,3.75000841 C4.5,4.16422197 4.16421356,4.50000841 3.75,4.50000841 C3.33578644,4.50000841 3,4.16422197 3,3.75000841 C3,3.33579485 3.33578644,3.00000841 3.75,3.00000841 Z M2.75,6.00000841 C3.16421356,6.00000841 3.5,6.33579485 3.5,6.75000841 C3.5,7.16422197 3.16421356,7.50000841 2.75,7.50000841 C2.33578644,7.50000841 2,7.16422197 2,6.75000841 C2,6.33579485 2.33578644,6.00000841 2.75,6.00000841 Z" id="形状结合" stroke="none" fill="#333333"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

1
src/assets/svgData/icon-t-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 398 B

1
src/assets/svgData/icon-table-cells-solid.svg

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z" fill="#5d7092"/></svg>

After

Width:  |  Height:  |  Size: 551 B

15
src/assets/svgData/icon-top-filled.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_上升@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-69.000000, -115.000000)">
<g id="箭头备份-19" transform="translate(69.000000, 115.000000)">
<rect id="矩形" x="1" y="1" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<path d="M6.79151853,2.43270363 L10.7957938,8.23154544 C11.0256416,8.56442967 11.0646821,9.01262716 10.8965154,9.3878625 C10.7283488,9.76309785 10.3821074,10.0003669 10.0032378,10 L1.99593205,10 C1.617212,10 1.27125936,9.76261559 1.10330053,9.38745116 C0.935341697,9.01228673 0.974449082,8.56429825 1.20420591,8.23154544 L5.2084812,2.43270363 C5.39688044,2.16000177 5.68956204,2 6,2 C6.31043769,2 6.60311928,2.16000177 6.79151853,2.43270363 Z" id="路径" fill="#F6222F" fill-rule="nonzero"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

16
src/assets/svgData/icon-top-solid.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan2_上升@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-81.000000, -88.000000)">
<g id="箭头备份-5" transform="translate(81.000000, 88.000000)">
<rect id="矩形" x="0" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 3.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<polyline id="路径-12" stroke="#F6222F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="2 6 6 2 10 6"></polyline>
<path d="M6,1 C6.55228475,1 7,1.44771525 7,2 L7,10 C7,10.5522847 6.55228475,11 6,11 C5.44771525,11 5,10.5522847 5,10 L5,2 C5,1.44771525 5.44771525,1 6,1 Z" id="矩形" fill="#F6222F"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

18
src/assets/svgData/icon-un-satisfied.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>plan3_不满意@3x</title>
<g id="一期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组-17" transform="translate(-104.000000, -109.000000)">
<g id="箭头备份-13" transform="translate(104.000000, 109.000000)">
<rect id="矩形" x="1" y="0" width="16" height="16" rx="2"></rect>
<g id="fuwenbenbianjiqi_zitiyanse" transform="translate(3.000000, 2.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<rect id="矩形" fill-opacity="0.2" fill="#FF9C00" x="0" y="1" width="12" height="12" rx="6"></rect>
</g>
<rect id="矩形" fill="#FF9C00" x="7" y="7" width="1" height="2" rx="0.5"></rect>
<path d="M11,10.8284271 C11,11.9329966 10.1045695,12.8284271 9,12.8284271 C7.8954305,12.8284271 7,11.9329966 7,10.8284271 C7,9.72385763 11,9.72385763 11,10.8284271 Z" id="路径" fill="#FF9C00" transform="translate(9.000000, 11.414214) scale(1, -1) translate(-9.000000, -11.414214) "></path>
<rect id="矩形备份-2" fill="#FF9C00" x="10" y="7" width="1" height="2" rx="0.5"></rect>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

18
src/assets/svgData/icon_act_collect_data_inter.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集成_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-560.000000, -345.000000)" stroke="#FFFFFF" stroke-width="1.5">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="数据集成" transform="translate(184.000000, 168.000000)">
<g id="icon_数据集成_hov" transform="translate(23.000000, 10.000000)">
<rect id="矩形" x="3.75" y="17.75" width="14.5" height="4.5" rx="2.25"></rect>
<rect id="矩形备份-13" x="7.75" y="3.75" width="14.5" height="4.5" rx="2.25"></rect>
<path d="M8,6 L6.51838303,6 C4.5853864,6 3.01838303,7.56700338 3.01838303,9.5 C3.01838303,11.4329966 4.5853864,13 6.51838303,13 L11.3867302,13 M16.013279,13 L19.7844816,13 C21.7463537,13 23.3367653,14.5904116 23.3367653,16.5522837 C23.3367653,18.5141557 21.7463537,20.1045673 19.7844816,20.1045673 L18.8407097,20.1045673" id="形状"></path>
<rect id="矩形" x="11.75" y="10.75" width="4.5" height="4.5" rx="2.25"></rect>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

23
src/assets/svgData/icon_act_collect_datasource.svg

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据源_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-376.000000, -261.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="数据源" transform="translate(0.000000, 84.000000)">
<g id="icon_数据源_hov" transform="translate(23.000000, 10.000000)">
<g id="shujuyuan1" transform="translate(1.075000, 1.000000)">
<line x1="11.925" y1="22" x2="11.925" y2="13" id="路径-5" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"></line>
<line x1="6.925" y1="20" x2="6.925" y2="16" id="路径-5备份" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"></line>
<path d="M3.7018898,8.47215843 L11.0388046,12.4241263 C11.6313893,12.7433171 12.3447841,12.7430301 12.9371118,12.4233628 L20.2584961,8.47215843 L20.2584961,8.47215843" id="路径-4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M10.5533439,4.03569483 C11.4421196,3.52647522 12.5342084,3.52647522 13.4229842,4.03569483 L19.2339156,7.36503892 C19.6827449,7.62219348 20.045591,7.98962696 20.2962296,8.42209125 C20.5468683,8.85455553 20.6852996,9.35205062 20.6852996,9.86932839 L20.6852996,16.4799153 C20.6852996,16.997193 20.5468683,17.4946881 20.2962296,17.9271524 C20.045591,18.3596167 19.6827449,18.7270502 19.2339156,18.9842047 L13.4229842,22.3135488 C12.5342084,22.8227684 11.4421196,22.8227684 10.5533439,22.3135488 L4.74241249,18.9842047 C4.29358309,18.7270502 3.93073708,18.3596167 3.68009842,17.9271524 C3.42945975,17.4946881 3.29102844,16.997193 3.29102844,16.4799153 L3.29102844,9.86932839 C3.29102844,9.35205062 3.42945975,8.85455553 3.68009842,8.42209125 C3.93073708,7.98962696 4.29358309,7.62219348 4.74241249,7.36503892 Z" id="多边形" stroke="#FFFFFF" stroke-width="1.5"></path>
<path d="M11.675,0 C12.0892136,-7.6089797e-17 12.425,0.335786438 12.425,0.75 L12.425,3.25 C12.425,3.66421356 12.0892136,4 11.675,4 C11.2607864,4 10.925,3.66421356 10.925,3.25 L10.925,0.75 C10.925,0.335786438 11.2607864,7.6089797e-17 11.675,0 Z" id="矩形" fill="#FFFFFF"></path>
<path d="M22.1140693,16.5219414 C22.5216893,16.5206652 22.8531652,16.8500719 22.8544414,17.2576919 C22.8544465,17.2593265 22.8544462,17.2609612 22.8544405,17.2625958 L22.8456241,19.7719823 C22.8441796,20.1831153 22.5111657,20.5160018 22.1000323,20.5172891 C21.6924123,20.5185653 21.3609364,20.1891586 21.3596602,19.7815386 C21.3596551,19.779904 21.3596554,19.7782693 21.3596612,19.7766347 L21.3684775,17.2672481 C21.369922,16.8561152 21.7029359,16.5232286 22.1140693,16.5219414 Z" id="矩形备份-2" fill="#FFFFFF" transform="translate(22.107051, 18.519615) scale(-1, 1) rotate(60.000000) translate(-22.107051, -18.519615) "></path>
<path d="M2.11406934,16.5219414 C2.52168932,16.5206652 2.85316518,16.8500719 2.85444139,17.2576919 C2.85444651,17.2593265 2.8544462,17.2609612 2.85444045,17.2625958 L2.84562409,19.7719823 C2.84417964,20.1831153 2.51116572,20.5160018 2.10003227,20.5172891 C1.69241229,20.5185653 1.36093644,20.1891586 1.35966022,19.7815386 C1.35965511,19.779904 1.35965542,19.7782693 1.35966116,19.7766347 L1.36847752,17.2672481 C1.36992198,16.8561152 1.70293589,16.5232286 2.11406934,16.5219414 Z" id="矩形备份-8" fill="#FFFFFF" transform="translate(2.107051, 18.519615) rotate(60.000000) translate(-2.107051, -18.519615) "></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

21
src/assets/svgData/icon_act_datasource.svg

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据源_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="左侧1级备份" transform="translate(-33.000000, -158.000000)">
<g id="数据源" transform="translate(10.000000, 146.000000)">
<g id="icon_数据源_hov" transform="translate(23.000000, 12.000000)">
<g id="shujuyuan1" transform="translate(1.000000, 1.000000)">
<line x1="12.1204768" y1="22.4964753" x2="12.1204768" y2="12.9354908" id="路径-5" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"></line>
<line x1="7.12047675" y1="20.4964753" x2="7.12047675" y2="16.398819" id="路径-5备份" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"></line>
<path d="M3.7768898,8.47215843 L11.1138046,12.4241263 C11.7063893,12.7433171 12.4197841,12.7430301 13.0121118,12.4233628 L20.3334961,8.47215843 L20.3334961,8.47215843" id="路径-4" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"></path>
<path d="M10.5537743,3.90554346 C11.4887409,3.36985901 12.6375871,3.36985901 13.5725537,3.90554346 L19.3834851,7.23488755 C19.8556408,7.50540678 20.2373444,7.89193629 20.5010091,8.34687634 C20.7646738,8.80181639 20.9102996,9.32516699 20.9102996,9.86932839 L20.9102996,16.4799153 C20.9102996,17.0240767 20.7646738,17.5474273 20.5010091,18.0023673 C20.2373444,18.4573074 19.8556408,18.8438369 19.3834851,19.1143561 L13.5725537,22.4437002 C12.6375871,22.9793846 11.4887409,22.9793846 10.5537743,22.4437002 L4.74284291,19.1143561 C4.27068724,18.8438369 3.88898362,18.4573074 3.62531892,18.0023673 C3.36165422,17.5474273 3.21602844,17.0240767 3.21602844,16.4799153 L3.21602844,9.86932839 C3.21602844,9.32516699 3.36165422,8.80181639 3.62531892,8.34687634 C3.88898362,7.89193629 4.27068724,7.50540678 4.74284291,7.23488755 Z" id="多边形" stroke="#FFFFFF" stroke-width="1.2"></path>
<path d="M12.0715902,0 C12.4732342,-7.37808101e-17 12.798831,0.325596813 12.798831,0.727240836 L12.798831,3.37597125 C12.798831,3.77761527 12.4732342,4.10321209 12.0715902,4.10321209 C11.6699462,4.10321209 11.3443494,3.77761527 11.3443494,3.37597125 L11.3443494,0.727240836 C11.3443494,0.325596813 11.6699462,7.37808101e-17 12.0715902,0 Z" id="矩形" fill="#FFFFFF"></path>
<path d="M2.16085495,16.3232637 C2.55756032,16.3219454 2.88022221,16.64247 2.88154045,17.0391754 C2.88154573,17.0407636 2.88154574,17.0423518 2.88154048,17.0439401 L2.8726666,19.7246555 C2.8713421,20.1247746 2.54731298,20.4488078 2.1471939,20.4501374 C1.75048852,20.4514556 1.42782663,20.130931 1.42650839,19.7342257 C1.42650312,19.7326375 1.42650311,19.7310492 1.42650836,19.729461 L1.43538225,17.0487456 C1.43670675,16.6486265 1.76073587,16.3245933 2.16085495,16.3232637 Z" id="矩形备份" fill="#FFFFFF" transform="translate(2.154024, 18.386701) rotate(60.000000) translate(-2.154024, -18.386701) "></path>
<path d="M21.9542916,16.3374973 C22.350997,16.336179 22.6736589,16.6567036 22.6749771,17.053409 C22.6749824,17.0549972 22.6749824,17.0565854 22.6749772,17.0581736 L22.6661033,19.7388891 C22.6647788,20.1390082 22.3407497,20.4630414 21.9406306,20.464371 C21.5439252,20.4656892 21.2212633,20.1451646 21.2199451,19.7484593 C21.2199398,19.746871 21.2199398,19.7452828 21.219945,19.7436946 L21.2288189,17.0629792 C21.2301434,16.6628601 21.5541726,16.3388268 21.9542916,16.3374973 Z" id="矩形备份-2" fill="#FFFFFF" transform="translate(21.947461, 18.400934) scale(-1, 1) rotate(60.000000) translate(-21.947461, -18.400934) "></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

16
src/assets/svgData/icon_act_meta.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_元数据_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="左侧1级备份" transform="translate(-33.000000, -326.000000)" stroke="#FFFFFF" stroke-width="1.2">
<g id="元数据" transform="translate(10.000000, 314.000000)">
<g id="icon_元数据_hov" transform="translate(23.000000, 12.000000)">
<rect id="矩形" x="3.6" y="17.6" width="14.8" height="4.8" rx="2.4"></rect>
<rect id="矩形备份-13" x="7.6" y="3.6" width="14.8" height="4.8" rx="2.4"></rect>
<path d="M8,6 L6.51838303,6 C4.5853864,6 3.01838303,7.56700338 3.01838303,9.5 C3.01838303,11.4329966 4.5853864,13 6.51838303,13 L11.3867302,13 M16.013279,13 L19.7844816,13 C21.7463537,13 23.3367653,14.5904116 23.3367653,16.5522837 C23.3367653,18.5141557 21.7463537,20.1045673 19.7844816,20.1045673 L18.8407097,20.1045673" id="形状"></path>
<rect id="矩形" x="11.6" y="10.6" width="4.8" height="4.8" rx="2.4"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

17
src/assets/svgData/icon_act_quota.svg

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_指标管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="左侧1级备份" transform="translate(-33.000000, -242.000000)">
<g id="指标管理" transform="translate(10.000000, 230.000000)">
<g id="icon_指标管理_hov" transform="translate(23.000000, 12.000000)">
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.2" x="2.6" y="2.6" width="20.8" height="20.8" rx="4"></rect>
<path d="M7.6,17 C7.93137085,17 8.2,17.2686292 8.2,17.6 L8.2,18.4 C8.2,18.7313708 7.93137085,19 7.6,19 C7.26862915,19 7,18.7313708 7,18.4 L7,17.6 C7,17.2686292 7.26862915,17 7.6,17 Z" id="矩形" fill="#FFFFFF"></path>
<path d="M17.6,10 C17.9313708,10 18.2,10.2686292 18.2,10.6 L18.2,18.4 C18.2,18.7313708 17.9313708,19 17.6,19 C17.2686292,19 17,18.7313708 17,18.4 L17,10.6 C17,10.2686292 17.2686292,10 17.6,10 Z" id="矩形备份-5" fill="#FFFFFF"></path>
<path d="M12.6,14 C12.9313708,14 13.2,14.2686292 13.2,14.6 L13.2,18.4 C13.2,18.7313708 12.9313708,19 12.6,19 C12.2686292,19 12,18.7313708 12,18.4 L12,14.6 C12,14.2686292 12.2686292,14 12.6,14 Z" id="矩形备份-4" fill="#FFFFFF"></path>
<path d="M7,14 C9.28163375,13.2356572 11.0965363,12.3632416 12.4447077,11.3827534 C13.792879,10.4022651 15.6446432,8.60801397 18,6" id="路径-6" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

19
src/assets/svgData/icon_act_service_list.svg

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_服务管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-560.000000, -177.000000)" stroke="#FFFFFF">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="服务管理" transform="translate(184.000000, 0.000000)">
<g id="icon_服务管理_hov" transform="translate(23.000000, 10.000000)">
<g id="fuwuguanli_o" transform="translate(1.000000, 2.000000)">
<path d="M18.8346866,5.12910914 L18.7662484,5.12910914 C17.6996934,5.12910914 16.8321914,4.26844829 16.8321914,3.20998303 C16.8321914,2.87560693 16.9939145,2.49434181 17.0001561,2.47918697 C17.1969359,2.03987443 17.0459411,1.50152119 16.647855,1.22521231 L14.6465164,0.119640397 L14.6171031,0.105356063 C14.2167237,-0.0669066825 13.6687197,0.0433517551 13.37018,0.351929004 C13.154137,0.57299985 12.4093333,1.20335054 11.8410091,1.20335054 C11.2652868,1.20335054 10.5188279,0.560357633 10.3016882,0.335092474 C10.003667,0.0242598017 9.46132619,-0.0924285744 9.05642016,0.079537417 L6.9838317,1.20615991 L6.95272343,1.22580582 C6.5545974,1.50100678 6.4030443,2.03934024 6.59872726,2.4769711 C6.60548733,2.49297669 6.76780868,2.87113564 6.76780868,3.21000281 C6.76780868,4.26846807 5.90030672,5.12912892 4.83377167,5.12912892 L4.75291011,5.12912892 C4.3706174,5.12912892 4.06240622,5.45145633 3.96740637,5.94996378 C3.96032724,5.98504152 3.8,6.82860865 3.8,7.50497784 C3.8,8.18047653 3.96032724,9.02374689 3.96740637,9.05854764 C4.06240624,9.55735186 4.3706174,9.87997603 4.76533348,9.87997603 L4.83377167,9.87997603 C5.90030674,9.87997603 6.76780868,10.7406567 6.76780868,11.7988054 C6.76780868,12.1354369 6.60550727,12.5152775 6.59928561,12.5298586 C6.40306421,12.9700219 6.55350062,13.5075244 6.95047004,13.7824484 L8.91392032,14.8754176 L8.94389194,14.8888908 C9.34993463,15.0661986 9.89903546,14.9505984 10.19594,14.6285677 C10.4701913,14.3345518 11.2133,13.7240844 11.7589909,13.7240844 C12.3505067,13.7240844 13.1122804,14.4074771 13.3317134,14.6476003 C13.5341365,14.8675435 13.8451793,15 14.1635604,15 C14.3122819,15 14.4530867,14.9707785 14.5820265,14.9158174 L16.6178833,13.8026878 L16.6478549,13.7835563 C17.045941,13.5075442 17.1975141,12.9700417 17.0013126,12.5321338 C16.9945127,12.5158513 16.8322113,12.1376725 16.8322113,11.7988252 C16.8322113,10.7406765 17.6997132,9.87999583 18.7662682,9.87999583 L18.846033,9.87999583 C19.2288442,9.87999583 19.5375938,9.55737166 19.6326335,9.05856744 C19.6394135,9.02376667 19.8,8.18049631 19.8,7.50499764 C19.8,6.82858886 19.6394136,5.98502172 19.6326336,5.949944 C19.5375739,5.45145633 19.2293827,5.12910914 18.8346866,5.12910914 Z M18.5117787,8.73817888 C16.9119363,8.86834042 15.6717732,10.1947062 15.6717732,11.7987856 C15.6717732,12.2515713 15.8165662,12.6852651 15.8934794,12.8847511 L14.1567805,13.8363015 C14.0713724,13.7476674 13.8191561,13.4951591 13.4759083,13.2415429 C12.8730659,12.7983131 12.2950902,12.5719005 11.7589711,12.5719005 C11.2273985,12.5719005 10.6539894,12.7926943 10.0539787,13.2303252 C9.71240587,13.4771949 9.46359955,13.7229369 9.37649638,13.8138264 L7.70598231,12.8858591 C7.78742217,12.6762829 7.92824691,12.2481881 7.92824691,11.7987856 C7.92824691,10.1947062 6.68808383,8.86834042 5.08881966,8.73817888 C5.04809973,8.50365463 4.96043823,7.94203494 4.96043823,7.50495805 C4.96043823,7.06703041 5.04809973,6.50513375 5.08881966,6.27060949 C6.68808383,6.14072493 7.92824691,4.81408217 7.92824691,3.21000281 C7.92824691,2.7597495 7.78347381,2.32465104 7.7065606,2.12546172 L9.4862328,1.15509639 C9.56370436,1.23197856 9.81761562,1.4785515 10.1648318,1.72373954 C10.7563675,2.14257523 11.3196465,2.35466398 11.8410291,2.35466398 C12.3573267,2.35466398 12.9166175,2.14651232 13.5041849,1.73580803 C13.8542327,1.49174771 14.1075856,1.24853811 14.1810888,1.17980711 L15.8940179,2.12378007 C15.8165463,2.32184166 15.6717533,2.75553545 15.6717533,3.21000283 C15.6717533,4.81408219 16.9119163,6.14072495 18.5117588,6.27060951 C18.5519403,6.50566792 18.6396018,7.0698398 18.6396018,7.50495805 C18.6396018,7.94201516 18.5519403,8.50365465 18.5117787,8.73817888 Z" id="形状" stroke-width="0.3" fill="#FFFFFF" fill-rule="nonzero"></path>
<path d="M11.80002,4.75 C12.5594116,4.75 13.2469116,5.05780423 13.7445637,5.55545635 C14.2422158,6.05310847 14.55002,6.74060847 14.55002,7.5 C14.55002,8.25939153 14.2422158,8.94689153 13.7445637,9.44454365 C13.2469116,9.94219577 12.5594116,10.25 11.80002,10.25 C11.0406285,10.25 10.3531285,9.94219577 9.85547637,9.44454365 C9.35782426,8.94689153 9.05002002,8.25939153 9.05002002,7.5 C9.05002002,6.74060847 9.35782426,6.05310847 9.85547637,5.55545635 C10.3531285,5.05780423 11.0406285,4.75 11.80002,4.75 Z" id="椭圆形" stroke-width="1.5"></path>
<path d="M15.0234422,22 L15.0234422,19.0997126 C16.3622344,18.8442126 17.6158176,18.3398369 18.7369068,17.6351184 C21.8937267,15.6507364 24,12.0778334 24,8 M0,8 C0,11.8530563 1.88047028,15.2553132 4.75081808,17.2926726 C5.75617296,18.0062688 6.88296488,18.5524209 8.09292603,18.8918512 L8.09292603,22" id="形状" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

18
src/assets/svgData/icon_act_service_monitor.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_服务监控_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-560.000000, -261.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="服务监控" transform="translate(184.000000, 84.000000)">
<g id="icon_服务监控_hov" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.5" x="5.75" y="1.75" width="14.5" height="14.5" rx="7.25"></rect>
<rect id="矩形" fill="#FFFFFF" x="12" y="4" width="2" height="2" rx="1"></rect>
<path d="M13,7.75 C13.7593915,7.75 14.4468915,8.05780423 14.9445436,8.55545635 C15.4421958,9.05310847 15.75,9.74060847 15.75,10.5 C15.75,11.2593915 15.4421958,11.9468915 14.9445436,12.4445436 C14.4468915,12.9421958 13.7593915,13.25 13,13.25 C12.2406085,13.25 11.5531085,12.9421958 11.0554564,12.4445436 C10.5578042,11.9468915 10.25,11.2593915 10.25,10.5 C10.25,9.74060847 10.5578042,9.05310847 11.0554564,8.55545635 C11.5531085,8.05780423 12.2406085,7.75 13,7.75 Z" id="椭圆形" stroke="#FFFFFF" stroke-width="1.5"></path>
<path d="M16.0234422,24 L16.0234422,21.0997126 C17.3622344,20.8442126 18.6158176,20.3398369 19.7369068,19.6351184 C22.8937267,17.6507364 25,14.0778334 25,10 M1,10 C1,13.8530563 2.88047028,17.2553132 5.75081808,19.2926726 C6.75617296,20.0062688 7.88296488,20.5524209 9.09292603,20.8918512 L9.09292603,24" id="形状" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

13
src/assets/svgData/icon_act_set.svg

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="左侧1级备份" transform="translate(-33.000000, -74.000000)" fill="#FFFFFF" fill-rule="nonzero">
<g id="数据集" transform="translate(10.000000, 62.000000)">
<g id="icon_数据集_hov" transform="translate(23.000000, 12.000000)">
<path d="M3.87150247,1 C5.45721121,1 6.742921,2.29496403 6.742921,3.89208632 C6.742921,4.9192272 6.22887335,5.8392479 5.42877403,6.36510206 L9.268,11.626 L10.3702439,10.1983869 C10.1611864,9.79724982 10.0429095,9.34059442 10.0429095,8.85611511 C10.0429095,7.25885992 11.3284873,5.96402876 12.914328,5.96402876 C14.5001687,5.96402876 15.7857465,7.25885992 15.7857465,8.85611511 C15.7857465,9.39325254 15.6403612,9.89618899 15.3870626,10.3271826 L16.722,12.246 L20.2985171,8.36533764 C20.039012,8.14921934 19.815508,7.88566586 19.64186,7.58273383 C19.1289305,6.68791919 19.1289305,5.58546209 19.64186,4.69064746 C20.1547896,3.79583283 21.1027224,3.2446043 22.1285815,3.2446043 C23.7144221,3.2446043 25,4.53943546 25,6.13669064 C25,7.73394582 23.7144221,9.02877698 22.1285815,9.02877698 C21.9155616,9.02877698 21.7059017,9.00500876 21.5027991,8.95933146 L17.475,13.329 L21.6048188,19.2642302 C21.7758399,19.2323036 21.9510444,19.2158106 22.1285815,19.2158273 C23.7143173,19.2159767 24.9997315,20.5107641 24.9997315,22.1079137 C24.9997315,23.7050632 23.7143173,24.9998506 22.1285815,25 C21.1026585,25.0000966 20.1546255,24.4488892 19.6416363,23.5540349 C19.1286471,22.6591806 19.1286471,21.5566467 19.6416363,20.6617924 C19.8380415,20.3191847 20.0982176,20.0269505 20.4021204,19.7967439 L16.579,14.303 L15.2769038,15.7159389 C15.5976054,16.1827075 15.785478,16.7491137 15.785478,17.3597122 C15.785478,18.9568618 14.5000638,20.2516492 12.914328,20.2517986 C11.888405,20.2518952 10.940372,19.7006878 10.4273828,18.8058335 C9.91439363,17.9109792 9.91439363,16.8084453 10.4273828,15.913591 C10.4809571,15.8201365 10.5392763,15.73043 10.6019336,15.6447081 L9.237,13.774 L6.05532643,17.8991122 C6.4900996,18.4122255 6.742921,19.0737901 6.742921,19.7769784 C6.742921,21.3741007 5.50006822,22.6690647 3.87150247,22.6690647 C2.71012208,22.6690647 1.66309868,21.9644305 1.21865765,20.8837319 C0.774216619,19.8030333 1.01988301,18.5590954 1.84110296,17.7319645 C2.66232291,16.9048336 3.89737122,16.657399 4.97034679,17.105039 L5.022,17.129 L8.447,12.691 L4.1557139,6.81357013 C4.06243851,6.8226748 3.96764259,6.82733813 3.87150247,6.82733813 C2.28579372,6.82733813 1.00008393,5.5323741 1.00008393,3.89208632 C1.00008393,2.25179853 2.28579372,1 3.87150247,1 Z M22.1285815,20.4676259 C21.2285846,20.4676259 20.5428727,21.2014388 20.5428727,22.0647482 C20.5428727,22.9280576 21.2714416,23.6618705 22.1285815,23.6618705 C22.9857213,23.6618705 23.7142902,22.9280576 23.7142902,22.0647482 C23.7142902,21.2014389 22.9857213,20.4676259 22.1285815,20.4676259 Z M3.87150247,18.1366906 C2.97150562,18.1366906 2.28579372,18.8705036 2.28579372,19.733813 C2.28579372,20.5971223 3.01436259,21.3309353 3.87150247,21.3309353 C4.72864234,21.3309353 5.45721121,20.5971223 5.45721121,19.733813 C5.45721121,18.8705036 4.77149932,18.1366906 3.87150247,18.1366906 Z M12.914328,15.7194245 C12.0143311,15.7194245 11.3286192,16.4532374 11.3286192,17.3165468 C11.3286192,18.1798561 12.0571881,18.9136691 12.914328,18.9136691 C13.7714679,18.9136691 14.5000367,18.1798561 14.5000367,17.3165468 C14.5000367,16.4532374 13.8143248,15.7194245 12.914328,15.7194245 Z M11.2268003,11.1962977 L10.059,12.709 L11.5838077,14.7966973 C11.9877452,14.5839921 12.44281,14.4675815 12.914328,14.4676259 C13.4290258,14.4676744 13.9120842,14.6041157 14.3298177,14.8430187 L15.825,13.219 L14.4770174,11.2828107 C14.0273037,11.5771941 13.4906436,11.7482014 12.914328,11.7482014 C12.2836776,11.7482014 11.7005126,11.5434291 11.2268003,11.1962977 Z M12.914328,7.21582734 C12.0143311,7.21582734 11.3286192,7.94964028 11.3286192,8.81294963 C11.3286192,9.67625897 12.0571881,10.4100719 12.914328,10.4100719 C13.7714679,10.4100719 14.5000367,9.676259 14.5000367,8.81294963 C14.5000367,7.94964026 13.8143248,7.21582734 12.914328,7.21582734 Z M22.1285815,4.53956833 C21.2285846,4.53956833 20.5428727,5.27338127 20.5428727,6.13669064 C20.5428727,7.00000001 21.2714416,7.73381295 22.1285815,7.73381295 C22.9857213,7.73381295 23.7142902,7.00000001 23.7142902,6.13669064 C23.7142902,5.27338127 22.9857213,4.53956833 22.1285815,4.53956833 Z M3.87150247,2.29496403 C3.01436262,2.29496403 2.28579372,3.02877697 2.28579372,3.89208632 C2.28579372,4.75539566 3.01436259,5.48920863 3.87150247,5.48920863 C4.72864234,5.48920863 5.45721121,4.75539569 5.45721121,3.89208632 C5.45721121,3.02877695 4.77149932,2.29496403 3.87150247,2.29496403 Z" id="形状结合"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

20
src/assets/svgData/icon_act_system_authority.svg

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_权限管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-468.000000, -345.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="权限管理" transform="translate(92.000000, 168.000000)">
<g id="icon_权限管理_hov" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.5" x="11.75" y="3.75" width="10.5" height="10.5" rx="5.25"></rect>
<rect id="矩形" fill="#FFFFFF" x="16" y="14" width="1.5" height="10" rx="0.75"></rect>
<path d="M17,18 L21.25,18 C21.6642136,18 22,18.3357864 22,18.75 C22,19.1642136 21.6642136,19.5 21.25,19.5 L17,19.5 L17,19.5 L17,18 Z" id="矩形备份-16" fill="#FFFFFF"></path>
<path d="M2.75,21 L13.25,21 C13.6642136,21 14,21.3357864 14,21.75 C14,22.1642136 13.6642136,22.5 13.25,22.5 L2.75,22.5 C2.33578644,22.5 2,22.1642136 2,21.75 C2,21.3357864 2.33578644,21 2.75,21 Z" id="矩形" fill="#FFFFFF"></path>
<path d="M2.75,13 L7.25,13 C7.66421356,13 8,13.3357864 8,13.75 C8,14.1642136 7.66421356,14.5 7.25,14.5 L2.75,14.5 C2.33578644,14.5 2,14.1642136 2,13.75 C2,13.3357864 2.33578644,13 2.75,13 Z" id="矩形备份-17" fill="#FFFFFF"></path>
<path d="M2.75,5 L9.25,5 C9.66421356,5 10,5.33578644 10,5.75 C10,6.16421356 9.66421356,6.5 9.25,6.5 L2.75,6.5 C2.33578644,6.5 2,6.16421356 2,5.75 C2,5.33578644 2.33578644,5 2.75,5 Z" id="矩形备份-18" fill="#FFFFFF"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

22
src/assets/svgData/icon_act_system_dataset.svg

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-376.000000, -177.000000)" stroke="#FFFFFF" stroke-width="1.5">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="icon_数据集_hov" transform="translate(23.000000, 10.000000)">
<circle id="椭圆形" cx="13" cy="10" r="2.25"></circle>
<circle id="椭圆形备份" cx="4" cy="5" r="2.25"></circle>
<circle id="椭圆形备份-2" cx="22" cy="7" r="2.25"></circle>
<circle id="椭圆形备份-4" cx="23" cy="22" r="2.25"></circle>
<circle id="椭圆形备份-5" cx="4" cy="21" r="2.25"></circle>
<line x1="21.1388474" y1="9.21354675" x2="14.2249908" y2="17.1415274" id="路径-8"></line>
<line x1="11.1388474" y1="12.2135468" x2="5" y2="19" id="路径-8备份"></line>
<line x1="11.6863129" y1="7.13669064" x2="4.75903614" y2="17.1415274" id="路径-8备份-2" transform="translate(8.222675, 12.139109) scale(-1, 1) translate(-8.222675, -12.139109) "></line>
<circle id="椭圆形备份-3" cx="13" cy="19" r="2.25"></circle>
<line x1="21.7776947" y1="11.5" x2="14.7776947" y2="20.5" id="路径-8备份-3" transform="translate(18.138847, 16.213547) scale(-1, 1) translate(-18.138847, -16.213547) "></line>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

25
src/assets/svgData/icon_act_system_monitor.svg

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_报表监控_hov@3x</title>
<defs>
<path d="M9,2 L19,2 C21.209139,2 23,3.790861 23,6 L23,20 L23,20" id="path-1"></path>
</defs>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-468.000000, -513.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="报表监控" transform="translate(92.000000, 336.000000)">
<g id="icon_报表监控_hov" transform="translate(23.000000, 10.000000)">
<path d="M18,4.75 C18.6213203,4.75 19.1838203,5.00183983 19.5909903,5.40900974 C19.9981602,5.81617966 20.25,6.37867966 20.25,7 L20.25,21 C20.25,21.6213203 19.9981602,22.1838203 19.5909903,22.5909903 C19.1838203,22.9981602 18.6213203,23.25 18,23.25 L6,23.25 C5.37867966,23.25 4.81617966,22.9981602 4.40900974,22.5909903 C4.00183983,22.1838203 3.75,21.6213203 3.75,21 L3.75,7 C3.75,6.37867966 4.00183983,5.81617966 4.40900974,5.40900974 C4.81617966,5.00183983 5.37867966,4.75 6,4.75 Z" id="矩形" stroke="#FFFFFF" stroke-width="1.5"></path>
<rect id="矩形" stroke="#FFFFFF" fill="#333333" x="3.5" y="8.5" width="16" height="1" rx="0.5"></rect>
<path d="M12,11.75 C13.9061464,11.75 15.5853408,13.0674949 17.1201316,15.50003 C15.5851253,17.9326742 13.9060241,19.25 12,19.25 C10.0938536,19.25 8.41465921,17.9325051 6.87986838,15.49997 C8.41487473,13.0673258 10.0939759,11.75 12,11.75 Z" id="椭圆形" stroke="#FFFFFF" stroke-width="1.5"></path>
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.5" x="10.75" y="14.25" width="2.5" height="2.5" rx="1.25"></rect>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="路径-2" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xlink:href="#path-1"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

26
src/assets/svgData/icon_act_system_report.svg

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_报表管理_hov@3x</title>
<defs>
<path d="M8,2 L18,2 C20.209139,2 22,3.790861 22,6 L22,20 L22,20" id="path-1"></path>
</defs>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-468.000000, -429.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="报表管理" transform="translate(92.000000, 252.000000)">
<g id="icon_报表管理_hov" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.5" x="3.75" y="4.75" width="15.5" height="18.5" rx="3"></rect>
<rect id="矩形" fill="#FFFFFF" x="7" y="12" width="1.5" height="5" rx="0.75"></rect>
<rect id="矩形" fill="#FFFFFF" x="6" y="18" width="11" height="1.5" rx="0.75"></rect>
<path d="M11.75,9 C12.1642136,9 12.5,9.33578644 12.5,9.75 L12.5,16.25 C12.5,16.6642136 12.1642136,17 11.75,17 C11.3357864,17 11,16.6642136 11,16.25 L11,9.75 C11,9.33578644 11.3357864,9 11.75,9 Z" id="矩形备份-12" fill="#FFFFFF"></path>
<path d="M15.75,13 C16.1642136,13 16.5,13.3357864 16.5,13.75 L16.5,16.25 C16.5,16.6642136 16.1642136,17 15.75,17 C15.3357864,17 15,16.6642136 15,16.25 L15,13.75 C15,13.3357864 15.3357864,13 15.75,13 Z" id="矩形备份-14" fill="#FFFFFF"></path>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="路径-2" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xlink:href="#path-1"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

20
src/assets/svgData/icon_act_system_role.svg

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_角色管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-468.000000, -261.000000)">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="角色管理" transform="translate(92.000000, 84.000000)">
<g id="img" transform="translate(23.000000, 10.000000)">
<rect id="矩形" opacity="0.300000012" x="0" y="0" width="26" height="26"></rect>
<circle id="椭圆形" stroke="#FFFFFF" stroke-width="1.5" cx="13" cy="8" r="5.25"></circle>
<path d="M19,15.8454744 C17.4290571,14.6877482 15.4656042,14 13.3355307,14 C8.17965944,14 4,18.0294373 4,23" id="路径" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M17.75,19 L23.25,19 C23.6642136,19 24,19.3357864 24,19.75 C24,20.1642136 23.6642136,20.5 23.25,20.5 L17.75,20.5 C17.3357864,20.5 17,20.1642136 17,19.75 C17,19.3357864 17.3357864,19 17.75,19 Z" id="矩形" fill="#FFFFFF"></path>
<path d="M17.75,22 L23.25,22 C23.6642136,22 24,22.3357864 24,22.75 C24,23.1642136 23.6642136,23.5 23.25,23.5 L17.75,23.5 C17.3357864,23.5 17,23.1642136 17,22.75 C17,22.3357864 17.3357864,22 17.75,22 Z" id="矩形备份-11" fill="#FFFFFF"></path>
<polyline id="路径" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="11.3941936 15.2576237 13.2647533 22 15.135313 15.2576237"></polyline>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

19
src/assets/svgData/icon_act_system_user.svg

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_用户管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-468.000000, -177.000000)" stroke="#FFFFFF" stroke-width="1.5">
<g id="初始状态备份" transform="translate(353.000000, 167.000000)">
<g id="用户管理" transform="translate(92.000000, 0.000000)">
<g id="icon_用户管理_hov" transform="translate(23.000000, 10.000000)">
<circle id="椭圆形备份-6" cx="18" cy="13" r="2.25"></circle>
<path d="M14.0753023,18.1092259 C14.7654279,16.8601417 16.2140868,16 17.8894796,16 C19.9394177,16 21.6499146,17.2877104 22.0468328,19 C22.0847921,19.1637547 22.0847921,19.357718 22.0468328,19.5818901" id="路径备份"></path>
<circle id="椭圆形" cx="13" cy="13" r="11.25"></circle>
<circle id="椭圆形" cx="9" cy="11" r="3.25"></circle>
<path d="M3.25711599,19.1315774 C4.07333792,16.7272114 6.32031166,15 8.96439212,15 C12.2977663,15 15,17.7451388 15,21.1314391 L15,24" id="路径"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

15
src/assets/svgData/icon_act_tag.svg

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_标签管理_hov@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="左侧1级备份" transform="translate(-33.000000, -410.000000)">
<g id="标签管理" transform="translate(10.000000, 398.000000)">
<g id="icon_标签管理_hov" transform="translate(23.000000, 12.000000)">
<rect id="矩形" stroke="#FFFFFF" stroke-width="1.2" x="2.6" y="2.6" width="20.8" height="20.8" rx="4"></rect>
<path d="M13.6062126,16.3858509 L13.6062126,18.7453178 C13.6062126,19.0766887 13.3375835,19.3453178 13.0062126,19.3453178 C12.6748418,19.3453178 12.4062126,19.0766887 12.4062126,18.7453178 L12.4062126,16.3858509 L13.6062126,16.3858509 Z M9.78921769,15.3360756 L10.6443356,16.1780139 C10.5552546,16.267095 10.4496199,16.3727297 10.3274315,16.4949181 L10.0609833,16.7613663 C9.96481001,16.8575395 9.86127958,16.96107 9.75039198,17.0719576 L9.39565765,17.4266919 C9.16134308,17.6610065 8.78144409,17.6610065 8.54712952,17.4266919 C8.31281494,17.1923773 8.31281494,16.8124783 8.54712952,16.5781638 C8.67206128,16.453232 8.78967632,16.335617 8.89997465,16.2253186 L9.47396399,15.6513293 C9.59551117,15.5297821 9.70059574,15.4246975 9.78921769,15.3360756 Z M18.9062126,12.3883839 C19.2375835,12.3883839 19.5062126,12.657013 19.5062126,12.9883839 C19.5062126,13.3197547 19.2375835,13.5883839 18.9062126,13.5883839 L15.9650135,13.5883839 L15.8963566,12.3883839 L18.9062126,12.3883839 Z M10.1728635,12.3883839 L10.0962197,13.5883839 L7.10621262,13.5883839 C6.77484177,13.5883839 6.50621262,13.3197547 6.50621262,12.9883839 C6.50621262,12.657013 6.77484177,12.3883839 7.10621262,12.3883839 L10.1728635,12.3883839 Z M17.7395177,8.23430374 C17.9738322,8.46861831 17.9738322,8.8485173 17.7395177,9.08283188 C17.0626024,9.75974714 16.5233045,10.3086323 16.1848469,10.64709 L15.3524129,9.77288033 L16.0805459,9.04474737 C16.3169253,8.80836798 16.5870732,8.5382201 16.8909895,8.23430374 C17.1253041,7.99998916 17.5052031,7.99998916 17.7395177,8.23430374 Z M13.0062126,6.34531784 C13.3375835,6.34531784 13.6062126,6.61394699 13.6062126,6.94531784 L13.6062126,9.114151 L12.4062126,9.1327858 L12.4062126,6.94531784 C12.4062126,6.61394699 12.6748418,6.34531784 13.0062126,6.34531784 Z M10.670727,9.82276321 C10.371821,9.52385721 9.92346199,9.0754982 9.32564998,8.47768619 C9.09133541,8.24337162 8.71143642,8.24337162 8.47712185,8.47768619 C8.24280727,8.71200077 8.24280727,9.09189976 8.47712185,9.32621433 C9.0391681,9.88826059 9.51202955,10.3608436 9.79305267,10.6418667 M15.2988024,16.1478949 C15.6222024,16.4712949 16.1295955,16.978688 16.8209819,17.6700743 C17.0552964,17.9043889 17.4351954,17.9043889 17.66951,17.6700743 C17.9038246,17.4357598 17.9038246,17.0558608 17.66951,16.8215462 C16.9885444,16.1405806 16.4887559,15.6407921 16.1701444,15.3221806" id="形状结合" fill="#FFFFFF" fill-rule="nonzero"></path>
<circle id="椭圆形" stroke="#FFFFFF" stroke-width="1.2" cx="13" cy="13" r="3.4"></circle>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

6
src/assets/svgData/icon_cell_close.svg

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="design-iconfont">
<g fill="none" fill-rule="evenodd">
<path d="M7.75,1.72168784 C7.90470054,1.63237144 8.09529946,1.63237144 8.25,1.72168784 L8.25,1.72168784 L13.3121778,4.64433757 C13.4668784,4.73365396 13.5621778,4.89871747 13.5621778,5.07735027 L13.5621778,5.07735027 L13.5621778,10.9226497 C13.5621778,11.1012825 13.4668784,11.266346 13.3121778,11.3556624 L13.3121778,11.3556624 L8.25,14.2783122 C8.09529946,14.3676286 7.90470054,14.3676286 7.75,14.2783122 L7.75,14.2783122 L2.68782217,11.3556624 C2.53312164,11.266346 2.43782217,11.1012825 2.43782217,10.9226497 L2.43782217,10.9226497 L2.43782217,5.07735027 C2.43782217,4.89871747 2.53312164,4.73365396 2.68782217,4.64433757 L2.68782217,4.64433757 Z" stroke="#333"/>
<path d="M7.99640781,7.49352781 L10.3104098,6.2313561 C10.3633871,6.2024578 10.4297604,6.22197721 10.4586595,6.27495415 L10.772601,6.85052487 C10.80149,6.90349905 10.7819718,6.96986221 10.7290029,6.99876097 L8.43023024,8.25261463 L8.4302439,10.6156098 C8.4302439,10.6445895 8.41873174,10.6723823 8.39823996,10.6928741 C8.37774818,10.7133659 8.34995536,10.7248781 8.32097561,10.7248781 L7.66536585,10.7248781 C7.60501864,10.7248781 7.55609756,10.675957 7.55609756,10.6156098 L7.55609756,8.24879024 L5.25410147,6.95402927 C5.2288435,6.93982042 5.21026461,6.91615968 5.20245208,6.88825232 C5.19463956,6.86034496 5.19823338,6.83047708 5.21244292,6.80521951 L5.53382829,6.23380097 C5.54803483,6.20854067 5.57169455,6.18995887 5.59960212,6.18214373 C5.62750968,6.17432859 5.65737882,6.17792035 5.68263805,6.19212879 L7.99640781,7.49352781 Z" fill="#000" fill-rule="nonzero"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

6
src/assets/svgData/icon_cell_open.svg

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="design-iconfont">
<g fill="none" fill-rule="evenodd">
<path d="M7.75,1.72168784 C7.90470054,1.63237144 8.09529946,1.63237144 8.25,1.72168784 L8.25,1.72168784 L13.3121778,4.64433757 C13.4668784,4.73365396 13.5621778,4.89871747 13.5621778,5.07735027 L13.5621778,5.07735027 L13.5621778,10.9226497 C13.5621778,11.1012825 13.4668784,11.266346 13.3121778,11.3556624 L13.3121778,11.3556624 L8.25,14.2783122 C8.09529946,14.3676286 7.90470054,14.3676286 7.75,14.2783122 L7.75,14.2783122 L2.68782217,11.3556624 C2.53312164,11.266346 2.43782217,11.1012825 2.43782217,10.9226497 L2.43782217,10.9226497 L2.43782217,5.07735027 C2.43782217,4.89871747 2.53312164,4.73365396 2.68782217,4.64433757 L2.68782217,4.64433757 Z" stroke="#0D72FF"/>
<path d="M7.99640781,7.49352781 L10.3104098,6.2313561 C10.3633871,6.2024578 10.4297604,6.22197721 10.4586595,6.27495415 L10.772601,6.85052487 C10.80149,6.90349905 10.7819718,6.96986221 10.7290029,6.99876097 L8.43023024,8.25261463 L8.4302439,10.6156098 C8.4302439,10.6445895 8.41873174,10.6723823 8.39823996,10.6928741 C8.37774818,10.7133659 8.34995536,10.7248781 8.32097561,10.7248781 L7.66536585,10.7248781 C7.60501864,10.7248781 7.55609756,10.675957 7.55609756,10.6156098 L7.55609756,8.24879024 L5.25410147,6.95402927 C5.2288435,6.93982042 5.21026461,6.91615968 5.20245208,6.88825232 C5.19463956,6.86034496 5.19823338,6.83047708 5.21244292,6.80521951 L5.53382829,6.23380097 C5.54803483,6.20854067 5.57169455,6.18995887 5.59960212,6.18214373 C5.62750968,6.17432859 5.65737882,6.17792035 5.68263805,6.19212879 L7.99640781,7.49352781 Z" fill="#0D72FF" fill-rule="nonzero"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

16
src/assets/svgData/icon_collect_data_inter.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集成_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-229.000000, -345.000000)" stroke-width="1.5">
<g id="数据集成" transform="translate(206.000000, 335.000000)">
<g id="icon_数据集成_nor" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#333333" x="3.75" y="17.75" width="14.5" height="4.5" rx="2.25"></rect>
<rect id="矩形备份-13" stroke="#202226" x="7.75" y="3.75" width="14.5" height="4.5" rx="2.25"></rect>
<path d="M8,6 L6.51838303,6 C4.5853864,6 3.01838303,7.56700338 3.01838303,9.5 C3.01838303,11.4329966 4.5853864,13 6.51838303,13 L11.3867302,13 M16.013279,13 L19.7844816,13 C21.7463537,13 23.3367653,14.5904116 23.3367653,16.5522837 C23.3367653,18.5141557 21.7463537,20.1045673 19.7844816,20.1045673 L18.8407097,20.1045673" id="形状" stroke="#202226"></path>
<rect id="矩形" stroke="#3370FF" fill="#F0F1F4" x="11.75" y="10.75" width="4.5" height="4.5" rx="2.25"></rect>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

21
src/assets/svgData/icon_collect_datasource.svg

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据源_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-45.000000, -261.000000)">
<g id="数据源" transform="translate(22.000000, 251.000000)">
<g id="icon_数据源_nor" transform="translate(23.000000, 10.000000)">
<g id="shujuyuan1" transform="translate(1.075000, 1.000000)">
<line x1="11.925" y1="22" x2="11.925" y2="13" id="路径-5" stroke="#333333" stroke-width="1.5" stroke-linecap="round"></line>
<line x1="6.925" y1="20" x2="6.925" y2="16" id="路径-5备份" stroke="#333333" stroke-width="1.5" stroke-linecap="round"></line>
<path d="M3.7018898,8.47215843 L11.0388046,12.4241263 C11.6313893,12.7433171 12.3447841,12.7430301 12.9371118,12.4233628 L20.2584961,8.47215843 L20.2584961,8.47215843" id="路径-4" stroke="#3370FF" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M10.5533439,4.03569483 C11.4421196,3.52647522 12.5342084,3.52647522 13.4229842,4.03569483 L19.2339156,7.36503892 C19.6827449,7.62219348 20.045591,7.98962696 20.2962296,8.42209125 C20.5468683,8.85455553 20.6852996,9.35205062 20.6852996,9.86932839 L20.6852996,16.4799153 C20.6852996,16.997193 20.5468683,17.4946881 20.2962296,17.9271524 C20.045591,18.3596167 19.6827449,18.7270502 19.2339156,18.9842047 L13.4229842,22.3135488 C12.5342084,22.8227684 11.4421196,22.8227684 10.5533439,22.3135488 L4.74241249,18.9842047 C4.29358309,18.7270502 3.93073708,18.3596167 3.68009842,17.9271524 C3.42945975,17.4946881 3.29102844,16.997193 3.29102844,16.4799153 L3.29102844,9.86932839 C3.29102844,9.35205062 3.42945975,8.85455553 3.68009842,8.42209125 C3.93073708,7.98962696 4.29358309,7.62219348 4.74241249,7.36503892 Z" id="多边形" stroke="#333333" stroke-width="1.5"></path>
<path d="M11.675,0 C12.0892136,-7.6089797e-17 12.425,0.335786438 12.425,0.75 L12.425,3.25 C12.425,3.66421356 12.0892136,4 11.675,4 C11.2607864,4 10.925,3.66421356 10.925,3.25 L10.925,0.75 C10.925,0.335786438 11.2607864,7.6089797e-17 11.675,0 Z" id="矩形" fill="#333333"></path>
<path d="M22.1140693,16.5219414 C22.5216893,16.5206652 22.8531652,16.8500719 22.8544414,17.2576919 C22.8544465,17.2593265 22.8544462,17.2609612 22.8544405,17.2625958 L22.8456241,19.7719823 C22.8441796,20.1831153 22.5111657,20.5160018 22.1000323,20.5172891 C21.6924123,20.5185653 21.3609364,20.1891586 21.3596602,19.7815386 C21.3596551,19.779904 21.3596554,19.7782693 21.3596612,19.7766347 L21.3684775,17.2672481 C21.369922,16.8561152 21.7029359,16.5232286 22.1140693,16.5219414 Z" id="矩形备份-2" fill="#333333" transform="translate(22.107051, 18.519615) scale(-1, 1) rotate(60.000000) translate(-22.107051, -18.519615) "></path>
<path d="M2.11406934,16.5219414 C2.52168932,16.5206652 2.85316518,16.8500719 2.85444139,17.2576919 C2.85444651,17.2593265 2.8544462,17.2609612 2.85444045,17.2625958 L2.84562409,19.7719823 C2.84417964,20.1831153 2.51116572,20.5160018 2.10003227,20.5172891 C1.69241229,20.5185653 1.36093644,20.1891586 1.35966022,19.7815386 C1.35965511,19.779904 1.35965542,19.7782693 1.35966116,19.7766347 L1.36847752,17.2672481 C1.36992198,16.8561152 1.70293589,16.5232286 2.11406934,16.5219414 Z" id="矩形备份-8" fill="#333333" transform="translate(2.107051, 18.519615) rotate(60.000000) translate(-2.107051, -18.519615) "></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

23
src/assets/svgData/icon_data_datasource.svg

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据源_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-1数据准备组件" transform="translate(-33.000000, -212.000000)">
<g id="左侧1级" transform="translate(0.000000, 54.000000)">
<g id="数据源" transform="translate(10.000000, 146.000000)">
<g id="icon_数据源_nor" transform="translate(23.000000, 12.000000)">
<g id="shujuyuan1" transform="translate(1.000000, 1.000000)">
<line x1="12.1204768" y1="22.4964753" x2="12.1204768" y2="12.9354908" id="路径-5" stroke="#202226" stroke-width="1.2" stroke-linecap="round"></line>
<line x1="7.12047675" y1="20.4964753" x2="7.12047675" y2="16.398819" id="路径-5备份" stroke="#202226" stroke-width="1.2" stroke-linecap="round"></line>
<path d="M3.7768898,8.47215843 L11.1138046,12.4241263 C11.7063893,12.7433171 12.4197841,12.7430301 13.0121118,12.4233628 L20.3334961,8.47215843 L20.3334961,8.47215843" id="路径-4" stroke="#3370FF" stroke-width="1.2" stroke-linecap="round"></path>
<path d="M10.5537743,3.90554346 C11.4887409,3.36985901 12.6375871,3.36985901 13.5725537,3.90554346 L19.3834851,7.23488755 C19.8556408,7.50540678 20.2373444,7.89193629 20.5010091,8.34687634 C20.7646738,8.80181639 20.9102996,9.32516699 20.9102996,9.86932839 L20.9102996,16.4799153 C20.9102996,17.0240767 20.7646738,17.5474273 20.5010091,18.0023673 C20.2373444,18.4573074 19.8556408,18.8438369 19.3834851,19.1143561 L13.5725537,22.4437002 C12.6375871,22.9793846 11.4887409,22.9793846 10.5537743,22.4437002 L4.74284291,19.1143561 C4.27068724,18.8438369 3.88898362,18.4573074 3.62531892,18.0023673 C3.36165422,17.5474273 3.21602844,17.0240767 3.21602844,16.4799153 L3.21602844,9.86932839 C3.21602844,9.32516699 3.36165422,8.80181639 3.62531892,8.34687634 C3.88898362,7.89193629 4.27068724,7.50540678 4.74284291,7.23488755 Z" id="多边形" stroke="#202226" stroke-width="1.2"></path>
<path d="M12.0715902,0 C12.4732342,-7.37808101e-17 12.798831,0.325596813 12.798831,0.727240836 L12.798831,3.37597125 C12.798831,3.77761527 12.4732342,4.10321209 12.0715902,4.10321209 C11.6699462,4.10321209 11.3443494,3.77761527 11.3443494,3.37597125 L11.3443494,0.727240836 C11.3443494,0.325596813 11.6699462,7.37808101e-17 12.0715902,0 Z" id="矩形" fill="#202226"></path>
<path d="M2.16085495,16.3232637 C2.55756032,16.3219454 2.88022221,16.64247 2.88154045,17.0391754 C2.88154573,17.0407636 2.88154574,17.0423518 2.88154048,17.0439401 L2.8726666,19.7246555 C2.8713421,20.1247746 2.54731298,20.4488078 2.1471939,20.4501374 C1.75048852,20.4514556 1.42782663,20.130931 1.42650839,19.7342257 C1.42650312,19.7326375 1.42650311,19.7310492 1.42650836,19.729461 L1.43538225,17.0487456 C1.43670675,16.6486265 1.76073587,16.3245933 2.16085495,16.3232637 Z" id="矩形备份" fill="#202226" transform="translate(2.154024, 18.386701) rotate(60.000000) translate(-2.154024, -18.386701) "></path>
<path d="M21.9542916,16.3374973 C22.350997,16.336179 22.6736589,16.6567036 22.6749771,17.053409 C22.6749824,17.0549972 22.6749824,17.0565854 22.6749772,17.0581736 L22.6661033,19.7388891 C22.6647788,20.1390082 22.3407497,20.4630414 21.9406306,20.464371 C21.5439252,20.4656892 21.2212633,20.1451646 21.2199451,19.7484593 C21.2199398,19.746871 21.2199398,19.7452828 21.219945,19.7436946 L21.2288189,17.0629792 C21.2301434,16.6628601 21.5541726,16.3388268 21.9542916,16.3374973 Z" id="矩形备份-2" fill="#202226" transform="translate(21.947461, 18.400934) scale(-1, 1) rotate(60.000000) translate(-21.947461, -18.400934) "></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

18
src/assets/svgData/icon_data_meta.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_元数据_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-1数据准备组件" transform="translate(-33.000000, -380.000000)" stroke-width="1.2">
<g id="左侧1级" transform="translate(0.000000, 54.000000)">
<g id="元数据" transform="translate(10.000000, 314.000000)">
<g id="icon_元数据_nor" transform="translate(23.000000, 12.000000)">
<rect id="矩形" stroke="#202226" x="3.6" y="17.6" width="14.8" height="4.8" rx="2.4"></rect>
<rect id="矩形备份-13" stroke="#202226" x="7.6" y="3.6" width="14.8" height="4.8" rx="2.4"></rect>
<path d="M8,6 L6.51838303,6 C4.5853864,6 3.01838303,7.56700338 3.01838303,9.5 C3.01838303,11.4329966 4.5853864,13 6.51838303,13 L11.3867302,13 M16.013279,13 L19.7844816,13 C21.7463537,13 23.3367653,14.5904116 23.3367653,16.5522837 C23.3367653,18.5141557 21.7463537,20.1045673 19.7844816,20.1045673 L18.8407097,20.1045673" id="形状" stroke="#202226"></path>
<rect id="矩形" stroke="#3370FF" x="11.6" y="10.6" width="4.8" height="4.8" rx="2.4"></rect>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

19
src/assets/svgData/icon_data_quota.svg

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_指标管理_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-1数据准备组件" transform="translate(-33.000000, -296.000000)">
<g id="左侧1级" transform="translate(0.000000, 54.000000)">
<g id="指标管理" transform="translate(10.000000, 230.000000)">
<g id="icon_指标管理_nor" transform="translate(23.000000, 12.000000)">
<rect id="矩形" stroke="#202226" stroke-width="1.2" x="2.6" y="2.6" width="20.8" height="20.8" rx="4"></rect>
<path d="M7.6,17 C7.93137085,17 8.2,17.2686292 8.2,17.6 L8.2,18.4 C8.2,18.7313708 7.93137085,19 7.6,19 C7.26862915,19 7,18.7313708 7,18.4 L7,17.6 C7,17.2686292 7.26862915,17 7.6,17 Z" id="矩形" fill="#202226"></path>
<path d="M17.6,10 C17.9313708,10 18.2,10.2686292 18.2,10.6 L18.2,18.4 C18.2,18.7313708 17.9313708,19 17.6,19 C17.2686292,19 17,18.7313708 17,18.4 L17,10.6 C17,10.2686292 17.2686292,10 17.6,10 Z" id="矩形备份-5" fill="#202226"></path>
<path d="M12.6,14 C12.9313708,14 13.2,14.2686292 13.2,14.6 L13.2,18.4 C13.2,18.7313708 12.9313708,19 12.6,19 C12.2686292,19 12,18.7313708 12,18.4 L12,14.6 C12,14.2686292 12.2686292,14 12.6,14 Z" id="矩形备份-4" fill="#202226"></path>
<path d="M7,14 C9.28163375,13.2356572 11.0965363,12.3632416 12.4447077,11.3827534 C13.792879,10.4022651 15.6446432,8.60801397 18,6" id="路径-6" stroke="#3370FF" stroke-width="1.2" stroke-linecap="round"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

16
src/assets/svgData/icon_data_set.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集_nor@2x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-1数据准备组件" transform="translate(-33.000000, -128.000000)" fill-rule="nonzero">
<g id="左侧1级" transform="translate(0.000000, 54.000000)">
<g id="数据集" transform="translate(10.000000, 62.000000)">
<g id="icon_数据集_nor" transform="translate(23.000000, 12.000000)">
<path d="M3.87150247,1 C5.45721121,1 6.742921,2.29496403 6.742921,3.89208632 C6.742921,4.9192272 6.22887335,5.8392479 5.42877403,6.36510206 L9.268,11.626 L10.3702439,10.1983869 C10.1611864,9.79724982 10.0429095,9.34059442 10.0429095,8.85611511 C10.0429095,7.25885992 11.3284873,5.96402876 12.914328,5.96402876 C14.5001687,5.96402876 15.7857465,7.25885992 15.7857465,8.85611511 C15.7857465,9.39325254 15.6403612,9.89618899 15.3870626,10.3271826 L16.722,12.246 L20.2985171,8.36533764 C20.039012,8.14921934 19.815508,7.88566586 19.64186,7.58273383 C19.1289305,6.68791919 19.1289305,5.58546209 19.64186,4.69064746 C20.1547896,3.79583283 21.1027224,3.2446043 22.1285815,3.2446043 C23.7144221,3.2446043 25,4.53943546 25,6.13669064 C25,7.73394582 23.7144221,9.02877698 22.1285815,9.02877698 C21.9155616,9.02877698 21.7059017,9.00500876 21.5027991,8.95933146 L17.475,13.329 L21.6048188,19.2642302 C21.7758399,19.2323036 21.9510444,19.2158106 22.1285815,19.2158273 C23.7143173,19.2159767 24.9997315,20.5107641 24.9997315,22.1079137 C24.9997315,23.7050632 23.7143173,24.9998506 22.1285815,25 C21.1026585,25.0000966 20.1546255,24.4488892 19.6416363,23.5540349 C19.1286471,22.6591806 19.1286471,21.5566467 19.6416363,20.6617924 C19.8380415,20.3191847 20.0982176,20.0269505 20.4021204,19.7967439 L16.579,14.303 L14.8855889,16.1415274 L13.9473911,15.2572841 L15.825,13.219 L14.4770174,11.2828107 C14.0273037,11.5771941 13.4906436,11.7482014 12.914328,11.7482014 C12.2836776,11.7482014 11.7005126,11.5434291 11.2268003,11.1962977 L10.059,12.709 L11.8000794,15.0940216 L10.7612839,15.8621683 L9.237,13.775 L6.05532643,17.8991122 C6.4900996,18.4122255 6.742921,19.0737901 6.742921,19.7769784 C6.742921,21.3741007 5.50006822,22.6690647 3.87150247,22.6690647 C2.71012208,22.6690647 1.66309868,21.9644305 1.21865765,20.8837319 C0.774216619,19.8030333 1.01988301,18.5590954 1.84110296,17.7319645 C2.66232291,16.9048336 3.89737122,16.657399 4.97034679,17.105039 L5.022,17.129 L8.446,12.691 L4.1557139,6.81357013 C4.06243851,6.8226748 3.96764259,6.82733813 3.87150247,6.82733813 C2.28579372,6.82733813 1.00008393,5.5323741 1.00008393,3.89208632 C1.00008393,2.25179853 2.28579372,1 3.87150247,1 Z M22.1285815,20.4676259 C21.2285846,20.4676259 20.5428727,21.2014388 20.5428727,22.0647482 C20.5428727,22.9280576 21.2714416,23.6618705 22.1285815,23.6618705 C22.9857213,23.6618705 23.7142902,22.9280576 23.7142902,22.0647482 C23.7142902,21.2014389 22.9857213,20.4676259 22.1285815,20.4676259 Z M3.87150247,18.1366906 C2.97150562,18.1366906 2.28579372,18.8705036 2.28579372,19.733813 C2.28579372,20.5971223 3.01436259,21.3309353 3.87150247,21.3309353 C4.72864234,21.3309353 5.45721121,20.5971223 5.45721121,19.733813 C5.45721121,18.8705036 4.77149932,18.1366906 3.87150247,18.1366906 Z M12.914328,15.7194245 C13.8143248,15.7194245 14.5000367,16.4532374 14.5000367,17.3165468 C14.5000367,18.1798561 13.7714679,18.9136691 12.914328,18.9136691 C12.0571881,18.9136691 11.3286192,18.1798561 11.3286192,17.3165468 C11.3286192,16.4532374 12.0143311,15.7194245 12.914328,15.7194245 Z M12.914328,7.21582734 C12.0143311,7.21582734 11.3286192,7.94964028 11.3286192,8.81294963 C11.3286192,9.67625897 12.0571881,10.4100719 12.914328,10.4100719 C13.7714679,10.4100719 14.5000367,9.676259 14.5000367,8.81294963 C14.5000367,7.94964026 13.8143248,7.21582734 12.914328,7.21582734 Z M22.1285815,4.53956833 C21.2285846,4.53956833 20.5428727,5.27338127 20.5428727,6.13669064 C20.5428727,7.00000001 21.2714416,7.73381295 22.1285815,7.73381295 C22.9857213,7.73381295 23.7142902,7.00000001 23.7142902,6.13669064 C23.7142902,5.27338127 22.9857213,4.53956833 22.1285815,4.53956833 Z M3.87150247,2.29496403 C3.01436262,2.29496403 2.28579372,3.02877697 2.28579372,3.89208632 C2.28579372,4.75539566 3.01436259,5.48920863 3.87150247,5.48920863 C4.72864234,5.48920863 5.45721121,4.75539569 5.45721121,3.89208632 C5.45721121,3.02877695 4.77149932,2.29496403 3.87150247,2.29496403 Z" id="形状结合" fill="#202226"></path>
<path d="M12.9142715,15.0676259 C13.5409757,15.0676849 14.1081368,15.3239052 14.5187514,15.737514 C14.9309177,16.1526858 15.185478,16.7263169 15.185478,17.3597122 C15.185478,17.9931076 14.9309177,18.5667386 14.5187514,18.9819104 C14.1081368,19.3955193 13.5409757,19.6517395 12.9142715,19.6517986 C12.5090594,19.6518367 12.1192572,19.5429249 11.7800879,19.3457244 C11.4401,19.1480478 11.1510015,18.8616898 10.9479163,18.5074296 C10.5407813,17.7972265 10.5407813,16.922198 10.9479163,16.2119949 C11.1510015,15.8577346 11.4401,15.5713767 11.7800879,15.3737001 C12.1192572,15.1764996 12.5090594,15.0675877 12.9142715,15.0676259 Z" id="路径" stroke="#3370FF" stroke-width="1.2" fill="#F0F1F4"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

17
src/assets/svgData/icon_data_tag.svg

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_标签管理_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-1数据准备组件" transform="translate(-33.000000, -464.000000)">
<g id="左侧1级" transform="translate(0.000000, 54.000000)">
<g id="标签管理" transform="translate(10.000000, 398.000000)">
<g id="icon_标签管理_nor" transform="translate(23.000000, 12.000000)">
<rect id="矩形" stroke="#202226" stroke-width="1.2" x="2.6" y="2.6" width="20.8" height="20.8" rx="4"></rect>
<path d="M13.6062126,16.3858509 L13.6062126,18.7453178 C13.6062126,19.0766887 13.3375835,19.3453178 13.0062126,19.3453178 C12.6748418,19.3453178 12.4062126,19.0766887 12.4062126,18.7453178 L12.4062126,16.3858509 L13.6062126,16.3858509 Z M9.78921769,15.3360756 L10.6443356,16.1780139 C10.5552546,16.267095 10.4496199,16.3727297 10.3274315,16.4949181 L10.0609833,16.7613663 C9.96481001,16.8575395 9.86127958,16.96107 9.75039198,17.0719576 L9.39565765,17.4266919 C9.16134308,17.6610065 8.78144409,17.6610065 8.54712952,17.4266919 C8.31281494,17.1923773 8.31281494,16.8124783 8.54712952,16.5781638 C8.67206128,16.453232 8.78967632,16.335617 8.89997465,16.2253186 L9.47396399,15.6513293 C9.59551117,15.5297821 9.70059574,15.4246975 9.78921769,15.3360756 Z M18.9062126,12.3883839 C19.2375835,12.3883839 19.5062126,12.657013 19.5062126,12.9883839 C19.5062126,13.3197547 19.2375835,13.5883839 18.9062126,13.5883839 L15.9650135,13.5883839 L15.8963566,12.3883839 L18.9062126,12.3883839 Z M10.1728635,12.3883839 L10.0962197,13.5883839 L7.10621262,13.5883839 C6.77484177,13.5883839 6.50621262,13.3197547 6.50621262,12.9883839 C6.50621262,12.657013 6.77484177,12.3883839 7.10621262,12.3883839 L10.1728635,12.3883839 Z M17.7395177,8.23430374 C17.9738322,8.46861831 17.9738322,8.8485173 17.7395177,9.08283188 C17.0626024,9.75974714 16.5233045,10.3086323 16.1848469,10.64709 L15.3524129,9.77288033 L16.0805459,9.04474737 C16.3169253,8.80836798 16.5870732,8.5382201 16.8909895,8.23430374 C17.1253041,7.99998916 17.5052031,7.99998916 17.7395177,8.23430374 Z M13.0062126,6.34531784 C13.3375835,6.34531784 13.6062126,6.61394699 13.6062126,6.94531784 L13.6062126,9.114151 L12.4062126,9.1327858 L12.4062126,6.94531784 C12.4062126,6.61394699 12.6748418,6.34531784 13.0062126,6.34531784 Z M10.670727,9.82276321 C10.371821,9.52385721 9.92346199,9.0754982 9.32564998,8.47768619 C9.09133541,8.24337162 8.71143642,8.24337162 8.47712185,8.47768619 C8.24280727,8.71200077 8.24280727,9.09189976 8.47712185,9.32621433 C9.0391681,9.88826059 9.51202955,10.3608436 9.79305267,10.6418667 M15.2988024,16.1478949 C15.6222024,16.4712949 16.1295955,16.978688 16.8209819,17.6700743 C17.0552964,17.9043889 17.4351954,17.9043889 17.66951,17.6700743 C17.9038246,17.4357598 17.9038246,17.0558608 17.66951,16.8215462 C16.9885444,16.1405806 16.4887559,15.6407921 16.1701444,15.3221806" id="形状结合" fill="#202226" fill-rule="nonzero"></path>
<circle id="椭圆形" stroke="#3370FF" stroke-width="1.2" cx="13" cy="13" r="3.4"></circle>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

3
src/assets/svgData/icon_file_close.svg

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="design-iconfont">
<path d="M11.8521593,6.58517006 C11.8521593,6.03288531 11.404444,5.58517006 10.8521593,5.58517006 L7.89768806,5.58517006 C7.73501074,5.58517006 7.58250303,5.50602907 7.48885218,5.37301243 L6.09727757,3.3964944 C6.00362672,3.26347775 5.85111901,3.18433676 5.68844169,3.18433676 L2.04659081,3.18433676 C1.49430606,3.18433676 1.04659081,3.63205201 1.04659081,4.18433676 L1.04659081,12 C1.04659081,12.5522847 1.49430606,13 2.04659081,13 L10.8521593,13 C11.404444,13 11.8521593,12.5522847 11.8521593,12 L11.8521593,7.37524795 L11.8521593,7.37524795 C11.8521593,7.11188865 11.8521593,6.84852936 11.8521593,6.58517006 Z" stroke="#333" stroke-width="1.3" stroke-linecap="round" fill-rule="nonzero" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 798 B

6
src/assets/svgData/icon_file_open.svg

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="design-iconfont">
<g stroke="#333" stroke-width="1.3" fill-rule="nonzero" fill="none">
<path d="M11.8521593,7.37524795 L11.8521593,7.37524795 L11.8521593,6.58517006 C11.8521593,6.03288531 11.404444,5.58517006 10.8521593,5.58517006 L7.89768806,5.58517006 C7.73501074,5.58517006 7.58250303,5.50602907 7.48885218,5.37301243 L6.09727757,3.3964944 C6.00362672,3.26347775 5.85111901,3.18433676 5.68844169,3.18433676 L2.04659081,3.18433676 C1.49430606,3.18433676 1.04659081,3.63205201 1.04659081,4.18433676 L1.04659081,12 C1.04659081,12.5522847 1.49430606,13 2.04659081,13" stroke-linecap="round"/>
<path d="M4.99040638,8 L13.9690641,8 C14.2452064,8 14.4690641,8.22385763 14.4690641,8.5 C14.4690641,8.59062197 14.4444352,8.67954018 14.3978105,8.75724788 L12.1434618,12.5144958 C11.9627386,12.8157012 11.6372317,13 11.2859689,13 L2.30731119,13 C2.03116882,13 1.80731119,12.7761424 1.80731119,12.5 C1.80731119,12.409378 1.83194011,12.3204598 1.87856473,12.2427521 L4.13291346,8.48550424 C4.3136367,8.18429883 4.63914353,8 4.99040638,8 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
src/assets/svgData/icon_info.svg

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1701227055379" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4240" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M463.99957 784.352211c0 26.509985 21.490445 48.00043 48.00043 48.00043s48.00043-21.490445 48.00043-48.00043c0-26.509985-21.490445-48.00043-48.00043-48.00043S463.99957 757.842226 463.99957 784.352211z" fill="#ffffff" p-id="4241"></path><path d="M512 960c-247.039484 0-448-200.960516-448-448S264.960516 64 512 64 960 264.960516 960 512 759.039484 960 512 960zM512 128.287273c-211.584464 0-383.712727 172.128262-383.712727 383.712727 0 211.551781 172.128262 383.712727 383.712727 383.712727 211.551781 0 383.712727-172.159226 383.712727-383.712727C895.712727 300.415536 723.551781 128.287273 512 128.287273z" fill="#ffffff" p-id="4242"></path><path d="M512 673.695256c-17.664722 0-32.00086-14.336138-32.00086-31.99914l0-54.112297c0-52.352533 39.999785-92.352318 75.32751-127.647359 25.887273-25.919957 52.67249-52.67249 52.67249-74.016718 0-53.343368-43.07206-96.735385-95.99914-96.735385-53.823303 0-95.99914 41.535923-95.99914 94.559333 0 17.664722-14.336138 31.99914-32.00086 31.99914s-32.00086-14.336138-32.00086-31.99914c0-87.423948 71.775299-158.559333 160.00086-158.559333s160.00086 72.095256 160.00086 160.735385c0 47.904099-36.32028 84.191695-71.424378 119.295794-27.839699 27.776052-56.575622 56.511974-56.575622 82.3356l0 54.112297C544.00086 659.328155 529.664722 673.695256 512 673.695256z" fill="#ffffff" p-id="4243"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

268
src/assets/svgData/icon_no_datasource.svg

@ -0,0 +1,268 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="240px" height="240px" viewBox="0 0 240 240" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>no_page2备份</title>
<defs>
<rect id="path-1" x="0" y="0" width="240" height="240"></rect>
<linearGradient x1="50%" y1="-6.10622664e-14%" x2="50%" y2="100%" id="linearGradient-3">
<stop stop-color="#D1E6FF" offset="0%"></stop>
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="-6.10622664e-14%" x2="50%" y2="100%" id="linearGradient-4">
<stop stop-color="#D1E6FF" offset="0%"></stop>
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="11.7905026%" x2="50%" y2="50%" id="linearGradient-5">
<stop stop-color="#E5EEFF" offset="0%"></stop>
<stop stop-color="#EEF2FD" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#5BA6EE" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#2E6DD8" offset="100%"></stop>
</linearGradient>
<rect id="path-7" x="8.57142857" y="14.5714286" width="3.42857143" height="20.5714286" rx="1.71428571"></rect>
<linearGradient x1="69.4078991%" y1="100%" x2="32.4243109%" y2="6.15668455%" id="linearGradient-8">
<stop stop-color="#E6EEFF" offset="0%"></stop>
<stop stop-color="#F1F6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="22.9769665%" y1="19.7737488%" x2="74.9130067%" y2="100%" id="linearGradient-9">
<stop stop-color="#E5ECFB" offset="0%"></stop>
<stop stop-color="#CDDBF4" offset="99.7732736%"></stop>
</linearGradient>
<path d="M11.89085,4.28036195 L18.8342699,22.7961482 C19.4991389,24.5691322 18.6008342,26.5454025 16.8278502,27.2102715 C16.4429003,27.3546277 16.0351251,27.4285714 15.6239984,27.4285714 L4.94743018,27.4285714 C3.05388246,27.4285714 1.51885875,25.8935477 1.51885875,24 C1.51885875,23.5888733 1.59280249,23.1810981 1.73715871,22.7961482 L8.68057855,4.28036195 C9.01301305,3.39386997 10.0011482,2.94471763 10.8876402,3.27715212 C11.3512231,3.4509957 11.7170064,3.81677908 11.89085,4.28036195 Z" id="path-10"></path>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-12">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#C7DBFE" offset="100%"></stop>
</linearGradient>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-13">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#AFC8F2" offset="100%"></stop>
</linearGradient>
<polygon id="path-14" points="10.2857143 2.57142857 10.2857143 27.4285714 20.5714286 27.4285714 25.6394943 2.57142857"></polygon>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-15">
<stop stop-color="#5BA6EE" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#2E6DD8" offset="100%"></stop>
</linearGradient>
<rect id="path-16" x="5.71428571" y="9.71428571" width="2.28571429" height="13.7142857" rx="1.14285714"></rect>
<linearGradient x1="69.4078991%" y1="100%" x2="32.4243109%" y2="6.15668455%" id="linearGradient-17">
<stop stop-color="#E6EEFF" offset="0%"></stop>
<stop stop-color="#F1F6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="22.9769665%" y1="19.7737488%" x2="74.9130067%" y2="100%" id="linearGradient-18">
<stop stop-color="#E5ECFB" offset="0%"></stop>
<stop stop-color="#CDDBF4" offset="99.7732736%"></stop>
</linearGradient>
<path d="M8.46227859,4.28036195 L11.977127,13.6532911 C12.641996,15.426275 11.7436913,17.4025453 9.97070734,18.0674143 C9.58575742,18.2117705 9.17798223,18.2857143 8.76685554,18.2857143 L4.94743018,18.2857143 C3.05388246,18.2857143 1.51885875,16.7506906 1.51885875,14.8571429 C1.51885875,14.4460162 1.59280249,14.038241 1.73715871,13.6532911 L5.25200712,4.28036195 C5.58444162,3.39386997 6.57257677,2.94471763 7.45906876,3.27715212 C7.92265164,3.4509957 8.28843501,3.81677908 8.46227859,4.28036195 Z" id="path-19"></path>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-21">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#C7DBFE" offset="100%"></stop>
</linearGradient>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-22">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#AFC8F2" offset="100%"></stop>
</linearGradient>
<polygon id="path-23" points="6.85714286 1.71428571 6.85714286 18.2857143 13.7142857 18.2857143 17.0929962 1.71428571"></polygon>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-24">
<stop stop-color="#5BA6EE" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#2E6DD8" offset="100%"></stop>
</linearGradient>
<rect id="path-25" x="6.42857143" y="10.9285714" width="2.57142857" height="15.4285714" rx="1.28571429"></rect>
<linearGradient x1="69.4078991%" y1="100%" x2="32.4243109%" y2="6.15668455%" id="linearGradient-26">
<stop stop-color="#E6EEFF" offset="0%"></stop>
<stop stop-color="#F1F6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="22.9769665%" y1="19.7737488%" x2="74.9130067%" y2="100%" id="linearGradient-27">
<stop stop-color="#E5ECFB" offset="0%"></stop>
<stop stop-color="#CDDBF4" offset="99.7732736%"></stop>
</linearGradient>
<path d="M9.31942145,4.28036195 L13.6914127,15.9390053 C14.3562817,17.7119893 13.457977,19.6882596 11.6849931,20.3531286 C11.3000431,20.4974848 10.8922679,20.5714286 10.4811413,20.5714286 L4.94743018,20.5714286 C3.05388246,20.5714286 1.51885875,19.0364049 1.51885875,17.1428571 C1.51885875,16.7317305 1.59280249,16.3239553 1.73715871,15.9390053 L6.10914998,4.28036195 C6.44158448,3.39386997 7.42971963,2.94471763 8.31621161,3.27715212 C8.77979449,3.4509957 9.14557787,3.81677908 9.31942145,4.28036195 Z" id="path-28"></path>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-30">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#C7DBFE" offset="100%"></stop>
</linearGradient>
<linearGradient x1="33.8940728%" y1="17.1586549%" x2="49.8499748%" y2="99.2283408%" id="linearGradient-31">
<stop stop-color="#619AFF" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#AFC8F2" offset="100%"></stop>
</linearGradient>
<polygon id="path-32" points="7.71428571 1.92857143 7.71428571 20.5714286 15.4285714 20.5714286 19.2296207 1.92857143"></polygon>
<linearGradient x1="53.1611713%" y1="26.5961107%" x2="39.4687865%" y2="100%" id="linearGradient-33">
<stop stop-color="#B7D0FE" offset="0%"></stop>
<stop stop-color="#D7E6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="53.1611713%" y1="26.5961107%" x2="45.1933927%" y2="99.0266829%" id="linearGradient-34">
<stop stop-color="#9CB5EA" offset="0%"></stop>
<stop stop-color="#DAE4F7" offset="100%"></stop>
</linearGradient>
<path d="M97.1087658,19.6569194 L28.3082085,0.618946363 C26.8574395,0.21750047 25.3148823,0.304587204 23.918516,0.866771192 L16.1255044,4.00427641 C14.8275919,4.52682243 13.9774116,5.78560639 13.9774116,7.18476013 L13.9774116,118.940974 L13.9774116,118.940974 L92.6264743,155.283731 L98.8664206,151.454683 C100.898629,150.207649 102.137173,147.994497 102.137173,145.61018 L102.137173,26.2657117 C102.137173,23.1829116 100.079914,20.4790731 97.1087658,19.6569194 Z" id="path-35"></path>
<linearGradient x1="59.2782942%" y1="100%" x2="44.5773411%" y2="6.27481358%" id="linearGradient-36">
<stop stop-color="#76AFFF" offset="0%"></stop>
<stop stop-color="#D9E8FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="36.8283359%" y1="18.956853%" x2="61.9101096%" y2="100%" id="linearGradient-37">
<stop stop-color="#E4EAF4" offset="0%"></stop>
<stop stop-color="#D8E6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="63.4456606%" y1="57.8419139%" x2="62.1783457%" y2="104.435574%" id="linearGradient-38">
<stop stop-color="#FFFFFF" stop-opacity="0.576731862" offset="0%"></stop>
<stop stop-color="#FFFFFF" offset="100%"></stop>
</linearGradient>
<path d="M18.3535129,3.80454097 L91.9616719,24.9714861 C93.4307567,25.3939398 94.4427134,26.7379068 94.4427134,28.2665262 L94.4427134,152.381828 C94.4427134,154.275376 92.9076897,155.8104 91.014142,155.8104 C90.5231563,155.8104 90.0378974,155.704947 89.591194,155.501175 L15.9830351,121.923441 C14.7613224,121.366134 13.9774116,120.146918 13.9774116,118.804095 L13.9774116,7.09958105 C13.9774116,5.20603333 15.5124353,3.67100962 17.405983,3.67100962 C17.7265154,3.67100962 18.0454642,3.71595772 18.3535129,3.80454097 Z" id="path-39"></path>
<linearGradient x1="59.2782942%" y1="100%" x2="44.5773411%" y2="6.27481358%" id="linearGradient-40">
<stop stop-color="#76AFFF" offset="0%"></stop>
<stop stop-color="#D9E8FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="36.8283359%" y1="18.956853%" x2="61.9101096%" y2="100%" id="linearGradient-41">
<stop stop-color="#E4EAF4" offset="0%"></stop>
<stop stop-color="#D8E6FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="52.6373713%" y1="26.5961107%" x2="45.9898383%" y2="99.0266829%" id="linearGradient-42">
<stop stop-color="#A7BFEC" offset="0%"></stop>
<stop stop-color="#9CB5EA" offset="100%"></stop>
</linearGradient>
<path d="M22.9646147,12.6965243 L85.2739991,30.6143658 C86.7430839,31.0368195 87.7550406,32.3807865 87.7550406,33.9094059 L87.7550406,139.485415 C87.7550406,141.378963 86.2200169,142.913986 84.3264692,142.913986 C83.8354835,142.913986 83.3502246,142.808533 82.9035212,142.604761 L20.5941369,114.181175 C19.3724242,113.623868 18.5885134,112.404651 18.5885134,111.061828 L18.5885134,15.9915644 C18.5885134,14.0980167 20.1235371,12.562993 22.0170848,12.562993 C22.3376172,12.562993 22.656566,12.6079411 22.9646147,12.6965243 Z" id="path-43"></path>
<linearGradient x1="68.2419336%" y1="100%" x2="39.3385807%" y2="6.27481358%" id="linearGradient-44">
<stop stop-color="#76AFFF" offset="0%"></stop>
<stop stop-color="#D9E8FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="44.8425256%" y1="9.71187496%" x2="73.4163116%" y2="100%" id="linearGradient-45">
<stop stop-color="#FFFFFF" offset="0%"></stop>
<stop stop-color="#D6E0F4" offset="100%"></stop>
</linearGradient>
<path d="M22.9646147,12.6965243 L85.5826842,30.703132 C86.8443157,31.0659299 87.6720012,32.2718069 87.5569664,33.5795161 L82.7142821,88.6308591 C82.0175225,96.55158 80.1763982,104.329494 77.2483271,111.722037 L70.4949849,128.772297 C69.7976855,130.532779 67.8052601,131.394659 66.0447782,130.697359 C65.9907496,130.675959 65.9372738,130.653189 65.8844026,130.629071 L4.02912759,102.412635 C2.30636021,101.626762 1.5468568,99.593108 2.33272924,97.8703406 C2.452976,97.606739 2.60615092,97.3594425 2.78859168,97.1343638 L11.7027251,86.1369213 C16.1575193,80.6410037 18.5885134,73.7812228 18.5885134,66.706599 L18.5885134,15.9915644 C18.5885134,14.0980167 20.1235371,12.562993 22.0170848,12.562993 C22.3376172,12.562993 22.656566,12.6079411 22.9646147,12.6965243 Z" id="path-46"></path>
<linearGradient x1="86.8323995%" y1="89.8262423%" x2="14.5076997%" y2="5.39754551%" id="linearGradient-47">
<stop stop-color="#C7D3EF" offset="0%"></stop>
<stop stop-color="#9BB5EE" offset="100%"></stop>
</linearGradient>
<linearGradient x1="59.8075185%" y1="41.1710301%" x2="35.0875245%" y2="68.4950075%" id="linearGradient-48">
<stop stop-color="#7B9BDD" offset="0%"></stop>
<stop stop-color="#87A7E5" offset="100%"></stop>
</linearGradient>
<path d="M13.5868536,0.290629676 L50.7593908,10.1314936 C51.5112971,10.3305494 52.0349587,11.010882 52.0349587,11.7886907 L52.0349587,13.3686316 L52.0349587,13.3686316 L44.0499452,17.2241233 C42.8650968,17.7962167 42.1121483,18.9958951 42.1121483,20.3116294 L42.1121483,29.0130429 C42.1121483,29.9282908 41.6213162,30.7732409 40.826266,31.2266436 L40.7622974,31.2631238 C39.9793544,31.7096221 39.0520819,31.8298625 38.1811523,31.5978236 L2.5458991,22.1036433 C1.04466451,21.7036745 6.3435063e-16,20.3442423 0,18.7906399 L0,8.48181383 C-2.96735764e-15,6.37962933 1.27941442,4.48907423 3.23092994,3.7075585 L11.4348,0.422187008 C12.1193393,0.148052257 12.87402,0.10191782 13.5868536,0.290629676 Z" id="path-49"></path>
<linearGradient x1="84.5029317%" y1="68.8621852%" x2="29.8349106%" y2="33.5049487%" id="linearGradient-51">
<stop stop-color="#76AFFF" offset="0%"></stop>
<stop stop-color="#D9E8FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="1.01890297%" y1="38.2891682%" x2="94.2897896%" y2="68.8621852%" id="linearGradient-52">
<stop stop-color="#E4EAF4" offset="0%"></stop>
<stop stop-color="#D8E6FF" offset="100%"></stop>
</linearGradient>
<path d="M12.4890392,0 L52.0349587,10.4691809 L42.4864872,14.9799929 C40.6877298,15.8297473 39.5403838,17.6406994 39.5403838,19.6300738 L39.5403838,31.9599591 L39.5403838,31.9599591 L0,21.425348 L0,5.00143627 L12.4890392,0 Z" id="path-53"></path>
<filter x="-19.1%" y="-144.9%" width="138.2%" height="389.8%" filterUnits="objectBoundingBox" id="filter-55">
<feGaussianBlur stdDeviation="3.42857143" in="SourceGraphic"></feGaussianBlur>
</filter>
</defs>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="D3-2新建报表-空" transform="translate(-840.000000, -404.000000)">
<g id="编组-7" transform="translate(840.000000, 404.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="蒙版"></g>
<g mask="url(#mask-2)">
<g transform="translate(25.714286, 41.142857)">
<path d="M151.428571,34.2857143 C144.485563,34.2857143 138.857143,28.7303904 138.857143,21.877551 C138.857143,15.0247117 144.485563,9.46938776 151.428571,9.46938776 C152.045135,9.46938776 152.651331,9.51319736 153.244139,9.59783478 C154.259644,5.08704589 158.337907,1.71428571 163.214286,1.71428571 C168.486339,1.71428571 172.825502,5.65659092 173.370808,10.7173897 C174.389443,10.4360293 175.462882,10.2857143 176.571429,10.2857143 C183.198846,10.2857143 188.571429,15.6582973 188.571429,22.2857143 C188.571429,28.9131313 183.198846,34.2857143 176.571429,34.2857143 L151.428571,34.2857143 Z" id="形状结合" fill="url(#linearGradient-3)"></path>
<path d="M24.9458128,20.2167488 C20.6363594,20.2167488 17.1428571,16.7686167 17.1428571,12.5151302 C17.1428571,8.2616437 20.6363594,4.81351161 24.9458128,4.81351161 C25.3284149,4.81351161 25.7045855,4.84069066 26.0724508,4.89319933 C26.703208,2.09329054 29.2344722,0 32.2610837,0 C35.5335816,0 38.2269773,2.44723052 38.5651908,5.58867739 C39.1967642,5.41358348 39.8633384,5.32019704 40.5517241,5.32019704 C44.6652933,5.32019704 48,8.65490374 48,12.7684729 C48,16.8820421 44.6652933,20.2167488 40.5517241,20.2167488 L24.9458128,20.2167488 Z" id="形状结合" fill="url(#linearGradient-4)"></path>
<ellipse id="椭圆形" fill="url(#linearGradient-5)" cx="94.2857143" cy="166.285714" rx="94.2857143" ry="51.4285714"></ellipse>
<g id="树" stroke-width="1" fill="none" transform="translate(0.000000, 126.000000)">
<rect id="矩形" fill="url(#linearGradient-6)" opacity="0.115257626" transform="translate(14.296896, 36.853233) rotate(-231.000000) translate(-14.296896, -36.853233) " x="12.5826106" y="30.853233" width="3.42857143" height="12" rx="1.71428571"></rect>
<g id="矩形">
<use fill="#CADDFB" xlink:href="#path-7"></use>
<use fill="#ABC5EE" xlink:href="#path-7"></use>
</g>
<g id="路径-3">
<mask id="mask-11" fill="white">
<use xlink:href="#path-10"></use>
</mask>
<g id="蒙版">
<use fill="url(#linearGradient-8)" xlink:href="#path-10"></use>
<use fill="url(#linearGradient-9)" xlink:href="#path-10"></use>
</g>
<g opacity="0.580822173" mask="url(#mask-11)">
<use fill="url(#linearGradient-12)" xlink:href="#path-14"></use>
<use fill="url(#linearGradient-13)" xlink:href="#path-14"></use>
</g>
</g>
</g>
<g id="树" stroke-width="1" fill="none" transform="translate(54.857143, 163.714286)">
<path d="M9.53126421,20.568822 C10.1624468,20.568822 10.6741214,21.0804966 10.6741214,21.7116791 L10.6741214,27.4259649 C10.6741214,28.0571474 10.1624468,28.568822 9.53126421,28.568822 C8.90008164,28.568822 8.38840706,28.0571474 8.38840706,27.4259649 L8.38840706,21.7116791 C8.38840706,21.0804966 8.90008164,20.568822 9.53126421,20.568822 Z" id="矩形" fill="url(#linearGradient-15)" opacity="0.115257626" transform="translate(9.531264, 24.568822) rotate(-231.000000) translate(-9.531264, -24.568822) "></path>
<g id="矩形">
<use fill="#CADDFB" xlink:href="#path-16"></use>
<use fill="#ABC5EE" xlink:href="#path-16"></use>
</g>
<g id="路径-3">
<mask id="mask-20" fill="white">
<use xlink:href="#path-19"></use>
</mask>
<g id="蒙版">
<use fill="url(#linearGradient-17)" xlink:href="#path-19"></use>
<use fill="url(#linearGradient-18)" xlink:href="#path-19"></use>
</g>
<g opacity="0.580822173" mask="url(#mask-20)">
<use fill="url(#linearGradient-21)" xlink:href="#path-23"></use>
<use fill="url(#linearGradient-22)" xlink:href="#path-23"></use>
</g>
</g>
</g>
<g id="树" stroke-width="1" fill="none" transform="translate(173.142857, 136.285714)">
<path d="M10.7226722,23.1399247 C11.4327526,23.1399247 12.0083865,23.7155586 12.0083865,24.425639 L12.0083865,30.8542105 C12.0083865,31.5642909 11.4327526,32.1399247 10.7226722,32.1399247 C10.0125918,32.1399247 9.43695795,31.5642909 9.43695795,30.8542105 L9.43695795,24.425639 C9.43695795,23.7155586 10.0125918,23.1399247 10.7226722,23.1399247 Z" id="矩形" fill="url(#linearGradient-24)" opacity="0.115257626" transform="translate(10.722672, 27.639925) rotate(-231.000000) translate(-10.722672, -27.639925) "></path>
<g id="矩形">
<use fill="#CADDFB" xlink:href="#path-25"></use>
<use fill="#ABC5EE" xlink:href="#path-25"></use>
</g>
<g id="路径-3">
<mask id="mask-29" fill="white">
<use xlink:href="#path-28"></use>
</mask>
<g id="蒙版">
<use fill="url(#linearGradient-26)" xlink:href="#path-28"></use>
<use fill="url(#linearGradient-27)" xlink:href="#path-28"></use>
</g>
<g opacity="0.580822173" mask="url(#mask-29)">
<use fill="url(#linearGradient-30)" xlink:href="#path-32"></use>
<use fill="url(#linearGradient-31)" xlink:href="#path-32"></use>
</g>
</g>
</g>
<g id="编组-6" stroke-width="1" fill="none" transform="translate(36.888980, 19.617564)">
<g id="路径-18">
<use fill="url(#linearGradient-33)" xlink:href="#path-35"></use>
<use fill="url(#linearGradient-34)" xlink:href="#path-35"></use>
</g>
<g id="路径-18">
<use fill="url(#linearGradient-36)" xlink:href="#path-39"></use>
<path stroke="url(#linearGradient-38)" stroke-width="1.02857143" d="M17.405983,4.18529533 C17.6784355,4.18529533 17.949542,4.22350122 18.2113834,4.29879698 L91.8195424,25.4657421 C92.4439034,25.6452849 92.9711248,26.0206493 93.3422558,26.5135438 C93.7133869,27.0064383 93.9284277,27.616863 93.9284277,28.2665262 L93.9284277,152.381828 C93.9284277,153.186586 93.6022351,153.915158 93.0748532,154.44254 C92.5474712,154.969922 91.8188998,155.296114 91.014142,155.296114 C90.5968041,155.296114 90.1843341,155.206479 89.8046362,155.033273 L16.1964773,121.45554 C15.6772494,121.218684 15.2510544,120.841173 14.9546664,120.380201 C14.6582783,119.919228 14.4916973,119.374795 14.4916973,118.804095 L14.4916973,7.09958105 C14.4916973,6.29482327 14.8178898,5.56625184 15.3452718,5.03886985 C15.8726538,4.51148787 16.6012252,4.18529533 17.405983,4.18529533 Z" stroke-linejoin="square" fill="url(#linearGradient-37)"></path>
</g>
<g id="路径-18">
<use fill="url(#linearGradient-40)" xlink:href="#path-43"></use>
<use fill="url(#linearGradient-41)" xlink:href="#path-43"></use>
<use fill="url(#linearGradient-42)" xlink:href="#path-43"></use>
</g>
<g id="路径-18">
<use fill="url(#linearGradient-44)" xlink:href="#path-46"></use>
<use fill="url(#linearGradient-45)" xlink:href="#path-46"></use>
</g>
<g id="编组-16" transform="translate(26.730650, 37.200129)" fill="url(#linearGradient-47)">
<path d="M36.1504386,8.49165089 L45.249285,11.1081378 C46.7183698,11.5305915 47.7303265,12.8745585 47.7303265,14.4031779 L47.7303265,24.9415287 C47.7303265,26.8350764 46.1953028,28.3701002 44.3017551,28.3701002 C43.9404088,28.3701002 43.581334,28.3129775 43.2378258,28.2008471 L34.1389794,25.2307386 C32.7285936,24.7703508 31.7743372,23.4550458 31.7743372,21.9714202 L31.7743372,11.786691 C31.7743372,9.89314325 33.3093609,8.35811953 35.2029086,8.35811953 C35.523441,8.35811953 35.8423899,8.40306764 36.1504386,8.49165089 Z M36.1504386,35.7330241 L45.249285,38.349511 C46.7183698,38.7719647 47.7303265,40.1159317 47.7303265,41.6445511 L47.7303265,52.1829019 C47.7303265,54.0764496 46.1953028,55.6114734 44.3017551,55.6114734 C43.9404088,55.6114734 43.581334,55.5543507 43.2378258,55.4422203 L34.1389794,52.4721118 C32.7285936,52.011724 31.7743372,50.696419 31.7743372,49.2127934 L31.7743372,39.0280642 C31.7743372,37.1345165 33.3093609,35.5994927 35.2029086,35.5994927 C35.523441,35.5994927 35.8423899,35.6444408 36.1504386,35.7330241 Z M12.9077452,16.1289663 L13.0338062,16.143196 L13.1685454,16.1738578 L28.9529025,20.5396496 C29.5815203,20.721369 29.943803,21.3782772 29.7620835,22.006895 C29.5946383,22.5861344 29.0195996,22.9454555 28.4195366,22.844757 L28.2948381,22.8160761 L12.5104811,18.4502843 C11.8818633,18.2685649 11.5195806,17.6116567 11.7013,16.9830389 C11.8687453,16.4037995 12.4437839,16.0444784 13.0338062,16.143196 Z M1.2533559,6.41177326 L1.37941681,6.42600302 L1.5141561,6.45666483 L28.9529025,14.1299147 C29.5815203,14.3116341 29.943803,14.9685423 29.7620835,15.5971601 C29.5946383,16.1763995 29.0195996,16.5357206 28.4195366,16.4350221 L28.2948381,16.4063412 L0.856091755,8.73309132 C0.227473938,8.55137187 -0.134808768,7.89446372 0.0469106832,7.2658459 C0.190435181,6.76935499 0.633416058,6.43443669 1.12861214,6.41104442 L1.2533559,6.41177326 Z M1.37941681,0.016268148 L1.5141561,0.046929959 L28.9529025,7.72017982 C29.5815203,7.90189928 29.943803,8.55880742 29.7620835,9.18742524 C29.5946383,9.76666464 29.0195996,10.1259858 28.4195366,10.0252873 L28.2948381,9.99660631 L0.856091755,2.32335645 C0.227473938,2.141637 -0.134808768,1.48472885 0.0469106832,0.85611103 C0.214355931,0.276871628 0.789394582,-0.0824494833 1.37941681,0.016268148 Z M11.7013,44.2244121 C11.8687453,43.6451727 12.4437839,43.2858516 13.0338062,43.3845692 L13.1685454,43.415231 L28.9529025,47.7810228 C29.5815203,47.9627422 29.943803,48.6196504 29.7620835,49.2482682 C29.5946383,49.8275076 29.0195996,50.1868287 28.4195366,50.0861302 L28.2948381,50.0574493 L12.5104811,45.6916575 C11.8818633,45.5099381 11.5195806,44.8530299 11.7013,44.2244121 Z M1.37941681,33.6673762 L1.5141561,33.698038 L28.9529025,41.3712879 C29.5815203,41.5530073 29.943803,42.2099155 29.7620835,42.8385333 C29.5946383,43.4177727 29.0195996,43.7770938 28.4195366,43.6763953 L28.2948381,43.6477144 L0.856091755,35.9744645 C0.227473938,35.7927451 -0.134808768,35.1358369 0.0469106832,34.5072191 C0.214355931,33.9279797 0.789394582,33.5686586 1.37941681,33.6673762 Z M1.37941681,27.2576413 L1.5141561,27.2883032 L28.9529025,34.961553 C29.5815203,35.1432725 29.943803,35.8001806 29.7620835,36.4287984 C29.5946383,37.0080378 29.0195996,37.367359 28.4195366,37.2666605 L28.2948381,37.2379795 L0.856091755,29.5647296 C0.227473938,29.3830102 -0.134808768,28.726102 0.0469106832,28.0974842 C0.214355931,27.5182448 0.789394582,27.1589237 1.37941681,27.2576413 Z" id="形状结合"></path>
</g>
<g id="路径-18" transform="translate(29.982982, 2.118168)">
<mask id="mask-50" fill="white">
<use xlink:href="#path-49"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-48)" xlink:href="#path-49"></use>
<g id="矩形" mask="url(#mask-50)">
<mask id="mask-54" fill="white">
<use xlink:href="#path-53"></use>
</mask>
<g id="蒙版">
<use fill="url(#linearGradient-51)" xlink:href="#path-53"></use>
<use fill="url(#linearGradient-52)" xlink:href="#path-53"></use>
</g>
<path d="M-3.0352367,9.70110614 L43.1964273,9.70110614 C45.2054836,9.70110614 46.8759974,11.2475614 47.0307209,13.250651 C47.1708986,15.065427 45.8133685,16.6502301 43.9985925,16.7904078 C43.914145,16.7969307 43.8294774,16.8001958 43.7447783,16.8001958 L-2.48688573,16.8001958 C-4.495942,16.8001958 -6.1664558,15.2537405 -6.32117931,13.250651 C-6.46135703,11.435875 -5.1038269,9.85107189 -3.28905091,9.71089418 C-3.20460338,9.70437124 -3.11993578,9.70110614 -3.0352367,9.70110614 Z" fill="#FFFFFF" filter="url(#filter-55)" mask="url(#mask-54)" transform="translate(20.354771, 13.250651) rotate(15.000000) translate(-20.354771, -13.250651) "></path>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 29 KiB

17
src/assets/svgData/icon_service_list.svg

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_服务管理_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-229.000000, -177.000000)">
<g id="服务管理" transform="translate(206.000000, 167.000000)">
<g id="icon_服务管理_nor" transform="translate(23.000000, 10.000000)">
<g id="fuwuguanli_o" transform="translate(1.000000, 2.000000)">
<path d="M18.8346866,5.12910914 L18.7662484,5.12910914 C17.6996934,5.12910914 16.8321914,4.26844829 16.8321914,3.20998303 C16.8321914,2.87560693 16.9939145,2.49434181 17.0001561,2.47918697 C17.1969359,2.03987443 17.0459411,1.50152119 16.647855,1.22521231 L14.6465164,0.119640397 L14.6171031,0.105356063 C14.2167237,-0.0669066825 13.6687197,0.0433517551 13.37018,0.351929004 C13.154137,0.57299985 12.4093333,1.20335054 11.8410091,1.20335054 C11.2652868,1.20335054 10.5188279,0.560357633 10.3016882,0.335092474 C10.003667,0.0242598017 9.46132619,-0.0924285744 9.05642016,0.079537417 L6.9838317,1.20615991 L6.95272343,1.22580582 C6.5545974,1.50100678 6.4030443,2.03934024 6.59872726,2.4769711 C6.60548733,2.49297669 6.76780868,2.87113564 6.76780868,3.21000281 C6.76780868,4.26846807 5.90030672,5.12912892 4.83377167,5.12912892 L4.75291011,5.12912892 C4.3706174,5.12912892 4.06240622,5.45145633 3.96740637,5.94996378 C3.96032724,5.98504152 3.8,6.82860865 3.8,7.50497784 C3.8,8.18047653 3.96032724,9.02374689 3.96740637,9.05854764 C4.06240624,9.55735186 4.3706174,9.87997603 4.76533348,9.87997603 L4.83377167,9.87997603 C5.90030674,9.87997603 6.76780868,10.7406567 6.76780868,11.7988054 C6.76780868,12.1354369 6.60550727,12.5152775 6.59928561,12.5298586 C6.40306421,12.9700219 6.55350062,13.5075244 6.95047004,13.7824484 L8.91392032,14.8754176 L8.94389194,14.8888908 C9.34993463,15.0661986 9.89903546,14.9505984 10.19594,14.6285677 C10.4701913,14.3345518 11.2133,13.7240844 11.7589909,13.7240844 C12.3505067,13.7240844 13.1122804,14.4074771 13.3317134,14.6476003 C13.5341365,14.8675435 13.8451793,15 14.1635604,15 C14.3122819,15 14.4530867,14.9707785 14.5820265,14.9158174 L16.6178833,13.8026878 L16.6478549,13.7835563 C17.045941,13.5075442 17.1975141,12.9700417 17.0013126,12.5321338 C16.9945127,12.5158513 16.8322113,12.1376725 16.8322113,11.7988252 C16.8322113,10.7406765 17.6997132,9.87999583 18.7662682,9.87999583 L18.846033,9.87999583 C19.2288442,9.87999583 19.5375938,9.55737166 19.6326335,9.05856744 C19.6394135,9.02376667 19.8,8.18049631 19.8,7.50499764 C19.8,6.82858886 19.6394136,5.98502172 19.6326336,5.949944 C19.5375739,5.45145633 19.2293827,5.12910914 18.8346866,5.12910914 Z M18.5117787,8.73817888 C16.9119363,8.86834042 15.6717732,10.1947062 15.6717732,11.7987856 C15.6717732,12.2515713 15.8165662,12.6852651 15.8934794,12.8847511 L14.1567805,13.8363015 C14.0713724,13.7476674 13.8191561,13.4951591 13.4759083,13.2415429 C12.8730659,12.7983131 12.2950902,12.5719005 11.7589711,12.5719005 C11.2273985,12.5719005 10.6539894,12.7926943 10.0539787,13.2303252 C9.71240587,13.4771949 9.46359955,13.7229369 9.37649638,13.8138264 L7.70598231,12.8858591 C7.78742217,12.6762829 7.92824691,12.2481881 7.92824691,11.7987856 C7.92824691,10.1947062 6.68808383,8.86834042 5.08881966,8.73817888 C5.04809973,8.50365463 4.96043823,7.94203494 4.96043823,7.50495805 C4.96043823,7.06703041 5.04809973,6.50513375 5.08881966,6.27060949 C6.68808383,6.14072493 7.92824691,4.81408217 7.92824691,3.21000281 C7.92824691,2.7597495 7.78347381,2.32465104 7.7065606,2.12546172 L9.4862328,1.15509639 C9.56370436,1.23197856 9.81761562,1.4785515 10.1648318,1.72373954 C10.7563675,2.14257523 11.3196465,2.35466398 11.8410291,2.35466398 C12.3573267,2.35466398 12.9166175,2.14651232 13.5041849,1.73580803 C13.8542327,1.49174771 14.1075856,1.24853811 14.1810888,1.17980711 L15.8940179,2.12378007 C15.8165463,2.32184166 15.6717533,2.75553545 15.6717533,3.21000283 C15.6717533,4.81408219 16.9119163,6.14072495 18.5117588,6.27060951 C18.5519403,6.50566792 18.6396018,7.0698398 18.6396018,7.50495805 C18.6396018,7.94201516 18.5519403,8.50365465 18.5117787,8.73817888 Z" id="形状" stroke="#333333" stroke-width="0.3" fill="#333333" fill-rule="nonzero"></path>
<path d="M11.80002,4.75 C12.5594116,4.75 13.2469116,5.05780423 13.7445637,5.55545635 C14.2422158,6.05310847 14.55002,6.74060847 14.55002,7.5 C14.55002,8.25939153 14.2422158,8.94689153 13.7445637,9.44454365 C13.2469116,9.94219577 12.5594116,10.25 11.80002,10.25 C11.0406285,10.25 10.3531285,9.94219577 9.85547637,9.44454365 C9.35782426,8.94689153 9.05002002,8.25939153 9.05002002,7.5 C9.05002002,6.74060847 9.35782426,6.05310847 9.85547637,5.55545635 C10.3531285,5.05780423 11.0406285,4.75 11.80002,4.75 Z" id="椭圆形" stroke="#3862FE" stroke-width="1.5"></path>
<path d="M15.0234422,22 L15.0234422,19.0997126 C16.3622344,18.8442126 17.6158176,18.3398369 18.7369068,17.6351184 C21.8937267,15.6507364 24,12.0778334 24,8 M0,8 C0,11.8530563 1.88047028,15.2553132 4.75081808,17.2926726 C5.75617296,18.0062688 6.88296488,18.5524209 8.09292603,18.8918512 L8.09292603,22" id="形状" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

16
src/assets/svgData/icon_service_monitor.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_服务监控_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-229.000000, -261.000000)">
<g id="服务监控" transform="translate(206.000000, 251.000000)">
<g id="icon_服务监控_nor" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#333333" stroke-width="1.5" x="5.75" y="1.75" width="14.5" height="14.5" rx="7.25"></rect>
<rect id="矩形" fill="#3862FE" x="12" y="4" width="2" height="2" rx="1"></rect>
<path d="M13,7.75 C13.7593915,7.75 14.4468915,8.05780423 14.9445436,8.55545635 C15.4421958,9.05310847 15.75,9.74060847 15.75,10.5 C15.75,11.2593915 15.4421958,11.9468915 14.9445436,12.4445436 C14.4468915,12.9421958 13.7593915,13.25 13,13.25 C12.2406085,13.25 11.5531085,12.9421958 11.0554564,12.4445436 C10.5578042,11.9468915 10.25,11.2593915 10.25,10.5 C10.25,9.74060847 10.5578042,9.05310847 11.0554564,8.55545635 C11.5531085,8.05780423 12.2406085,7.75 13,7.75 Z" id="椭圆形" stroke="#3862FE" stroke-width="1.5"></path>
<path d="M16.0234422,24 L16.0234422,21.0997126 C17.3622344,20.8442126 18.6158176,20.3398369 19.7369068,19.6351184 C22.8937267,17.6507364 25,14.0778334 25,10 M1,10 C1,13.8530563 2.88047028,17.2553132 5.75081808,19.2926726 C6.75617296,20.0062688 7.88296488,20.5524209 9.09292603,20.8918512 L9.09292603,24" id="形状" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

18
src/assets/svgData/icon_system_authority.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_权限管理_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-137.000000, -345.000000)">
<g id="权限管理" transform="translate(114.000000, 335.000000)">
<g id="icon_权限管理_nor" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#333333" stroke-width="1.5" x="11.75" y="3.75" width="10.5" height="10.5" rx="5.25"></rect>
<rect id="矩形" fill="#333333" x="16" y="14" width="1.5" height="10" rx="0.75"></rect>
<path d="M17,18 L21.25,18 C21.6642136,18 22,18.3357864 22,18.75 C22,19.1642136 21.6642136,19.5 21.25,19.5 L17,19.5 L17,19.5 L17,18 Z" id="矩形备份-16" fill="#333333"></path>
<path d="M2.75,21 L13.25,21 C13.6642136,21 14,21.3357864 14,21.75 C14,22.1642136 13.6642136,22.5 13.25,22.5 L2.75,22.5 C2.33578644,22.5 2,22.1642136 2,21.75 C2,21.3357864 2.33578644,21 2.75,21 Z" id="矩形" fill="#333333"></path>
<path d="M2.75,13 L7.25,13 C7.66421356,13 8,13.3357864 8,13.75 C8,14.1642136 7.66421356,14.5 7.25,14.5 L2.75,14.5 C2.33578644,14.5 2,14.1642136 2,13.75 C2,13.3357864 2.33578644,13 2.75,13 Z" id="矩形备份-17" fill="#3370FF"></path>
<path d="M2.75,5 L9.25,5 C9.66421356,5 10,5.33578644 10,5.75 C10,6.16421356 9.66421356,6.5 9.25,6.5 L2.75,6.5 C2.33578644,6.5 2,6.16421356 2,5.75 C2,5.33578644 2.33578644,5 2.75,5 Z" id="矩形备份-18" fill="#333333"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

22
src/assets/svgData/icon_system_dataset.svg

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_数据集_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-45.000000, -177.000000)" stroke-width="1.5">
<g id="数据集" transform="translate(22.000000, 167.000000)">
<g id="icon_数据集_nor" transform="translate(23.000000, 10.000000)">
<circle id="椭圆形" stroke="#333333" fill="#F0F1F4" cx="13" cy="10" r="2.25"></circle>
<circle id="椭圆形备份" stroke="#333333" fill="#F0F1F4" cx="4" cy="5" r="2.25"></circle>
<circle id="椭圆形备份-2" stroke="#333333" fill="#F0F1F4" cx="22" cy="7" r="2.25"></circle>
<circle id="椭圆形备份-4" stroke="#333333" fill="#F0F1F4" cx="23" cy="22" r="2.25"></circle>
<circle id="椭圆形备份-5" stroke="#333333" fill="#F0F1F4" cx="4" cy="21" r="2.25"></circle>
<line x1="21.1388474" y1="9.21354675" x2="14.2249908" y2="17.1415274" id="路径-8" stroke="#333333"></line>
<line x1="11.1388474" y1="12.2135468" x2="5" y2="19" id="路径-8备份" stroke="#333333"></line>
<line x1="11.6863129" y1="7.13669064" x2="4.75903614" y2="17.1415274" id="路径-8备份-2" stroke="#333333" transform="translate(8.222675, 12.139109) scale(-1, 1) translate(-8.222675, -12.139109) "></line>
<circle id="椭圆形备份-3" stroke="#3862FE" fill="#F0F1F4" cx="13" cy="19" r="2.25"></circle>
<line x1="21.7776947" y1="11.5" x2="14.7776947" y2="20.5" id="路径-8备份-3" stroke="#333333" transform="translate(18.138847, 16.213547) scale(-1, 1) translate(-18.138847, -16.213547) "></line>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

23
src/assets/svgData/icon_system_monitor.svg

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_报表监控_nor@3x</title>
<defs>
<path d="M9,2 L19,2 C21.209139,2 23,3.790861 23,6 L23,20 L23,20" id="path-1"></path>
</defs>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-137.000000, -513.000000)">
<g id="报表监控" transform="translate(114.000000, 503.000000)">
<g id="icon_报表监控_nor" transform="translate(23.000000, 10.000000)">
<path d="M18,4.75 C18.6213203,4.75 19.1838203,5.00183983 19.5909903,5.40900974 C19.9981602,5.81617966 20.25,6.37867966 20.25,7 L20.25,21 C20.25,21.6213203 19.9981602,22.1838203 19.5909903,22.5909903 C19.1838203,22.9981602 18.6213203,23.25 18,23.25 L6,23.25 C5.37867966,23.25 4.81617966,22.9981602 4.40900974,22.5909903 C4.00183983,22.1838203 3.75,21.6213203 3.75,21 L3.75,7 C3.75,6.37867966 4.00183983,5.81617966 4.40900974,5.40900974 C4.81617966,5.00183983 5.37867966,4.75 6,4.75 Z" id="矩形" stroke="#333333" stroke-width="1.5"></path>
<rect id="矩形" fill="#333333" x="3" y="8" width="17" height="1.5" rx="0.5"></rect>
<path d="M12,11.75 C13.9061464,11.75 15.5853408,13.0674949 17.1201316,15.50003 C15.5851253,17.9326742 13.9060241,19.25 12,19.25 C10.0938536,19.25 8.41465921,17.9325051 6.87986838,15.49997 C8.41487473,13.0673258 10.0939759,11.75 12,11.75 Z" id="椭圆形" stroke="#3370FF" stroke-width="1.5"></path>
<rect id="矩形" stroke="#333333" stroke-width="1.5" x="10.75" y="14.25" width="2.5" height="2.5" rx="1.25"></rect>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="路径-2" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xlink:href="#path-1"></use>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

24
src/assets/svgData/icon_system_report.svg

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_报表管理_nor@3x</title>
<defs>
<path d="M8,2 L18,2 C20.209139,2 22,3.790861 22,6 L22,20 L22,20" id="path-1"></path>
</defs>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-137.000000, -429.000000)">
<g id="报表管理" transform="translate(114.000000, 419.000000)">
<g id="icon_报表管理_nor" transform="translate(23.000000, 10.000000)">
<rect id="矩形" stroke="#333333" stroke-width="1.5" x="3.75" y="4.75" width="15.5" height="18.5" rx="3"></rect>
<rect id="矩形" stroke="#3370FF" fill="#D8D8D8" x="7.5" y="12.5" width="1" height="4" rx="0.5"></rect>
<rect id="矩形" stroke="#333333" stroke-width="1.5" fill="#D8D8D8" x="6.75" y="18.75" width="9.5" height="1" rx="0.5"></rect>
<path d="M11.5732233,9.5732233 C11.8190356,9.5 11.8815356,9.5279822 11.9267767,9.5732233 C11.9720178,9.61846441 12,9.68096441 12,9.75 L12,16.25 C12,16.3190356 11.9720178,16.3815356 11.9267767,16.4267767 C11.8815356,16.4720178 11.8190356,16.5 11.75,16.5 C11.6809644,16.5 11.6184644,16.4720178 11.5732233,16.4267767 C11.5279822,16.3815356 11.5,16.3190356 11.5,16.25 L11.5,9.75 C11.5,9.68096441 11.5279822,9.61846441 11.5732233,9.5732233 Z" id="矩形备份-12" stroke="#3370FF" fill="#D8D8D8"></path>
<path d="M15.5732233,13.5732233 C15.8190356,13.5 15.8815356,13.5279822 15.9267767,13.5732233 C15.9720178,13.6184644 16,13.6809644 16,13.75 L16,16.25 C16,16.3190356 15.9720178,16.3815356 15.9267767,16.4267767 C15.8815356,16.4720178 15.8190356,16.5 15.75,16.5 C15.6809644,16.5 15.6184644,16.4720178 15.5732233,16.4267767 C15.5279822,16.3815356 15.5,16.3190356 15.5,16.25 L15.5,13.75 C15.5,13.6809644 15.5279822,13.6184644 15.5732233,13.5732233 Z" id="矩形备份-14" stroke="#3370FF" fill="#D8D8D8"></path>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="路径-2" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xlink:href="#path-1"></use>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

18
src/assets/svgData/icon_system_role.svg

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon_角色管理_nor@3x</title>
<g id="二期" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-137.000000, -261.000000)">
<g id="角色管理" transform="translate(114.000000, 251.000000)">
<g id="img" transform="translate(23.000000, 10.000000)">
<rect id="矩形" opacity="0.300000012" x="0" y="0" width="26" height="26"></rect>
<circle id="椭圆形" stroke="#333333" stroke-width="1.5" cx="13" cy="8" r="5.25"></circle>
<path d="M19,15.8454744 C17.4290571,14.6877482 15.4656042,14 13.3355307,14 C8.17965944,14 4,18.0294373 4,23" id="路径" stroke="#333333" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M17.75,19 L23.25,19 C23.6642136,19 24,19.3357864 24,19.75 C24,20.1642136 23.6642136,20.5 23.25,20.5 L17.75,20.5 C17.3357864,20.5 17,20.1642136 17,19.75 C17,19.3357864 17.3357864,19 17.75,19 Z" id="矩形" fill="#3862FE"></path>
<path d="M17.75,22 L23.25,22 C23.6642136,22 24,22.3357864 24,22.75 C24,23.1642136 23.6642136,23.5 23.25,23.5 L17.75,23.5 C17.3357864,23.5 17,23.1642136 17,22.75 C17,22.3357864 17.3357864,22 17.75,22 Z" id="矩形备份-11" fill="#3862FE"></path>
<polyline id="路径" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="11.3941936 15.2576237 13.2647533 22 15.135313 15.2576237"></polyline>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save