소스 검색

Set body style margin be 0px 0px 0px 0px

An An 5 년 전
부모
커밋
de644336c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/assets/AAChartView.html

+ 1 - 1
app/src/main/assets/AAChartView.html

@@ -33,7 +33,7 @@
                 }
             </style>
             </head>
-    <body>
+    <body style="margin:0px 0px 0px 0px;">
     <div id="container" style="width:100%; height: 100%;"></div>
         </div>
     </body>