新增二维码延迟倒计时功能,优化状态管理逻辑,添加旋转动画样式,提升用户体验
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user