fix: 修复工作汇报正文被图片撑开页面的问题

This commit is contained in:
Mr.Huan 2022-01-27 17:11:48 +08:00
parent 09fa33236f
commit 0993d87799

View File

@ -145,6 +145,11 @@
line-height: 24px;
}
}
img {
width: 100%;
height: auto;
}
}
}