1.2.5原版
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<div th:remove="tag" th:fragment="logo">
|
||||
<style>
|
||||
.halo-logo {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.halo-logo img {
|
||||
width: 6em;
|
||||
}
|
||||
</style>
|
||||
<div class="halo-logo">
|
||||
<img th:src="${theme.config.login_page.custom_login_logo}" th:style="|width: ${theme.config.login_page.custom_login_logo_size}%|" alt="Custom Logo">
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user