mirror of https://github.com/ElemeFE/element
commit
158c680226
|
@ -41,14 +41,8 @@ export default {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
</th>
|
</th>
|
||||||
).concat(<th
|
).concat(this.$parent.showVScrollBar && this.$parent.currentGutterWidth ? <th class="gutter"
|
||||||
class="gutter"
|
style={{ width: this.$parent.currentGutterWidth + 'px' }}></th> : '')
|
||||||
style={{
|
|
||||||
width: (this.$parent.showVScrollBar
|
|
||||||
? this.$parent.currentGutterWidth
|
|
||||||
: 0
|
|
||||||
) + 'px'
|
|
||||||
}}> </th>)
|
|
||||||
}
|
}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue