fix[Guide-Page]: fix guide page style bug #1391

This commit is contained in:
Pan 2018-12-04 14:00:30 +08:00
parent 4d6e9a5358
commit 46d6f455af
3 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,7 @@
"clipboard": "1.7.1", "clipboard": "1.7.1",
"codemirror": "5.39.2", "codemirror": "5.39.2",
"connect": "3.6.6", "connect": "3.6.6",
"driver.js": "0.5.2", "driver.js": "0.8.1",
"dropzone": "5.2.0", "dropzone": "5.2.0",
"echarts": "4.1.0", "echarts": "4.1.0",
"element-ui": "2.4.6", "element-ui": "2.4.6",

View file

@ -45,7 +45,8 @@ const steps = [
title: 'Tags view', title: 'Tags view',
description: 'The history of the page you visited', description: 'The history of the page you visited',
position: 'bottom' position: 'bottom'
} },
padding: 0
} }
] ]

View file

@ -10,7 +10,7 @@
</template> </template>
<script> <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 'driver.js/dist/driver.min.css' // import driver.js css
import steps from './defineSteps' import steps from './defineSteps'