Merge pull request #82 from QingWei-Li/master

Table: fix gutter width,  #80, #78
pull/83/head
杨奕 2016-09-18 22:58:23 -05:00 committed by GitHub
commit 158c680226
1 changed files with 2 additions and 8 deletions

View File

@ -41,14 +41,8 @@ export default {
]
}
</th>
).concat(<th
class="gutter"
style={{
width: (this.$parent.showVScrollBar
? this.$parent.currentGutterWidth
: 0
) + 'px'
}}>&nbsp;</th>)
).concat(this.$parent.showVScrollBar && this.$parent.currentGutterWidth ? <th class="gutter"
style={{ width: this.$parent.currentGutterWidth + 'px' }}></th> : '')
}
</tr>
</thead>