|
@@ -15,10 +15,10 @@
|
|
<div class="d-flex user-nav align-center">
|
|
<div class="d-flex user-nav align-center">
|
|
<div class="d-flex align-center cursor-pointer">
|
|
<div class="d-flex align-center cursor-pointer">
|
|
<v-img @click="enterpriseClick(2)" rounded width="40" height="40" :src="baseInfo?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" ></v-img>
|
|
<v-img @click="enterpriseClick(2)" rounded width="40" height="40" :src="baseInfo?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'" ></v-img>
|
|
- <span @click="enterpriseClick(1)" class="ml-3">{{ baseInfo?.enterpriseAnotherName || baseInfo?.enterpriseName || '--' }}</span>
|
|
|
|
|
|
+ <span @click="enterpriseClick(1)" class="ml-3 commonHover">{{ baseInfo?.enterpriseAnotherName || baseInfo?.enterpriseName || '--' }}</span>
|
|
</div>
|
|
</div>
|
|
- <div class="ml-3 cursor-pointer border-left border-right px-3 active" @click="handleLogout">我要求职</div>
|
|
|
|
- <div class="cursor-pointer border-right px-3 active" @click="router.push('/recruit/enterprise/hirePosition')">全员猎聘</div>
|
|
|
|
|
|
+ <div class="ml-3 cursor-pointer border-left border-right px-3 commonHover" @click="handleLogout">我要求职</div>
|
|
|
|
+ <div class="cursor-pointer border-right px-3 commonHover" @click="router.push('/recruit/enterprise/hirePosition')">全员猎聘</div>
|
|
<div class="d-flex align-center px-3 border-right">
|
|
<div class="d-flex align-center px-3 border-right">
|
|
<div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
|
|
<div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
|
|
</div>
|
|
</div>
|
|
@@ -32,7 +32,7 @@
|
|
<v-avatar>
|
|
<v-avatar>
|
|
<v-img alt="" :src="getUserAvatar(baseInfo?.avatar, baseInfo?.sex)"></v-img>
|
|
<v-img alt="" :src="getUserAvatar(baseInfo?.avatar, baseInfo?.sex)"></v-img>
|
|
</v-avatar>
|
|
</v-avatar>
|
|
- <div class="ml-2">{{ baseInfo?.name ?? $t('sys.tourist') }}</div>
|
|
|
|
|
|
+ <div class="ml-2 commonHover">{{ baseInfo?.name ?? baseInfo?.phone }}</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -73,7 +73,7 @@
|
|
</v-menu> -->
|
|
</v-menu> -->
|
|
|
|
|
|
<!-- 消息通知 -->
|
|
<!-- 消息通知 -->
|
|
- <MessageNotification path="/recruit/enterprise/chatTools"></MessageNotification>
|
|
|
|
|
|
+ <MessageNotification class="commonHover2" path="/recruit/enterprise/chatTools"></MessageNotification>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</v-toolbar>
|
|
</v-toolbar>
|
|
@@ -214,7 +214,4 @@ getEnterpriseListData()
|
|
.border-right {
|
|
.border-right {
|
|
border-right: 1px solid #fff;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
}
|
|
-.active:hover {
|
|
|
|
- text-decoration: underline;
|
|
|
|
-}
|
|
|
|
</style>
|
|
</style>
|