oyq28 1 vuosi sitten
vanhempi
commit
1f285e1182

+ 1 - 4
src/main/resources/static/admin/bigScreen/index.html

@@ -14,7 +14,7 @@
             width: 100%;
             height: 100%;
             text-align: center;
-            font-size: 2.5em;
+            font-size: 3.8em;
             line-height: 80px;
             color: #fff;
         }
@@ -137,9 +137,6 @@
                                 </thead>
                                 <tbody>
                                 <tr>
-                                    <td>型号</td>
-                                    <td>${device.deviceModel? device.deviceModel : '未知'}</td>
-                                </tr>
                                     <td>主程序号</td>
                                     <td>${(device.mainProg !== null && device.mainProg !== undefined && device.mainProg !== 'NaN' && device.mainProg !== '') ? device.mainProg : ''}</td>
                                 </tr>

+ 1 - 1
src/main/resources/static/admin/css/index.css

@@ -397,7 +397,7 @@
 }
 
 .data_content .data_bottom div .main_table tr{
-    height: 29px;
+    height: 35px;
 }
 .data_content .data_bottom div .main_table{
     width: 100%;