@@ -1,6 +1,6 @@
$--font-path: "~element-ui/lib/theme-chalk/fonts";
+$--color-primary: #fd5522;
@import "~element-ui/packages/theme-chalk/src/index";
-
html {
height: 100%;
@@ -283,10 +283,4 @@ export default {
.qyrzgs .cell {
text-align: center;
}
-.pageDiv.el-pagination.is-background .el-pager li:not(.disabled).active {
- background: #fd5522;
-}
-.pageDiv.el-pagination.is-background .el-pager li:not(.disabled):hover {
- color: #fd5522;
</style>