This commit is contained in:
kbing1981 2024-07-26 14:26:50 +08:00
parent aad9d12b4b
commit c0753f1fcb
1 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@
white-space: nowrap;
}
.item-view{
width:62%;
width:60%;
height: 100%;
display: flex;
flex-direction: column;
@ -357,7 +357,7 @@
}
.item-img{
width: 240rpx;
height: 210rpx;
height: 200rpx;
border-radius: 14rpx;
position: relative;
}