Explorar el Código

测温记录样式

钞小赢 hace 5 años
padre
commit
67b154f541

+ 1 - 1
depot-web/src/main/resources/static/app/intelligent/grainDetection/controller/humitureDetectionModel.js

@@ -367,7 +367,7 @@ angular.module('app.intelligent').controller("humitureDetectionModel", function
367
                             "<td style=\"border-style: none none none solid;\"></td>");
367
                             "<td style=\"border-style: none none none solid;\"></td>");
368
                         for (var j = 0; j < 3; j++) {
368
                         for (var j = 0; j < 3; j++) {
369
                             $("#table_avg tr").eq(layerSizePlus + 1).append(
369
                             $("#table_avg tr").eq(layerSizePlus + 1).append(
370
-                                "<td style=\"border-style: none none solid none;\"></td>");
370
+                                "<td style=\"border-style: none;\"></td>");
371
                         }
371
                         }
372
                         layerSizePlus++;
372
                         layerSizePlus++;
373
                     }
373
                     }

+ 2 - 2
depot-web/src/main/resources/static/app/intelligent/grainDetection/views/humitureDetection-model.html

@@ -105,8 +105,8 @@
105
                     </td>
105
                     </td>
106
                 </tr>
106
                 </tr>
107
                 <tr>
107
                 <tr>
108
-                    <td style="border-style: none none solid solid;text-align: center;">外湿:</td>
109
-                    <td colspan="{{td_type_5_1}}" style="border-style: none solid solid none;text-align: left;">
108
+                    <td style="border-style: none ;text-align: center;">外湿:</td>
109
+                    <td colspan="{{td_type_5_1}}" style="border-style:none;text-align: left;">
110
                         <div ng-if="outh==250">
110
                         <div ng-if="outh==250">
111
                             <span style="color: red;">-1</span>
111
                             <span style="color: red;">-1</span>
112
                         </div>
112
                         </div>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 57891 - 54749
depot-web/src/main/resources/static/build/app.js