4683ffdd by zhangmeng

看板

1 parent feb56f72
...@@ -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%',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!