chore: catalog api

This commit is contained in:
jialin
2025-01-03 20:51:22 +08:00
parent 81d96fe3a9
commit d9319f5734
13 changed files with 313 additions and 294 deletions
+15 -9
View File
@@ -1,5 +1,5 @@
.catalog-item {
height: 160px;
height: 180px;
overflow: hidden;
display: flex;
padding: 16px 20px;
@@ -31,7 +31,6 @@
justify-content: flex-start;
flex: 1;
width: 100%;
// height: 100%;
}
&:hover {
@@ -48,8 +47,8 @@
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-bottom: 16px;
gap: 12px;
margin-bottom: 12px;
.name {
flex: 1;
@@ -61,23 +60,30 @@
color: var(--ant-color-text-secondary);
width: 100%;
overflow: hidden;
margin-bottom: 16px;
margin-bottom: 12px;
}
.item-footer {
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;
gap: 12px;
justify-content: flex-start;
align-items: flex-start;
}
.update-time {
color: var(--ant-color-text-tertiary);
display: flex;
align-items: center;
gap: 16px;
}
.dot {
width: 4px;
height: 4px;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: var(--ant-color-text-tertiary);
background-color: var(--ant-color-text-quaternary);
margin-right: 8px;
}