update doc

This commit is contained in:
陈嘉涵
2017-08-31 10:38:05 +08:00
parent 7574962af6
commit a2a8523da1
6 changed files with 18 additions and 21 deletions

View File

@@ -54,11 +54,6 @@ export default {
</script>
<style>
a {
color: #4078c0;
text-decoration: none;
}
body {
-webkit-font-smoothing: antialiased;
}
@@ -70,9 +65,12 @@ export default {
.examples-container {
height: 100%;
overflow: auto;
background: #f8f8f8;
position: relative;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
width: 0;
}
}
.footer {