完成基本架构
This commit is contained in:
11
code/web/task_schedule/src/style.css
Normal file
11
code/web/task_schedule/src/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
html {
|
||||
background-color: #8796a6;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #8796a6;
|
||||
width: calc(100vw - 20px);
|
||||
height: calc(100vh - 60px);
|
||||
/* border: 1px solid red; */
|
||||
}
|
||||
|
Reference in New Issue
Block a user