fix: cannot read properties of undefined (reading 'offsetWidthi')

This commit is contained in:
landaiqing
2024-04-27 01:17:51 +08:00
parent 21e475db41
commit ded7ef012a
7 changed files with 1160 additions and 52 deletions

View File

@@ -43,8 +43,8 @@ h1,p{
border-radius: 10px;
width: 100vw;
height: 100vh;
max-width: 99vw;
max-height: 93vh;
max-width: 98vw;
max-height: 92vh;
background: linear-gradient(180deg, #e0e9fd 0%, #e9ecf1 90%);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
display: flex;