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
|
@@ -7,7 +7,7 @@ ul {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.ant-layout {
|
|
10
|
-
background: linear-gradient(223deg, #
|
|
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' : ''}`}
|