@@ -279,6 +279,8 @@
.main{
margin-left:@menuWt;
height: 100%;
+ overflow-x: auto;
+ overflow-y: hidden;
/*border: 10px solid #f5f5f5;*/
iframe {
width: 100%;
@@ -14,7 +14,7 @@ h2{
margin: 10px 0;
min-width: 1090px;
padding: 0 35px 50px 35px;
- /*width: 100%;*/
+ overflow: auto;
}
table{
@@ -60,7 +60,7 @@
<!-- <span class="reset">重置</span> -->
<span class="filterclear abnormalClear filterclearT">重置</span>
</div>
- <div>
+ <div class="overAuto">
<table>
<thead>
<tr>
@@ -12,7 +12,7 @@ $(function(){
//菜单展开收起
sureChangeWord()
// $(".main").css({
- // height:$(window).height()+'px'
+ // height:$(window).height()+'px'
// })
$("body").on('focus',".modalAction input",function(){
$(this).attr("type","password")