@@ -3,6 +3,7 @@
width: 100%;
height: 100%;
overflow: auto;
+ background: @disColor;
}
ul,li{
list-style: none;
@@ -12,9 +13,9 @@ h2{
position: absolute;
.main-body{
- margin: 75px 0 0 10px;
+ .main-body-com;
+ margin: 44px 0 0;
min-width: 1090px;
- padding: 0 35px;
// overflow: auto;
table{
@@ -96,6 +97,9 @@ table{
.filterBox{
position: relative;
+.overAuto{
+ overflow: auto;
+}
.filter-toggler{
left: 960px;
@@ -273,7 +277,7 @@ table{
.pagination{
- margin: 35px 0 0 0 ;
+ margin: 35px 0 20px 0 ;
text-align: right;
.totalSum{
@@ -12,8 +13,8 @@ h2{
/*width: 100%;*/
@@ -94,6 +95,9 @@ table{
@@ -99,6 +100,9 @@ table{
@@ -277,7 +281,7 @@ table{
@@ -64,7 +64,7 @@
</span>
</div>
- <div>
+ <div class="overAuto">
<table>
<thead>
<tr>
@@ -63,7 +63,7 @@