File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default {
35
35
</script >
36
36
37
37
<style rel="stylesheet/scss" lang="scss" >
38
- $n : 5 ; // 和items.length 相同
38
+ $n : 6 ; // 和items.length 相同
39
39
$t : .1s ;
40
40
.share-dropdown-menu {
41
41
width : 250px ;
Original file line number Diff line number Diff line change 86
86
<div slot =" header" class =" clearfix" >
87
87
<span >Share</span >
88
88
</div >
89
- <div class =" component-item" style =" height :360 px ;" >
89
+ <div class =" component-item" style =" height :420 px ;" >
90
90
<dropdown-menu style =" margin :0 auto ;" title =' 系列文章' :items =' articleList' ></dropdown-menu >
91
91
</div >
92
92
</el-card >
@@ -134,7 +134,8 @@ export default {
134
134
{ title: ' 登录权限篇' , href: ' https://segmentfault.com/a/1190000009506097' },
135
135
{ title: ' 实战篇' , href: ' https://segmentfault.com/a/1190000009762198' },
136
136
{ 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' }
138
139
]
139
140
}
140
141
}
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ export default {
19
19
{ title: ' 登录权限篇' , href: ' https://segmentfault.com/a/1190000009506097' },
20
20
{ title: ' 实战篇' , href: ' https://segmentfault.com/a/1190000009762198' },
21
21
{ 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' }
23
24
]
24
25
}
25
26
}
You can’t perform that action at this time.
0 commit comments