提交小修改!

This commit is contained in:
2022-05-24 22:40:45 +08:00
parent 28b0a0ba00
commit 225189854c
2 changed files with 74 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
html {
--backupground-color: #f7f7f7;
--btn-color-blue: #307dbe;
@@ -9,7 +8,8 @@ html {
background-color: #eee;
}
#root {
#root,
#app {
height: 100vh;
width: 100vw;
position: fixed;
@@ -18,7 +18,8 @@ html {
overflow: auto;
}
#root *+* {
#root,
#app * + * {
margin-top: 15px;
}
@@ -61,7 +62,7 @@ input {
}
label {
display:inline-block;
display: inline-block;
font-size: 2rem;
margin-top: 15px;
}