Skip to content

Commit

Permalink
fix: house
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed Jun 13, 2024
1 parent 996460d commit badadd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/assets/css/exterior/house.less
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
}
}
}
&:not(:first-child) {
.mt(10px);
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/exterior/house.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="u-item" v-for="index in 8" :key="index">{{ index }}</div>
</div>
<div class="m-goods">
<div class="m-item">
<div class="m-item" v-for="index in 8" :key="index">
<div class="m-item__top">
<div class="u-logo"></div>
<div class="m-info">
Expand Down

0 comments on commit badadd7

Please sign in to comment.