订单页面

This commit is contained in:
“13713575202” 2025-04-14 15:52:40 +08:00
parent 749267008c
commit df05725495

View File

@ -150,6 +150,8 @@ let orderList = reactive([
.order-list-warp {
width: 100%;
height: calc(100% - 60px);
overflow-y: auto;
.order-list {
width: 100%;
.order-item {