|
@@ -16,8 +16,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <v-chip class="ml-4 mr-8" label color="primary" size="small" variant="flat" @click="handleLogout(false)">我要求职</v-chip>
|
|
|
-
|
|
|
<v-chip
|
|
|
color="primary"
|
|
|
class="cursor-pointer"
|
|
@@ -30,7 +28,7 @@
|
|
|
</v-chip>
|
|
|
|
|
|
<!-- 头像用户名 -->
|
|
|
- <div class="d-flex align-center mx-4" v-if="showBall">
|
|
|
+ <div class="d-flex align-center" v-if="showBall">
|
|
|
<v-menu open-on-hover>
|
|
|
<template v-slot:activator="{ props }">
|
|
|
<div
|
|
@@ -84,6 +82,8 @@
|
|
|
|
|
|
<!-- 消息通知 -->
|
|
|
<MessageNotification path="/recruit/enterprise/chatTools"></MessageNotification>
|
|
|
+
|
|
|
+ <v-chip class="ml-4" label color="primary" size="small" variant="flat" @click="handleLogout(false)">我要求职</v-chip>
|
|
|
</div>
|
|
|
</div>
|
|
|
</v-toolbar>
|