소스 검색

颜色优化

wulanhaote
hbao 3 년 전
부모
커밋
2fdb6cbd61
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      src/views/homestead/index.vue

+ 5
- 5
src/views/homestead/index.vue 파일 보기

@@ -3275,19 +3275,19 @@ export default {
white-space: nowrap;
max-width: 150px;
&.yph {
background: rgb(175, 39, 255);
background: #b026ff;
}
&.dlzdph {
background: rgb(255, 111, 54);
background: #ff6f36;
}
&.ylz {
background: #3cbf5b;
background: #7fff4c;
}
&.dlz {
background: rgb(255, 232, 76);
}
&.ylzdph {
background: rgb(228, 30, 100);
background: #ff7dd0;
}
&.zy {
background: rgb(100, 30, 100);
@@ -3296,7 +3296,7 @@ export default {
background: rgb(60, 100, 180);
}
&.chdb {
background: rgb(288, 90, 600);
background: #fe0303;
}
}
}


불러오는 중...
취소
저장