Fix: 文章内容详情页图片宽度溢出

This commit is contained in:
XPoet 2020-03-26 21:14:55 +08:00
parent 958cfb9d26
commit 941b12fa34
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
color: #5F5F5F; color: #5F5F5F;
font-size: 16px; font-size: 16px;
} }
img {
width: 100%;
}
} }