代码优化
This commit is contained in:
parent
3b50ed9d0c
commit
c27af06779
|
|
@ -150,10 +150,10 @@ const isMyInfoPage = () => {
|
|||
/> -->
|
||||
|
||||
<el-image
|
||||
style="width: 190px; cursor: pointer; margin-right: 50%"
|
||||
style="width: 190px; cursor: pointer; margin-right: 55%"
|
||||
v-if="isMyInfoPage()"
|
||||
:src="headerLogo"
|
||||
fit="contain"
|
||||
fit="cover"
|
||||
@click="$router.push('/home')"
|
||||
/>
|
||||
<div class="header-item" v-if="isShowLogout">
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ const onJumpUser = () => {
|
|||
<el-image
|
||||
style="width: 190px; cursor: pointer; margin-left: 60px"
|
||||
:src="imgSrc"
|
||||
fit="contain"
|
||||
fit="cover"
|
||||
@click="$router.push('/home')"
|
||||
/>
|
||||
<input
|
||||
|
|
|
|||
Loading…
Reference in New Issue