feat: 1.封装多行标签展开收起组件; 2.首页开发

This commit is contained in:
rd
2025-08-20 10:16:59 +08:00
parent ac2de33d72
commit 08c8488b67
4 changed files with 279 additions and 3 deletions

View File

@ -31,6 +31,12 @@
linear-gradient(113deg, #6d4cfe 0%, #b93bf0 100%);
}
}
:deep(.expandable-tags-container) {
.tag-list {
row-gap: 6px;
column-gap: 12px;
}
}
}
.history-conversation-btn {
border-radius: 8px 0 0 8px;