@lambo-design/pro-layout 1.0.0-beta.226 → 1.0.0-beta.228

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.226",
3
+ "version": "1.0.0-beta.228",
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.43",
14
- "@lambo-design/core": "^4.7.1-beta.59"
13
+ "@lambo-design/shared": "^1.0.0-beta.115",
14
+ "@lambo-design/core": "^4.7.1-beta.118"
15
15
  },
16
16
  "scripts": {}
17
17
  }
@@ -132,6 +132,6 @@ export default {
132
132
  </script>
133
133
 
134
134
 
135
- <style lang="less">
135
+ <style lang="less" scoped>
136
136
  @import '../styles/other-menu.less';
137
137
  </style>
@@ -40,6 +40,7 @@
40
40
  import sider from '../utils/sider'
41
41
  import menuItem from '../utils/menuItem'
42
42
  import Bus from '@lambo-design/shared/utils/bus'
43
+ import {deepCopy} from '@lambo-design/shared/utils/assist'
43
44
 
44
45
  export default {
45
46
  name: 'ProLayoutSiderMenuItem',
@@ -168,5 +168,6 @@
168
168
  }
169
169
  .menu-title{
170
170
  width: 70%;
171
- word-wrap: break-word
171
+ word-wrap: break-word;
172
+ display: inline-block;
172
173
  }