From e7275216315cc723526b7e4b4952f297decb7b4b Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 16 Apr 2019 14:54:09 +0800 Subject: [PATCH] tweak --- src/directive/el-table/adaptive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/directive/el-table/adaptive.js b/src/directive/el-table/adaptive.js index f2835643..d229e9fd 100644 --- a/src/directive/el-table/adaptive.js +++ b/src/directive/el-table/adaptive.js @@ -1,11 +1,10 @@ - import { addResizeListener, removeResizeListener } from 'element-ui/src/utils/resize-event' /** * How to use * ... * el-table height is must be set - * bottomOffset: 30(default) // The height of the table from the bottom of the page. + * bottomOffset: 30(default) // The height of the table from the bottom of the page. */ const doResize = (el, binding, vnode) => {