diff --git a/src/main/resources/views/layouts/v4/baseLayout.html b/src/main/resources/views/layouts/v4/baseLayout.html index 8cd7dfa..8f8b03a 100644 --- a/src/main/resources/views/layouts/v4/baseLayout.html +++ b/src/main/resources/views/layouts/v4/baseLayout.html @@ -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 @@
- +
${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')}) @@ -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,