Skip to content

Commit 6174720

Browse files
author
huangshuwei
committed
revert
1 parent e18da22 commit 6174720

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.0.2",
3+
"version": "2.0.1",
44
"main": "libs/main.js",
55
"description": "Vue table component",
66
"keywords": [

packages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import VeSelect from './ve-select';
1313
import VeTable from './ve-table';
1414

1515

16-
const version = '2.0.2';
16+
const version = '2.0.1';
1717
const components = [
1818
VeCheckbox,
1919
VeCheckboxGroup,

packages/style/ve-table.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@
7171
padding: 10px;
7272
// hack content fill td height
7373
//height: 1px;
74-
//height: inherit;
75-
display: table-cell;
76-
height: 100%;
74+
height: inherit;
7775
}
7876
}
7977

0 commit comments

Comments
 (0)