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

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

View File

@@ -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'