rabin 7 년 전
부모
커밋
6fca24f163
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      front/static/pc/css/global.css
  2. 1 1
      front/templates/pc/device/inc/data.html
  3. 1 1
      front/templates/pc/device/mul.html

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


+ 1 - 1
front/templates/pc/device/inc/data.html

@@ -10,7 +10,7 @@
 {% if num > 0 %}
 <div class="pannel">
 	<h2>{{v['name']}}</h2>
-    <div class="ul3">
+    <div class="ul3 clearfix">
         {% for value in v['device'] %}
         {% if value['hardware_type'] == 5 %}
 		<dl>

+ 1 - 1
front/templates/pc/device/mul.html

@@ -33,7 +33,7 @@
 </style>
     <div class="pannel">
     	<h2>批量控制</h2>
-        <div class="ul3">
+        <div class="ul3 clearfix">
             {% for value in data['list'] %}
             {%set layer = '' %}
             {% if value['oper'] %}

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