perf: statisticslegend样式调整
This commit is contained in:
@@ -43,7 +43,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.chart__legend {
|
||||
width: calc(100% - 60px);
|
||||
width: calc(100% - 40px);
|
||||
height: 105px;
|
||||
border: 1px solid #E7EAED;
|
||||
color: #5f6368;
|
||||
|
||||
@@ -94,8 +94,9 @@ const lineWithStatistics = {
|
||||
color: chartColor,
|
||||
grid: {
|
||||
left: 55,
|
||||
bottom: 25,
|
||||
top: 30
|
||||
bottom: 30,
|
||||
top: 20,
|
||||
right: 20
|
||||
},
|
||||
legend: {
|
||||
show: false
|
||||
|
||||
Reference in New Issue
Block a user