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));
}
}
}