|
@@ -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;
|
|
@@ -110,7 +115,7 @@ table{
|
|
|
position: absolute;
|
|
|
left: 960px;
|
|
|
top: 8px;
|
|
|
- color: #aaa;
|
|
|
+ color: #777;
|
|
|
font-size: 14px;
|
|
|
background: url("../images/arrow_up.png") 60px center no-repeat;
|
|
|
padding-right: 15px;
|