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