feat: register reason page

This commit is contained in:
Tim
2025-07-18 17:57:08 +08:00
parent f22143e244
commit e194a14af4

View File

@@ -133,4 +133,10 @@ export default {
.signup-page-button-primary.disabled:hover {
cursor: not-allowed;
}
@media (max-width: 768px) {
.reason-content {
width: calc(100vw - 40px);
}
}
</style>