mirror of https://github.com/ElemeFE/element
Alert: improve style
parent
34dbb01c1a
commit
725077effe
|
@ -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: {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
@e content {
|
||||
display: table-cell;
|
||||
padding-left: 8px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
@e icon {
|
||||
|
|
Loading…
Reference in New Issue