cfel-base-components 2.5.65 → 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.65",
3
+ "version": "2.5.67",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -7,7 +7,7 @@ ul {
7
7
  }
8
8
 
9
9
  .ant-layout {
10
- background: linear-gradient(223deg, #fef8ff 0%, #ecf3fe 29%, #f9faff 100%);
10
+ background: linear-gradient( 223deg, #F3FBFD 0%, #F6FCFB 30%, #F8FDFA 100%);;
11
11
  box-shadow: inset 0px -1px 0px 0px #edeefd;
12
12
  }
13
13
 
@@ -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;
@@ -4,7 +4,7 @@ import UserCard from './user-card'
4
4
  import RcMenu, { SubMenu, MenuItem } from 'rc-menu'
5
5
  import { CloseCircleOutlined, RightOutlined } from '@ant-design/icons'
6
6
  const { Sider } = Layout
7
- import './index.scss'
7
+ import './index-cloud.scss'
8
8
 
9
9
  interface TreeNode {
10
10
  key: string
@@ -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' : ''}`}