feat: 楼层装修新增绑定分类功能

This commit is contained in:
学习很差啦
2022-10-19 11:56:08 +08:00
parent 17a4131bf1
commit bb93be2fb1
6 changed files with 178 additions and 23 deletions

View File

@@ -89,7 +89,7 @@ export default {
// this.handleClickChild(category[0], 0);
},3000)
}
},
},
};
@@ -114,5 +114,6 @@ export default {
}
.wrapper {
overflow: hidden;
display: flex;
}
</style>