소스 검색

主题颜色

youyawu 5 년 전
부모
커밋
3017367703
2개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      src/styles/index.scss
  2. 0 6
      src/views/account/user/index.vue

+ 1 - 1
src/styles/index.scss

@@ -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%;
 

+ 0 - 6
src/views/account/user/index.vue

@@ -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>