mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-02 12:07:18 +00:00
optimize the row height in web ui
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user