style:流程图
Showing
6 changed files
with
39 additions
and
11 deletions
src/views/workflow/components/flowChart.vue
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -5,4 +5,4 @@ NODE_ENV=development |
VUE_APP_BASE_API = '/bdcdj' | ||
# 开发环境 | ||
VUE_APP_API_BASE_URL = 'http://192.168.2.88:8018' | ||
VUE_APP_API_BASE_URL = 'http://192.168.2.95:8018' | ||
... | ... |
... | ... | @@ -59,7 +59,7 @@ export default { |
}, | ||
heightNum: { | ||
type: Number, | ||
default: 285, | ||
default: 260, | ||
}, | ||
maxHeight: { | ||
type: Number, | ||
... | ... |