wupengfei
4 天以前 507131cbff30df768441a2167d1c7396ba5ceea2
packages/components/src/List/ListItem.vue
@@ -61,4 +61,18 @@
    }
  }
}
.extraFlex {
  .pro-list-item {
    .pro-list-item-inner {
      height: auto;
      align-items: flex-start;
      padding: 30px 0;
      .pro-list-item-title {
        flex: initial;
      }
    }
  }
}
</style>