| src/styles/element-ui/element-ui.scss | ●●●●● patch | view | raw | blame | history |
src/styles/element-ui/element-ui.scss
@@ -1,12 +1,12 @@ // 表格 el-table! .el-table tr th { background: rgba(0, 92, 169, 1.0) ; background: rgba(0, 92, 169, 1.0) !important; color: #fff !important; } .el-table tr:nth-child(2n) { background: rgba(20, 50, 123, 1.0) ; background: rgba(20, 50, 123, 1.0); color: #fff !important; } @@ -29,7 +29,7 @@ // 分页 el-pagination! .el-pagination.is-background .el-pager li:not(.disabled).active { background-color: rgba(0, 92, 169, 1.0) ; background-color: rgba(0, 92, 169, 1.0); color: #ffffff !important; }