@@ -118,13 +118,12 @@ export default {
color: #409eff;
}
.picker_view {
- display: flex;
position: absolute;
- width: 34rem;
+ width: 33rem;
bottom: -4rem;
- left: -18rem;
+ left: -16rem;
height: 3rem;
- // padding-top: 0.5rem;
+ padding-top: -0.5rem;
box-sizing: border-box;
z-index: 999;
background-color: rgba(255, 255, 255, 1);
@@ -154,11 +153,3 @@ export default {
</style>
-<style lang="less">
-.select_time{
- .el-date-editor{
- margin-top: 5px;
- }
-}
-</style>
-