feat: 新增订单列表交互

This commit is contained in:
duanshuwen
2025-07-27 18:08:06 +08:00
parent 87bdac8c57
commit 4cd0f59966
31 changed files with 3535 additions and 2559 deletions

View File

@@ -0,0 +1,12 @@
.order-page {
height: 100vh;
position: relative;
}
.top-nav-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
}