Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-05 20:33:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca99fb75d2b2f73a0f38c06211a4e1753271b5e0
ca99fb75
1 parent
70b63dd2
style(AlbumList/Dashboard): 调整视频播放器高度和位置
统一修改视频播放器样式,高度从100vh改为50vh并下移20vh,提升页面布局效果
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/pages/AlbumList/index.vue
src/pages/Dashboard/index.vue
src/pages/AlbumList/index.vue
View file @
ca99fb7
...
...
@@ -85,7 +85,7 @@
:show-play-btn="true"
:object-fit="'contain'"
:show-fullscreen-btn="true"
style="width: 100vw; height:
100vh; position: absolute; top: 0
; left: 0;"
style="width: 100vw; height:
50vh; position: absolute; top: 20vh
; left: 0;"
@click.stop
@play="handleVideoPlay"
@pause="handleVideoPause"
...
...
src/pages/Dashboard/index.vue
View file @
ca99fb7
...
...
@@ -174,7 +174,7 @@
:show-play-btn="true"
:object-fit="'contain'"
:show-fullscreen-btn="true"
style="width: 100vw; height:
100vh; position: absolute; top: 0
; left: 0;"
style="width: 100vw; height:
50vh; position: absolute; top: 20vh
; left: 0;"
@click.stop
@play="handleVideoPlay"
@pause="handleVideoPause"
...
...
Please
register
or
login
to post a comment