Skip to content

Commit

Permalink
优化:图片显示比例优化
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Dec 15, 2024
1 parent b52a4dc commit 3eb40b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ npm run build
<tbody>
<tr>
<td>
<img style="width:300px;height:450px;"
<img style="width:100%;"
src="https://linkandroid.com/app_manager/image/wechat" />
</td>
<td>
<img style="width:300px;height:450px;"
<img style="width:100%;"
src="https://linkandroid.com/app_manager/image/qq" />
</td>
</tr>
Expand Down

0 comments on commit 3eb40b4

Please sign in to comment.