Commit 64fca3ed authored by rockyl's avatar rockyl

修复项目列表页布局问题

parent 58a63957
......@@ -5,6 +5,7 @@
display: flex;
flex: 1;
flex-direction: column;
width: 0;
main {
display: flex;
......@@ -39,6 +40,7 @@
.table{
flex: 1;
height: 0;
}
}
......@@ -51,9 +53,9 @@
.project-name {
flex: 1;
font-size: 30px;
font-size: 25px;
font-weight: bold;
line-height: 42px;
line-height: 37px;
}
.project-detail {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment