优化界面布局Again
This commit is contained in:
@@ -37,15 +37,13 @@
|
||||
|
||||
<div class="container hidden" id="app-container">
|
||||
<div id="top-banner" class="top-banner hidden">
|
||||
<div class="banner-left">
|
||||
<div id="top-banner-title" class="banner-title"></div>
|
||||
<div id="top-banner-title" class="banner-title"></div>
|
||||
<div class="user-controls">
|
||||
<div class="banner-actions">
|
||||
<button id="refresh-btn" class="action-btn" title="刷新列表">刷新列表</button>
|
||||
<button id="clear-download-cache-btn" class="action-btn" title="清空下载缓存">清空下载缓存</button>
|
||||
<button id="clear-transcode-cache-btn" class="action-btn" title="清空转码缓存">清空转码缓存</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="user-controls">
|
||||
<label>页面主题:
|
||||
<select id="theme-selector">
|
||||
<option value="light">白天模式</option>
|
||||
@@ -54,7 +52,7 @@
|
||||
</label>
|
||||
<div class="user-info">
|
||||
<span id="current-username"></span>
|
||||
<button id="logout-btn" class="action-btn">退出登录</button>
|
||||
<button id="logout-btn" class="action-btn danger">退出登录</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user