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> </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'
}}>&nbsp;</th>)
} }
</tr> </tr>
</thead> </thead>