rk-web-core 0.12.62 → 0.12.64

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.12.62",
4
+ "version": "0.12.64",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -621,9 +621,6 @@ html {
621
621
  .rk-web-core-slider .ant-layout-sider-collapsed .ant-menu-vertical-left {
622
622
  border-right: none !important;
623
623
  }
624
- .rk-web-core-slider .ant-menu-sub li span {
625
- margin-left: var(--left);
626
- }
627
624
  .rk-web-core-slider-inner {
628
625
  overflow: hidden;
629
626
  height: calc(100vh - 70px);