Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
import_hk_songs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4e21a937
...
4e21a9374e5c5898a8ed394e501c15d89474c644
authored
2026-07-20 10:30:43 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(dashboard): 优化工具栏右侧样式布局
1 parent
d77eece8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
l2_review_dashboard.html
l2_review_dashboard.html
View file @
4e21a93
...
...
@@ -93,6 +93,14 @@
flex
:
1
;
}
.toolbar-right
{
margin-left
:
auto
;
display
:
flex
;
align-items
:
center
;
gap
:
6px
;
white-space
:
nowrap
;
}
.toolbar
label
{
color
:
var
(
--muted
);
font-size
:
13px
;
...
...
@@ -655,8 +663,10 @@
</select>
<button
id=
"exportBtn"
>
导出标注
</button>
<button
id=
"importReviewedBtn"
>
入库审核通过
</button>
<div
class=
"toolbar-right"
>
<span>
审核人:
</span><span
id=
"reviewerDisplay"
></span>
<button
id=
"logoutBtn"
class=
"secondary"
>
登出
</button>
</div>
<button
id=
"reloadBtn"
class=
"secondary"
>
刷新
</button>
</div>
</header>
...
...
Please
register
or
sign in
to post a comment