feat:修改创建项目页面

This commit is contained in:
李晓鸽
2022-10-09 18:54:59 +08:00
parent 5ffe88b369
commit 0295c6876b
3 changed files with 589 additions and 287 deletions

View File

@@ -71,7 +71,11 @@ export default defineComponent({
background-color: rgba(245, 247, 250, 1);
main {
flex: 1;
height: 0;
flex: 1 1 auto;
// flex-shrink: 0;
display: flex;
overflow-y: scroll;
width: calc(100% - 40px);
// margin-bottom: 20px;
margin: 0px 20px 20px 20px;