fix(components): un-scope story list styles

This commit is contained in:
parent 5c6cb84383
commit 4838b7b624
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -52,8 +52,8 @@
/> />
</div> </div>
</template> </template>
<style scoped> <style>
.ant-list-items > * + * { ul.ant-list-items > * + * {
margin-top: 1.2em; margin-top: 1.2em;
} }