fix(详情卡片): 标题宽度超出省略
This commit is contained in:
parent
f133a7d84c
commit
48897e83ac
|
@ -108,7 +108,7 @@
|
||||||
border-radius: var(--border-radius-small);
|
border-radius: var(--border-radius-small);
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
.ms-detail-card-title {
|
.ms-detail-card-title {
|
||||||
@apply flex items-center justify-between overflow-hidden;
|
@apply flex items-center justify-between;
|
||||||
|
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -413,7 +413,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
:deep(.ms-detail-card-title) {
|
:deep(.ms-detail-card-title) {
|
||||||
width: 50%;
|
width: 300px;
|
||||||
}
|
}
|
||||||
:deep(.ms-detail-card-desc) {
|
:deep(.ms-detail-card-desc) {
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
|
Loading…
Reference in New Issue