hookehuyr

style(collectionSettings): 调整身份证图片高度以改善显示效果

...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,7 @@
397 397
398 .idcard-img-image { 398 .idcard-img-image {
399 width: 100%; 399 width: 100%;
400 - height: 250rpx; 400 + height: 350rpx;
401 border-radius: 12rpx; 401 border-radius: 12rpx;
402 object-fit: cover; 402 object-fit: cover;
403 } 403 }
......