Commit 12739c33fa15c62f9e6f7615f6a86532a29a497a

Authored by 梁灏
1 parent dac3df92

update Table

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/table/table.vue
... ... @@ -69,7 +69,7 @@
69 69 :columns-width="columnsWidth"
70 70 :data="rebuildData"></table-head>
71 71 </div>
72   - <div :class="[prefixCls + '-fixed-body']" :style="fixedBodyStyle" ref="fixedRightBody"@mousewheel="handleFixedMousewheel" @DOMMouseScroll="handleFixedMousewheel">
  72 + <div :class="[prefixCls + '-fixed-body']" :style="fixedBodyStyle" ref="fixedRightBody" @mousewheel="handleFixedMousewheel" @DOMMouseScroll="handleFixedMousewheel">
73 73 <table-body
74 74 fixed="right"
75 75 :prefix-cls="prefixCls"
... ...