zhengyiming
4 天以前 0267310eeb936aa37db78b329f9c8c6c31cc126c
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>