Browse Source

修改图标大小

release
zhaoyongnian 5 years ago
parent
commit
58568855c8
  1. 4
      pages/index/index.wxss

4
pages/index/index.wxss

@ -186,8 +186,8 @@ page {
}
.sudoku .item image {
width: 64rpx;
height: 64rpx;
width: 90rpx;
height: 90rpx;
object-fit: contain;
}

Loading…
Cancel
Save