// 一览
.index_view{
  .pointer_item {
    cursor: pointer;
    color: rgba(109, 161, 255, 1);
  }

  .btngroup_right {
    float: right;
  }

  .btngroup_right .marginleft10 {
    margin-left: 10px;
  }
  .landscape_button {
    margin: 2px 0 !important;
  }
}
// 新增

.refund_suspension{
  .fr {
    float: right;
  }
  .mt10 {
    margin: 10px 0;
  }
}
// 预退单库一览
.pre_refund{
  .el-form-item{
    margin-bottom: 12px;
  }
  .child-center{
    display: flex;
    justify-content: center
  }
  .el-form-item__error{
    padding-top: 0;
  }
}
.recevie_refund{
  .el-form-item__error{
    padding-top: 0;
  }
  .el-form-item {
    margin-bottom: 12px;
  }
}
// 表头组件的央视
.table_head_dict{
  padding-left: 1 !important;
  padding-right: 1 !important;
  height: 40px;

  .el-select{
    padding-right: 0;
    padding-left: 0;
    .el-input{
      padding-left: 0;
      padding-right: 0;
    }
  }
}
// 导出结果
.import_result{
  p.no_top_bottom {
    margin-top: 0;
    margin-bottom: 0;


    text-align: center;
  }
  .line_item {
    text-align: center;
    font-size: 16px;
  }
  .line_item span {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
  }
  .btn_center {
    display: block;
    margin: 0 auto;
  }
}
