File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 16
16
href =" https://panjiachen.gitee.io/vue-element-admin-site/zh/"
17
17
>国内文档</a >
18
18
<dropdown-menu :items =" articleList" style =" float :left ;margin-left :50px ;" title =" 系列文章" />
19
+ <a
20
+ class =" document-btn"
21
+ target =" _blank"
22
+ href =" https://panjiachen.github.io/vue-element-admin-site/zh/job/"
23
+ >内推招聘</a >
19
24
</div >
20
25
</template >
21
26
@@ -46,15 +51,17 @@ export default {
46
51
<style lang="scss" scoped>
47
52
.documentation-container {
48
53
margin : 50px ;
54
+ display : flex ;
55
+ flex-wrap : wrap ;
49
56
.document-btn {
50
- float : left ;
51
57
margin-left : 50px ;
52
58
display : block ;
53
59
cursor : pointer ;
54
60
background : black ;
55
61
color : white ;
56
62
height : 60px ;
57
63
width : 200px ;
64
+ margin-bottom : 16px ;
58
65
line-height : 60px ;
59
66
font-size : 20px ;
60
67
text-align : center ;
You can’t perform that action at this time.
0 commit comments