update Vue
This commit is contained in:
parent
5ddf1bcf4f
commit
444907c4ca
5 changed files with 60 additions and 107 deletions
|
@ -1,11 +1,14 @@
|
|||
<style lang="less">
|
||||
@import "../src/styles/index.less";
|
||||
</style>
|
||||
<style scoped>
|
||||
nav { margin-bottom: 40px; }
|
||||
ul { display: flex; flex-wrap: wrap; }
|
||||
li { display: inline-block; }
|
||||
li + li { border-left: solid 1px #bbb; padding-left: 10px; margin-left: 10px; }
|
||||
<style lang="less" scoped>
|
||||
nav {
|
||||
margin-bottom: 40px;
|
||||
|
||||
ul { display: flex; flex-wrap: wrap; }
|
||||
li { display: inline-block; }
|
||||
li + li { border-left: solid 1px #bbb; padding-left: 10px; margin-left: 10px; }
|
||||
}
|
||||
.container{ padding: 10px 40px 0; }
|
||||
.v-link-active { color: #bbb; }
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue