فهرست منبع

首页上下滚动

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

+ 2 - 0
src/css/index.less

@@ -279,6 +279,8 @@
   .main{
     margin-left:@menuWt;
     height: 100%;
+    overflow-x: auto;
+    overflow-y: hidden;
     /*border: 10px solid #f5f5f5;*/
     iframe {
       width: 100%;

+ 1 - 1
src/css/qcList.less

@@ -14,7 +14,7 @@ h2{
     margin: 10px 0;
     min-width: 1090px;
     padding: 0 35px 50px 35px;
-    /*width: 100%;*/
+    overflow: auto;
 }
 table{
     width: 100%;

+ 1 - 1
src/html/qcList.html

@@ -60,7 +60,7 @@
                 <!-- <span class="reset">重置</span> -->
                 <span class="filterclear abnormalClear filterclearT">重置</span>
             </div>
-            <div>
+            <div class="overAuto">
                 <table>
                     <thead>
                     <tr>

+ 1 - 1
src/js/index.js

@@ -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")