fix bug
This commit is contained in:
parent
2efae80b97
commit
67f58b5217
3 changed files with 9 additions and 4 deletions
|
|
@ -105,6 +105,10 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss">
|
||||
.sqadhkmv {
|
||||
> *:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> *:not(:last-child) {
|
||||
margin-bottom: var(--margin);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue