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
+13 -1
View File
@@ -5,7 +5,7 @@
justify-content: space-between;
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
padding: 12px;
padding: 12px 14px;
cursor: pointer;
&:hover {
@@ -24,6 +24,12 @@
.info {
color: var(--ant-color-text-tertiary);
.info-item {
display: flex;
align-items: center;
gap: 16px;
}
.tag-item {
display: flex;
align-items: center;
@@ -37,4 +43,10 @@
// color: var(--ant-color-text-secondary);
}
}
.tags {
display: flex;
align-items: center;
flex-wrap: wrap;
}
}