Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Dec 21, 2023
1 parent 9814e00 commit 4546f41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/assets/css/body/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
.list {
.flex;
gap: 20px;
.item{
.r(10px);
border: 1px solid #f9f9f9;
box-shadow: 0 0 0 0;
}
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/assets/css/common/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
height: 60px;
box-sizing: border-box;
padding: 10px 15px;
align-items: center;
overflow-x: auto;
align-items: center;
gap: 10px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

Expand Down
3 changes: 3 additions & 0 deletions src/components/furniture/furniture_set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export default {
<style lang="less" scoped>
.m-furniture-set {
.r(10px);
padding: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
.u-item {
.flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions src/components/homeland/furniture_set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
.flex;
flex-wrap: wrap;
align-items: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
.u-item {
.db;
transition: all 0.1s ease-in-out;
Expand Down

0 comments on commit 4546f41

Please sign in to comment.