Authored by hongyong.zhao

长文章图片满屏,两边不留白修改

... ... @@ -266,9 +266,11 @@ export default {
}
img {
max-width: 100% !important;
max-width: calc(100% + 60px) !important;
height: auto !important;
display: block;
position: relative;
left: -30px;
}
p {
... ...