optimize the row height in web ui

This commit is contained in:
OttoMao
2015-07-01 14:43:32 +08:00
parent 3e679f0834
commit f4a68e2786
6 changed files with 8 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ body, html {
.mainTableWrapper thead{
background: #F4F5F9;
border-bottom: 1px solid #777;
border-bottom: 1px solid #AAA;
}
.mainTableWrapper td,
@@ -127,6 +127,8 @@ body, html {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px;
line-height: 16px;
}
.mainTableWrapper tbody tr{