display: flex布局,justify-content: space-between换行的时候没有搞左对齐

.project_type_card {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        &::after {
          content: "";
          width: 204px;
        }}
&::after {
          content: "";
          width: 204px;
        }

你可能感兴趣的:(display: flex布局,justify-content: space-between换行的时候没有搞左对齐)