feat: bubble组件封装

This commit is contained in:
rd
2025-08-21 10:54:18 +08:00
parent 64621d9add
commit 55166ff580
26 changed files with 668 additions and 416 deletions

View File

@ -1,21 +0,0 @@
.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

@ -10,5 +10,4 @@
@import "./button.scss";
@import "./steps.scss";
@import "./form.scss";
@import "./chat-sender.scss";
@import "./chat-bubble.scss";
@import "./chat-sender.scss";