fix: 修复session、模板页脚页头初始化

This commit is contained in:
Ying
2022-08-29 19:29:46 +08:00
parent c665082f4f
commit 78aab734e1
8 changed files with 59 additions and 38 deletions

View File

@@ -17,6 +17,15 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<style>
.lay-fix-top {
top: 0!important;
margin-top:0!important;
}
.lay-fix-bottom {
bottom: 0!important;
}
</style>
<script>
var _global_ = {
app: "{$app|default='admin.php'}",