cfel-base-components 2.7.2 → 2.7.4

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": "cfel-base-components",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -239,7 +239,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
239
239
  <img
240
240
  style={{ cursor: homeEnabled ? 'pointer' : 'default' }}
241
241
  className="logo-base current-logo"
242
- src={ logoUrl}
242
+ src={ logo || logoUrl}
243
243
  />
244
244
  </div>
245
245
 
@@ -306,7 +306,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
306
306
  </div>
307
307
  )}
308
308
 
309
- <Layout>
309
+ <Layout style={{backgroundColor:'transparent'}}>
310
310
  <div className={`layout-body${isHideHeader ? ' no-header' : ''}`}>
311
311
  {Array.isArray(menuList) && menuList.length > 0 && (
312
312
  <Sider