瀏覽代碼

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 {