🎨 统一右上角按钮间距
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -275,10 +275,12 @@
|
|||||||
<span id="vipExpireWarning" class="vip-expire-warning" style="display: none;"></span>
|
<span id="vipExpireWarning" class="vip-expire-warning" style="display: none;"></span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div style="display: flex; gap: 8px;">
|
||||||
<button class="btn btn-text" onclick="openFeedbackModal()">反馈</button>
|
<button class="btn btn-text" onclick="openFeedbackModal()">反馈</button>
|
||||||
<button class="btn btn-text" onclick="openModal('changePasswordModal')">设置</button>
|
<button class="btn btn-text" onclick="openModal('changePasswordModal')">设置</button>
|
||||||
<button class="btn btn-outlined" onclick="logout()">退出</button>
|
<button class="btn btn-outlined" onclick="logout()">退出</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="layout">
|
<div class="layout">
|
||||||
|
|||||||
Reference in New Issue
Block a user