update 构成表单页的种子

This commit is contained in:
2021-05-12 23:07:40 +08:00
parent ead8ca4063
commit c74448b1fc
32 changed files with 1475 additions and 980 deletions

View File

@@ -37,3 +37,7 @@
.container-fluid {
.container-base();
}
.container-flex {
display: flex;
justify-content: space-between;
}