guhongwei 5 년 전
부모
커밋
d32f81817c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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>