lvhao 1 周之前
父节点
当前提交
b9fdaa0f44
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Color.php

+ 1 - 1
core/CoreApp/controllers/Color.php

@@ -739,7 +739,7 @@ class Color extends Start_Controller {
 			$str .= "<td>".$value['developer']."</td>";
 			$str .= "<td>".$value['craft_process']."</td>";
 			$str .= "<td>".$value['time']."</td>";
-			$str .= "<td style='height:100px'>".$value['img']."</td>";
+			$str .= "<td heigth='100'>".$value['img']."</td>";
 			$str .= "</tr>";
 		}