Skip to content

Commit

Permalink
fix 捏脸数据样式兼容调整
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuana committed Apr 1, 2024
1 parent d257a21 commit 510deae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/assets/css/face/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.flex;
.pointer;
.r(10px);
.size(190px,280px);
height: 280px;
flex-shrink: 0;
flex-direction: column;
padding: 15px;
Expand All @@ -25,7 +25,7 @@
}

.u-img {
.size(160px);
.size(auto,160px);
.r(10px);
}
.m-tags {
Expand Down Expand Up @@ -162,3 +162,7 @@
.m-face-list--all > .m-body-item {
max-width: 200px;
}

.m-face-list--all > .m-face-item {
max-width: 190px;
}

0 comments on commit 510deae

Please sign in to comment.