style: 订单子列表样式
This commit is contained in:
@@ -182,6 +182,7 @@ const onRemove = () => {
|
|||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
transform: translateX(var(--sc-item-order-actions-offset, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-svg {
|
.c-svg {
|
||||||
@@ -191,6 +192,7 @@ const onRemove = () => {
|
|||||||
> .download {
|
> .download {
|
||||||
grid-column: 4;
|
grid-column: 4;
|
||||||
cursor: pointer;
|
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-amount-width: 12rem;
|
||||||
--sc-item-order-action-width: 18rem;
|
--sc-item-order-action-width: 18rem;
|
||||||
--sc-item-order-column-gap: 2rem;
|
--sc-item-order-column-gap: 2rem;
|
||||||
|
--sc-item-order-actions-offset: 4.8rem;
|
||||||
border-bottom-color: #e2e2e2;
|
border-bottom-color: #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user