Skip to content

Commit

Permalink
fix[Guide-Page]: fix guide page style bug PanJiaChen#1391
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Dec 4, 2018
1 parent 4d6e9a5 commit 46d6f45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clipboard": "1.7.1",
"codemirror": "5.39.2",
"connect": "3.6.6",
"driver.js": "0.5.2",
"driver.js": "0.8.1",
"dropzone": "5.2.0",
"echarts": "4.1.0",
"element-ui": "2.4.6",
Expand Down
3 changes: 2 additions & 1 deletion src/views/guide/defineSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const steps = [
title: 'Tags view',
description: 'The history of the page you visited',
position: 'bottom'
}
},
padding: 0
}
]

Expand Down
2 changes: 1 addition & 1 deletion src/views/guide/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</template>

<script>
import * as Driver from 'driver.js' // import driver.js
import Driver from 'driver.js' // import driver.js
import 'driver.js/dist/driver.min.css' // import driver.js css
import steps from './defineSteps'
Expand Down

0 comments on commit 46d6f45

Please sign in to comment.