cfel-base-components 2.5.66 → 2.5.67

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.66",
3
+ "version": "2.5.67",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -74,7 +74,7 @@ ul {
74
74
  }
75
75
  }
76
76
 
77
- .layout-menu {
77
+ .layout-menu-cloud {
78
78
  border-radius: 16px;
79
79
  height: calc(100% - 109px);
80
80
  overflow-y: scroll;
@@ -276,7 +276,7 @@ export default function LiosLayout(props: LiosLayoutlProps) {
276
276
 
277
277
  {!collapsed && <div style={{ height: 12 }}></div>}
278
278
 
279
- <div className="layout-menu">
279
+ <div className="layout-menu-cloud">
280
280
  <RcMenu
281
281
  mode={collapsed ? 'vertical' : 'inline'}
282
282
  className={`menu${collapsed ? '-collapsed' : ''}`}