File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ $sidebar-background: #192a5e;
66
77$navbar-height : 30px ;
88$navbar-padding : 20px ;
9- $header-height : 72 px ;
10- $reusetab-height : 29 px ;
9+ $header-height : 86 px ;
10+ $reusetab-height : 40 px ;
1111
1212$navbar-background : #BECCD8 ;
1313$appmain-background : #F9FAFB ;
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export default {
229229
230230 .active {
231231 box-sizing : border-box ;
232- height : 30 px ;
232+ height : 40 px ;
233233 color : #ffffff ;
234234 background : $theme ;
235235 border : none ;
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export default {
282282
283283 .mobile-logo {
284284 width : 64px ;
285- height : 72 px ;
285+ height : 86 px ;
286286 display : flex ;
287287 justify-content : center ;
288288 align-items : center ;
Original file line number Diff line number Diff line change 66 <img src =" ../../assets/img/about/welcome.png" class =" welcome-title" alt =" " />
77 <div class =" subtitle" >
88 <div class =" guide" >您还可以点击林间有风官方网站,查看更多作品</div >
9- <div class =" link" ><a href =" http ://www.7yue.pro " target =" _blank" >http ://www.7yue.pro </a ></div >
9+ <div class =" link" ><a href =" https ://www.talelin.com " target =" _blank" >https ://talelin.com </a ></div >
1010 </div >
1111 </div >
1212 <img class =" welcome-bg" src =" ../../assets/img/about/header-bg.png" alt =" " />
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ export default {
8585 }
8686
8787 this .eventBus .$on (' noReuse' , () => {
88- this .$refs .operate .style .height = ' 71px '
88+ this .$refs .operate .style .height = ' 86px '
8989 })
9090 this .eventBus .$on (' hasReuse' , () => {
91- this .$refs .operate .style .height = ' 43px '
91+ this .$refs .operate .style .height = ' 45px '
9292 })
9393 },
9494 inject: [' eventBus' ],
You can’t perform that action at this time.
0 commit comments