Parcourir la source

feat: 优化运维管理仪表盘颜色

xieyonghong il y a 3 ans
Parent
commit
90ada96230
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/pages/link/DashBoard/index.tsx

+ 2 - 2
src/pages/link/DashBoard/index.tsx

@@ -214,11 +214,11 @@ export default () => {
         areaStyle: {
         areaStyle: {
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
             {
-              offset: 0,
+              offset: 1,
               color: 'rgba(151, 154, 255, 0)',
               color: 'rgba(151, 154, 255, 0)',
             },
             },
             {
             {
-              offset: 1,
+              offset: 0,
               color: 'rgba(151, 154, 255, .24)',
               color: 'rgba(151, 154, 255, .24)',
             },
             },
           ]),
           ]),