chore: catalog card style

This commit is contained in:
jialin
2025-01-03 20:51:22 +08:00
parent d9319f5734
commit 1a792254ca
16 changed files with 696 additions and 299 deletions
+7 -1
View File
@@ -85,13 +85,19 @@
border-radius: 50%;
background-color: var(--ant-color-text-quaternary);
margin-right: 8px;
flex: none;
}
.box {
flex: 1;
overflow: hidden;
}
.tags {
display: flex;
align-items: center;
flex: 1;
overflow: hidden;
width: 100%;
}
.tag-item {