style: project 样式调整

This commit is contained in:
@changcode
2021-11-19 14:19:15 +08:00
parent c508dda3c5
commit 6a00be20f0

View File

@@ -1,11 +1,9 @@
.main-list {
height: 100%;
width: 100%;
display: flex;
background-color: $--background-color-base;
overflow-x: auto;
}
.main-list--project {
.main-list--project.main-list {
height: 100%;
width: 100%;
display: flex;
background-color: $--background-color-base;
overflow-x: auto;
.projectList{
flex: 1;
width: calc(50% - 10px);