Commit 01e092db authored by liziwl's avatar liziwl
Browse files

修复边距

parent 55b607ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ export default {
        left: '95%'
      }],
      grid: [{
        top: '0%',
        top: '10%',
        bottom: '0%',
        left: '0%',
        right: '3%',
@@ -431,7 +431,7 @@ export default {

<style scoped>
.chart {
  height: 80vh;
  height: 70vh;
  width: 100%;
}