fix(详情卡片): 标题宽度超出省略

This commit is contained in:
baiqi 2024-08-14 16:10:25 +08:00 committed by 刘瑞斌
parent f133a7d84c
commit 48897e83ac
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
border-radius: var(--border-radius-small);
gap: 8px;
.ms-detail-card-title {
@apply flex items-center justify-between overflow-hidden;
@apply flex items-center justify-between;
gap: 16px;
}

View File

@ -413,7 +413,7 @@
font-weight: 400;
}
:deep(.ms-detail-card-title) {
width: 50%;
width: 300px;
}
:deep(.ms-detail-card-desc) {
gap: 16px;