|
@@ -29,7 +29,8 @@ body.console {
|
|
|
// overflow: auto;
|
|
|
height: auto;
|
|
|
background: @activeBg;
|
|
|
- min-width: 1080px;
|
|
|
+ min-width: 1185px;
|
|
|
+ padding: 10px;
|
|
|
ul {
|
|
|
padding: 0 40px;
|
|
|
}
|
|
@@ -298,7 +299,7 @@ body.console {
|
|
|
background-color: @themeColor;
|
|
|
height: 452px;
|
|
|
overflow: hidden;
|
|
|
- border-bottom: 10px solid @activeBg;
|
|
|
+ /*border-bottom: 10px solid @activeBg;*/
|
|
|
.list {
|
|
|
padding: 15px 5px;
|
|
|
width: 100%;
|