1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

[update]update table tr height (#2962)

This commit is contained in:
杨顺强
2019-02-19 16:59:30 +08:00
committed by Daniel Pan
parent a9d01546e7
commit 4047de7457

View File

@@ -828,11 +828,11 @@ table {
}
table tr {
height: 2.1875rem;
height: 2.5625rem;
}
table th, table td {
padding: 0.3125rem 0.1875rem;
padding: 0.5rem 0.1875rem;
border-bottom: 1px solid #eee;
}