hy-logic-flow 1.0.4 → 1.0.6

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": "hy-logic-flow",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "基于vue、ant-design-vue、logic-flow的流程设计组件",
6
6
  "author": "NRF",
@@ -1,6 +1,6 @@
1
1
  .designer-wrap {
2
2
  width: 100%;
3
- height: 100vh;
3
+ height: 100%;
4
4
  overflow: hidden;
5
5
 
6
6
  .designer-nav-box {
@@ -1120,8 +1120,8 @@
1120
1120
  width: 45%;
1121
1121
  color: #c0c4cc;
1122
1122
  font-size: 13px;
1123
- height: 40px;
1124
- line-height: 40px;
1123
+ min-height: 40px;
1124
+ // line-height: 40px;
1125
1125
  -webkit-box-sizing: border-box;
1126
1126
  box-sizing: border-box;
1127
1127
  border-radius: 5px;