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>";
 		}