cfel-base-components 2.5.68 → 2.5.69

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.68",
3
+ "version": "2.5.69",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -6,10 +6,7 @@ ul {
6
6
  margin: 0;
7
7
  }
8
8
 
9
- .ant-layout {
10
- background: linear-gradient(223deg, #fef8ff 0%, #ecf3fe 29%, #f9faff 100%);
11
- box-shadow: inset 0px -1px 0px 0px #edeefd;
12
- }
9
+
13
10
 
14
11
  .ant-popover-inner {
15
12
  padding: 8px !important;
@@ -484,7 +481,8 @@ body {
484
481
  .layout-warps {
485
482
  display: flex;
486
483
  padding: 12px;
487
- background-color: #f3f6fd;
484
+ background: linear-gradient(223deg, #fef8ff 0%, #ecf3fe 29%, #f9faff 100%);
485
+ box-shadow: inset 0px -1px 0px 0px #edeefd;
488
486
 
489
487
  ::-webkit-scrollbar {
490
488
  display: none;
@@ -1,9 +1,6 @@
1
1
  $menuPrefixCls: rc-menu;
2
2
 
3
- .ant-layout {
4
- background: linear-gradient(223deg, #fef8ff 0%, #eceefe 29%, #fff9fe 100%) !important;
5
- box-shadow: inset 0px -1px 0px 0px #edeefd !important;
6
- }
3
+
7
4
 
8
5
  ul {
9
6
  list-style: none;
@@ -515,7 +512,8 @@ body {
515
512
  .layout-warps-console {
516
513
  display: flex;
517
514
  padding: 12px;
518
- background-color: #f3f6fd;
515
+ background: linear-gradient(223deg, #fef8ff 0%, #eceefe 29%, #fff9fe 100%) !important;
516
+ box-shadow: inset 0px -1px 0px 0px #edeefd !important;
519
517
 
520
518
  ::-webkit-scrollbar {
521
519
  display: none;