@bit-sun/business-component 2.3.22-beta3 → 2.3.22-beta4
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 +1 -1
- package/src/styles/bsDefault.less +0 -22
package/package.json
CHANGED
|
@@ -1063,15 +1063,6 @@ ol {
|
|
|
1063
1063
|
color: #ffffff;
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
|
-
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
|
|
1067
|
-
.ant-menu-item-selected {
|
|
1068
|
-
background: linear-gradient(
|
|
1069
|
-
to left,
|
|
1070
|
-
#000c17 0%,
|
|
1071
|
-
#000c17 30%,
|
|
1072
|
-
rgb(0, 54, 144)
|
|
1073
|
-
);
|
|
1074
|
-
}
|
|
1075
1066
|
.ant-pro-sider .ant-menu {
|
|
1076
1067
|
background: #494B4A !important;
|
|
1077
1068
|
color: #b1bad4;
|
|
@@ -1509,13 +1500,6 @@ body .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
|
1509
1500
|
|
|
1510
1501
|
.ant-menu-submenu-title:hover,
|
|
1511
1502
|
.ant-menu-item:hover {
|
|
1512
|
-
background: linear-gradient(
|
|
1513
|
-
to left,
|
|
1514
|
-
#000c17 0%,
|
|
1515
|
-
#000c17 30%,
|
|
1516
|
-
rgb(0, 54, 144)
|
|
1517
|
-
);
|
|
1518
|
-
border-left: 2px solid #02B56E !important;
|
|
1519
1503
|
box-sizing: border-box;
|
|
1520
1504
|
}
|
|
1521
1505
|
|
|
@@ -1591,12 +1575,6 @@ body .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
|
1591
1575
|
.ant-pro-sider-menu
|
|
1592
1576
|
> .ant-menu-item-group
|
|
1593
1577
|
> .ant-menu-item-group-title:hover {
|
|
1594
|
-
background: linear-gradient(
|
|
1595
|
-
to left,
|
|
1596
|
-
#000c17 0%,
|
|
1597
|
-
#000c17 30%,
|
|
1598
|
-
rgb(0, 54, 144)
|
|
1599
|
-
);
|
|
1600
1578
|
border-left: 2px solid #02B56E !important;
|
|
1601
1579
|
box-sizing: border-box;
|
|
1602
1580
|
cursor: pointer;
|