@lambo-design/pro-layout 1.0.0-beta.390 → 1.0.0-beta.391

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.390",
3
+ "version": "1.0.0-beta.391",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -174,13 +174,13 @@ export default {
174
174
  this.$emit('menu-width-change', totalWidth);
175
175
 
176
176
  //重新调整样式
177
- menuItems.forEach((item, index) => {
178
- if(!(this.pointer <= index && index < (this.pointer + this.displayMenuNum))){
179
- item.style.display = 'none';
180
- }else{
181
- item.style.display = 'block'
182
- }
183
- });
177
+ // menuItems.forEach((item, index) => {
178
+ // if(!(this.pointer <= index && index < (this.pointer + this.displayMenuNum))){
179
+ // item.style.display = 'none';
180
+ // }else{
181
+ // item.style.display = 'block'
182
+ // }
183
+ // });
184
184
  });
185
185
  },
186
186
  estimateMenuItemWidth(item) {