Skip to content

Commit

Permalink
修复右侧双滚动条bug
Browse files Browse the repository at this point in the history
  • Loading branch information
horsecms committed Jan 31, 2018
1 parent 989530b commit cfb1252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.main_body{ min-width:320px; }
.layui-nav .layui-nav-item>a{ color:rgba(255,255,255,1); max-height:60px;}
.layui-layer-tab .layui-layer-title span{ padding:0 !important;}
iframe{ position:relative; height:100%; width:100%; border:none;}
iframe{ position:absolute; height:100%; width:100%; border:none;}
.top_menu.layui-nav .layui-nav-child dd.layui-this a,.closeBox.layui-nav .layui-nav-child dd.layui-this a,.closeBox .layui-nav-child dd.layui-this,.top_menu .layui-nav-child dd.layui-this{ background:none; color:#333;}
.layui-nav .layui-nav-child a:hover,.layui-nav .layui-nav-child dd.layui-this a:hover{background-color:#5FB878;color:#fff;}

Expand Down

0 comments on commit cfb1252

Please sign in to comment.