I try to change backgraund color for each tree node like this:
.el-tree-node { &:nth-child(2n + 1) { background: #fafafa; }