在如下图所示目录下 ry-ui.css中
//表头(修改)
.table-striped table thead {
background-color: rgb(248,248,248);
}
//内容间隔色(新增)
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: rgb(255,255,255);
}
//内容间隔色(新增)
#bootstrap-table tr:nth-child(even){
background: rgb(250,250,250);
}