Skip to content

Commit

Permalink
fix[fe]: 修复 logo 上面有横线的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhe28 committed Sep 21, 2024
1 parent 966656d commit 9c7a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/components/HomeHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="header_main">
<div id="logo">
<router-link to="/">
<el-text><h1>Pmail</h1></el-text>
<el-text :line-clamp="1" size="large"><h1>Pmail</h1></el-text>
</router-link>
</div>
<div id="settings" @click="settings" v-if="isLogin">
Expand Down

0 comments on commit 9c7a164

Please sign in to comment.