预设图片大小, 加快渲染速度

This commit is contained in:
jqtmviyu@gmail.com 2021-02-25 16:43:31 +08:00
parent 0d83e8259b
commit 52f82f2936

View File

@ -150,7 +150,9 @@ export default {
width: 33.33%; width: 33.33%;
text-align: center; text-align: center;
image { image {
width: 70%; width: 128rpx;
height: 128rpx;
background-color: #eee;
} }
} }
} }