.addcustomer .customerTable .ivu-table-cell {
  overflow: inherit !important;
}
.addcustomer .customerTable .ivu-table-wrapper {
  overflow: inherit !important;
}
.addcustomer .customerTable .ivu-table {
  overflow: inherit !important;
}
.addcustomer .ivu-input-wrapper {
  width: 98%;
}
.file_border {
  width: 93%;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px dashed #dcdee2;
  min-height: 35px;
  color: #a7308a;
}
.file_border .name {
  margin: 0 15px;
  font-size: 14px;
}
.file_border i {
  font-style: normal;
  color: #aaa;
  font-size: 13px;
}

