فهرست منبع

下拉遮挡问题

luolei 5 سال پیش
والد
کامیت
e444ce8f8b
3فایلهای تغییر یافته به همراه10 افزوده شده و 6 حذف شده
  1. 3 3
      src/css/index.less
  2. 4 0
      src/css/reset.less
  3. 3 3
      src/js/index.js

+ 3 - 3
src/css/index.less

@@ -280,12 +280,12 @@
   .main{
     margin-left:@menuWt;
     height: 100%;
-    overflow-x: auto;
-    overflow-y: hidden;
+    overflow: auto;
     /*border: 10px solid #f5f5f5;*/
     iframe {
       width: 100%;
       height: 100%;
+      overflow: auto;
     }
   }
   //修改密码
@@ -755,4 +755,4 @@
   .midifyMsgContentDel {
     height: 220px !important;
     width: 300px !important;
-  }
+  }

+ 4 - 0
src/css/reset.less

@@ -453,4 +453,8 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 }
 .arrow{
   top: 13px !important;
+}
+
+.filterDropList {
+  top: 31px !important;
 }

+ 3 - 3
src/js/index.js

@@ -11,9 +11,9 @@ $(function(){
   getOwnDept();
   //菜单展开收起
   sureChangeWord()
-  // $(".main").css({
-  //   height:$(window).height()+'px'
-  // })
+  $(".main").css({
+    height:$(window).height()+'px'
+  })
   $("body").on('focus',".modalAction input",function(){
     $(this).attr("type","password")
   })