File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ $sidebar-background: #192a5e;
6
6
7
7
$navbar-height : 30px ;
8
8
$navbar-padding : 20px ;
9
- $header-height : 72 px ;
10
- $reusetab-height : 29 px ;
9
+ $header-height : 86 px ;
10
+ $reusetab-height : 40 px ;
11
11
12
12
$navbar-background : #BECCD8 ;
13
13
$appmain-background : #F9FAFB ;
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export default {
229
229
230
230
.active {
231
231
box-sizing : border-box ;
232
- height : 30 px ;
232
+ height : 40 px ;
233
233
color : #ffffff ;
234
234
background : $theme ;
235
235
border : none ;
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export default {
282
282
283
283
.mobile-logo {
284
284
width : 64px ;
285
- height : 72 px ;
285
+ height : 86 px ;
286
286
display : flex ;
287
287
justify-content : center ;
288
288
align-items : center ;
Original file line number Diff line number Diff line change 6
6
<img src =" ../../assets/img/about/welcome.png" class =" welcome-title" alt =" " />
7
7
<div class =" subtitle" >
8
8
<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 >
10
10
</div >
11
11
</div >
12
12
<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 {
85
85
}
86
86
87
87
this .eventBus .$on (' noReuse' , () => {
88
- this .$refs .operate .style .height = ' 71px '
88
+ this .$refs .operate .style .height = ' 86px '
89
89
})
90
90
this .eventBus .$on (' hasReuse' , () => {
91
- this .$refs .operate .style .height = ' 43px '
91
+ this .$refs .operate .style .height = ' 45px '
92
92
})
93
93
},
94
94
inject: [' eventBus' ],
You can’t perform that action at this time.
0 commit comments