.doubleFile { .arco-upload-list { // display: flex; align-items: center; flex-wrap: wrap; } .arco-upload-list-item { width: calc(50% - 17px); // margin-top: 24px; // margin-left: 17px; &:nth-child(2n + 1) { width: calc(50% - 17px); margin-right: 17px; margin-left: 0px; } } } .arco-upload-trigger { width: auto; } .trigger { width: 80px; height: 80px; background: #f2f3f5; border: 1px dashed #e5e6eb; border-radius: 2px; display: flex; flex-direction: column; justify-content: center; align-items: center; }