Commit 35574e67 by halweg

fix : 多图换行问题

parent 4476753b
......@@ -85,7 +85,6 @@
width: calc(100% - 288px);
display: -webkit-box;
display: flex;
padding-right: 150px;
}
.joshine-review-container .joshine-review-list-item .joshine-review-detail {
padding-right: 40px;
......@@ -94,6 +93,7 @@
.joshine-review-container .joshine-review-list-item .joshine-review-pics {
width: 50%;
display: flex;
flex-wrap: nowrap;
}
.joshine-review-container .joshine-review-list-item .joshine-review-pic-item {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment