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>