Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ty_patentSys
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
ty_patentSys
Commits
1cbcdd7a
Commit
1cbcdd7a
authored
Jan 04, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 鼠标移入头像内也进行提示操作
parent
5363015f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/components/HeaderCon.vue
+3
-2
No files found.
src/components/HeaderCon.vue
View file @
1cbcdd7a
...
...
@@ -6,8 +6,7 @@
</div>
<div
class=
"header_right"
>
<!--
<img
src=
""
alt=
""
>
-->
<img
:src=
"img"
class=
"portrait"
v-if=
"img"
/>
<img
src=
"../static/common/img-tx-big.svg"
class=
"portrait"
v-else
/>
<a-popover>
<template
#
content
>
<div
v-if=
"!isadmin"
class=
"portrait_btn"
@
mouseenter=
"hover($event, '1')"
@
mouseleave=
"leave($event)"
>
...
...
@@ -32,6 +31,8 @@
</span>
</div>
</
template
>
<img
:src=
"img"
class=
"portrait"
v-if=
"img"
/>
<img
src=
"../static/common/img-tx-big.svg"
class=
"portrait"
v-else
/>
<span
class=
"tel"
>
{{ username }}
</span>
</a-popover>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment