style: 订单子列表样式
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user