新增二维码延迟倒计时功能,优化状态管理逻辑,添加旋转动画样式,提升用户体验

This commit is contained in:
yahaozhang
2025-09-13 15:23:40 +08:00
parent 6b8d1b410e
commit 9ca0f5d150
4 changed files with 48 additions and 5 deletions

View File

@@ -266,6 +266,11 @@ export default {
margin-bottom: 16px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.notice-text {
text-align: center;
padding: 20px;