摘要: /* :nth-of-type(odd)奇数行 */ /* .el-table th:nth-of-type(odd), .el-table tr:nth-of-type(odd) { background: #d1ffec; } */ /* :nth-of-type(even)偶数行 */ /* 阅读全文
posted @ 2021-02-24 15:10 Deer_Lin 阅读(526) 评论(0) 推荐(0)