@@ -33,6 +33,6 @@ input:disabled {
.main-body-com{
background: #fff;
margin: 0;
- padding: 20px 25px 0;
+ padding: 20px 25px;
border:10px @disColor solid;
}
@@ -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;
/*width: 100%;*/
@@ -96,7 +100,8 @@ table{
@@ -101,7 +105,8 @@ table{
@@ -117,7 +117,7 @@
<div class="pagination"></div>
</div>
-
+
</body>