Browse Source

Merge branch 'master' of http://git.liuniu946.com/lhl/jzpc

hwq 4 năm trước cách đây
mục cha
commit
3f800457d1
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 6 0
      src/assets/css/base.css
  2. 1 1
      src/views/popularScience/Detail.vue

+ 6 - 0
src/assets/css/base.css

@@ -27,4 +27,10 @@ html {
 }
 .content-img {
 	max-width: 100%;
+}
+.new-detail {
+	max-width: 100%;
+}
+.new-detail * {
+	max-width: 100%;
 }

+ 1 - 1
src/views/popularScience/Detail.vue

@@ -1,5 +1,5 @@
 <template>
-	<div class="detail">
+	<div class="new-detail">
 		<dcontent :content="content"></dcontent>
 	</div>
 </template>