Browse Source

更新 'templates/optim.html'

nemo0526 3 năm trước cách đây
mục cha
commit
df6c05ef09
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      templates/optim.html

+ 4 - 1
templates/optim.html

@@ -17,10 +17,13 @@
         
     </div>
      <div id="tower_temperature">
+        <div id="tower_temperature">
         <div scr="hot_water" style="width: 300px;height:300px;color: #26b72b;float:left">熱水溫度</div>
-          <h1>Item ID: {{ temp }}</h1>
+          <font size="1">Hot temp: {{ temp }}</font><br>
         <div id="cold_water" style="width: 300px;height:300px;color: #8600FF;float:left">冷水溫度</div>
+          <font size="1">Cold temp: {{ temp2 }}</font><br>
         <div id="wet_water" style="width: 300px;height:300px;color: #737300;float:left">濕球溫度</div>
+          <font size="1">Wet temp: {{ temp3 }}</font><br>
     </div>
     <style>
 table {