chore: update demo

This commit is contained in:
Justineo
2024-06-11 20:05:05 +08:00
parent 443eaa0367
commit 5d23006866
2 changed files with 32 additions and 7 deletions

View File

@ -297,7 +297,7 @@ input {
}
label {
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
}
@ -381,11 +381,13 @@ select {
}
}
}
}
.actions {
display: flex;
justify-content: center;
}
.actions {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
}
.renderer,