zhengyiming
9 小时以前 021711427c13b9fce1344521e28ed71078d298f4
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>