看板
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -957,11 +957,11 @@ const handelZhu2 = (row1, row2) => { | ... | @@ -957,11 +957,11 @@ const handelZhu2 = (row1, row2) => { |
| 957 | type: 'linear', | 957 | type: 'linear', |
| 958 | x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变 | 958 | x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变 |
| 959 | colorStops: [ | 959 | colorStops: [ |
| 960 | {offset: 0, color: 'rgba(32, 217, 170, .5)'}, // 顶部颜色 | 960 | {offset: 0, color: 'rgba(32, 217, 170, .3)'}, // 顶部颜色 |
| 961 | {offset: 1, color: 'rgba(8, 130, 160, .5)'} // 底部颜色 | 961 | {offset: 1, color: 'rgba(8, 130, 160, .5)'} // 底部颜色 |
| 962 | ] | 962 | ] |
| 963 | }, | 963 | }, |
| 964 | borderColor: 'rgba(0, 255, 190, 1)', | 964 | borderColor: 'rgba(0, 255, 190, .8)', |
| 965 | borderWidth: 1 | 965 | borderWidth: 1 |
| 966 | }, | 966 | }, |
| 967 | barWidth: '35%', | 967 | barWidth: '35%', | ... | ... |
-
Please register or sign in to post a comment