@bit-sun/business-component 2.3.22-beta3 → 2.3.22-beta5
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/dist/index.esm.js
CHANGED
|
@@ -13412,7 +13412,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
13412
13412
|
if (!authButton.filter(function (itemInner) {
|
|
13413
13413
|
return Item === itemInner;
|
|
13414
13414
|
}).length) {
|
|
13415
|
-
resourceCodeArray[item].visible =
|
|
13415
|
+
resourceCodeArray[item].visible = true;
|
|
13416
13416
|
}
|
|
13417
13417
|
});
|
|
13418
13418
|
}
|
package/dist/index.js
CHANGED
|
@@ -13431,7 +13431,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
13431
13431
|
if (!authButton.filter(function (itemInner) {
|
|
13432
13432
|
return Item === itemInner;
|
|
13433
13433
|
}).length) {
|
|
13434
|
-
resourceCodeArray[item].visible =
|
|
13434
|
+
resourceCodeArray[item].visible = true;
|
|
13435
13435
|
}
|
|
13436
13436
|
});
|
|
13437
13437
|
}
|
package/package.json
CHANGED
|
@@ -157,7 +157,7 @@ export default (props: any) => {
|
|
|
157
157
|
Item = item.substr(0, item.length - 1);
|
|
158
158
|
}
|
|
159
159
|
if (!authButton.filter((itemInner: any) => Item === itemInner).length) {
|
|
160
|
-
resourceCodeArray[item].visible =
|
|
160
|
+
resourceCodeArray[item].visible = true;
|
|
161
161
|
}
|
|
162
162
|
});
|
|
163
163
|
|
|
@@ -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;
|