diff --git a/package.json b/package.json index 043f49b..67fc1b7 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "@babel/parser": "^7.7.4", "@riophae/vue-treeselect": "0.4.0", "ant-design-vue": "1.5.2", + "area-data": "^5.0.6", "axios": "0.24.0", "bpmn-js-token-simulation": "^0.10.0", "cache-loader": "^2.0.1", @@ -100,7 +101,7 @@ "bpmn-js": "8.9.0", "bpmn-js-properties-panel": "0.46.0", "chalk": "4.1.0", - "compression-webpack-plugin": "5.0.2", + "compression-webpack-plugin": "^5.0.2", "connect": "3.6.6", "eslint": "7.15.0", "eslint-config-airbnb-base": "^14.0.0", diff --git a/src/views/farm/task/index.vue b/src/views/farm/task/index.vue index e271561..87ff3b7 100644 --- a/src/views/farm/task/index.vue +++ b/src/views/farm/task/index.vue @@ -1,29 +1,29 @@ +.el-table .cell { + white-space: pre-line; +} +