Alert: improve style

pull/1509/head
Leopoldthecoder 2016-12-01 23:04:52 +08:00
parent 34dbb01c1a
commit 725077effe
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 {