xrk-components 2.0.0-beta.41 → 2.0.0-beta.42

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.
Files changed (2) hide show
  1. package/lib/index.css +2 -0
  2. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -20190,6 +20190,7 @@
20190
20190
  }
20191
20191
  .base-layout-body > .content[data-v-b5383626] {
20192
20192
  border-radius: 4px;
20193
+ overflow: auto;
20193
20194
  background-color: var(--base-layout-body-bg, #fff);
20194
20195
  }
20195
20196
  .base-layout-body .body-top[data-v-b5383626] {
@@ -20207,6 +20208,7 @@
20207
20208
  .base-layout-menu .main-menu[data-v-1bea9a2a] {
20208
20209
  width: 100%;
20209
20210
  height: 100%;
20211
+ overflow: auto;
20210
20212
  }
20211
20213
  .base-layout-menu .main-menu[data-v-1bea9a2a] .xrk-collapse-item__content {
20212
20214
  padding-bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "2.0.0-beta.41",
3
+ "version": "2.0.0-beta.42",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",