workflow-editor 0.9.68-boe4 → 0.9.68-boe6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-editor",
3
- "version": "0.9.68-boe4",
3
+ "version": "0.9.68-boe6",
4
4
  "description": "流程编辑器",
5
5
  "main": "lib/workflow-editor.umd.min.js",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  "element-ui": "2.15.3",
34
34
  "eslint": "5.16.0",
35
35
  "eslint-plugin-vue": "5.2.2",
36
- "imatrix-ui": "2.8.24",
36
+ "imatrix-ui": "2.9.15-boe6",
37
37
  "node-sass": "4.12.0",
38
38
  "nprogress": "^0.2.0",
39
39
  "sass-loader": "^7.1.0",
@@ -576,8 +576,9 @@ section{
576
576
  // 在scss中需要使用/deep/这个别名来代替 '>>>'
577
577
  .tabs /deep/ .el-tabs__content{
578
578
  height: calc(100% - #{$tabsHeaderHeight});
579
- padding:0px;
579
+ padding:10px;
580
580
  width:100%;
581
+ box-sizing: border-box;
581
582
  }
582
583
 
583
584
  .canvas,.xml{