修改位置交互,修改代码逻辑

This commit is contained in:
2025-10-18 22:21:04 +08:00
parent c446df73b5
commit 39fa0b2d04
36 changed files with 2743 additions and 1995 deletions

View File

@@ -112,6 +112,20 @@
min-width: 160rpx;
}
.manage-btn {
background-color: #1890ff;
color: white;
font-size: 28rpx;
padding: 10rpx 20rpx;
border-radius: 40rpx;
border: none;
min-width: 160rpx;
}
.manage-btn:active {
background-color: #096dd9;
}
/* 订单标签页 */
.order-tabs {
display: flex;