style 삭제

This commit is contained in:
yoon 2025-03-17 13:22:50 +09:00
parent de9c8d5638
commit 051bdcf0a0

View File

@ -64,13 +64,3 @@ watch(() => props.selectedCategory, (newVal) => {
});
</script>
<style scoped>
@media (max-width: 768px) {
.cate-list {
overflow-x: scroll;
flex-wrap: nowrap !important;
}
}
</style>