.measure-modal .measure-details {
  margin-bottom: 24px;
}
.measure-modal .measure-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.measure-modal .ivu-table .ivu-table-cell {
  overflow: inherit !important;
  padding-left: 5px;
  padding-right: 5px;
}
.measure-modal .ivu-table .ivu-form-item-content {
  margin-left: 0 !important;
}
.measure-modal .ivu-table .ivu-form-item-error-tip {
  z-index: 800 !important;
  line-height: 0 !important;
}
.measure-modal .ivu-table .ivu-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.measure-modal .ivu-table-cell {
  overflow: inherit !important;
}
.measure-modal .ivu-table-wrapper {
  overflow: inherit !important;
}
.measure-modal .ivu-table {
  overflow: inherit !important;
}
.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;
}

