소스 검색

style: 颜色修改

outaozhen 4 년 전
부모
커밋
302c9f061d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/Statistic/Software/Usage/index.jsx

+ 2 - 2
src/pages/Statistic/Software/Usage/index.jsx

@@ -150,7 +150,7 @@ const Usage = () => {
     angleField: 'value',
     colorField: 'label',
     radius: 0.9,
-    color: ['#40B7E6', '#35E667', '#E6E035', '#E63065'],
+    color: ['#40B7E6', '#49B868'],
     interactions: [{ type: 'element-active' }]
   }
   const rightConfig = {
@@ -159,7 +159,7 @@ const Usage = () => {
     angleField: 'value',
     colorField: 'label',
     radius: 0.9,
-    color: ['#40B7E6', '#35E667', '#E6E035', '#E63065'],
+    color: ['#40B7E6', '#49B868', '#B8B227', '#B83A35'],
     interactions: [{ type: 'element-active' }]
   }