mirror of https://gitee.com/karson/fastadmin.git
避免出现重复嵌套现象
parent
ad0f4fe08a
commit
440350f8f5
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<!-- 加载样式及META信息 -->
|
||||
{include file="common/meta" /}
|
||||
<script type="text/javascript">
|
||||
if(self != top) { top.location = self.location; }
|
||||
</script>
|
||||
</head>
|
||||
<body class="hold-transition skin-green sidebar-mini fixed {if $config.fastadmin.multiplenav}multiplenav{/if}" id="tabs">
|
||||
<div class="wrapper">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
{include file="common/meta" /}
|
||||
|
||||
<script type="text/javascript">
|
||||
if(self != top) { top.location = self.location; }
|
||||
</script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color:#999;
|
||||
|
|
|
|||
Loading…
Reference in New Issue