css flex

.component-upload-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;

    .file-uploaded {
      flex: 1;
      border: 1px solid red;

      &:not(:nth-last-child(1)) {
        margin-right: 20px;
      }
    }
  }

  

posted @ 2020-10-20 10:42  AlanTao  阅读(129)  评论(0编辑  收藏  举报