module-menu 0.3.33 → 0.3.34

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.3.33",
3
+ "version": "0.3.34",
4
4
  "description": "城市大数据平台公共头部及尾部",
5
5
  "main": "src/pages/index.jsx",
6
6
  "scripts": {
@@ -352,7 +352,7 @@ const ModuleUser = ({
352
352
  marginLeft: '10px',
353
353
  verticalAlign: '-2px',
354
354
  fontSize: '16px',
355
- fontWeight: '500',
355
+ fontWeight: '400',
356
356
  // color: stash !== 'LNRD'? null: '#FFFFFF'
357
357
  color: ['LNRD', 'HBJK'].includes(stash) ? '#FFFFFF' : null,
358
358
  }}