소스 검색

feat:添加暗黑样式

AmandaG 11 달 전
부모
커밋
c8a9d67615
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ScoringGrade/components/DialogUe.vue

+ 1 - 1
src/components/ScoringGrade/components/DialogUe.vue

@@ -240,7 +240,7 @@ const theme = localStorage.getItem('theme')
   justify-content: center;
 }
 .content_right {
-  background-color: #e0e2e6;
+  background-color: var(--scoring-smile-radio-color);
   border-radius: 0 6px 6px 0;
 }
 .el-radio {