소스 검색

7706样式bug

zhouna 4 년 전
부모
커밋
bcb9bcf604
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      src/css/staticInfo.less
  2. 1 1
      src/css/staticInfoOut.less

+ 3 - 0
src/css/staticInfo.less

@@ -97,6 +97,9 @@
 
   .infos>div {
     margin-right: 6.5%;
+    .contentWrapper img{
+      max-width: 100%;
+    }
   }
 
   .title {

+ 1 - 1
src/css/staticInfoOut.less

@@ -78,7 +78,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
   .infos>div {
     margin-right: 6.5%;
     .contentWrapper img{
-      width: 100%;
+      max-width: 100%;
     }
   }