forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
deb6485cc2
commit
2270fbf3ee
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="">
|
<div class="mrdgzndn">
|
||||||
<mfm :text="text" :is-note="false" :i="$store.state.i" :key="text"/>
|
<mfm :text="text" :is-note="false" :i="$store.state.i" :key="text"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -32,4 +32,10 @@ export default Vue.extend({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
|
.mrdgzndn
|
||||||
|
&:not(:first-child)
|
||||||
|
margin-top 0.5em
|
||||||
|
|
||||||
|
&:not(:last-child)
|
||||||
|
margin-bottom 0.5em
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue