fix(ui): checkbox floats above button

pull/4252/head
Andelf 2022-02-17 21:31:46 +08:00
parent ee9b52248e
commit 68a1c1d36f
1 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@
white-space: nowrap;
top: -1px;
padding-bottom: 10px;
z-index: 1;
@screen md {
display: flex;
@ -306,4 +307,4 @@ html.is-native-ios {
}
}
}
}
}