其他分享
首页 > 其他分享> > css样式导致table合并表格rowspan和colspan失败

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; */
    width: 100%;
  /*   table-layout: fixed; */
}

标签:rowspan,colspan,100%,tbody,standard,auto,table,overflow
来源: https://www.cnblogs.com/singworld/p/14139684.html