Files
lingji-work-fe/src/views/home/components/conversation-detail/style.scss

21 lines
464 B
SCSS
Raw Normal View History

2025-08-20 18:17:23 +08:00
.conversation-detail-wrap {
.cts {
color: var(--Text-1, #737478);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
2025-08-23 11:53:27 +08:00
:deep(.xt-bubble) {
.file-card {
border-radius: 12px;
border: 1px solid var(--Border-2, #e6e6e8);
background: linear-gradient(90deg, #f6f4ff 0%, #fff 100%);
padding: 13px 16px;
display: flex;
justify-content: center;
align-items: center;
}
}
2025-08-20 18:17:23 +08:00
}