- 在 app.wxss 文件中添加了 image 样式 - 给图片元素添加了 1rpx 的 #eee 颜色边框
@@ -221,3 +221,6 @@ view {
margin: 28rpx;
border-radius: 20rpx;
} */
+image {
+ border: 1rpx solid #eee;
+}