代码优化

This commit is contained in:
BianLzhaoMin 2024-12-04 11:57:24 +08:00
parent 3b50ed9d0c
commit c27af06779
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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