Commit ae337719 authored by qingwei.li's avatar qingwei.li

Table: fix gutter width, #80, #78

parent badf5ae1
...@@ -41,14 +41,8 @@ export default { ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment