Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
chehuidong
saas-manage
Commits
4a8a30c8
Commit
4a8a30c8
authored
Mar 07, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 优化
parent
a306dcd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
src/views/home/navMenu.vue
+15
-0
No files found.
src/views/home/navMenu.vue
View file @
4a8a30c8
...
...
@@ -46,6 +46,9 @@
</template>
</el-menu>
<div
class=
"user-area"
>
<span
class=
"user-avatar"
>
<i
class=
"el-icon-user"
></i>
</span>
<el-dropdown>
<div
size=
"mini"
style=
"color: #fff"
>
{{ userInfo
&&
userInfo.realName
...
...
@@ -299,4 +302,16 @@ export default {
margin-right
:
10px
;
}
}
.user-avatar
{
width
:
24px
;
height
:
24px
;
border
:
1px
solid
#fff
;
border-radius
:
50%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
margin-right
:
10px
;
font-size
:
18px
;
}
</
style
>
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