🎨 统一右上角按钮间距
🤖 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,9 +275,11 @@
|
||||
<span id="vipExpireWarning" class="vip-expire-warning" style="display: none;"></span>
|
||||
|
||||
</div>
|
||||
<button class="btn btn-text" onclick="openFeedbackModal()">反馈</button>
|
||||
<button class="btn btn-text" onclick="openModal('changePasswordModal')">设置</button>
|
||||
<button class="btn btn-outlined" onclick="logout()">退出</button>
|
||||
<div style="display: flex; gap: 8px;">
|
||||
<button class="btn btn-text" onclick="openFeedbackModal()">反馈</button>
|
||||
<button class="btn btn-text" onclick="openModal('changePasswordModal')">设置</button>
|
||||
<button class="btn btn-outlined" onclick="logout()">退出</button>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user