cfel-base-components 2.5.57 → 2.5.58
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
|
@@ -144,7 +144,6 @@ export default function LiosLayout(props: LiosLayoutlProps) {
|
|
|
144
144
|
|
|
145
145
|
// 设置选中的菜单项
|
|
146
146
|
const selectedPath = findKeyPath('/' + location.pathname.split('/')[2])
|
|
147
|
-
console.log(selectedPath)
|
|
148
147
|
|
|
149
148
|
setSelectKey(selectedPath)
|
|
150
149
|
}, [location.pathname])
|
|
@@ -273,7 +272,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
|
|
|
273
272
|
</div>
|
|
274
273
|
</div>
|
|
275
274
|
)}
|
|
276
|
-
|
|
275
|
+
|
|
277
276
|
{!collapsed && <div style={{ height: 24 }}></div>}
|
|
278
277
|
|
|
279
278
|
<div style={{ width: '100%', padding: '0 16px' }}>
|