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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/mobile/css/global.css


+ 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: 100%;height:400px;"></div>
+            <div class="box" id="main_{{v['id']}}" style="width: 90%;height:400px;"></div>
             <p>{{v['name']}}</p>
         </section>
         {% end %}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.