Lijy 4 ヶ月 前
コミット
20fa7812ea

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/utils/commonMethod.js

@@ -7,7 +7,7 @@ export function getThemeColor() {
   console.log(type, '<=========== 看看')
   const colorType = {
     'default': '#409EFF',
-    'dark': '#FF0000',
+    'dark': '#075985',
   }
   return colorType[type]
 }