@@ -553,6 +553,11 @@
text-indent: 20px;
}
+ .interval-color{
+ tr:nth-child(2n){
+ background: #EFF1F6;
+ }
table{
width: 97%;
border:1px solid #E2E5EF;
@@ -71,6 +71,9 @@ table {
thead{
background: #EFF0F9;
th,td{
height: @trHeight;
box-sizing: border-box;
@@ -246,7 +246,7 @@
{{/each}}
</tbody>
</table>
- {{else}}<table code="${title}">
+ {{else}}<table code="${title}" class="interval-color">
<thead>
<tr>
<th width="100" align="center">序号</th>