@@ -438,5 +438,9 @@
}
+ // 列表斑马纹
+ tbody.ant-table-tbody > tr:nth-of-type(even) {
+ background: #E6F7FF;
+ }
</style>