重构客户端页面并补充前端分页
- 拆分 ClientPage 为多个客户端子组件 - 将媒体播放器显示在当前选中文件下方 - 抽取并复用分页组件 - 为搜索结果补充分页状态和翻页控件 - 保持最近文件逻辑不变
This commit is contained in:
@@ -479,6 +479,18 @@ a {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.player-host {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.file-grid .player-host {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.player-host .player-panel {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.player-title {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user