rabin 7 years ago
parent
commit
ccc9de6410
1 changed files with 2 additions and 2 deletions
  1. 2 2
      front/templates/pc/device/screens.html

+ 2 - 2
front/templates/pc/device/screens.html

@@ -13,7 +13,7 @@
 	    			<h1>{{data['info']['welcome']}}</h1>
 	    		</div>
 	    		<div class="main">
-	                <div class="left w-half">
+	                <div>
 	                    <div class="pannel" name="chart" id="chart">
 	                        <h2>今日(<span class="name">{{data['deviceInfo']['name']}}</span>)数据趋势</h2>
 	                        <div class="box" id="main" style="width: 100%;height:300px;">
@@ -52,7 +52,7 @@
                             {% if data['ajax'] == False %}
                         </div>
 	                </div>
-	                <div class="right w-half" id="loadMain_1">
+	                <div id="loadMain_1">
 	                	{% end %}
 	                	{% for k in data['deviceList'] %}
 	                	{%set data['list']=data['deviceList'][k] %}