|
@@ -112,12 +112,12 @@ table{
|
|
|
margin: 0 20px 5px 0;
|
|
|
span{
|
|
|
display: inline-block;
|
|
|
- line-height: 36px;
|
|
|
+ line-height: 32px;
|
|
|
position: relative;
|
|
|
}
|
|
|
input{
|
|
|
width:120px;
|
|
|
- height:36px;
|
|
|
+ height:32px;
|
|
|
border-radius:4px;
|
|
|
border: 1px solid #E2E5EF;
|
|
|
outline: none;
|
|
@@ -165,7 +165,7 @@ table{
|
|
|
position: relative;
|
|
|
width:120px;
|
|
|
padding: 0 10px;
|
|
|
- height:36px;
|
|
|
+ height:32px;
|
|
|
border-radius:4px;
|
|
|
border: 1px solid #E2E5EF;
|
|
|
box-sizing: border-box;
|
|
@@ -178,12 +178,12 @@ table{
|
|
|
.filter,.reset{
|
|
|
display: inline-block;
|
|
|
width:60px;
|
|
|
- height:36px;
|
|
|
+ height:32px;
|
|
|
background:@activeColor;
|
|
|
border-radius:4px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- line-height: 36px;
|
|
|
+ line-height: 32px;
|
|
|
position: relative;
|
|
|
top: 2px;
|
|
|
cursor: pointer;
|