fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 59s

This commit is contained in:
luo
2026-07-30 13:06:02 +08:00
parent 0bae5233b3
commit 39bc9f506d
2 changed files with 14 additions and 8 deletions

View File

@@ -673,8 +673,10 @@
.order-actions {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
gap: 16rpx;
margin-left: auto;
margin-left: 0;
align-self: flex-end;
flex-shrink: 0;
}
@@ -712,6 +714,10 @@
color: #17191c;
}
.order-card .card-body .card-footer .detail-action-button {
margin-right: auto;
}
.primary-action-button {
border-color: var(--primary);
background: var(--primary);