滑块验证优化

This commit is contained in:
mabo
2021-06-29 14:58:07 +08:00
parent 0575503687
commit 18bfa0edef
10 changed files with 77 additions and 72 deletions

View File

@@ -31,7 +31,7 @@ export default {
</script>
<style lang="scss">
#app{
min-height: 100%;
height: 100%;
@include background_color($light_background_color);
}
</style>