.import-file {
  .el-form-item {
    margin-bottom: 0;
  }
  .el-form-item__content {
    display: flex;
    flex-flow: row nowrap;

    .file-handle {
      margin-left: 10px;
    }
    &>.el-input {
      width: 350px;
    }
  }

  .el-alert {
    margin-top: 10px;
  }
}
