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,7 +69,7 @@
69 :columns-width="columnsWidth" 69 :columns-width="columnsWidth"
70 :data="rebuildData"></table-head> 70 :data="rebuildData"></table-head>
71 </div> 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 <table-body 73 <table-body
74 fixed="right" 74 fixed="right"
75 :prefix-cls="prefixCls" 75 :prefix-cls="prefixCls"