Prechádzať zdrojové kódy

评分列表滚动条样式

zhouna 5 rokov pred
rodič
commit
65a7ac7c9a

+ 1 - 1
src/css/common.less

@@ -33,6 +33,6 @@ input:disabled {
 .main-body-com{
     background: #fff;
     margin: 0;
-    padding: 20px 25px 0;
+    padding: 20px 25px;
     border:10px @disColor solid;
 }

+ 7 - 2
src/css/qcList.less

@@ -3,19 +3,23 @@
     width: 100%;
     height: 100%;
     overflow: auto;
-    background: @disColor;
+    background: #fff;
 }
 ul,li{
     list-style: none;
 }
 h2{
     .h2;
+    border-bottom: 10px @disColor solid;
     position: absolute;
 }
 .main-body{
     .main-body-com;
+    border: none;
+    border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
+    min-height: calc(100% - 84px);
     // overflow: auto;
 }
 table{
@@ -98,7 +102,8 @@ table{
     position: relative;
 }
 .overAuto{
-    overflow: auto;
+    display: table;
+    padding-right: 20px;
 }
 .toggle-item{
     display: none;

+ 7 - 2
src/css/qcListDept.less

@@ -3,19 +3,23 @@
     width: 100%;
     height: 100%;
     overflow: auto;
-    background: @disColor;
+    background: #fff;
 }
 ul,li{
     list-style: none;
 }
 h2{
     .h2;
+    border-bottom: 10px @disColor solid;
     position: absolute;
 }
 .main-body{
     .main-body-com;
+    border: none;
+    border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
+    min-height: calc(100% - 84px);
     /*width: 100%;*/
 }
 table{
@@ -96,7 +100,8 @@ table{
     position: relative;
 }
 .overAuto{
-    overflow: auto;
+    display: table;
+    padding-right: 20px;
 }
 .toggle-item{
     display: none;

+ 7 - 2
src/css/qcListPerson.less

@@ -3,19 +3,23 @@
     width: 100%;
     height: 100%;
     overflow: auto;
-    background: @disColor;
+    background: #fff;
 }
 ul,li{
     list-style: none;
 }
 h2{
     .h2;
+    border-bottom: 10px @disColor solid;
     position: absolute;
 }
 .main-body{
     .main-body-com;
+    border: none;
+    border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
+    min-height: calc(100% - 84px);
     /*width: 100%;*/
 }
 table{
@@ -101,7 +105,8 @@ table{
     position: relative;
 }
 .overAuto{
-    overflow: auto;
+    display: table;
+    padding-right: 20px;
 }
 .toggle-item{
     display: none;

+ 1 - 1
src/html/qcList.html

@@ -117,7 +117,7 @@
 
             <div class="pagination"></div>
         </div>
-        
+
     </div>
 </body>