cfel-base-components 2.5.64 → 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
|
@@ -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
|
|
|
@@ -662,7 +662,7 @@ body {
|
|
|
662
662
|
.layout-header {
|
|
663
663
|
z-index: 1;
|
|
664
664
|
height: $header-height;
|
|
665
|
-
background: linear-gradient(223deg, #faf8ff 0%, #
|
|
665
|
+
background: linear-gradient(223deg, #faf8ff 0%, #eefaf5 29%, #ffffff 100%);
|
|
666
666
|
border-radius: 16px;
|
|
667
667
|
border: 1px solid #ffffff;
|
|
668
668
|
position: relative;
|
|
@@ -763,7 +763,7 @@ body {
|
|
|
763
763
|
position: absolute;
|
|
764
764
|
z-index: 1000;
|
|
765
765
|
width: 88%;
|
|
766
|
-
background: linear-gradient(
|
|
766
|
+
background: linear-gradient(218deg, #fefefe 0%, #f6fcfb 29%, #e5f6fa8c 100%);
|
|
767
767
|
box-shadow: inset 0px -1px 0px 0px #edeefd;
|
|
768
768
|
color: black;
|
|
769
769
|
border-radius: 16px;
|
|
@@ -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
|