💄 improve(ui)

This commit is contained in:
naiba 2020-12-07 13:18:28 +08:00
parent 2c902ab254
commit c23b88b096
2 changed files with 8 additions and 5 deletions

View File

@ -7,12 +7,15 @@
.nb-container {
padding-top: 75px;
min-height: 80%;
padding-bottom: 75px;
}
.footer.segment {
margin-top: 40px !important;
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
position: fixed;
bottom: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.login-form {

View File

@ -1,7 +1,7 @@
{{define "common/footer"}}
<div class="ui inverted vertical footer segment">
<div class="ui center aligned text container">
本系统由 <a href="https://github.com/naiba/nezha" target="_blank">哪吒面板</a> <small>build · {{.Version}}</small> 强力驱动
<div class="ui center aligned is-size-7 container">
本系统由 <a href="https://github.com/naiba/nezha" style="color: white;" target="_blank">哪吒面板</a> build · {{.Version}} 强力驱动
</div>
</div>
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>