update adjust

This commit is contained in:
lb
2023-05-11 11:23:09 +08:00
parent 1bcd216487
commit 4e0f88c5ea
27 changed files with 281 additions and 270 deletions

View File

@@ -28,8 +28,8 @@ export default {
.home-view {
// width: 100vw;
// height: 100vh;
height: $actual_height;
width: $actual_width;
height: adjust($actual_height);
width: adjust($actual_width);
overflow: hidden;
background: url(../assets/bg.png) center/cover no-repeat ;
color: white;