rabin 7 년 전
부모
커밋
c89c93dd84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/templates/mobile/origin/env.html

+ 1 - 1
web/templates/mobile/origin/env.html

@@ -12,7 +12,7 @@
     <section class="m-wrapper charts">
         {% for v in data['list'] %}
         <section class="img-wrap">
-            <div class="box" id="main_{{v['id']}}" style="width: 90%;height:400px;"></div>
+            <div class="box" id="main_{{v['id']}}" style="width: 100%;height:400px;"></div>
             <p>{{v['name']}}</p>
         </section>
         {% end %}