feat: add models compare

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent 2e5f0d9210
commit 4f4f00f0c8
15 changed files with 794 additions and 154 deletions
@@ -0,0 +1,17 @@
.content-item {
margin-bottom: 12px;
&-role {
display: flex;
align-items: center;
font-weight: var(--font-weight-bold);
margin-bottom: 8px;
}
&-content {
word-break: break-word;
padding: 8px;
border-radius: var(--border-radius-mini);
background-color: var(--ant-color-fill-tertiary);
}
}