mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 12:48:45 +08:00
commit
e0a5f1b8d4
@ -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
Block a user