|
|
|
@ -157,7 +157,7 @@ |
|
|
|
<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;"> |
|
|
|
<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 id="userInfo" style="font-size: 14px; color: #666;"> |
|
|
|
<p>职位名称:<span id="userProjectName">未登录</span></p> |
|
|
|
|