From 44ed0cec5911a188595b3f29119c0948f7a3d327 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 18 Aug 2020 10:55:02 +0800 Subject: [PATCH] Update image.html --- app/wechat/view/api/review/image.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/wechat/view/api/review/image.html b/app/wechat/view/api/review/image.html index 4cc7be1e5..a5ef37dd7 100644 --- a/app/wechat/view/api/review/image.html +++ b/app/wechat/view/api/review/image.html @@ -19,7 +19,8 @@ } .container .content img { - max-width: 100% + max-width: 100%; + box-shadow: 0 0 3px #666 } {/block} \ No newline at end of file