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 %}