Skip to content

Commit 7f2bd58

Browse files
committed
doc:add new article
1 parent b4b9d16 commit 7f2bd58

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/components/Share/dropdownMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
</script>
3636

3737
<style rel="stylesheet/scss" lang="scss" >
38-
$n: 5; //和items.length 相同
38+
$n: 6; //和items.length 相同
3939
$t: .1s;
4040
.share-dropdown-menu {
4141
width: 250px;

src/views/components-demo/mixin.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<div slot="header" class="clearfix">
8787
<span>Share</span>
8888
</div>
89-
<div class="component-item" style="height:360px;">
89+
<div class="component-item" style="height:420px;">
9090
<dropdown-menu style="margin:0 auto;" title='系列文章' :items='articleList'></dropdown-menu>
9191
</div>
9292
</el-card>
@@ -134,7 +134,8 @@ export default {
134134
{ title: '登录权限篇', href: 'https://segmentfault.com/a/1190000009506097' },
135135
{ title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' },
136136
{ title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' },
137-
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }
137+
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
138+
{ title: '优雅的使用 icon', href: 'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278' }
138139
]
139140
}
140141
}

src/views/documentation/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export default {
1919
{ title: '登录权限篇', href: 'https://segmentfault.com/a/1190000009506097' },
2020
{ title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' },
2121
{ title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' },
22-
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' }
22+
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
23+
{ title: '优雅的使用 icon', href: 'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278' }
2324
]
2425
}
2526
}

0 commit comments

Comments
 (0)