若依框架修改table表头 内容间隔样式

在如下图所示目录下 ry-ui.css中

若依框架修改table表头 内容间隔样式

//表头(修改)
.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);
}
上一篇:P3146 [USACO16OPEN]248


下一篇:【Java】+JSON数据格式化输出