mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
💄 improve(ui)
This commit is contained in:
parent
2c902ab254
commit
c23b88b096
@ -7,12 +7,15 @@
|
|||||||
.nb-container {
|
.nb-container {
|
||||||
padding-top: 75px;
|
padding-top: 75px;
|
||||||
min-height: 80%;
|
min-height: 80%;
|
||||||
|
padding-bottom: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer.segment {
|
.footer.segment {
|
||||||
margin-top: 40px !important;
|
width: 100%;
|
||||||
padding-top: 40px;
|
position: fixed;
|
||||||
padding-bottom: 40px;
|
bottom: 0;
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{define "common/footer"}}
|
{{define "common/footer"}}
|
||||||
<div class="ui inverted vertical footer segment">
|
<div class="ui inverted vertical footer segment">
|
||||||
<div class="ui center aligned text container">
|
<div class="ui center aligned is-size-7 container">
|
||||||
本系统由 <a href="https://github.com/naiba/nezha" target="_blank">哪吒面板</a> <small>build · {{.Version}}</small> 强力驱动
|
本系统由 <a href="https://github.com/naiba/nezha" style="color: white;" target="_blank">哪吒面板</a> build · {{.Version}} 强力驱动
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user