|
@@ -481,7 +481,7 @@ export default {
|
|
|
height:25px;
|
|
|
background-color: rgba(232,232,232,1);
|
|
|
position: absolute;
|
|
|
- z-index: 10;
|
|
|
+ z-index: 1;
|
|
|
top:9px;
|
|
|
left:50%;
|
|
|
}
|
|
@@ -489,7 +489,7 @@ export default {
|
|
|
width:100%;
|
|
|
padding-bottom:0.5px;
|
|
|
position: absolute;
|
|
|
- z-index: 100;
|
|
|
+ z-index: 1;
|
|
|
background-color: #fff;
|
|
|
.timeSelectWrap{
|
|
|
width:calc(100% - 52px);
|
|
@@ -506,12 +506,12 @@ export default {
|
|
|
display: inline-block;
|
|
|
font-size: 15px;
|
|
|
line-height: 30px;
|
|
|
- width:28%;
|
|
|
+ width:32%;
|
|
|
}
|
|
|
.end{
|
|
|
display: inline-block;
|
|
|
font-size: 15px;
|
|
|
- width:28%;
|
|
|
+ width:32%;
|
|
|
margin-left:5px;
|
|
|
}
|
|
|
.search{
|