Skip to content

Commit bbd0929

Browse files
committed
feat(reuse tab): change height to 40
1 parent 9cfe22b commit bbd0929

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/assets/img/error-page/logo.png

8.23 KB
Loading

src/assets/img/login/team-name.png

-10.5 KB
Loading

src/assets/styles/realize/lin-variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $sidebar-background: #192a5e;
66

77
$navbar-height: 30px;
88
$navbar-padding: 20px;
9-
$header-height: 72px;
10-
$reusetab-height: 29px;
9+
$header-height: 86px;
10+
$reusetab-height: 40px;
1111

1212
$navbar-background: #BECCD8;
1313
$appmain-background: #F9FAFB;

src/components/layout/ReuseTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default {
229229
230230
.active {
231231
box-sizing: border-box;
232-
height: 30px;
232+
height: 40px;
233233
color: #ffffff;
234234
background: $theme;
235235
border: none;

src/components/layout/SideBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export default {
282282
283283
.mobile-logo {
284284
width: 64px;
285-
height: 72px;
285+
height: 86px;
286286
display: flex;
287287
justify-content: center;
288288
align-items: center;

src/views/about/About.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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="" />

src/views/home/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'],

0 commit comments

Comments
 (0)