首页+侧边栏

This commit is contained in:
2024-08-05 15:34:57 +08:00
parent ad0acc0f22
commit 38145f08ac
22 changed files with 308 additions and 314 deletions

View File

@@ -141,7 +141,7 @@ export default {
const width = window.innerWidth - 700;
console.log(width);
console.log('window.innerWidth:', window.innerWidth);
this.visibleNumber = parseInt(width / 120);
this.visibleNumber = parseInt(width / 110);
console.log('this.visibleNumber:', this.visibleNumber);
},
// 菜单选择事件