feat: 球局状态操作done

This commit is contained in:
2025-09-17 18:34:36 +08:00
parent 9f4e026687
commit 9c56fd3f0e
10 changed files with 315 additions and 32 deletions

View File

@@ -326,6 +326,17 @@
justify-content: center;
gap: 8px;
}
.orderNo {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 8px;
.copy {
color: #007AFF;
}
}
}
}
}
@@ -503,3 +514,15 @@
border-radius: 0;
}
}
.cancelTip {
padding: 12px 15px;
color: rgba(60, 60, 67, 0.60);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}