Browse Source

更新invite.html文件,将退出登录按钮移到登录信息区域

master
Default User 1 month ago
parent
commit
f445992d82
  1. 2
      invite.html

2
invite.html

@ -157,7 +157,7 @@
<div class="user-info" style="background-color: #f8f9fa; border-radius: 8px; padding: 15px; margin-bottom: 20px;"> <div class="user-info" style="background-color: #f8f9fa; border-radius: 8px; padding: 15px; margin-bottom: 20px;">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;"> <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;">
<h3 style="font-size: 16px; color: #333; margin: 0;">登录信息</h3> <h3 style="font-size: 16px; color: #333; margin: 0;">登录信息</h3>
<button class="btn btn-secondary" onclick="logout()" style="padding: 6px 12px; font-size: 14px;">退出登录</button> <button class="btn btn-secondary" onclick="logout()" style="padding: 6px 12px; font-size: 14px;">退出</button>
</div> </div>
<div id="userInfo" style="font-size: 14px; color: #666;"> <div id="userInfo" style="font-size: 14px; color: #666;">
<p>职位名称:<span id="userProjectName">未登录</span></p> <p>职位名称:<span id="userProjectName">未登录</span></p>

Loading…
Cancel
Save