|
@@ -26,11 +26,12 @@ body.console {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
.partWrap {
|
|
|
- // overflow: auto;
|
|
|
+ overflow: auto;
|
|
|
height: auto;
|
|
|
background: @activeBg;
|
|
|
min-width: 1185px;
|
|
|
padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
ul {
|
|
|
padding: 0 40px;
|
|
|
}
|
|
@@ -207,7 +208,7 @@ body.console {
|
|
|
padding-right: 30px;
|
|
|
box-sizing: border-box;
|
|
|
max-height: 180px;
|
|
|
- overflow: hidden;
|
|
|
+ overflow: auto;
|
|
|
table {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -260,7 +261,7 @@ body.console {
|
|
|
border-right: 10px solid @activeBg;
|
|
|
box-sizing: border-box;
|
|
|
ul {
|
|
|
- padding: 28px 20px;
|
|
|
+ padding: 15px 20px;
|
|
|
border-bottom: 10px solid @activeBg;
|
|
|
/*background: @themeColor;*/
|
|
|
li {
|
|
@@ -282,15 +283,15 @@ body.console {
|
|
|
|
|
|
.defect {
|
|
|
/*background-color: @themeColor;*/
|
|
|
- height: 385px;
|
|
|
+ height: 410px;
|
|
|
overflow: hidden;
|
|
|
.list {
|
|
|
- padding: 13px 5px;
|
|
|
+ padding: 6px 5px;
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
- height: 405px;
|
|
|
+ height: 410px;
|
|
|
}
|
|
|
/*.thead {
|
|
|
td {
|
|
@@ -302,10 +303,11 @@ body.console {
|
|
|
overflow: auto;
|
|
|
.thead{
|
|
|
background: #142753;
|
|
|
+ padding: 1px 0;
|
|
|
}
|
|
|
}
|
|
|
td {
|
|
|
- padding: 8px 10px;
|
|
|
+ padding: 7px 10px;
|
|
|
color: @themeFontClr;
|
|
|
i {
|
|
|
width: 17px;
|