rabin 7 лет назад
Родитель
Сommit
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 %}