1
This commit is contained in:
@@ -494,13 +494,16 @@
|
||||
padding: 0 14px;
|
||||
border-radius: 18px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
font-family: inherit;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
background: linear-gradient(90deg, #f5a300 0%, #ff8e00 42%, #ff4b16 100%);
|
||||
border: 1px solid rgba(255, 247, 184, 0.9);
|
||||
outline: none;
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.48), 0 2px 6px rgba(141, 53, 0, 0.25);
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
@@ -738,9 +741,9 @@
|
||||
</div>
|
||||
|
||||
<div class="v4-user-section">
|
||||
<a class="v4-retire-system-link" href="http://192.168.73.133:8081/platform/login">
|
||||
<button id="v4-retire-system-btn" class="v4-retire-system-link" type="button">
|
||||
离退休系统
|
||||
</a>
|
||||
</button>
|
||||
<div class="v4-user-info">
|
||||
<span class="v4-user-name">${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')})</span>
|
||||
<!-- <i class="fa fa-angle-down"></i> -->
|
||||
@@ -812,6 +815,10 @@
|
||||
$(this).addClass("active")
|
||||
})
|
||||
|
||||
$("#v4-retire-system-btn").on("click", function () {
|
||||
window.open("http://192.168.73.133:8081/platform/login", "_blank")
|
||||
})
|
||||
|
||||
$(document).pjax(".v4-nav a[data-pjax]", "#container", {
|
||||
maxCacheLength: 0,
|
||||
push: false,
|
||||
|
||||
Reference in New Issue
Block a user