@@ -96,6 +96,10 @@ export default {
.article-content {
margin-top: 24px;
color: #ffffff;
+ ::v-deep img{
+ max-width: 100% !important;
+ height: auto !important;
+ }
}