feat: 首页调整

This commit is contained in:
rd
2025-08-20 18:17:23 +08:00
parent 0c941b0c66
commit 6e3158cdb4
19 changed files with 446 additions and 131 deletions

View File

@ -0,0 +1,21 @@
.ant-bubble-list {
gap: 8px;
.ant-bubble {
.ant-bubble-content {
color: var(--Text-1, #211f24);
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
&.ant-bubble-content-round {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
background: var(--BG-200, #f2f3f5);
padding-inline: 0;
}
}
}
}

View File

@ -11,3 +11,4 @@
@import "./steps.scss";
@import "./form.scss";
@import "./chat-sender.scss";
@import "./chat-bubble.scss";