2021-06-17获取时间值处理成年月日传值给后端查询数据

页面部分:

逻辑部分:

样式部分:

.ship_date__query{

  width: 100%;

  height: 100%;

  padding: 0 20px;

  .ship_date__query-center{

    width: 100%;

    border: 1px solid #e8e9e9;

    margin-bottom: 20px;

    padding: 20px 0;

    max-width: 1248px;

    height: 170px;

    .center-form{

      display: flex;

      flex-wrap: wrap;

       .btn {

      width: 90px;

      height: 40px;

      margin-left: 60px;

      line-height: 40px;

      font-size: 22px;

      text-align: center;

      align-items: center;

      background: #7295d9;

      color: #ffffff;

      border-radius: 5px;

    }

     .btns {

       margin-left: 20px;

      width: 90px;

      height: 40px;

      line-height: 40px;

      font-size: 22px;

      text-align: center;

      align-items: center;

      background: #ffffff;

      border: 1px solid #7295d9;

      color: #7295d9;

      border-radius: 5px;

    }

    }

     .el-form-item {

          margin-bottom: 25px;

          width: 300px;

    }

  }

  .ship_date__query-bottom {

    width: 100%;

    height: calc(100% - 210px);

    background: #ffffff;

    border: 1px solid #e8e9e9;

    padding: 15px;

    .ship_date__query-table {

      border: 1px solid #a9bee7;

    }

  }

}

效果展示部分:


你可能感兴趣的:(2021-06-17获取时间值处理成年月日传值给后端查询数据)