Fix:2424 【商城小程序】千县—文化图片高度存在拉伸(长宽统一改为1:1正方形)

This commit is contained in:
modendeveloper
2024-10-11 21:26:30 +08:00
parent 226a17f420
commit 8536ad2aca
+1 -1
View File
@@ -1469,7 +1469,7 @@ export default {
.img {
display: block;
width: 320rpx;
height: 360rpx;
height: 320rpx;
border-radius: 16rpx;
}
&:nth-child(2n) {