style: 订单子列表样式

This commit is contained in:
2026-04-24 14:36:52 +08:00
parent f5a7ad51f0
commit f772e3d250
2 changed files with 3 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ const onRemove = () => {
grid-column: 3;
align-self: center;
white-space: nowrap;
transform: translateX(var(--sc-item-order-actions-offset, 0));
}
.c-svg {
@@ -191,6 +192,7 @@ const onRemove = () => {
> .download {
grid-column: 4;
cursor: pointer;
transform: translateX(var(--sc-item-order-actions-offset, 0));
}
}
}

View File

@@ -414,6 +414,7 @@ const getExtraCount = (order: OrderRecord) => {
--sc-item-order-amount-width: 12rem;
--sc-item-order-action-width: 18rem;
--sc-item-order-column-gap: 2rem;
--sc-item-order-actions-offset: 4.8rem;
border-bottom-color: #e2e2e2;
}