CSS文件中:

.myTable tr{
     display:block; /*将tr设置为块体元素*/
     margin-bottom:5px;
}