保存进度!
This commit is contained in:
15
code/web/task_schedule/src/style.scss
Normal file
15
code/web/task_schedule/src/style.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user