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

部分文件因为文件数量过多而无法显示