| src/styles/element-ui/element-ui.scss | ●●●●● patch | view | raw | blame | history |
src/styles/element-ui/element-ui.scss
@@ -1,11 +1,17 @@ // 表格 el-table! .el-table tr th { background: rgba(0, 92, 169, 1.0) !important; color: #fff !important; } .el-table tr:nth-child(2n) { background: #324e75 !important; background: rgba(20, 50, 123, 1.0) !important; color: #fff !important; } .el-table tr:nth-child(2n-1) { background: #26426a; background: rgba(29, 38, 105, 1.0); color: #fff; }