Merge pull request #1509 from Leopoldthecoder/dev

Alert: improve style
This commit is contained in:
baiyaaaaa 2016-12-02 11:37:00 +08:00 committed by GitHub
commit e0a5f1b8d4
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
const activeBar = !type
? <div class="el-tabs__active-bar" style={barStyle}></div>
: null;
const tabs = this.$children.map((tab, index) => {
let btnClose = h('span', {
class: {

View File

@ -35,7 +35,7 @@
@e content {
display: table-cell;
padding-left: 8px;
padding: 0 8px;
}
@e icon {