We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18da22 commit 6174720Copy full SHA for 6174720
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-easytable",
3
- "version": "2.0.2",
+ "version": "2.0.1",
4
"main": "libs/main.js",
5
"description": "Vue table component",
6
"keywords": [
packages/index.js
@@ -13,7 +13,7 @@ import VeSelect from './ve-select';
13
import VeTable from './ve-table';
14
15
16
-const version = '2.0.2';
+const version = '2.0.1';
17
const components = [
18
VeCheckbox,
19
VeCheckboxGroup,
packages/style/ve-table.less
@@ -71,9 +71,7 @@
71
padding: 10px;
72
// hack content fill td height
73
//height: 1px;
74
- //height: inherit;
75
- display: table-cell;
76
- height: 100%;
+ height: inherit;
77
}
78
79
0 commit comments