File tree Expand file tree Collapse file tree 2 files changed +12
-23
lines changed Expand file tree Collapse file tree 2 files changed +12
-23
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $t: .1s;
4444 width : 250px ;
4545 position : relative ;
4646 z-index : 1 ;
47+ height : auto !important ;
4748 & -title {
4849 width : 100% ;
4950 display : block ;
@@ -65,10 +66,12 @@ $t: .1s;
6566 position : absolute ;
6667 width : 100% ;
6768 background : #e0e0e0 ;
69+ color : #000 ;
6870 line-height : 60px ;
6971 height : 60px ;
7072 cursor : pointer ;
71- font-size : 20px ;
73+ font-size : 18px ;
74+ overflow : hidden ;
7275 opacity : 1 ;
7376 transition : transform 0.28s ease ;
7477 & :hover {
Original file line number Diff line number Diff line change 11<template >
22 <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 >
248 </div >
259</template >
2610
@@ -53,8 +37,10 @@ export default {
5337 margin : 50px ;
5438 display : flex ;
5539 flex-wrap : wrap ;
40+ justify-content : space-evenly ;
41+
5642 .document-btn {
57- margin-left : 50 px ;
43+ flex-shrink : 0 ;
5844 display : block ;
5945 cursor : pointer ;
6046 background : black ;
You can’t perform that action at this time.
0 commit comments