完善销售订单, 添加订单排序页

This commit is contained in:
zhengw
2026-01-28 17:18:43 +08:00
parent af7928d39d
commit 8960c8ea73
18 changed files with 697 additions and 60 deletions

View File

@@ -4,7 +4,8 @@ button.t-button {
margin-right: 0;
}
view.t-input {
view.t-input,
view.t-cell {
flex: none;
padding: 24rpx;
}
@@ -12,3 +13,7 @@ view.t-input {
view.t-popup__close {
padding: 12rpx;
}
.t-input__icon--prefix {
display: flex;
}