guhongwei 5 years ago
parent
commit
d32f81817c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/pages/news/views/detail.vue

+ 6 - 0
src/pages/news/views/detail.vue

@@ -78,4 +78,10 @@ p {
   font-size: 18px;
   text-indent: 2rem;
 }
+/deep/.content p img {
+  width: 100%;
+  height: 195px;
+  position: relative;
+  left: -30px;
+}
 </style>