Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
tabulator-web
Commits
a917dc3a
Commit
a917dc3a
authored
May 30, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bottom left
parent
28787594
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/app/app.component.html
src/app/app.component.html
+4
-4
No files found.
src/app/app.component.html
View file @
a917dc3a
...
@@ -14,9 +14,8 @@
...
@@ -14,9 +14,8 @@
</ul>
</ul>
<hr>
<hr>
<div
class=
"dropdown"
>
<div
class=
"dropdown"
>
<img
*ngIf=
"userInfo.user"
[src]=
"userInfo.user!.avatar_url"
alt=
""
class=
"rounded-circle me-2"
width=
"32"
height=
"32"
>
<a
href=
"#"
class=
"d-flex align-items-center link-dark text-decoration-none dropdown-toggle"
id=
"dropdownUser2"
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
>
<a
href=
"#"
class=
"d-flex align-items-center link-dark text-decoration-none dropdown-toggle"
id=
"dropdownUser2"
<img
*ngIf=
"userInfo.user"
[src]=
"userInfo.user!.avatar_url"
alt=
""
class=
"rounded-circle me-2"
width=
"32"
height=
"32"
>
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
>
<strong>
{{userInfo.user?.name || '未登录'}}
</strong>
<strong>
{{userInfo.user?.name || '未登录'}}
</strong>
</a>
</a>
<ul
class=
"dropdown-menu text-small shadow"
aria-labelledby=
"dropdownUserNotLoggedIn"
*ngIf=
"!userInfo.user"
>
<ul
class=
"dropdown-menu text-small shadow"
aria-labelledby=
"dropdownUserNotLoggedIn"
*ngIf=
"!userInfo.user"
>
...
@@ -28,7 +27,8 @@
...
@@ -28,7 +27,8 @@
<li>
<li>
<hr class="dropdown-divider">
<hr class="dropdown-divider">
</li-->
</li-->
<li><a
class=
"dropdown-item"
(click)=
"userInfo.logout()"
>
登出
</a></li>
<li><a
class=
"dropdown-item"
href=
"https://accounts.moecube.com/profiles"
>
用户中心
</a></li>
<li><a
class=
"dropdown-item"
(click)=
"userInfo.logout()"
>
退出登录
</a></li>
</ul>
</ul>
</div>
</div>
</div>
</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