Commit 64fca3ed authored by rockyl's avatar rockyl

修复项目列表页布局问题

parent 58a63957
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
display: flex; display: flex;
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
width: 0;
main { main {
display: flex; display: flex;
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
.table{ .table{
flex: 1; flex: 1;
height: 0;
} }
} }
...@@ -51,9 +53,9 @@ ...@@ -51,9 +53,9 @@
.project-name { .project-name {
flex: 1; flex: 1;
font-size: 30px; font-size: 25px;
font-weight: bold; font-weight: bold;
line-height: 42px; line-height: 37px;
} }
.project-detail { .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