提交小修改!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user