Files
desktop_task_schedule/code/web/task_schedule/src/style.scss
2023-03-31 19:53:12 +08:00

15 lines
263 B
SCSS

/* html {
background-image: url("@/assets/img/bg/bg_01.jpg");
background-attachment: fixed;
background-size: contain;
} */
body {
width: 100vw;
height: 100vh;
padding: 0px;
margin: 0px;
overflow: hidden;
@include no-select;
}