style: search models style

This commit is contained in:
jialin
2024-08-23 17:17:02 +08:00
parent 76444f28cb
commit a60be9c88f
24 changed files with 571 additions and 115 deletions
+10 -2
View File
@@ -3,7 +3,7 @@
.hf-model-file {
display: flex;
flex-direction: column;
padding: 10px;
padding: 12px 14px;
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
cursor: pointer;
@@ -17,7 +17,15 @@
}
.title {
margin-bottom: 10px;
margin-bottom: 12px;
}
.tags {
display: flex;
gap: 8px;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.tag-item {