fix: 修改布局UI
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 50s

This commit is contained in:
sexygoat
2026-04-16 10:21:11 +08:00
parent 41349ac833
commit 6b066e35da

View File

@@ -342,10 +342,6 @@
}
}
.order-list {
padding: 0 20rpx;
}
.empty-state {
display: flex;
flex-direction: column;
@@ -376,7 +372,7 @@
.order-card {
background: #fff;
border-radius: 20rpx;
margin: 0 20rpx 24rpx;
margin: 0 0 24rpx;
overflow: hidden;
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.04);