chore: adjust deployment modal form

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent ed49e03802
commit 29b74f85c5
39 changed files with 1574 additions and 786 deletions
+5
View File
@@ -104,6 +104,11 @@
justify-content: space-between;
}
.justify-between {
display: flex;
justify-content: space-between;
}
.justify-center {
display: flex;
justify-content: center;