rk-web-core 0.11.8 → 0.11.11

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,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-web-core",
3
3
  "description": "iep core utils",
4
- "version": "0.11.8",
4
+ "version": "0.11.11",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -717,6 +717,9 @@ html {
717
717
  .rk-web-core-slider-inner-footer span:active svg {
718
718
  fill: var(--antd-wave-shadow-color);
719
719
  }
720
+ .rk-web-core-slider .ant-menu-item:first-child {
721
+ margin-top: 0;
722
+ }
720
723
  .rk-web-core-slider .ant-menu-item .iconfont + span,
721
724
  .rk-web-core-slider .ant-menu-submenu-title .iconfont + span {
722
725
  opacity: 1;
@@ -1385,7 +1388,7 @@ html {
1385
1388
  .el-loading-mask {
1386
1389
  position: absolute;
1387
1390
  z-index: 2000;
1388
- background-color: transparent !important;
1391
+ background-color: rgba(0, 0, 0, 0.2) !important;
1389
1392
  margin: 0;
1390
1393
  top: 0;
1391
1394
  right: 0;