解决div不能继承td高度问题

td>div{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}
原文地址:https://www.cnblogs.com/wuhefeng/p/13477300.html