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,38 @@
.nav-content {
display: flex;
align-items: center;
height: 40px;
box-sizing: border-box;
padding-top: 8px;
}
.nav-left {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
}
.back-icon {
width: 16px;
height: 16px;
}
.nav-center {
flex: 1;
display: flex;
align-items: center;
}
.nav-title {
font-size: 18px;
font-weight: 600;
color: #333;
text-align: center;
}