去掉表格内容的下边框
.expand_table td,.expand_table th.is-leaf{
border-bottom: none;
}
去掉表格外层的下边框
.expand_table::before{
height: 0;
}
去掉表格内容的下边框
.expand_table td,.expand_table th.is-leaf{
border-bottom: none;
}
去掉表格外层的下边框
.expand_table::before{
height: 0;
}