guosongchao 5 years ago
parent
commit
f5079527d6
1 changed files with 3 additions and 12 deletions
  1. 3 12
      src/components/data_admin/selectTime.vue

+ 3 - 12
src/components/data_admin/selectTime.vue

@@ -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>
-