Skip to content

Commit a3c7e38

Browse files
author
huangshuwei
committed
fixed bug:
TD height is different when column fixed on IOS devices
1 parent 54f8ff0 commit a3c7e38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/style/ve-table.less

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

0 commit comments

Comments
 (0)