Fix: Small bugs

This commit is contained in:
surunzi
2016-05-30 09:50:06 +08:00
parent 04b6b9e0de
commit 36d2af32b4
21 changed files with 69 additions and 110 deletions

View File

@@ -79,13 +79,6 @@ export default class Console extends Tool
return this;
}
destroy()
{
super.destroy();
this.ignoreGlobalErr();
return this.restoreConsole();
}
_appendTpl()
{
var $el = this._$el;

View File

@@ -7,16 +7,12 @@
height: 100%;
font-size: $font-size;
li {
@include clear-float();
background: #fff;
margin: 10px 0;
padding: $padding;
border-top: 1px solid $gray-light;
border-bottom: 1px solid $gray-light;
&:after {
content: '';
display: block;
clear: both;
}
a {
color: $blue !important;
}