fix:修复组件面板样式问题

This commit is contained in:
下羊 2020-03-30 20:02:27 +08:00
parent 203bbdaaac
commit effdf1b304
2 changed files with 4 additions and 5 deletions

View File

@ -47,6 +47,6 @@
"typescript": "^3.2.2"
},
"engines": {
"node": "^10"
"node": ">=10.0.0"
}
}

View File

@ -20,12 +20,11 @@
],
"author": "xiayang.xy",
"dependencies": {
"react": "^16.8.1",
"@ali/iceluna-comp-material-show": "^1.0.11",
"@ali/iceluna-sdk": "^1.0.6-beta.6",
"@alifd/next": "^1.19.19",
"@ali/lowcode-editor-core": "0.8.0",
"@ali/iceluna-comp-material-show": "^1.0.10",
"@ali/iceluna-addon-component-list": "^1.0.11"
"@alifd/next": "^1.19.19",
"react": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",