File tree 2 files changed +12
-23
lines changed
2 files changed +12
-23
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $t: .1s;
44
44
width : 250px ;
45
45
position : relative ;
46
46
z-index : 1 ;
47
+ height : auto !important ;
47
48
& -title {
48
49
width : 100% ;
49
50
display : block ;
@@ -65,10 +66,12 @@ $t: .1s;
65
66
position : absolute ;
66
67
width : 100% ;
67
68
background : #e0e0e0 ;
69
+ color : #000 ;
68
70
line-height : 60px ;
69
71
height : 60px ;
70
72
cursor : pointer ;
71
- font-size : 20px ;
73
+ font-size : 18px ;
74
+ overflow : hidden ;
72
75
opacity : 1 ;
73
76
transition : transform 0.28s ease ;
74
77
& :hover {
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container documentation-container" >
3
- <a
4
- class =" document-btn"
5
- target =" _blank"
6
- href =" https://panjiachen.github.io/vue-element-admin-site/"
7
- >Documentation</a >
8
- <a
9
- class =" document-btn"
10
- target =" _blank"
11
- href =" https://github.com/PanJiaChen/vue-element-admin/"
12
- >Github Repository</a >
13
- <a
14
- class =" document-btn"
15
- target =" _blank"
16
- href =" https://panjiachen.gitee.io/vue-element-admin-site/zh/"
17
- >国内文档</a >
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 >
3
+ <a class =" document-btn" target =" _blank" href =" https://panjiachen.github.io/vue-element-admin-site/" >Documentation</a >
4
+ <a class =" document-btn" target =" _blank" href =" https://github.com/PanJiaChen/vue-element-admin/" >Github Repository</a >
5
+ <a class =" document-btn" target =" _blank" href =" https://panjiachen.gitee.io/vue-element-admin-site/zh/" >国内文档</a >
6
+ <dropdown-menu class =" document-btn" :items =" articleList" title =" 系列文章" />
7
+ <a class =" document-btn" target =" _blank" href =" https://panjiachen.github.io/vue-element-admin-site/zh/job/" >内推招聘</a >
24
8
</div >
25
9
</template >
26
10
@@ -53,8 +37,10 @@ export default {
53
37
margin : 50px ;
54
38
display : flex ;
55
39
flex-wrap : wrap ;
40
+ justify-content : space-evenly ;
41
+
56
42
.document-btn {
57
- margin-left : 50 px ;
43
+ flex-shrink : 0 ;
58
44
display : block ;
59
45
cursor : pointer ;
60
46
background : black ;
You can’t perform that action at this time.
0 commit comments