|
@@ -26,9 +26,8 @@ table{
|
|
|
|
|
|
}
|
|
}
|
|
th,td{
|
|
th,td{
|
|
- height: 40px;
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding:6px 10px;
|
|
border:1px solid #E2E5EF;
|
|
border:1px solid #E2E5EF;
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
}
|
|
}
|
|
@@ -101,24 +100,24 @@ table{
|
|
border: 1px solid #5A8EEE;
|
|
border: 1px solid #5A8EEE;
|
|
color: #5A8EEE;
|
|
color: #5A8EEE;
|
|
}
|
|
}
|
|
-.filterBox{
|
|
|
|
|
|
+/*.filterBox{
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
-}
|
|
|
|
|
|
+}*/
|
|
.filterItem{
|
|
.filterItem{
|
|
position: relative;
|
|
position: relative;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
float: left;
|
|
float: left;
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
- margin: 0 20px 15px 0;
|
|
|
|
|
|
+ margin: 0 20px 5px 0;
|
|
span{
|
|
span{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- line-height: 40px;
|
|
|
|
|
|
+ line-height: 32px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
input{
|
|
input{
|
|
width:120px;
|
|
width:120px;
|
|
- height:40px;
|
|
|
|
|
|
+ height:32px;
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
border: 1px solid #E2E5EF;
|
|
border: 1px solid #E2E5EF;
|
|
outline: none;
|
|
outline: none;
|
|
@@ -166,7 +165,7 @@ table{
|
|
position: relative;
|
|
position: relative;
|
|
width:120px;
|
|
width:120px;
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
- height:40px;
|
|
|
|
|
|
+ height:32px;
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
border: 1px solid #E2E5EF;
|
|
border: 1px solid #E2E5EF;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -179,12 +178,12 @@ table{
|
|
.filter,.reset{
|
|
.filter,.reset{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width:60px;
|
|
width:60px;
|
|
- height:36px;
|
|
|
|
|
|
+ height:32px;
|
|
background:#5A8EEE;
|
|
background:#5A8EEE;
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
color: #fff;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-align: center;
|
|
- line-height: 36px;
|
|
|
|
|
|
+ line-height: 32px;
|
|
position: relative;
|
|
position: relative;
|
|
top: 2px;
|
|
top: 2px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -194,7 +193,7 @@ table{
|
|
.arrow{
|
|
.arrow{
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 10px;
|
|
width: 10px;
|
|
- top: 16px;
|
|
|
|
|
|
+ top: 12px;
|
|
right: 10px;
|
|
right: 10px;
|
|
}
|
|
}
|
|
.iconCheck{
|
|
.iconCheck{
|
|
@@ -221,7 +220,7 @@ table{
|
|
position: relative;
|
|
position: relative;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 120px;
|
|
width: 120px;
|
|
- height: 40px;
|
|
|
|
|
|
+ height: 32px;
|
|
input{
|
|
input{
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
@@ -229,7 +228,7 @@ table{
|
|
.iconCalen{
|
|
.iconCalen{
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 15px;
|
|
width: 15px;
|
|
- top: 12px;
|
|
|
|
|
|
+ top: 8px;
|
|
right: 10px;
|
|
right: 10px;
|
|
}
|
|
}
|
|
.textCenter{
|
|
.textCenter{
|