cfel-base-components 2.5.57 → 2.5.59

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.5.57",
3
+ "version": "2.5.59",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -445,7 +445,6 @@ ul {
445
445
  .menu-item-icon {
446
446
  display: inline-block;
447
447
  height: 22px;
448
- width: 22px;
449
448
  color: #04073b;
450
449
 
451
450
  &:hover {
@@ -476,7 +476,6 @@ ul {
476
476
  .menu-item-icon {
477
477
  display: inline-block;
478
478
  height: 22px;
479
- width: 22px;
480
479
  color: rgba(255, 255, 255, 0.85);
481
480
 
482
481
  &:hover {
@@ -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' }}>