This commit is contained in:
2025-09-06 17:51:00 +08:00
parent e9b56b049c
commit 7b6c3ffa5b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(94, 234, 212, 0.1);
padding: 40px;
max-width: 600px;
max-width: 800px; /* 修改前为600px */
width: 100%;
border: 1px solid rgba(94, 234, 212, 0.1);
}
@@ -878,4 +878,4 @@
window.addEventListener('beforeunload', () => recorder.cleanup());
</script>
</body>
</html>
</html>