mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
sidenav-fold-toggler
This commit is contained in:
parent
39c6c571a4
commit
bdaf0ac7ee
@ -1,17 +1,17 @@
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="row footer" style="margin-top: 30px;width:100%;height:100%;">
|
||||
<div class="col-sm-4"></div>
|
||||
<div class="col-sm-4">
|
||||
<table cellpadding="2" cellspacing="0" style="margin-top: 30px;width:100%;height:100%; border:0;">
|
||||
<TR>
|
||||
<TD align="center" valign="middle" class="footer ">
|
||||
<table cellpadding="2" cellspacing="0" style="border:0;">
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
MaxKey <@locale code="global.application.version"/><br>
|
||||
© <@locale code="global.text.copyright.content"/>${.now?string["yyyy"]} <a href="https://www.maxkey.top/" target="_blank">https://www.maxkey.top/</a><br>
|
||||
<@locale code="global.text.copyright.license"/><br>
|
||||
</TD>
|
||||
</TR>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-sm-4"></div>
|
||||
|
||||
@ -47,6 +47,12 @@ $(function(){
|
||||
});
|
||||
}
|
||||
|
||||
/*side-nav-menu*/
|
||||
$(".sidenav-fold-toggler").on("click",function(e) {
|
||||
$(".app").toggleClass("side-nav-folded");
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
/** switch_tab*/
|
||||
$(".switch_tab_class").on("click",function(){
|
||||
if($(".switch_tab_current").attr("id")==(this.id)){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user