cfel-base-components 2.5.65 → 2.5.66

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.66",
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
 
@@ -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