css样式导致table合并表格rowspan和colspan失败

 .standard_table_tbody {
/* 	display: block; */
    height: calc( 100% - 30px);
   /*  overflow-y: auto; */
   overflow-x: hidden;
    overflow-y: auto;
}

.standard_table .standard_table_thead,.standard_table_tbody tr {
  /*   display: table; */
     100%;
  /*   table-layout: fixed; */
}
-------------------------------------------------------------------------
## 极客时间全网最便宜最优惠购买方式,优惠券返现 百度网盘 微信关注公众号“选门好课”
扫描下方二维码关注我的公众号"选门好课",与我一起交流知识
原文地址:https://www.cnblogs.com/singworld/p/14139684.html