rk-web-core 0.10.58 → 0.10.61

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.10.58",
4
+ "version": "0.10.61",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -334,6 +334,9 @@
334
334
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
335
335
  overflow: hidden;
336
336
  }
337
+ .rk-web-core-slider .ant-menu-sub li span {
338
+ margin-left: var(--left);
339
+ }
337
340
  .rk-web-core-slider-inner {
338
341
  overflow: hidden;
339
342
  height: calc(100vh - 70px);