This commit is contained in:
syuilo
2021-05-04 23:12:36 +09:00
parent 2efae80b97
commit 67f58b5217
3 changed files with 9 additions and 4 deletions

View File

@@ -105,6 +105,10 @@ export default defineComponent({
<style lang="scss">
.sqadhkmv {
> *:empty {
display: none;
}
> *:not(:last-child) {
margin-bottom: var(--margin);
}