This commit is contained in:
LTbinglingfeng
2026-01-31 02:03:17 +08:00
parent e4c5f80b02
commit 3d33958d9e
6 changed files with 67 additions and 22 deletions

View File

@@ -90,6 +90,18 @@
gap: $spacing-sm;
}
.groupTitle {
display: flex;
align-items: center;
gap: $spacing-sm;
}
.groupIcon {
width: 18px;
height: 18px;
flex-shrink: 0;
}
.modelTag {
display: inline-flex;
align-items: center;