Commit 2185c539 authored by yaqizhang's avatar yaqizhang

样式优化

parent bf02740d
...@@ -882,6 +882,7 @@ ...@@ -882,6 +882,7 @@
background-color: RGBA(17, 59, 89, 0.7); background-color: RGBA(17, 59, 89, 0.7);
font-size: 100% 100%; font-size: 100% 100%;
margin-top: 30px; margin-top: 30px;
cursor:pointer;
} }
.markbox-span { .markbox-span {
......
...@@ -321,7 +321,7 @@ export default { ...@@ -321,7 +321,7 @@ export default {
} }
}, },
legend: { legend: {
data: ['隐患', '风险'], data: ['隐患', '风险控制'],
textStyle: { //图例文字的样式 textStyle: { //图例文字的样式
color: '#fff', color: '#fff',
} }
...@@ -388,7 +388,7 @@ export default { ...@@ -388,7 +388,7 @@ export default {
] ]
}, },
{ {
name: '风险', name: '风险控制',
type: 'line', type: 'line',
// symbol:'circle', // symbol:'circle',
symbolSize:6, symbolSize:6,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment