module-menu 0.2.18 → 0.2.19

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": "module-menu",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -233,7 +233,7 @@ const ModuleMenu = ({ sysName, stash }) => {
233
233
  : '70px',
234
234
  lineHeight:
235
235
  item.children.length > 6
236
- ? '140px'
236
+ ? '45px'
237
237
  : item.children.length > 3
238
238
  ? '45px'
239
239
  : '70px',