fix: 解决css污染bug

This commit is contained in:
landaiqing
2024-04-17 17:16:32 +08:00
parent 2656b6a6f7
commit 5889fe1b2f
12 changed files with 74 additions and 57 deletions

View File

@@ -146,7 +146,13 @@ export default () => {
<div className='number'>4</div>
</div>
<div className='subtitle'>Oops. Looks like you took a wrong turn.</div>
<button onClick={goBack}>Go back</button>
<button
style={{
marginTop: '1.5em',
}}
onClick={goBack}>
Go back
</button>
</div>
</div>
</body>