@lambo-design/pro-layout 1.0.0-beta.37 → 1.0.0-beta.38

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/package.json +3 -3
  2. package/src/index.vue +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.37",
3
+ "version": "1.0.0-beta.38",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -10,8 +10,8 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "devDependencies": {
13
- "@lambo-design/shared": "^1.0.0-beta.26",
14
- "@lambo-design/core": "^4.7.1-beta.45"
13
+ "@lambo-design/core": "^4.7.1-beta.45",
14
+ "@lambo-design/shared": "^1.0.0-beta.26"
15
15
  },
16
16
  "scripts": {}
17
17
  }
package/src/index.vue CHANGED
@@ -237,8 +237,8 @@ export default {
237
237
  }
238
238
  .pro-layout-sider{
239
239
  overflow: hidden;
240
- /deep/.ivu-layout-sider-children{
241
- height: ~"calc(100vh - 65px)";
240
+ .ivu-layout-sider-children{
241
+ height: calc(100vh - 65px);
242
242
  overflow-y: scroll;
243
243
  margin-right: -18px;
244
244
  }