Skip to content

Commit

Permalink
fix ProjectItem style (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca authored Sep 3, 2024
1 parent 8d607ad commit 8bf6785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spx-gui/src/components/project/ProjectItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const creationTime = computed(() => dayjs(props.projectData.cTime).format('YYYY.
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
}
Expand All @@ -147,10 +148,13 @@ const creationTime = computed(() => dayjs(props.projectData.cTime).format('YYYY.
padding: 10px 10px 8px;
}
.name-container {
margin-bottom: 4px;
}
.name {
font-size: 16px;
line-height: 24px;
margin-bottom: 4px;
}
.creation-time {
Expand Down

0 comments on commit 8bf6785

Please sign in to comment.